MediaWiki:Common.css

From freemyipod.org
Revision as of 17:15, 5 August 2010 by TheSeven (talk | contribs) (Add some missing table CSS)
(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.
/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
    padding-top: 5px;
    text-align:  center;
}

.wikitable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
}
table.wikitable.zebra tr:nth-child(even) {
	background: white;
}
 
.nogrid th,
.nogrid td {
	border: none;
}
div.float-left,
table.float-left,
.float-left {
	float: left;
	clear: left;
}
div.float-right,
table.float-right,
.float-right {
	float: right;
	clear: right;
	margin: 1em 0 1em 1em;
}
div.centered,
table.centered,
.centered {
	margin-left: auto;
	margin-right: auto;
}
.toptextcells td {
	vertical-align: top;
}