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