MediaWiki:Common.css: Difference between revisions

From Echoes of Angmar - Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
.armourcard table {
.armourcard table {
background-color: #000000;
background-color: #000000;
}
.armourcard a {
color: #ffcc00;
}
}


Line 13: Line 9:
}
}


.armourcard a {
color: #ffcc00;
}


.iteminfotitle{
.iteminfotitle{
Line 19: Line 18:


.armourcard .itemtype {
.armourcard .itemtype {
color: #fffff;
color: #ffffff;
}
}


.itembind {
.itembind {
color: #77777;
color: #777777;
}
}


.itemworth {
.itemworth {
color: #fffff;
color: #ffffff;
}
}


.itemdurability .label {
.itemdurability {
color: #fffff;
color: #ffffff;
}
}



Revision as of 14:01, 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;
}

.iteminfotitle{
	color: #c3b585;
}

.armourcard .itemtype {
	color: #ffffff;
}

.itembind {
	color: #777777;
}

.itemworth {
	color: #ffffff;
}

.itemdurability {
	color: #ffffff;
}

.itemrequirement {
	color: #ff0000;
}