Difference between revisions of "MediaWiki:Timeless.css"

From Anarchaserver
Line 10: Line 10:
.color-right {
.color-right {
     background: #95af95;
     background: #95af95;
}
#mw-content-container {
    border-bottom: solid 4px #ee004e;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: rgb(51, 187, 119);
}
}

Revision as of 01:34, 4 May 2019

/* CSS placed here will affect users of the Timeless skin */

#p-logo-text a {
    font-size: 1.35em;
}

.color-left {
    background: #95afae;
}
.color-right {
    background: #95af95;
}

#mw-content-container {
    border-bottom: solid 4px #ee004e;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: rgb(51, 187, 119);
}