@namespace url(
http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.knuddels.de")
{
/* ##### GLOBAL #### */
/* >>>>>> Hintergrundfarbe des Forums <<<<<< */
body {
background-color: #557 !important;
}
/* >>>>>> zum Chat - Schriftfarbe <<<<<< */
div[style*='margin-left'] strong, div[style*='margin-left'] strong a {
display:none!important;
}
/* >>>>>> Willkommen *Nick* ~ Schriftfarbe <<<<<< */
div[style*='margin: 4px 2.5%'], div[style*='margin: 4px 2.5%'] a {
color:#ffffff!important;
}
/* >>>>>> Farbe des "Moderator" etc. in jedem Subforum unten <<<<<< */
td.body_col {
color:#ffffff!important;
}
/* >>>>>> Footer, Breadcrumb, User-Profil im Thread, "Antworten"-button (und restl. 4), Zellenrahmen <<<<<< */
td .author-content, td .post_top_link, .breadcrumbs, .footer, .post-buttons {
background-color: #F5F5F5 !important;
}
/* >>>>>> alle bereits existierenden Tabellenzellen-Rahmen <<<<<< */
td {
border-color: #F5F5F5 !important;
}
/* >>>>>> "Laschen" ober- und unterhalb der Threads <<<<<< */
.tdheader {
background-color: #A9A9A9 !important;
}
/* #### THREADUEBERSICHT (im Subforum) #### */
/* >>>>>> ungelesene Threads (Betreff) <<<<<< */
.new-topicsubject a, .new-alt-topicsubject a, .topicsubject a, .alt-topicsubject a {
color: #000033 !important;
}
/* >>>>>> ungelesene Threads (Ersteller-Link) <<<<<< */
.new-topicsubject .small a, .new-alt-topicsubject .small a, .topicsubject .small a, .alt-topicsubject .small a {
color: #6D2688 !important;
}
/* >>>>>> Spalte "gesendet am" (alle) - zweite Zeile <<<<<< */
.alt-topictime, .topictime, .new-alt-topictime, .new-topictime {
font-size: 10px;
font-weight: normal !important;
}
/* >>>>>> Spalte "gesendet am" erste Zeile (ungelesen) <<<<<< */
.alt-topictime:first-line, .topictime:first-line, .new-topictime:first-line, .new-alt-topictime:first-line {
font-size: 10pt;
font-weight: bold !important;
}
/* >>>>>> ungelesene Threads (hell) <<<<<< */
.new-newintopic, .new-topicicon, .new-topicsubject, .new-topicreplies, .new-topicviews, .new-topictime {
background-color: #ADD8E6 !important;
}
/* >>>>>> ungelesene Threads (dunkel) <<<<<< */
.new-alt-newintopic, .new-alt-topicicon, .new-alt-topicsubject, .new-alt-topicreplies, .new-alt-topicviews, .new-alt-topictime {
background-color: #87CEEB !important;
}
/* #### IM THREAD #### */
/* >>>>>> Beitragsdatum, Postnummer, Antwort auf <<<<<< */
span.small {
display: block!important; margin-left: 1.5em
}
/* >>>>>> Thread-Betreff (gelesen) des einzelnen Beitrags <<<<<< */
td .subjecttable {
background-color: #C0C0C0 !important;
}
/* >>>>>> Thread-Betreff (ungelesen) des einzelnen Beitrags <<<<<< */
td .newsubjecttable {
background-color: #C9D6EA !important;
}
/* >>>>>> Sofort-Zitat-Button, Sofort-Antwort-Button <<<<<< */
.quickreplybutton {
display: none;
}
}