Template:StyleTest02

From UFOpaedia
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, table.diff, td.diff-otitle, td.diff-ntitle, abbr, acronym, .explain {

 font-family: 'century gothic', 'MS PGothic', sans-serif;
 color: #000000;
 background-color: #B1B1B1;
 background-image:none;

}

  1. mw-head,
  2. mw-panel,
  3. p-logo,

html, table, table.wikitable,

  1. footer,
  2. mw-page-base,
  3. toc,

.toc, .mw-warning, .catlinks, div.thumbinner {

 color: #000000;
 background-color: #A60000;

}

div.thumb {

 border-color: #B1B1B1;

}

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: #202020;

}

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: #000000;

}

a:visited,

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

}

a.new,

  1. mw-panel div.portal div.body ul li a.new,

.diffchange {

 color: #622020;

}

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: #000000;
 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: #622020;

}

Input {

 background-color: #787878;
 color: #000000;

}

.altButtonFormat {

 background-color: #787878;
 color: #000000;

}

TextArea, .altTextField, pre, .wikitable th {

 color: #000000;
 background-color: #787878;

}

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

 background-image:none;
 background-color: #A60000;

}

td.diff-addedline {

 background: #559E06;

}

td.diff-deletedline {

 background: #A3A430;

}

td.diff-context {

 background: #808080;

} </css>