Difference between revisions of "MediaWiki:Common.css"

From LimeTerracotta
Jump to: navigation, search
Line 2: Line 2:
 
.editOptions {color: #c1c1c1;}
 
.editOptions {color: #c1c1c1;}
 
#footer-info-lastmod {color: #c1c1c1!important;}
 
#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);
 +
}

Revision as of 13:30, 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);
}