Ich weiß, die Frage ist schon oft gestellt worden, aber wo kann ich die Fontgröße für die Posts in meinem Blog verändern? Ich kann die Stelle einfach nicht finden, auch nicht im Typografie-Teil meiner style.css.
Merci im Voraus!
Ferdinand
Japan-Photo.info
Ich benutze das (spanische) Theme Qwilm! 1.0.
Anbei der Typographie-Teil aus dem Theme:
Code
/*Tipografia*/
h1,
h2,
h3{ font-family: "Lucida Grande", Tahoma, Arial, sans-serif; }
h1 { text-indent: -9000px; margin: 0; display: none;}
h2 { margin-top: 25px; margin-bottom: 0; font-size: 16px; }
h2 a { color: #63b4cd; }
h3 { font-size: 14px; color: #666; }
p { line-height: 1.5em; margin: 1.2em 0; }
ol, ul {
line-height: 1.5em;
margin: 1.2em 0 1.2em 2em;
}
ul li,
ol li{ margin-bottom: 0.2em; }
img, a img{ border:0px;}
a, a:hover { color: #8ab459; text-decoration: none; }
a:hover { color: #777; }
blockquote {
margin: 0 20px;
padding: 0 20px;
border-left: 2px dotted #E8E7D0;
font-size: 0.9em;
}
pre{
display: block;
margin: 1.0em 1.5em 1.0em 0;
padding-left: 0.8em;
border-left: 1px solid #ccc;
background-color: #eee;
overflow: auto;
}
code{font-family: monospace; font-size: 11px; background-color: #eee;}
pre code{ line-height: 1.3em;}
kbd{
background-color: #ddd;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size: inherit;
font-family: inherit;
padding: 0 3px 2px 4px;
}
del, del * { text-decoration: line-through; }
.small {
font-size: 0.9em;
color: #999;
}
/***********comentarios***************/
Alles anzeigen