MediaWiki:Common.css: Difference between revisions

From Meanderings
Jump to navigation Jump to search
Remove the edit links next to each section
Added some classes for table background colors, and a 'text-center' class
Line 14: Line 14:
     width: 100%;
     width: 100%;
     height: auto;
     height: auto;
}
.table-header-gray {
    background-color: #eee;
}
.table-cell-lightgray {
    background-color: #f8f8f8;
}
.text-center {
    text-align: center;
}
}


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

Revision as of 01:50, 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;
}

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

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

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

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