Difference between revisions of "MediaWiki:Timeless.css"

From Anarchaserver
Line 4: Line 4:
     font-size: 1.35em;
     font-size: 1.35em;
}
}
.color-left {
.color-left {
    height: 0.35em;
     background: #99FF00;
     background: #99FF00;
    width: 50%;
}
     float: left;
.color-RIGHT {
     background: #00FF99;
}
}

Revision as of 01:29, 4 May 2019

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

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

.color-left {
    background: #99FF00;
}
.color-RIGHT {
    background: #00FF99;
}