Difference between revisions of "Template:StyleTiTS"
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
body { | body { | ||
background: #2C3E50; | 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; | color: #FFFFFF; | ||
} | } | ||
}} | }} | ||
Revision as of 04:07, 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;
}
}}