MediaWiki:Common.css

From Ranch Roleplay
Revision as of 21:15, 1 August 2022 by Golden (talk | contribs) (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
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 */
.mw-wiki-logo {
background-size: 100%;
}

body {
background-image: url('https://ranchroleplay.com/cdn/bg.jpg');
background-size: cover;
background-attachment: fixed;
background-repeat: norepeat;
}

.mw-body {
margin-top: 0;
}

#mw-page-base {
background: none;
}

#mw-panel span {
color: white;
font-weight: 600;
}

#p-personal {
font-weight: 600;
padding: 4px 13px;
}

#pt-preferences span, #footer-info-lastmod, #p-personal span, #footer-places a {
color: white;
font-weight: 600;
}

#right-navigation, #left-navigation {
background: #f4f4f4d9;
}

#right-navigation {
margin-right: 25px;
}

#content {
background: #f4f4f4d9;
border: none;
margin-right: 25px;
}

.selected.mw-list-item {
background: none;
}

.w100 {
width: 100%;
}