Difference between revisions of "MediaWiki:Common.css"

m
Since we're also using the infobox class for non-infobox tables, where it's reasonable to want to be able to, say, center all text in a row
m (Since we're also using the infobox class for non-infobox tables, where it's reasonable to want to be able to, say, center all text in a row)
 
(3 intermediate revisions by 3 users not shown)
text-align: center;
}
.infobox .kv td, .navbar td {
text-align: left;
}
padding: 0.5em;
}
div.notice.stubquality {
font-style: italic;
}
@media (max-width: 640px) {
.coppermind-spoiler-warning {
font-size: 1em !important;
}
}
 
@font-face {
font-family: "Trajan Pro";
src: url('https://coppermind.net/TrajanProBold.ttf') format("truetype");
}