Difference between revisions of "MediaWiki:Common.css"

From regify WIKI
Jump to navigation Jump to search
(Created page with "→‎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 {...")
 
Line 6: Line 6:
 
     border: 0px solid #aaa;
 
     border: 0px solid #aaa;
 
     padding: 0.2em;
 
     padding: 0.2em;
 +
}
 +
 +
table.wikitable {
 +
    background-color: transparent;
 +
    border: 0px solid #aaa;
 +
    border-collapse: collapse;
 
}
 
}

Revision as of 12:58, 3 April 2015

/* 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;
}