Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
Updates for MediaWiki v1.21
(Updated vWiki custom table formats)
(Updates for MediaWiki v1.21)
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
}
}
   
   
/* Force content surround to be green */
div#content {
    border-color: #9EB19E;
}
/* Fix Geshi Syntax Highlighter size */
div.mw-geshi {
    font-size: 1em;
}
   
   
/* Custom table */
/* Custom table */
Line 31: Line 40:
}
}
.vwikitable tr:hover {
.vwikitable tr:hover {
        background-color: #f6f6d1;
}
.even {
        background-color: #fffff0;
}
.even tr:hover {
        background-color: #ffffd1;
}
.num {
        text-align: right;
}
/* Custom equal-width table */
table.vwikitable-equal {
        margin: 1em 1em 1em 0;
        background: #fafffa;
        border: 1px #9EB19E solid;
        border-collapse: collapse;
        color: black;
}
.vwikitable-equal tr, .vwikitable-equal td {
        border: 1px #9EB19E solid;
        padding: 0.2em;
}
.vwikitable-equal th, .vwikitable-equal td {
        width:5%;
}
.vwikitable-equal th {
        background: #ddeddd;
        text-align: center;
}
.vwikitable-equal caption {
        font-weight: bold;
}
.vwikitable-equal tr:hover {
         background-color: #f6f6d1;
         background-color: #f6f6d1;
}
}

Navigation menu