Difference between revisions of "Template:StyleTiTS"
Jump to navigation
Jump to search
| Line 29: | Line 29: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: normal; | font-size: normal; | ||
| + | } | ||
| + | .mw-content-ltr a.new:link, .mw-content-ltr a.new:hover, .mw-content-ltr a.new:visited, .mw-content-ltr a.new:active { | ||
| + | color: #ba0000; | ||
} | } | ||
}} | }} | ||
Revision as of 07:15, 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;
}
.infobox {
border: 1px solid #8e44ad;
background-color: #345473 !important;
color: #FFFFFF;
}
.mw-content-ltr a:link, .mw-content-ltr a:hover, .mw-content-ltr a:visited, .mw-content-ltr a:active {
color: #8e44ad;
font-weight: bold;
font-size: normal;
}
.mw-content-ltr a.new:link, .mw-content-ltr a.new:hover, .mw-content-ltr a.new:visited, .mw-content-ltr a.new:active {
color: #ba0000;
}
}}