User:Ranzu/common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "body, #globalWrapper { background: url("images/3/30/BGN1.jpg") no-repeat scroll 0 0 black; →Side boards: background-size: cover; color: white; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
div#mw-head { | |||
background: url("images/3/30/BGN1.jpg") no-repeat scroll 0 0 black; /* TOP*/ | |||
background-size: cover; | |||
} | |||
.navbox, | |||
.navbox-subgroup { | |||
background: #2b2b2b; /* Background color */ | |||
} | |||
#content { | |||
margin-right: 40px; | |||
background: url("images/3/30/BGN1.jpg"); /* content, where all shit is*/ | |||
color: white; | |||
} | |||
body, #globalWrapper { | body, #globalWrapper { | ||
Revision as of 19:48, 1 June 2022
div#mw-head {
background: url("images/3/30/BGN1.jpg") no-repeat scroll 0 0 black; /* TOP*/
background-size: cover;
}
.navbox,
.navbox-subgroup {
background: #2b2b2b; /* Background color */
}
#content {
margin-right: 40px;
background: url("images/3/30/BGN1.jpg"); /* content, where all shit is*/
color: white;
}
body, #globalWrapper {
background: url("images/3/30/BGN1.jpg") no-repeat scroll 0 0 black; /* Side boards*/
background-size: cover;
color: white;
}