MediaWiki:Darkvector.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 70: Line 70:
.infobox.session th {
.infobox.session th {
width: 9em;
width: 9em;
}
/* CSS for location colors */
.infobox.location .tag.Building {
background-color: red;
}
.infobox.location .tag.Area {
background-color: black;
color: white;
}
.infobox.location .tag.Village {
background-color: burlywood;
}
.infobox.location .tag.Town {
background-color: coral;
}
.infobox.location .tag.City {
background-color: cornflowerblue;
}
}
.infobox.location .tag.Forest {
.infobox.location .tag.Forest {
background-color: green;
background-color: green;
}
}
.infobox.location .tag.City {
.infobox.location .tag.Lake {
background-color: blue;
background-color: aqua;
}
.infobox.location .tag.Country {
background-color: yellow;
}
.infobox.location .tag.Continent {
background-color: brown;
}
}