Difference between revisions of "MediaWiki:Common.css"

From regify WIKI
Jump to navigation Jump to search
Line 16: Line 16:
 
.mw-body h2 {
 
.mw-body h2 {
 
     font-size: 2em;
 
     font-size: 2em;
 +
}
 +
 +
#ca-history {
 +
    display: none;
 
}
 
}

Revision as of 13:18, 31 January 2018

/* CSS placed here will be applied to all skins */
table.wikitable > tr > th, 
table.wikitable > tr > td, 
table.wikitable > * > tr > th, 
table.wikitable > * > tr > td {
    border: 0px solid #aaa;
    padding: 0.2em;
}

table.wikitable {
    background-color: transparent;
    border: 0px solid #aaa;
    border-collapse: collapse;
}

.mw-body h2 {
    font-size: 2em;
}

#ca-history {
    display: none;
}