Difference between revisions of "MediaWiki:Common.css"

From LimeTerracotta
Jump to: navigation, search
m
 
(4 intermediate revisions by the same user not shown)
Line 18: Line 18:
 
}
 
}
 
*/
 
*/
 +
 +
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;
}