Difference between revisions of "MediaWiki:Common.css"
Silversunset (talk | contribs) m  | 
				Silversunset (talk | contribs)   | 
				||
| Line 3: | Line 3: | ||
#footer-info-lastmod {color: #c1c1c1!important;}  | #footer-info-lastmod {color: #c1c1c1!important;}  | ||
| − | + | ||
body {  | body {  | ||
     background: url(https://i.imgur.com/cMRgWXI.png) no-repeat scroll left top #000000;  |      background: url(https://i.imgur.com/cMRgWXI.png) no-repeat scroll left top #000000;  | ||
| Line 17: | Line 17: | ||
     background-color: rgb(0, 0, 0);  |      background-color: rgb(0, 0, 0);  | ||
}  | }  | ||
| − | |||
Revision as of 13:39, 22 November 2018
/* CSS placed here will be applied to all skins */
.editOptions {color: #c1c1c1;}
#footer-info-lastmod {color: #c1c1c1!important;}
body {
    background: url(https://i.imgur.com/cMRgWXI.png) no-repeat scroll left top #000000;
    background-image: url(https://i.imgur.com/cMRgWXI.png);
    background-position-x: left;
    background-position-y: top;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(0, 0, 0);
}