Difference between revisions of "MediaWiki:Common.css"
LTWikiAdmin (talk | contribs)  | 
				Silversunset (talk | contribs)   | 
				||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */  | /* CSS placed here will be applied to all skins */  | ||
.editOptions {color: #c1c1c1;}  | .editOptions {color: #c1c1c1;}  | ||
| − | #footer-info-  | + | #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);  | ||
| + | }  | ||
| + | */  | ||
| + | |||
| + | img {  | ||
| + | max-width:100%;  | ||
| + | height:auto;  | ||
| + | }  | ||
Latest revision as of 23:45, 17 September 2019
/* 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);
}
*/
img {
max-width:100%;
height:auto;
}