MediaWiki:Common.css: Difference between revisions

From Drama Chaser
No edit summary
No edit summary
Line 73: Line 73:
     text-decoration: underline !important;
     text-decoration: underline !important;
}
}
#mw-teleport-target { display:none; }

Revision as of 07:06, 3 May 2024

/* CSS placed here will be applied to all skins */

/* infobox styling */

.infobox {
    border: 2px solid #272d2d;
    background-color: #e9dfc9;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 30%;
}

.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;
    padding: 2% !important;
    border: 2px solid #272d2d !important;
}

/* body background. 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 */

a:link {
    color: #06560e !important;
}

a:visited {
    color: #732e1c !important;
}

a:hover {
    text-decoration: underline !important;
}

#mw-teleport-target { display:none; }