MediaWiki:Common.css

From Omnia
Jump to navigation Jump to search

Note: After publishing, 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.
/* CSS placed here will be applied to all skins */

/** float edit section to the right **/
span.mw-editsection {
  float: right;
}

/** make sub page link larger **/
span.subpages {
  display: block;
  font-size: medium;
  padding-top: 5px;
}

/** Default? - Bump left navigation against screen **/
#left-navigation {
  margin-left: 1em;
  margin-top: .5em;
}

/** Default? - Bump right navigation against screen **/
#right-navigation {
  margin-top: .5em;
}

/** Default? - Bump main panel up against screen **/
#mw-head-base {
  margin-top: -7em;
}

/** K - Hide Footer **/
#footer {
  display: none;
}

/** K - Hide sidebar **/
div#mw-panel {
  display: none;
}
#left-navigation {
  left: 1em;
}
#mw-head-base, div#content, div#footer {
  margin-left: 1em;
}

/* K - Hide various other items */
div#p-personal, li#ca-talk, li#ca-watch, li#ca-protect, li#ca-history, #ca-viewsource {
  display: none;
}

/* K - pretty tables */
table, th, td {
  border-collapse: collapse;
  border: 1px solid #A0A0A0;
  padding: 0.2em 0.4em;
}
th {
  background-color: #F2F2F2;
  text-align: center;
}

/* K - pretty quotes */
blockquote {
  background-color: #F2F2F2;
  border: 1px solid #A0A0A0;
  padding: 5px;
}

/* K - pretty pre text */
pre {
  background-color: #f8f9fa
  border: 1px solid #eaecf0;
  padding: 5px;
}

/* K - Hide new navigation */
nav#p-personal {
  display: none;
}

/* K - Fix edit links */
span.mw-editsection {
  padding-top: 0.5em;
}