MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.mw-header citizen-header{ | .mw-header citizen-header{ | ||
color: | color: #f0f0f0; | ||
} | } | ||
Revision as of 13:19, 19 March 2026
.mw-header citizen-header{
color: #f0f0f0;
}
.weapon-stats-box {
background-color: #1a1a1a;
color: #f0f0f0;
border-radius: 8px;
padding: 20px;
width: 380px;
font-family: Arial, sans-serif;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
margin: 1em 0;
float: right;
clear: right;
margin-left: 1.5em;
}
.weapon-stats-box p,
.weapon-stats-box br {
margin: 0 !important;
padding: 0 !important;
line-height: 0 !important;
}
.weapon-stats-box p.item-type {
display: block !important;
height: auto !important;
line-height: 1.4 !important;
font-size: 0.9em;
color: #aaa;
margin: 0 !important;
padding: 0 !important;
}
.weapon-stats-header {
display: flex;
gap: 15px;
align-items: flex-start;
}
.weapon-icon-area {
width: 80px;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
}
.weapon-icon-area figure,
.weapon-icon-area .thumb,
.weapon-icon-area .thumbinner,
.weapon-icon-area .thumbcaption {
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
display: block !important;
width: auto !important;
}
.weapon-icon-area a {
display: block !important;
margin: 0 !important;
padding: 0 !important;
line-height: 0 !important;
border: none !important;
}
.weapon-icon-area img {
display: block !important;
max-width: 80px !important;
max-height: 80px !important;
width: auto !important;
height: auto !important;
}
.header-text-container {
flex-grow: 1;
}
.header-title-tier-row {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.item-name {
font-size: 1.15em !important;
font-weight: bold !important;
text-transform: uppercase;
margin: 0 !important;
padding: 0 !important;
line-height: 1.2 !important;
white-space: nowrap !important;
border: none !important;
border-bottom: none !important;
}
.item-tier-container {
display: flex;
align-items: baseline;
gap: 5px;
margin-top: -3px;
}
.tier-label {
font-size: 0.8em;
font-weight: bold;
text-transform: uppercase;
color: #f0f0f0;
}
.tier-value {
font-size: 1.1em;
font-weight: bold;
color: #f0f0f0;
}
.weapon-separator {
display: block !important;
height: 1px !important;
background-color: #444 !important;
border: none !important;
margin: 12px 0 !important;
padding: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
}
.weapon-separator-double {
display: block !important;
height: 4px !important;
background: linear-gradient(
to bottom,
#555 0px, #555 1px,
transparent 1px, transparent 2px,
#555 2px, #555 3px
) !important;
border: none !important;
margin: 12px 0 !important;
padding: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
}
.description-section {
font-size: 0.95em;
line-height: 1.4;
margin: 0 0 10px 0 !important;
white-space: normal;
}
.loaded-ammo {
font-size: 0.95em;
font-weight: bold;
color: #ccc;
margin: 5px 0 10px 0 !important;
display: flex;
align-items: center;
gap: 8px;
border-left: 2px solid #d35400;
padding-left: 8px;
}
.ammo-icon {
color: #d35400;
font-size: 1.2em;
}
.stats-section {
display: block;
width: 100%;
margin: 0 !important;
padding: 0 !important;
}
.stat-row {
display: flex;
justify-content: space-between;
padding: 6px 0;
font-size: 0.95em;
border-bottom: 1px solid #333;
margin: 0 !important;
}
.stat-row:last-child {
border-bottom: none;
}
.durability-inventory-row {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.9em;
text-transform: uppercase;
margin: 0 !important;
padding: 0 !important;
}
.repair-status {
color: #e74c3c;
font-weight: bold;
}
.currency-section {
display: flex;
justify-content: flex-end;
gap: 15px;
font-size: 0.95em;
margin: 10px 0 0 0 !important;
padding: 0 !important;
font-weight: bold;
}
.currency-item {
display: flex;
align-items: center;
gap: 5px;
}
.icon-gold-placeholder {
width: 16px;
height: 16px;
background: radial-gradient(circle at 35% 35%, #f5d060, #b8860b);
border-radius: 50%;
border: 1px solid #a07000;
}
.icon-silver-placeholder {
width: 16px;
height: 16px;
background: radial-gradient(circle at 35% 35%, #e0e0e0, #8a8a8a);
border-radius: 50%;
border: 1px solid #707070;
}
.weapon-icon-area p {
display: block !important;
height: auto !important;
line-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}