MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
.welcome-table {
.welcome-table {
    background-color: #c2eaf9;
     border: 1px solid #808080;    /* Solid grey border */
     border: 1px solid #808080;    /* Solid grey border */
     border-collapse: collapse;
     border-collapse: collapse;
Line 6: Line 5:


.welcome-table th {
.welcome-table th {
    background-color: #9ed5f7;
     font-size: 16px;
     font-size: 16px;
     padding-top: 8px;          /* Increased padding on top for header cells */
     padding-top: 8px;          /* Increased padding on top for header cells */
Line 11: Line 11:


.welcome-table td {
.welcome-table td {
    background-color: #e3eff9;
     vertical-align: top;
     vertical-align: top;
     text-align: center; /* Center the text under the image */
     text-align: center; /* Center the text under the image */
Line 16: Line 17:
}
}


/* Base table styling */
.eras-table {
.eras-table {
     margin: 1em 0;              /* From wikitable */
     margin: 1em 0;              /* From wikitable */
Line 27: Line 27:
}
}


/* Header styling */
.eras-table th {
.eras-table th {
     background-color: #f79ef7;  /* Your eras-table, overrides wikitable’s #eaecf0 */
     background-color: #f79ef7;  /* Your eras-table, overrides wikitable’s #eaecf0 */
Line 39: Line 38:
}
}


/* Cell styling */
.eras-table td {
.eras-table td {
     background-color: #f9e3f9;  /* Your eras-table, overrides wikitable’s default */
     background-color: #f9e3f9;  /* Your eras-table, overrides wikitable’s default */
Line 57: Line 55:
}
}


/* Medium screens and below - switch to 3x2 layout for content */
@media screen and (max-width: 800px) {
@media screen and (max-width: 800px) {
     .eras-table {
     .eras-table {