Vorlage:Tabellenauswahl/styles.css

Aus UnderMine Wiki
Zur Navigation springen Zur Suche springen
.tc-yes { background: #c6efce; }
html.theme-dark .tc-yes { background: #29542c; }

.tc-always { background: #5dcc5d; }
html.theme-dark .tc-always { background: #3b533c; }

.tc-no { background: #ffc7ce; }
html.theme-dark .tc-no { background: #592c2c; }

.tc-never { background: #ff8787; }
html.theme-dark .tc-never { background: #533b3b; }

.tc-rarely { background: #fdce5e; }
html.theme-dark .tc-rarely { background: #594f1e; }

.tc-neutral { background: #ffeb9c; }
html.theme-dark .tc-neutral { background: #5b573f; }

.tc-partial { background: #ffffdd; }
html.theme-dark .tc-partial { background: #3e3d31; }

.tc-planned { background: #dfdfff; }
html.theme-dark .tc-planned { background: #242f2e; }

.tc-unknown { background: #ccc; }
html.theme-dark .tc-unknown { background: #364148; }

.tc-default { background: #fff; color: inherit; }
html.theme-dark .tc-default { background: #373737; color: inherit; }

.tc-hyphen { background: #ffc7ce; }
html.theme-dark .tc-hyphen { background: #352929; }

/* [[Kategorie:Vorlagenstile]] */