Difference between revisions of "Template:StyleFoE"

From Fall of Eden
Jump to navigation Jump to search
Line 21: Line 21:
 
   }
 
   }
 
   table:not(.infobox) {
 
   table:not(.infobox) {
     background-color:#E3E3D4;
+
     background-color:#939376;
 
   }
 
   }
 
   .infobox, .toc {
 
   .infobox, .toc {
 
     border: 3px solid #800000 !important;
 
     border: 3px solid #800000 !important;
     background-color: #D6C2AD !important;
+
     background-color: #939376 !important;
 
     color: #FFFFFF;
 
     color: #FFFFFF;
 
     box-shadow: 0 0 15px #800000;
 
     box-shadow: 0 0 15px #800000;
Line 58: Line 58:
 
.wikitable caption {
 
.wikitable caption {
 
   color: #FFFFFF;
 
   color: #FFFFFF;
   background: #E3E3D4;
+
   background: #939376;
 
}
 
}
 
.bordered {
 
.bordered {

Revision as of 22:47, 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:#939376;
 }
 .infobox, .toc {
   border: 3px solid #800000 !important;
   background-color: #939376 !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: #939376;

} .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;

}

}}