Un estilo más.
Fuente mínima by mandricardo
Details
Authormandricardo
LicenseNo License
Categoryuserstyles
Created
Updated
Size939 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fuente mínima
@version 20220122.10.23
@namespace userstyles.world/user/mandricardo
@description Un estilo más.
@author mandricardo
@license No License
==/UserStyle== */
@-moz-document domain("abretelibro.com") {
.content {
font-family: "Helvetica";
}
.postbody {
font-family: "Arial";
}
.postprofile {
font-family: "Calibri";
font-size: 13px;
}
h2.topic-title {
font-family: "Calibri";
}
#page-body {
font-family: "Arial";
}
#page-header {
font-family: "Calibri";
font-size: 13px;
}
#logo {
display: none;
}
#site-description {
font-family: "Calibri";
margin-left: 10px;
}
h1 {
font-family: "Calibri";
margin-bottom: 5px;
margin-left:10px;
}
a.forumtitle {
font-family: "Helvetica";
font-size: 13px;
color: #0674d7;
}
a.topictitle {
font-family: "Helvetica";
font-size: 13px;
color: #14395b;
}
}