Difference between revisions of "Template:StyleTiTS"
Jump to navigation
Jump to search
| Line 19: | Line 19: | ||
.editOptions { | .editOptions { | ||
color: #000000; | color: #000000; | ||
| + | } | ||
| + | .table:not(.infobox) { | ||
| + | background-color:#2C3E50; | ||
} | } | ||
.infobox { | .infobox { | ||
Revision as of 10:46, 1 December 2014
{{#css:
body {
background: #2C3E50;
color: #FFFFFF;
}
.flame {
background-color: #8e44ad;
}
.box-flame {
border-color: #8e44ad;
}
.blog-box-flame {
background: none repeat scroll 0% 0% #8e44ad;
color: #FFFFFF;
}
.wikiEditor-ui {
color: #000000;
}
.editOptions {
color: #000000;
}
.table:not(.infobox) {
background-color:#2C3E50;
}
.infobox {
border: 3px solid #8e44ad;
background-color: #345473 !important;
color: #FFFFFF;
box-shadow: 0 0 15px #333;
}
.mw-content-ltr a:link, .mw-content-ltr a:hover, .mw-content-ltr a:visited, .mw-content-ltr a:active, .catlinks a:link, .catlinks a:hover, .catlinks a:visited, .catlinks a:active {
color: #8e44ad;
font-weight: bold;
font-size: normal;
}
a.new:link, a.new:hover, a.new:visited, a.new:active, .catlinks a.new:hover, .catlinks a.new:link, .catlinks a.new:visited, .catlinks a.new:active {
color: #ba0000;
}
blockquote {
border-left-color: #8e44ad;
}
}}