Difference between revisions of "Template:StyleTest01"

From UFOpaedia
Jump to navigation Jump to search
m
m
Line 121: Line 121:
 
}
 
}
  
diff-addedline {
+
td.diff-addedline {
 
   background-color: #559E06;
 
   background-color: #559E06;
 
}
 
}
 
</css>
 
</css>

Revision as of 22:32, 22 April 2013

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,
  2. mw-panel,
  3. p-logo,

html, table, table.wikitable,

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

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

 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;

}

td.diff-addedline {

 background-color: #559E06;

} </css>