Difference between revisions of "Template:StyleFoE"
Jump to navigation
Jump to search
SlowbroBro (talk | contribs) |
CyborgLynx (talk | contribs) (Undo revision 18047 by CyborgLynx (talk)) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 35: | Line 35: | ||
} | } | ||
.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 { | .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: # | + | color: #0EA808; |
font-weight: bold; | font-weight: bold; | ||
font-size: normal; | 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 { | 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: # | + | color: #11E009; |
} | } | ||
blockquote { | blockquote { | ||
Line 58: | Line 58: | ||
.wikitable caption { | .wikitable caption { | ||
color: #FFFFFF; | color: #FFFFFF; | ||
− | background: # | + | background: #697C82; |
} | } | ||
.bordered { | .bordered { |
Latest revision as of 10:18, 14 February 2017
{{#css:
body { background: #C2D6F2; color: #696969; } .flame { background-color: #7E8C9E; } .box-flame { border-color: #7E8C9E; } .blog-box-flame { background: none repeat scroll 0% 0% #697C82; color: #FFFFFF; } .wikiEditor-ui { color: #000000; } .editOptions { color: #000000; } table:not(.infobox) { background-color:#C2D6F2; } .infobox, .toc { border: 3px solid #697C82 !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: #0EA808; 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: #11E009; } blockquote { border-left-color: #697C82; font-size: 16px; }
.wikitable {
color: #696969;
} .wikitable th {
color: #696969;
} .wikitable td {
color: #696969;
} .wikitable caption {
color: #FFFFFF; background: #697C82;
} .bordered {
border: 3px solid #697C82 !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;
}
}}