52.636
Bearbeitungen
ConanWiki.org wünscht euch schöne Festtage und einen angenehmen Jahresübergang!
► Die beste Zeit zum Lesen! Los geht's! |
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 171:
display: none;
}
.roundtable {
border:2px solid #ccc;
-moz-border-radius:0.5em;
border-radius:0.5em;
background:#fff;
}
.roundtable th {
padding:0.1em 0.5em;
}
.roundtable th,
.roundtable td {
border-radius:0.5em;
-moz-border-radius:0.5em;
}
.roundtable td {
background-color:#ffffff;
border: 0;
}
/* Spezielle Farbanpassungen */
.roundtable.wiki {
background-color:rgb(242,247,255);
}
.roundtable.wiki th {
background: #E6EEFF;
}
.roundtable.wiki,
.roundtable.wiki td {
border-color: #ACC9E6
}
.roundtable tr.highlight td {
background-color:rgb(255,250,205);
}
.roundtable tr.filler td {
background-color:rgb(227,255,185);
}
.roundtable.manga, tr.highlight td {
background-color:rgb(255,250,205);
}
.roundtable.anime {
background-color:rgb(235,244,250);
border-color:rgb(100,176,217);
}
.roundtable.anime th {
background-color:rgb(184,219,237);
}
.roundtable.filler {
background-color:rgb(244,255,240);
border-color:rgb(148,252,103);
}
.roundtable.filler th {
background-color:rgb(217,254,201);
}
.roundtable.stories {
background-color:rgb(238,238,238);
border-color:rgb(140,140,140);
}
.roundtable.stories th {
background-color:rgb(209,209,209);
}
.roundtable.film, tr.film td {
background-color:rgb(254,230,203);
}
.roundtable.film {
border-color:rgb(253,151,38);
}
.roundtable.film th {
background-color:rgb(254,200,139);
}
.roundtable.manga {
background-color:rgb(237,224,209);
border-color:rgb(180,131,71);
}
.roundtable.manga th {
background-color:rgb(205,171,128);
}
.roundtable.kid {
background-color:rgb(249,233,227);
border-color:rgb(214,120,88);
}
.roundtable.kid th, tr.kid td {
background-color:rgb(233,181,163);
}
.roundtable.grau {
background-color:rgb(220,220,220);
}
.roundtable.grau th {
background-color:rgb(220,220,220);
}
.roundtable.grau td {
background-color:rgb(220,220,220);
}
.roundtable.grau tr {
background-color:rgb(220,220,220);
}
.roundtable tr.grau td {
background-color:rgb(220,220,220);
}
.roundtable.charakter {
background-color:rgb(255,247,230);
border-color:rgb(255,197,74);
}
.roundtable.charakter th {
background-color:rgb(255,233,185);
}
|