MediaWiki:Common.css

From National Gallery Research Wiki
Revision as of 18:35, 9 March 2012 by Jpadfield (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, 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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

body.page-Main_Page h1.firstHeading { display:none; }

table.tmstable, table.thumbgrid {
margin:1em 1em 1em 0;
padding:5px;
background:#eee;
border-bottom:0px #aaa solid;
border-collapse:collapse;
color:black;
width:100%;
}
.tmstable th,.tmstable td, .thumbgrid th,.thumbgrid td {
 border-bottom:1px #aaa solid;
 padding:0.5em}
.tmstable th {
 background:#f2f2f2;
 text-align:center;
}
.tmstable caption, .thumbgrid caption {
 font-weight:bold;}

.thumbgrid td {
 text-align:center;
}