Difference between revisions of "MediaWiki:Common.css"
| Line 7: | Line 7: | ||
background-color: #00000 | background-color: #00000 | ||
} | } | ||
| + | /* Head */ | ||
#mw-page-base { | #mw-page-base { | ||
height: 5em; | height: 5em; | ||
| − | background-image: url( | + | background-color: white; |
| + | background-image: url(images/page-fade.png); | ||
background-position: bottom left; | background-position: bottom left; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
| + | } | ||
| + | #mw-head-base { | ||
| + | margin-top: -5em; | ||
| + | margin-left: 10em; | ||
| + | height: 5em; | ||
| + | background-image: url(images/border.png); | ||
| + | background-position: bottom left; | ||
| + | background-repeat: repeat-x; | ||
| + | } | ||
| + | #mw-head { | ||
| + | position: absolute; | ||
| + | top: 0; | ||
| + | right: 0; | ||
| + | width: 100%; | ||
| + | } | ||
| + | #mw-head h5 { | ||
| + | margin: 0; | ||
| + | padding: 0; | ||
} | } | ||
Revision as of 19:03, 4 December 2017
/* CSS placed here will be applied to all skins */
body {
background-image: url('../../images/4/44/Cambgbody.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #00000
}
/* Head */
#mw-page-base {
height: 5em;
background-color: white;
background-image: url(images/page-fade.png);
background-position: bottom left;
background-repeat: repeat-x;
}
#mw-head-base {
margin-top: -5em;
margin-left: 10em;
height: 5em;
background-image: url(images/border.png);
background-position: bottom left;
background-repeat: repeat-x;
}
#mw-head {
position: absolute;
top: 0;
right: 0;
width: 100%;
}
#mw-head h5 {
margin: 0;
padding: 0;
}