MediaWiki:Common.css

From The Coppermind
Revision as of 23:37, 20 June 2011 by Chaos2651 (talk | contribs)
Jump to navigation Jump to 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 / Edge: 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 */
table.infobox{ padding-bottom: 4px; border: 1px solid black; border-spacing:1;}

.infobox th { background-color:silver; }
.infobox th.title { color:white; background-color:black; }
.infobox td, .infobox th { padding:4px; }

.infobox table { text-align:center; ;  }
.infobox table td { padding:0; width:10%; }

/**/

.curved {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-icab-border-radius: 10px;
	-o-border-radius: 10px;
}
.tl { border-top-left-radius:10px; -moz-border-radius-topleft: 10px; }
.tr { border-top-right-radius:10px; -moz-border-radius-topright: 10px; }
.bl { border-bottom-left-radius:10px; -moz-border-radius-bottomleft: 10px; }
.br { border-bottom-right-radius:10px; -moz-border-radius-bottomright: 10px; }

/**/

.navaid{ display: block; margin: 1em 40px; font-style: italic; }

/**/

.portlet h5 { color: white; font-weight:bold; }

#p-personal a { color:white!important; }