MediaWiki:Common.css: Difference between revisions

From Brilliance and Shadow Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
.darkgreytable1px th {
.darkgreytable1px th {
border: 1px solid darkgray;
border: 1px solid darkgray;
background:#999;
background:#333;
}
}



Revision as of 02:19, 4 February 2015

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

/* Full Table Style */
.darkgreytable1px {
border: 1px solid darkgray;
}

/* Table Head Row Style */
.darkgreytable1px th {
border: 1px solid darkgray;
background:#333;
}

/* Table General Row Style */
.darkgreytable1px tr {
border: 1px solid darkgray;
}

/* Table Cell Style */
.darkgreytable1px td{
vertical-align: top;
}