Hallo,
ich versuche vergeblich die Größe der Schrift (normaler Text) zu vergrößern.
Alle Änderungen in der Style.css wirken sich nur auf die H1,H2.....usw. aus.
Leider habe ich in den Zahlreichen Posts zum Thema nichts gefunden was mir weiterhilft. Die Seite ist http://www.fo-to-design.de und der Quelltext der Style.css
PHP
/*
Theme Name: DWF Photographer
Theme URI: http://www.erikdungan.com/
Description: Basic 1-column theme for photographers (with Flash header)
Version: 0.5
Author: Erik Dungan
Date: December 2008
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
a {
text-decoration: none;
color: #000;
}
a:active {
text-decoration: none;
color: #000;
}
a:visited {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: none;
color: #000;
}
a img {
border: none;
}
acronym, abbr {
}
acronym, abbr, span.caps {
font-size: 11px;
}
acronym, abbr {
cursor: help;
border:none;
}
blockquote {
border-left: 5px solid #ccc;
margin-left: 18px
padding-left: 5px;
}
body {
/* If you want just a solid background color, use this: */
/* background: #eee; */
/* If you want a tiled background image/texture, comment out the above line and uncomment this: */
background: #FFFBF0 url(images/bg_content.jpg) repeat top left;
color: #999;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
font-size: 11px;
}
cite {
font-size: 11px;
font-style: normal;
color:#666;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 15px 0 2px 0;
padding-bottom: 2px;
}
h3 {
font-family: Georgia, Times, "Times New Romain", serif;
margin-top: 0;
font-size: 1.8em;
font-weight:normal;
}
ol#comments li p {
}
#commentlist li{
margin-left:-22px;
}
p, li, .feedback {
font: 11px Verdana, Arial, Helvetica, sans-serif;
}
/* classes used by the_meta() */
ul.post-meta {
list-style: none;
}
ul.post-meta span.post-meta-key {
font-weight: bold;
}
.credit {
clear:both;
color: #000;
font-size: 10px;
padding: 24px 0 0 0;
margin:0 auto 0 auto;
width:1000px;
text-align: center;
}
.credit a:link, .credit a:hover {
color: #000;
}
.feedback {
color: #666;
font-size:12px;
clear: both;
}
.meta {
font-size: 10px;
}
.meta li, ul.post-meta li {
display: inline;
}
.meta ul {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
#comments{
padding-top:18px;
}
.commentby {
padding-bottom:8px;
}
#postcomment{
margin-top:24px;
}
.meta, .meta a {
color: #808080;
font-weight: normal;
letter-spacing: 0;
}
.storytitle {
margin: 0;
}
.storytitle a {
text-decoration: none;
}
.storycontent a {
text-decoration: none;
border-bottom: 1px dotted #888;
}
.storycontent a:hover {
text-decoration: none;
border-bottom: 1px dashed #888;
}
.storycontent {
margin-bottom:-10px;
}
.post {
margin-top:24px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
background: #fff;
border: 1px solid #333;
padding: 3px;
}
#commentform textarea {
width: 100%;
}
#commentlist li ul {
font-size: 12px;
list-style-type: none;
color: #666;
}
#content {
width:960px;
min-height:533px;
margin-left:40px;
background: #FFFBF0 url(images/bg_content.jpg) center no-repeat;
}
#header {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 34px;
color: black;
font-weight: normal;
}
#headwrap {
padding:0;
margin:0;
}
#header a {
color: black;
text-decoration: none;
}
#header a:hover {
text-decoration: none;
}
#nav {
width:100%;
height:24px;
background:#333;
}
#search {
float:right;
font-size:11px;
padding:3px 3px 0 0;
height:24px;
color:#666;
}
#search input {
border:none;
font-size:11px;
}
/* Styles for the footer/sidebar (this theme has a bottom-anchored sidebar with left-floating widgets) */
#footerwrap {
background: #FFFBF0;
scroll 0 0;
display:block;
border-top:24px solid #000;
}
#sidebar {
background:transparent;
color:#464646;
font-size:1.2em;
line-height:1.6em;
margin:0 auto;
padding:48px 0 12px 0;
position:relative;
width:1000px;
}
#sidebar h1 {
font: 1.5em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
margin:0;
font-weight: normal;
}
#sidebar div.widget {
float:left;
margin-right:24px;
}
#sidebar form {
margin: 0 0 0 0px;
}
#sidebar input#s {
width: 60%;
background: #eee;
border: 1px solid #999;
color: #fff;
}
#sidebar ul {
color: #fff;
list-style-type: none;
margin: 0;
}
#sidebar h2 {
font-weight: normal;
margin:0;
padding:0;
font-size: 12px;
}
#sidebar ul li {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 10px;
padding-bottom: 2px;
}
#sidebar ul {
font-variant: normal;
font-weight: normal;
list-style-type: none;
margin: 0;
padding: 0;
text-align: left;
}
/* FYI, the NextProof styles are here because I needed my NP widget to look like the other ones */
#sidebar ul li, #nextproof p {
border: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 0;
margin-top: 0;
padding: 0;
}
#nextproof p {
margin-bottom:0;
}
#sidebar ul li a, #nextproof p a {
color: #6d251a;
text-decoration: none;
}
#sidebar ul ul li a:hover {
border-bottom: 1px solid #809080;
}
#sidebar ul ul ul.children {
font-size: 17px;
padding-left: 4px;
}
/* End of sidebar/footer styles */
#wp-calendar {
empty-cells: show;
font-size: 11px;
margin: 0;
width: 90%;
}
#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}
#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}
#wp-calendar a {
display: block;
text-decoration: none;
}
#wp-calendar a:hover {
background: #ccc;
color: #333;
}
#wp-calendar caption {
color: #000;
text-align: left;
font-weight: normal;
}
#wp-calendar td {
color: #999;
padding: 2px 0;
text-align: center;
}
#wp-calendar td.pad:hover {
background: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
background: #eee;
color: #666;
}
#wp-calendar th {
font-weight: normal;
text-transform: capitalize;
color: #999;
}
#rap {
background-color: #FFFBF0;
margin:0 auto 0 auto;
width:1000px;
border-left:1px solid #000;
border-right:1px solid #000;
padding-bottom:24px;
}
#desc {
float:left;
font-size: 12px;
margin-top:3px;
}
#desc a:link, #desc a:visited {
display: inline;
background-color: #fff;
color: #666;
text-decoration: none;
}
#desc a:hover {
background-color: #eee;
color: #666;
}
#desc a:active {
background-color: #fff;
}
#himage {
border:0;
margin:0;
padding:0 0 0 8px;
}
Alles anzeigen