Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Add some quality colors
Let's try doing some semantic classes
Line 24: Line 24:
.qua_genuine {
.qua_genuine {
     color: #4d7455;
     color: #4d7455;
}
/* Infobox styling */
.infobox {
    width: 256px;
    float: right;
    clear: right;
    margin: 0.5em 0 1em 0.5em;
    border: 1px solid black;
    padding: 2px;
}
.infobox section {
    background: #C0DFFF;
    color: black;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    padding: 3px;
}
}