MediaWiki:Common.css: Difference between revisions

From PoliticalSG
No edit summary
No edit summary
Line 2: Line 2:
.infobox-container {
.infobox-container {
     width: 30%;
     width: 30%;
     max-width: 350px; /* Prevents overly large infobox */
     max-width: 350px;
     margin-left: 15px;
     margin-left: 15px;
     margin-top: 0px;
     margin-top: 0px;
     float: right; /* Float on desktop */
     float: right;
     clear: right;
     clear: right;
}
}


/* Infobox Table */
.infobox-table {
.infobox-table {
     width: 100%;
     width: 100%;
Line 16: Line 15:
}
}


/* Image */
.infobox-image {
.infobox-image {
     text-align: center;
     text-align: center;
Line 22: Line 20:
}
}


/* Headers */
.infobox-header, .infobox-section {
.infobox-header, .infobox-section {
     background-color: #f2f2f2;
     background-color: #f2f2f2;
Line 29: Line 26:
}
}


/* Fields */
.infobox-field {
.infobox-field {
     font-weight: bold;
     font-weight: bold;
     width: 35%;
     width: 35%;
}
}
/* Hide wiki UI elements — archive site, not community wiki */
#ca-history { display: none; }
#ca-talk { display: none; }
#ca-edit { display: none; }
#ca-ve-edit { display: none; } /* Visual editor tab if installed */
#p-tb { display: none; }      /* Toolbox sidebar */

Revision as of 22:32, 13 May 2026

/* CSS placed here will be applied to all skins */
.infobox-container {
    width: 30%;
    max-width: 350px;
    margin-left: 15px;
    margin-top: 0px;
    float: right;
    clear: right;
}

.infobox-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.infobox-image {
    text-align: center;
    padding: 5px;
}

.infobox-header, .infobox-section {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: center;
}

.infobox-field {
    font-weight: bold;
    width: 35%;
}

/* Hide wiki UI elements — archive site, not community wiki */
#ca-history { display: none; }
#ca-talk { display: none; }
#ca-edit { display: none; }
#ca-ve-edit { display: none; } /* Visual editor tab if installed */
#p-tb { display: none; }       /* Toolbox sidebar */