MediaWiki:Common.css

From SkullSecurity
Revision as of 01:45, 11 January 2015 by Ron (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: Press Ctrl-F5.
.infobox{
float:right;
display:block;
padding:5px;
margin:10px 15px 10px 15px;
border: 1px solid #000000;
/*overflow: auto;*/
width: 126%;
color:#fff;
}

.pwtable {
  border:          1px outset gray;
  border-collapse: separate;
  color:           #c0c0c0;
  font-size:       8pt;
}

.pwtable th {
  padding: 2px;
  background: green;
}

.pwtable td {
  padding: 2px;
  background: blue;
}