Difference between revisions of "MediaWiki:Common.css"

From sudomod
Jump to: navigation, search
(Created page with "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...")
 
(No difference)

Latest revision as of 03:48, 17 May 2016

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