Difference between revisions of "Template:StyleFoE"
Jump to navigation
Jump to search
SlowbroBro (talk | contribs) |
SlowbroBro (talk | contribs) |
||
Line 21: | Line 21: | ||
} | } | ||
table:not(.infobox) { | table:not(.infobox) { | ||
− | background-color:# | + | background-color:#C49976; |
} | } | ||
.infobox, .toc { | .infobox, .toc { | ||
border: 3px solid #800000 !important; | border: 3px solid #800000 !important; | ||
− | background-color: # | + | background-color: #C49976 !important; |
color: #FFFFFF; | color: #FFFFFF; | ||
box-shadow: 0 0 15px #800000; | box-shadow: 0 0 15px #800000; |
Revision as of 23:02, 10 March 2015
{{#css:
body { background: #91755D; color: #FFFFFF; } .flame { background-color: #800000; } .box-flame { border-color: #800000; } .blog-box-flame { background: none repeat scroll 0% 0% #800000; color: #FFFFFF; } .wikiEditor-ui { color: #000000; } .editOptions { color: #000000; } table:not(.infobox) { background-color:#C49976; } .infobox, .toc { border: 3px solid #800000 !important; background-color: #C49976 !important; color: #FFFFFF; box-shadow: 0 0 15px #800000; table-layout: fixed; } .toc h2 { margin-top: 0px; margin-bottom: 0px; } .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: #DE751F; 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: #DE581F; } blockquote { border-left-color: #A30000; font-size: 16px; }
.wikitable {
color: #FFFFFF;
} .wikitable th {
color: #A30000;
} .wikitable td {
color: #FFFFFF;
} .wikitable caption {
color: #FFFFFF; background: #C49976;
} .bordered {
border: 3px solid #800000 !important; box-shadow: 0 0 15px #800000;
} .borderless {
border: none; box-shadow: none;
} .catlinks {
margin-top: 32px; margin-left: 0px; margin-right: 0px; margin-bottom: 8px;
}
}}