Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Gadget-Citizenstuff.css: Difference between revisions

MediaWiki interface page
No edit summary
fix infobox weirdness by making it full-width kinda sorta
Line 5: Line 5:
content: "\A";
content: "\A";
white-space: pre-wrap;
white-space: pre-wrap;
}
/* fix infobox width on mobile */
@media screen and (max-width: 500px) {
.infobox {
margin-left: auto;
margin-right: auto;
float: none;
}
}
}


Line 114: Line 124:
html.skin-citizen-dark .navbox-title {
html.skin-citizen-dark .navbox-title {
background-color: #4b4b69;
background-color: #4b4b69;
}
}
}