MediaWiki:Common.css: Difference between revisions

From Before I Play
Jump to navigation Jump to search
No edit summary
No edit summary
 
(18 intermediate revisions by the same user not shown)
Line 4: Line 4:
     background: black;
     background: black;
     color: black;
     color: black;
display: inline;
    display: inline;
padding: 0px 5px 0px 5px;
    padding: 0px 5px 0px 5px;
}
}


Line 11: Line 11:
     background: black;
     background: black;
     color: white;
     color: white;
}
#footer-places {
display: none;
}
#footer-icons {
display: none;
}
#mw-panel {
padding-top: 0em !important;
font-size: 1.5em !important;
width: 6.6em !important;
}
#p-logo {
width: 6.6em !important;
}
}

Latest revision as of 18:50, 5 July 2022

/* CSS placed here will be applied to all skins */

.spoiler {
    background: black;
    color: black;
    display: inline;
    padding: 0px 5px 0px 5px;
}

.spoiler:hover {
    background: black;
    color: white;
}