Difference between revisions of "Template:StyleTiTS"

From Fall of Eden
Jump to navigation Jump to search
Line 19: Line 19:
 
   .editOptions {
 
   .editOptions {
 
     color: #000000;
 
     color: #000000;
 +
  }
 +
  .infobox {
 +
    border: 1px solid #8e44ad;
 
   }
 
   }
 
}}
 
}}

Revision as of 06:56, 1 December 2014

{{#css:

 body {
   background: #2C3E50;
   color: #FFFFFF;
 }
 .flame {
   background-color: #8e44ad;
 }
 .box-flame {
   border-color: #8e44ad;
 }
 .blog-box-flame {
   background: none repeat scroll 0% 0% #8e44ad;
   color: #FFFFFF;
 }
 .wikiEditor-ui {
   color: #000000;
 }
 .editOptions {
   color: #000000;
 }
 .infobox {
   border: 1px solid #8e44ad;
 }

}}