MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
.vector-body { | .vector-body { | ||
background-color: # | background-color: #ece2d0; | ||
} | } | ||
| Line 44: | Line 44: | ||
.mw-page-container { | .mw-page-container { | ||
background-color: # | background-color: #8d6345 !important; | ||
} | } | ||
| Line 51: | Line 51: | ||
.vector-header-container { | .vector-header-container { | ||
background-color: # | background-color: #8d6345 !important; | ||
background-image: url('https://dramachaser.com/images/ | background-image: url('https://dramachaser.com/images/a/a0/Dummy.gif'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: 50% 50%; | background-position: 50% 50%; | ||
| Line 61: | Line 61: | ||
a:link { | a:link { | ||
color: # | color: #04690f !important; | ||
} | } | ||
Revision as of 05:35, 1 May 2024
/* CSS placed here will be applied to all skins */
/* infobox styling */
.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;
}
/* this place looks incredibly sterile and this is an attempt at adding some aesthetics. any aesthetics, at this point. */
/* body of the article—VECTOR SPECIFIC */
.vector-body {
background-color: #ece2d0;
}
/* body—dark red. this is all so hacky that i'm embarrassed of it, but it works, so whatever; i'll consider making this graceful at some other point*/
.mw-page-container {
background-color: #8d6345 !important;
}
/* header with banner */
.vector-header-container {
background-color: #8d6345 !important;
background-image: url('https://dramachaser.com/images/a/a0/Dummy.gif');
background-repeat: no-repeat;
background-position: 50% 50%;
height: 230px;
}
/* links—recolour sidebars for visibility */
a:link {
color: #04690f !important;
}
a:hover {
text-decoration: underline !important;
}