MediaWiki:Common.css: Difference between revisions

Content added Content deleted
(A couple more CSS classes)
(Added another keyword class, tuned keyword colors)
Line 15: Line 15:
.kw3 {
.kw3 {
font-weight: bold;
font-weight: bold;
color: #000099;
color: #3333cc;
}
}


.kw4 {
.kw4 {
font-weight: bold;
font-weight: bold;
color: #000066;
color: #6666cc;
}

.kw5 {
font-weight: bold;
color: #9999cc;
}
}