MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 37: | Line 37: | ||
.mw-page-container { | .mw-page-container { | ||
background-color: #572917; | background-color: #572917; | ||
} | |||
.mw-header { | |||
background-color: #5f2612; | |||
background-image: url(https://dramachaser.com/index.php/File:Wofheader.jpg); | |||
background-repeat: no-repeat; | |||
background-position: 50% 50%; | |||
} | } | ||
Revision as of 08:48, 24 April 2024
/* CSS placed here will be applied to all skins */
.infobox {
2px solid #572917;
background-color: #e9dfc9;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
max-width: 100%;
height: auto;
}
.infobox-table th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox-table td {
vertical-align: top;
}
.vector-body {
background-color: #f7eacd;
}
.mw-page-container {
background-color: #572917;
}
.mw-header {
background-color: #5f2612;
background-image: url(https://dramachaser.com/index.php/File:Wofheader.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
}