MediaWiki:Common.css: Difference between revisions

Added some classes for table background colors, and a 'text-center' class
Added Wrath and Glory specific CSS
Line 16: Line 16:
}
}


.table-header-gray {
.wrath-table-header {
     background-color: #eee;
     background-color: #eee;
}
}


.table-cell-lightgray {
.wrath-table-cell {
     background-color: #f8f8f8;
     background-color: #f8f8f8;
}
}