MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
} | } | ||
.itemdurability { | .itemdurability .label { | ||
color: #fffff; | color: #fffff; | ||
} | } | ||
Revision as of 13:59, 11 February 2025
/* CSS placed here will be applied to all skins */
.armourcard table {
background-color: #000000;
}
.armourcard a {
color: #ffcc00;
}
.armourcard .new a {
color: #ba0000 !important;
}
.iteminfotitle{
color: #c3b585;
}
.armourcard .itemtype {
color: #fffff;
}
.itembind {
color: #77777;
}
.itemworth {
color: #fffff;
}
.itemdurability .label {
color: #fffff;
}
.itemrequirement {
color: #ff0000;
}