Hossa, hab nen kleines Problem mit meiner css.
Ich find den Wert der die eigentliche Schriftfarbe der Beiträge angibt ums verrecken nicht und nach fast 2h suchen und stumpfen rumprobieren wend ich mich mal hoffnungsvoll an euch.
benutzen tu ich als theme k2 und hab nen eigenen style angelegt (ursprünglich angelehnt an einen anderen)
nur find ich wie gesagt die werte für die schriftfarbe ned.
hier mal die css datei
CSS
body { color: #161616; background: black; cursor: crosshair; margin: 0; padding: 0 0 40px; scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #666666; scrollbar-base-color: #222222; scrollbar-darkshadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #333333; scrollbar-shadow-color: #333333; scrollbar-track-color: #000000 }
#header { background: black no-repeat center; width: 100%; height: 224px }
h1 {
position: absolute;
top: 25px;
left: 50px;
padding: 0;
}
.description {
position: absolute;
top: 55px;
left: 50px;
margin: 0 !important;
}
#page {
padding: 0;
width: 796px;
_width: 756px;
border: none;
}
.primary {
padding-left: 25px;
}
#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover { background: #161616 }
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
color: white !important;
text-decoration: none;
}
ul.menu li a:hover { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited { color: #aaa !important }
h2 span a,
h2 span a:visited,
h3 span a,
h3 span a:visited { color: #8b8b8b !important; font-weight: normal !important }
.primary .entry-meta a, .primary .entry-meta a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited { color: #b7b7b7 !important; font-weight: normal }
.counter a { color: #222 }
.commentlist li { color: #7c7c7c !important }
.commentlist li:hover {
background: none;
}
blockquote, #weightedcategories, .authorcomment { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border-color: #222 }
.primary img {
border-color: #222;
background: #111;
}
.inputcontainer {
margin-bottom: 6px;
}
/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small { color: #777 }
/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small {
color: #555;
}
a, a:visited, .sidebar a:visited { color: #7c7c7c }
.post p a:visited {
color: #4CA4B8;
}
#af-ela-menu li {
border: none;
background: #161616;
}
#af-ela-menu, #af-ela-menu li {
border-bottom: 1px solid #333;
}
#af-ela-menu li.selected {
background: #333;
}
/* Hovering state of the table items */
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover {
background: #222;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}
/* Active or hovered item in list */
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-post li:hover {
background: #222;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}
#af-ela-post {
border-left: 1px solid #333;
border-right: none;
}
Alles anzeigen
irgendwie hab ich das gefühl dass das da gar nicht drin steht, aber wenn das wirklich der Fall ist wo find ich den Wert dann und worunter?
Und kann mir vielleicht jemand noch mal sagen was es mit 3stelligen farbcode's auf dich hat?