MediaWiki:Common.css

esse quam videri
Revision as of 23:32, 3 February 2007 by Jeff (talk | contribs) (New page: * CSS placed here will be applied to all skins: table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { border-top-width: 1px; border-right-width: 1p...)
(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.
/** CSS placed here will be applied to all skins */


table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td 

{

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #aaaaaa;

border-right-color: #aaaaaa;

border-bottom-color: #aaaaaa;

border-left-color: #aaaaaa;

padding-top: 0.2em;

padding-right: 0.2em;

padding-bottom: 0.2em;

padding-left: 0.2em;

}

table.wikitable th, table.prettytable th 

{

background-color: #f2f2f2;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

text-align: center;

}