Template:StyleTest01

From UFOpaedia
Revision as of 13:46, 21 April 2013 by Bomb Bloke (talk | contribs)
Jump to navigation Jump to search
Sample image

Include this template in a page and it should match the style.

Example heading

This is a sample table header.
And a normal cell.

With some sample links. Including a broken one!

And a code block, even!


<css> body, #content {

 font-family: 'century gothic', 'MS PGothic', sans-serif;
 color: #73E7F1;
 background-color: #202020;
 background-image:none;

}

  1. mw-head, #mw-panel, #p-logo, html, table, table.wikitable, #footer, #mw-page-base, #toc, .toc, .mw-warning, .catlinks, div.thumbinner {
 color: #73E7F1;
 background-color: #050A0D;

}

div.thumb {

 border-color: #202020;

}

h1, h2, h3, h4, h5, h6, h7,

  1. mw-panel div.portal h1,
  2. mw-panel div.portal h2,
  3. mw-panel div.portal h3,
  4. mw-panel div.portal h4,
  5. mw-panel div.portal h5,
  6. mw-panel div.portal h6,
  7. mw-panel div.portal h7 {
 color: #59ABC8;

}

a:link, a:active,

  1. mw-panel div.portal div.body ul li a,
  2. mw-panel div.portal div.body ul li a:active {
 color: #F4AD02;

}

a:visited,

  1. mw-panel div.portal div.body ul li a:visited {
 color: #CC8C02;

}

a.new,

  1. mw-panel div.portal div.body ul li a.new {
 color: #AA1C1F;

}

a.new:visited,

  1. mw-panel div.portal div.body ul li a.new:visited {
 color: #85171A;

}

div.vectorTabs li.selected a, div.vectorTabs li.selected a span, div.vectorTabs li.selected a:visited, div.vectorTabs li.selected a:visited span, div.vectorTabs li a span {

 color: #F4AD02;
 text-decoration: none;

}

div.vectorTabs li.new a, div.vectorTabs li.new a span, div.vectorTabs li.new a:visited, div.vectorTabs li.new a:visited span {

 color: #862628;

}

Input {

 background-color: #282828;
 color: #4A8E91;

}

.altButtonFormat {

 background-color: #050A0D;
 color: #1B5054;

}

TextArea, .altTextField, pre, .wikitable th {

 color: #59ABC8;
 background-color: #282828;

}

div.vectorTabs ul li, div.vectorTabs li.selected {

 background-image:none;
 background-color: #050A0D;

} </css>