Difference between revisions of "MediaWiki:Common.css"

From Polyamory Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .mw-wiki-logo { background-size: 135px 155px; }")
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
.mw-wiki-logo {
 
.mw-wiki-logo {
 
     background-size: 135px 155px;
 
     background-size: 135px 155px;
 +
}
 +
.footer-poweredbyico {
 +
    display: none;
 +
}
 +
 +
.mw-body-content .img {
 +
    max-width:50%;
 +
    height:auto;
 
}
 
}

Latest revision as of 11:29, 18 February 2021

/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
    background-size: 135px 155px;
}
.footer-poweredbyico {
    display: none;
}

.mw-body-content .img {
    max-width:50%;
    height:auto;
}