MediaWiki:Common.css

From CTWUG Wiki
Revision as of 14:12, 14 November 2008 by Cyclone (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
.page-Main_Page h1.firstHeading { display: none; }


/* Begin Infobox highsite CSS */
.infoboxHighsite.bordered {
border-collapse:collapse;
}
.infoboxHighsite {
  background-color:#F9F9F9;
  border:1px solid #AAAAAA;
  clear:right;
  color:black;
  margin: 0 auto;
  padding:0.2em;
}
/* End Infobox CSS */

/* Begin Memberbox CSS */
.memberbox.bordered {
border-collapse:collapse;
}
.memberbox {
  background-color:#F9F9F9;
  border:1px solid #AAAAAA;
  clear:right;
  color:black;
  float:right;
  margin:0.5em 0pt 0.5em 1em;
  padding:0.2em;
}
/* End Memberbox CSS */

/* Begin Infobox CSS */
.infobox.bordered {
border-collapse:collapse;
}
.infobox {
background-color:#F9F9F9;
border:1px solid #AAAAAA;
clear:right;
color:black;
float:right;
margin:0.5em 0pt 0.5em 1em;
padding:0.2em;
}
/* End Infobox CSS */

table.wikitable th, table.prettytable th {
background:#F2F2F2 none repeat scroll 0% 0%;
text-align:center;
}
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
border:1px solid #AAAAAA;
padding:0.2em;
}
table.wikitable {
  border-collapse:collapse;
}