MediaWiki:Common.css

From sudomod
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: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
#mw-head{
background-image: url("http://www.sudomod.com/forum/styles/we_universal/theme/images/header.jpg");
background-size:     cover;                      /* <------ */
background-repeat:   no-repeat;
background-position: center center; 
}

body {
background-color: #222222;
}

#mw-head-base {
background-color: #222222 !important;
}

#p-personal li{
background-color: rgba(200, 200, 200, .75);
padding: 5px;
margin: 0px;
}

#p-cactions {
background-color: white !important;
}

#footer li{
color: rgb(200,200,200) !important;
}

#footer li a{
color: white !important;
}

#footer {
background-color: #292c2f;
}

div#mw-panel {
top: 80px;
z-index: 999;
}

#mw-panel {
background-color: #292c2f;
}

#mw-panel li a{
color: white !important;
}

#mw-panel h3{
color: rgb(200,200,200) !important;
}

div#right-navigation {
position: relative;
z-index: 9999;
}

#mw-page-base {
        background-color: #222222;
        background-image: -moz-linear-gradient(top, #222222 50%, #222222 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #222222), color-stop(100%, #222222));
        background-image: -webkit-linear-gradient(top, #222222 50%, #222222 100%);
        background-image: linear-gradient(#222222 50%, #222222 100%);
        background-color: #222222
}

#p-logo {
top: -80px;
height: 80px !important;
background-color: rgba(25, 25, 25, 1);
}

.mw-wiki-logo {
background: url("http://www.sudomod.com/forum/styles/we_universal/theme/images/sudomodLogo_small.png") no-repeat;
background-position: top !important;
background-size: contain;
height: 80px !important;
}