Difference between revisions of "Template:StyleFoE"
Jump to navigation
Jump to search
SlowbroBro (talk | contribs) |
SlowbroBro (talk | contribs) |
||
Line 2: | Line 2: | ||
body { | body { | ||
background: #C2D6F2; | background: #C2D6F2; | ||
− | color: # | + | color: #696969; |
} | } | ||
.flame { | .flame { | ||
Line 26: | Line 26: | ||
border: 3px solid #85A384 !important; | border: 3px solid #85A384 !important; | ||
background-color: #C2D6F2 !important; | background-color: #C2D6F2 !important; | ||
− | color: # | + | color: #696969; |
box-shadow: 0 0 15px #7E8C9E; | box-shadow: 0 0 15px #7E8C9E; | ||
table-layout: fixed; | table-layout: fixed; | ||
Line 48: | Line 48: | ||
.wikitable { | .wikitable { | ||
− | color: # | + | color: #696969; |
} | } | ||
.wikitable th { | .wikitable th { | ||
Line 54: | Line 54: | ||
} | } | ||
.wikitable td { | .wikitable td { | ||
− | color: # | + | color: #696969; |
} | } | ||
.wikitable caption { | .wikitable caption { | ||
− | color: # | + | color: #696969; |
background: #85A384; | background: #85A384; | ||
} | } |
Revision as of 19:22, 12 March 2015
{{#css:
body { background: #C2D6F2; color: #696969; } .flame { background-color: #7E8C9E; } .box-flame { border-color: #7E8C9E; } .blog-box-flame { background: none repeat scroll 0% 0% #85A384; color: #FFFFFF; } .wikiEditor-ui { color: #000000; } .editOptions { color: #000000; } table:not(.infobox) { background-color:#C2D6F2; } .infobox, .toc { border: 3px solid #85A384 !important; background-color: #C2D6F2 !important; color: #696969; box-shadow: 0 0 15px #7E8C9E; 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: #85A384; 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: #0EA808; } blockquote { border-left-color: #85A384; font-size: 16px; }
.wikitable {
color: #696969;
} .wikitable th {
color: #85A384;
} .wikitable td {
color: #696969;
} .wikitable caption {
color: #696969; background: #85A384;
} .bordered {
border: 3px solid #85A384 !important; box-shadow: 0 0 15px #7E8C9E;
} .borderless {
border: none; box-shadow: none;
} .catlinks {
margin-top: 32px; margin-left: 0px; margin-right: 0px; margin-bottom: 8px;
}
}}