MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
width: 320px; | width: 320px; | ||
border: 1px solid #444; | border: 1px solid #444; | ||
margin: 10px 0; | margin: 10px 0; | ||
border-radius: 6px; | border-radius: 6px; | ||
| Line 18: | Line 16: | ||
text-align: left; | text-align: left; | ||
padding: 6px; | padding: 6px; | ||
border-bottom: 1px solid #333; | border-bottom: 1px solid #333; | ||
} | } | ||
| Line 30: | Line 27: | ||
font-size: 18px; | font-size: 18px; | ||
text-align: center !important; | text-align: center !important; | ||
} | } | ||
.shipbox-section { | .shipbox-section { | ||
text-align: center !important; | text-align: center !important; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Revision as of 10:38, 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;
}
.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;
}