MediaWiki:Common.css

Revision as of 00:44, 23 November 2016 by Roz (talk | contribs)

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 */

.infobox th, td, tr {
    padding: 5px;
}

.infobox-header th, td, tr {
text-align: center;
background-color:#cccccc;
}

.infobox table {
width: 305px;
font-size: 90%;
border: 1px solid #cccccc;
background-color: #ffffff;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
text-align:left;
box-shadow: 2px 2px 2px #cccccc;
line-height: 1.6em;
cellpadding: 10;
}

.blank div {
     display: none !important;
}