Difference between revisions of "Template:StyleTiTS"

From Fall of Eden
Jump to navigation Jump to search
Line 5: Line 5:
 
   }
 
   }
 
   .flame {
 
   .flame {
     background-color: #914CAD;
+
     background-color: #8e44ad;
 
   }
 
   }
 
   .box-flame {
 
   .box-flame {
     border-color: #914CAD;
+
     border-color: #8e44ad;
 
   }
 
   }
 
   .blog-box-flame {
 
   .blog-box-flame {
     background: none repeat scroll 0% 0% #914CAD;
+
     background: none repeat scroll 0% 0% #8e44ad;
 
     color: #FFFFFF;
 
     color: #FFFFFF;
 
   }
 
   }
Line 24: Line 24:
 
   }
 
   }
 
   .infobox, .toc {
 
   .infobox, .toc {
     border: 3px solid #914CAD !important;
+
     border: 3px solid #8e44ad !important;
 
     background-color: #333E52 !important;
 
     background-color: #333E52 !important;
 
     color: #FFFFFF;
 
     color: #FFFFFF;
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: #914CAD;
+
     color: #8e44ad;
 
     font-weight: bold;
 
     font-weight: bold;
 
     font-size: normal;
 
     font-size: normal;
Line 43: Line 43:
 
   }
 
   }
 
   blockquote {
 
   blockquote {
     border-left-color: #914CAD;
+
     border-left-color: #8e44ad;
 
     font-size: 16px;
 
     font-size: 16px;
 
   }
 
   }
 
}}
 
}}

Revision as of 20:45, 7 December 2014

{{#css:

 body {
   background: #333E52;
   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;
 }
 table:not(.infobox) {
   background-color:#333E52;
 }
 .infobox, .toc {
   border: 3px solid #8e44ad !important;
   background-color: #333E52 !important;
   color: #FFFFFF;
   box-shadow: 0 0 15px #333;
   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: #8e44ad;
   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: #FF0000;
 }
 blockquote {
   border-left-color: #8e44ad;
   font-size: 16px;
 }

}}