MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
color: #ffcc00; | color: #ffcc00; | ||
} | } | ||
.itemname .common { | |||
color: #ffffff ; | |||
} | |||
.itemname .uncommon { | |||
color: #ffff00 ; | |||
} | |||
.itemname .rare { | |||
color: #c200c7 ; | |||
} | |||
.itemname .incomparable { | |||
color: #00feff; | |||
} | |||
.iteminfotitle{ | .iteminfotitle{ | ||
| Line 23: | Line 40: | ||
.itembind { | .itembind { | ||
color: #777777; | color: #777777; | ||
} | |||
.itemarmor { | |||
color: #cccc7f; | |||
} | } | ||
Revision as of 14:09, 11 February 2025
/* CSS placed here will be applied to all skins */
.armourcard table {
background-color: #000000;
}
.armourcard .new a {
color: #ba0000 !important;
}
.armourcard a {
color: #ffcc00;
}
.itemname .common {
color: #ffffff ;
}
.itemname .uncommon {
color: #ffff00 ;
}
.itemname .rare {
color: #c200c7 ;
}
.itemname .incomparable {
color: #00feff;
}
.iteminfotitle{
color: #c3b585;
}
.armourcard .itemtype {
color: #ffffff;
}
.itembind {
color: #777777;
}
.itemarmor {
color: #cccc7f;
}
.itemworth {
color: #ffffff;
}
.itemdurability {
color: #ffffff;
}
.itemrequirement {
color: #ff0000;
}