Difference between revisions of "Template:StyleFoE"
Jump to navigation
Jump to search
SlowbroBro (talk | contribs) |
SlowbroBro (talk | contribs) |
||
Line 5: | Line 5: | ||
} | } | ||
.flame { | .flame { | ||
− | background-color: # | + | background-color: #7E8C9E; |
} | } | ||
.box-flame { | .box-flame { | ||
− | border-color: # | + | border-color: #7E8C9E; |
} | } | ||
.blog-box-flame { | .blog-box-flame { | ||
− | background: none repeat scroll 0% 0% # | + | background: none repeat scroll 0% 0% #85A384; |
color: #FFFFFF; | color: #FFFFFF; | ||
} | } | ||
Line 27: | Line 27: | ||
background-color: #C2D6F2 !important; | background-color: #C2D6F2 !important; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
− | box-shadow: 0 0 15px # | + | box-shadow: 0 0 15px #7E8C9E; |
table-layout: fixed; | table-layout: fixed; | ||
} | } | ||
Line 62: | Line 62: | ||
.bordered { | .bordered { | ||
border: 3px solid #85A384 !important; | border: 3px solid #85A384 !important; | ||
− | box-shadow: 0 0 15px # | + | box-shadow: 0 0 15px #7E8C9E; |
} | } | ||
.borderless { | .borderless { |
Revision as of 19:15, 12 March 2015
{{#css:
body { background: #C2D6F2; color: #FFFFFF; } .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: #FFFFFF; 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: #FFFFFF;
} .wikitable th {
color: #85A384;
} .wikitable td {
color: #FFFFFF;
} .wikitable caption {
color: #FFFFFF; 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;
}
}}