MediaWiki:Common.css

From Pangaea Wiki
Revision as of 14:39, 13 March 2016 by MyraMidnight (Talk | contribs)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
html,body {background-color:#333}

div#mw-head {background:#333 url(/resources/assets/pang/pangaea-header-light.png); background-repeat: no-repeat; background-position: left top}

div#mw-head div.vectorMenu h3 span, div#p-personal a,  #footer-info-lastmod, div#mw-panel div.portal div.body ul li a:link, div#mw-panel div.portal div.body ul li a:visited, div#footer a{color:#f78d43}

div#mw-panel div.portal h3, div#footer {color:#fff}

/**** Footer ****/
 {color:#ff3f00}

/**** Table Themes ****/
/* pangtable */

table.pangtable {
  margin: 1em 0;
  background-color: #f9f9f9;
  border: 1px solid #aaa;
  border-collapse: collapse;
  color: black;
}
table.pangtable > tr > th,
table.pangtable > tr > td,
table.pangtable > * > tr > th,
table.pangtable > * > tr > td {
  border: 1px solid #aaa;
  padding: 0.2em 0.4em;
}
table.pangtable > tr > th,
table.pangtable > * > tr > th {
  background-color: #f2f2f2;
  text-align: center;
}
table.pangtable > caption {
  font-weight: bold;
}