Toggle menu
1.3K
4.3K
15
13.2K
WikiGenius
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Get Your WikiGenius page
Chat on WhatsApp Now →

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Tag: Manual revert
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* ── Infobox podcast ── */
.infobox-podcast {
    float: right;
    clear: right;
    margin: 0 0 16px 24px;
    width: 280px;
    border: 1px solid #a2a9b1;
    border-radius: 8px;
    overflow: hidden;
    font-size: 13px;
    background: #f8f9fa;
}
.infobox-podcast-header {
    background: #1a3a5c;
    padding: 12px 14px;
    text-align: center;
}
.infobox-podcast-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
}
.infobox-podcast-subtitle {
    color: #9fc3e8;
    font-size: 12px;
    margin-top: 3px;
}
.infobox-podcast-image {
    background: #0f2a44;
    padding: 12px;
    text-align: center;
}
.infobox-podcast-caption {
    color: #9fc3e8;
    font-size: 11px;
    margin-top: 4px;
}
.infobox-podcast-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.infobox-podcast-table tr {
    border-top: 1px solid #e0e0e0;
}
.infobox-podcast-table th {
    width: 90px;
    padding: 6px 10px;
    font-weight: bold;
    color: #555;
    background: #f8f9fa;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}
.infobox-podcast-table td {
    padding: 6px 10px;
    color: #202122;
    vertical-align: top;
}
.infobox-podcast-table tr:hover {
    background: #f0f4f8;
}

Revision as of 18:02, 28 March 2026

/* CSS placed here will be applied to all skins */
/* ── Infobox podcast ── */
.infobox-podcast {
    float: right;
    clear: right;
    margin: 0 0 16px 24px;
    width: 280px;
    border: 1px solid #a2a9b1;
    border-radius: 8px;
    overflow: hidden;
    font-size: 13px;
    background: #f8f9fa;
}

.infobox-podcast-header {
    background: #1a3a5c;
    padding: 12px 14px;
    text-align: center;
}

.infobox-podcast-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
}

.infobox-podcast-subtitle {
    color: #9fc3e8;
    font-size: 12px;
    margin-top: 3px;
}

.infobox-podcast-image {
    background: #0f2a44;
    padding: 12px;
    text-align: center;
}

.infobox-podcast-caption {
    color: #9fc3e8;
    font-size: 11px;
    margin-top: 4px;
}

.infobox-podcast-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.infobox-podcast-table tr {
    border-top: 1px solid #e0e0e0;
}

.infobox-podcast-table th {
    width: 90px;
    padding: 6px 10px;
    font-weight: bold;
    color: #555;
    background: #f8f9fa;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}

.infobox-podcast-table td {
    padding: 6px 10px;
    color: #202122;
    vertical-align: top;
}

.infobox-podcast-table tr:hover {
    background: #f0f4f8;
}