Difference between revisions of "Template:StyleCoC"

From Fall of Eden
Jump to navigation Jump to search
(Blanked the page)
 
Line 1: Line 1:
{{#css:
 
  body {
 
    background: #EEDB9B;
 
    color: #000000;
 
  }
 
  .flame {
 
    background-color: #FFF2C5;
 
  }
 
  .box-flame {
 
    border-color: #FFF2C5;
 
  }
 
  .blog-box-flame {
 
    background: none repeat scroll 0% 0% #FFF2C5;
 
    color: #FFFFFF;
 
  }
 
  .wikiEditor-ui {
 
    color: #000000;
 
  }
 
  .editOptions {
 
    color: #000000;
 
  }
 
  table:not(.infobox) {
 
    background-color:#EEDB9B;
 
  }
 
  .infobox, .toc {
 
    border: 3px solid #FFF2C5 !important;
 
    background-color: #EEDB9B !important;
 
    color: #000000;
 
    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: #AC46DB;
 
    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: #FFF2C5;
 
    font-size: 16px;
 
  }
 
  
.wikitable {
 
  color: #FFFFFF;
 
}
 
.wikitable th {
 
  color: #3D5174;
 
}
 
.wikitable td {
 
  color: #FFFFFF;
 
}
 
.wikitable caption {
 
  color: #FFFFFF;
 
  background: #8E44AD;
 
}
 
.bordered {
 
  border: 3px solid #FFF2C5 !important;
 
  box-shadow: 0 0 15px #333;
 
}
 
.borderless {
 
  border: none;
 
  box-shadow: none;
 
}
 
.catlinks {
 
  margin-top: 32px;
 
  margin-left: 0px;
 
  margin-right: 0px;
 
  margin-bottom: 8px;
 
}
 
 
}}
 

Latest revision as of 22:01, 9 September 2016