Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
Updates for MediaWiki v1.21
(Add vwikitable-equal)
(Updates for MediaWiki v1.21)
 
(One intermediate revision 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 32: Line 41:
.vwikitable tr:hover {
.vwikitable tr:hover {
         background-color: #f6f6d1;
         background-color: #f6f6d1;
}
.even {
        background-color: #fffff0;
}
.even tr:hover {
        background-color: #ffffd1;
}
.num {
        text-align: right;
}
}


Navigation menu