MediaWiki:Common.css

Revision as of 01:03, 14 June 2018 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;
}

.blank div {
     display: none !important;
}

.infobox img {
     width: 300px;
}

ul.ref-header {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

ul.ref-header li {
    cursor: pointer;
    margin: .25em 0 1.5em;
    border-bottom: solid 3px #ffffff;
}

ul.ref-header li.selected {
  border-bottom-color: #0088dd;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

.box {
    border: 2px solid #f3f3f3;
    margin-top: 15px;
    overflow: auto;
    padding: 10px;
    border-radius: 15px
}

element.style {
    background: white;
}