Difference between revisions of "MediaWiki:Common.css"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
(some UESP table definitions)
(No difference)

Revision as of 20:00, 30 June 2017

/* CSS placed here will be applied to all skins */

table.hiddentable {
    background: transparent;
    border: 0px none;
    margin: 0px;
}

table.hiddentable th, table.hiddentable td {
    background: transparent;
    border: 0px none;
    padding: 0px;
}

table.vtop td, table.vtop th, table.vtop tr {
    vertical-align: top;
}