Difference between revisions of "Template:StyleFoE"

From Fall of Eden
Jump to navigation Jump to search
(Blanked the page)
(Undo revision 18047 by CyborgLynx (talk))
 
Line 1: Line 1:
 +
{{#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;
 +
}
 +
 +
}}

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;

}

}}