Template:Letter/lightstyles.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1:
.nodark.template-letter-box {
background-color: #f8f9fa;
}
.nodark.template-letter-char {
color: #8B0000;
}
.nodark.letters-table {
background-color: #edF3F3;
}
.nodark.letters-table .template-letter-box {
background-color: #f8f9fa;
}
.nodark.letters-table th:not(.template-letter-box) {
background-color: #F2FBFB;
}
Line 17:
color: #007a7c;
}
.nodark.letters-black .template-letter-char {
color: #111;
}
Line 23:
color: #0000A0;
}
.nodark.letters-green .template-letter-char {
color: #006000;
}
.nodark.letters-violet .template-letter-char {
color: #800080;
}
.nodark.letters-pink .template-letter-char {
color: #DB0A5B;
}
.nodark.letters-orange .template-letter-char {
color: #D43900;
}
.nodark.letters-gold .template-letter-char {
color: #AA5D00;
}