MediaWiki:Common.css

Revision as of 15:11, 26 November 2016 by Karthikeyan KC talk | contributions Removed SVG to replace it with a better one.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

/* Home Page Styles */

.page-Home .mw-redirectedfrom, .page-Home span#Swyde, .page-Home span.mw-editsection, p.subtitle, .page-Home h1#firstHeading {
    display: none !important;
}

/* Wikitable Format */

table.wikitable > caption {
    padding: 5px;
    background: #151515;
    border: 1px solid #151515;
    color: #fff;
}
table.wikitable > * > tr > td {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 5px 8px;
}

table.wikitable > * > tr > th {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    padding: 5px 8px;
    text-align: left;
}

/* Search Results Page */
.mw-search-results {
    float: none;
}

/* Edit Guidelines */
.mw-editintro, .mw-newarticletext.plainlinks {
    margin: 20px 0px;
}