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:#E3E3D4; |
} | } | ||
.infobox, .toc { | .infobox, .toc { | ||
Line 58: | Line 58: | ||
.wikitable caption { | .wikitable caption { | ||
color: #FFFFFF; | color: #FFFFFF; | ||
− | background: # | + | background: #E3E3D4; |
} | } | ||
.bordered { | .bordered { |
Revision as of 22:46, 10 March 2015
{{#css:
body { background: #B8B894; 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:#E3E3D4; } .infobox, .toc { border: 3px solid #800000 !important; background-color: #D6C2AD !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: #FF6600; 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: #E62E00; } blockquote { border-left-color: #A30000; font-size: 16px; }
.wikitable {
color: #FFFFFF;
} .wikitable th {
color: #A30000;
} .wikitable td {
color: #FFFFFF;
} .wikitable caption {
color: #FFFFFF; background: #E3E3D4;
} .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;
}
}}