Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Created page with "Fix sidebar section titles capitalization (Monobook): .portlet h3 { text-transform: none !important; }"
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
.portlet h3 {
.portlet h3 {
     text-transform: none !important;
     text-transform: none !important;
}
.shipbox {
    width: 320px;
    border: 1px solid #444;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 14px;
    background-color: #FFFFFF12;
}
.shipbox th {
    text-align: left;
    padding: 6px;
    border-bottom: 1px solid #333;
}
.shipbox td {
    padding: 6px;
    border-bottom: 1px solid #222;
}
.shipbox-title {
    font-size: 18px;
    text-align: center !important;
}
.shipbox-section {
    text-align: center !important;
    font-weight: bold;
}
.defbox {
    width: 320px;
    border: 1px solid #444;
    color: #ddd;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 14px;
    background-color: #FFFFFF12;
}
.defbox th {
    text-align: left;
    padding: 6px;
    background-color: #1c1c1c;
    border-bottom: 1px solid #333;
}
.defbox td {
    padding: 6px;
    border-bottom: 1px solid #222;
}
.defbox-title {
    font-size: 18px;
    text-align: center !important;
}
.defbox-section {
    text-align: center !important;
    font-weight: bold;
}
.resbox {
    width: 340px;
    border: 1px solid #444;
    color: #ddd;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 14px;
    background-color: #FFFFFF12;
}
.resbox th {
    text-align: left;
    padding: 6px;
    background-color: #1c1c1c;
    border-bottom: 1px solid #333;
}
.resbox td {
    padding: 6px;
    border-bottom: 1px solid #222;
}
.resbox-title {
    font-size: 18px;
    text-align: center !important;
}
.resbox-section {
    text-align: center !important;
    font-weight: bold;
}
}

Latest revision as of 19:30, 2 March 2026

/* Fix sidebar section titles capitalization (Monobook) */
.portlet h3 {
    text-transform: none !important;
}


.shipbox {
    width: 320px;
    border: 1px solid #444;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 14px;
    background-color: #FFFFFF12;
}

.shipbox th {
    text-align: left;
    padding: 6px;
    border-bottom: 1px solid #333;
}

.shipbox td {
    padding: 6px;
    border-bottom: 1px solid #222;
}

.shipbox-title {
    font-size: 18px;
    text-align: center !important;
}

.shipbox-section {
    text-align: center !important;
    font-weight: bold;
}

.defbox {
    width: 320px;
    border: 1px solid #444;
    color: #ddd;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 14px;
    background-color: #FFFFFF12;
}

.defbox th {
    text-align: left;
    padding: 6px;
    background-color: #1c1c1c;
    border-bottom: 1px solid #333;
}

.defbox td {
    padding: 6px;
    border-bottom: 1px solid #222;
}

.defbox-title {
    font-size: 18px;
    text-align: center !important;
}

.defbox-section {
    text-align: center !important;
    font-weight: bold;
}

.resbox {
    width: 340px;
    border: 1px solid #444;
    color: #ddd;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 14px;
    background-color: #FFFFFF12;
}

.resbox th {
    text-align: left;
    padding: 6px;
    background-color: #1c1c1c;
    border-bottom: 1px solid #333;
}

.resbox td {
    padding: 6px;
    border-bottom: 1px solid #222;
}

.resbox-title {
    font-size: 18px;
    text-align: center !important;
}

.resbox-section {
    text-align: center !important;
    font-weight: bold;
}