Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 7: | Line 7: | ||
margin-top: 0em; | margin-top: 0em; | ||
margin-bottom: 0em; | margin-bottom: 0em; | ||
} | |||
p.infobox-c { | |||
margin-top: 0em; | |||
margin-bottom: 0em; | |||
text-align: center; | |||
} | } | ||
Revision as of 17:20, 16 January 2025
body { font-size: 150%; font-family: Tahoma, Verdana, sans-serif; }
.mw-body { color: #f2f2f2; }
h1, h2, h3, h4, h5, h6 { color: #f2f2f2; }
#footer ul li { color: #f2f2f2 !important; }
p.infobox {
margin-top: 0em;
margin-bottom: 0em;
}
p.infobox-c {
margin-top: 0em;
margin-bottom: 0em;
text-align: center;
}
td.infobox{
padding: 10px;
}
div.infobox{
float:right;
outline: 6px double lightgray;
}