Template:Element/style.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
.default a {
.default {
color: rgb(255,255,255);
color: rgb(255,255,255);
border: #000;
border: #000;
}
}


.Normal a {
.Normal {
color: rgb(255, 255, 255); /* WHITE */
color: rgb(255, 255, 255); /* WHITE */
}
}


.Lightning a {
.Lightning {
color: rgb(255, 255, 0); /* YELLOW */
color: rgb(255, 255, 0); /* YELLOW */
}
}


.Ghost a {
.Ghost {
color: rgb(112, 38, 112); /* Purple */
color: rgb(112, 38, 112); /* Purple */
}
}


.Metal a {
.Metal {
color: rgb(112, 38, 112); /* Grey */
color: rgb(112, 38, 112); /* Grey */
}
}


.Water a {
.Water {
color: rgb(0, 0, 255); /* Grey */
color: rgb(0, 0, 255); /* Grey */
}
}
member
171

edits