Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tag: Reverted |
|||
| Line 28: | Line 28: | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
position: absolute; | |||
top: 50%; | |||
-ms-transform: translateY(-50%); | |||
transform: translateY(-50%); | |||
} | } | ||
Revision as of 20:48, 12 March 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;
border: 6px double lightgray;
outline: 12px none;
}
.infobox-image{
display: flex;
justify-content: center;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}