MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
font-size: 14px; | font-size: 14px; | ||
background-color: #FFFFFF12; | background-color: #FFFFFF12; | ||
} | |||
.skin-theme-clientpref-night .shipbox { | |||
color: #ddd; | |||
} | } | ||
| Line 38: | Line 42: | ||
width: 320px; | width: 320px; | ||
border: 1px solid #444; | border: 1px solid #444; | ||
color: # | color: #000; | ||
margin: 10px 0; | margin: 10px 0; | ||
border-radius: 6px; | border-radius: 6px; | ||
font-size: 14px; | font-size: 14px; | ||
background-color: #FFFFFF12; | background-color: #FFFFFF12; | ||
} | |||
.skin-theme-clientpref-night .defbox { | |||
color: #ddd; | |||
} | } | ||
| Line 70: | Line 78: | ||
width: 340px; | width: 340px; | ||
border: 1px solid #444; | border: 1px solid #444; | ||
color: # | color: #000; | ||
margin: 10px 0; | margin: 10px 0; | ||
border-radius: 6px; | border-radius: 6px; | ||
font-size: 14px; | font-size: 14px; | ||
background-color: #FFFFFF12; | background-color: #FFFFFF12; | ||
} | |||
.skin-theme-clientpref-night .resbox { | |||
color: #ddd; | |||
} | } | ||
| Line 99: | Line 111: | ||
} | } | ||
. | .building-infobox { | ||
width: | float: right; | ||
width: 320px; | |||
margin: 0 0 15px 20px; | |||
border: 1px solid #444; | border: 1px solid #444; | ||
color: # | color: #000; | ||
border-radius: 6px; | border-radius: 6px; | ||
font-size: 14px; | |||
background-color: #FFFFFF12; | background-color: #FFFFFF12; | ||
} | } | ||
. | .skin-theme-clientpref-night .building-infobox { | ||
color: #ddd; | |||
} | |||
.building-infobox th { | |||
padding: 6px; | padding: 6px; | ||
text-align: left; | |||
} | } | ||
. | .building-infobox td { | ||
padding: 6px; | padding: 6px; | ||
} | } | ||
.building-title { | .building-title { | ||
text-align: center !important; | |||
font-size: 18px; | font-size: 18px; | ||
} | } | ||
.building-section { | .building-section { | ||
text-align: center; | text-align: center !important; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Latest revision as of 07:09, 24 June 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;
}
.skin-theme-clientpref-night .shipbox {
color: #ddd;
}
.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: #000;
margin: 10px 0;
border-radius: 6px;
font-size: 14px;
background-color: #FFFFFF12;
}
.skin-theme-clientpref-night .defbox {
color: #ddd;
}
.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: #000;
margin: 10px 0;
border-radius: 6px;
font-size: 14px;
background-color: #FFFFFF12;
}
.skin-theme-clientpref-night .resbox {
color: #ddd;
}
.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;
}
.building-infobox {
float: right;
width: 320px;
margin: 0 0 15px 20px;
border: 1px solid #444;
color: #000;
border-radius: 6px;
font-size: 14px;
background-color: #FFFFFF12;
}
.skin-theme-clientpref-night .building-infobox {
color: #ddd;
}
.building-infobox th {
padding: 6px;
text-align: left;
}
.building-infobox td {
padding: 6px;
}
.building-title {
text-align: center !important;
font-size: 18px;
}
.building-section {
text-align: center !important;
font-weight: bold;
}