MediaWiki:Common.css: Difference between revisions

From Meanderings
Jump to navigation Jump to search
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;
}
}

Revision as of 01:53, 28 October 2024

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

img.forty-percent-width {
    width: 40%;
    height: auto;
}

img.eighty-percent-width {
    width: 80%;
    height: auto;
}

img.full-width {
    width: 100%;
    height: auto;
}

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

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

.text-center {
    text-align: center;
}

/* Remove the [edit|edit source] links next to each section */
.mw-editsection { display:none; }