MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
.tabber .tabbertab,
ul.tabbernav {
padding: 0;
border: 0;
}
.tabber p {
margin: 0.35em 0;
}
/* CSS for all infoboxes */
/* CSS for all infoboxes */
.infobox {
.infobox {
Line 12: Line 20:
font-size: 88%;
font-size: 88%;
line-height: 1.5em;
line-height: 1.5em;
width: 22em;
width: 25em;
}
}
.infobox td,
.infobox td,
Line 59: Line 67:


/* CSS for Session Infoboxes */
/* CSS for Session Infoboxes */
.infobox.session {
width: 25em;
}
.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;
color: black;
}
.infobox.location .tag.City {
background-color: cornflowerblue;
}
.infobox.location .tag.Forest {
background-color: green;
}
.infobox.location .tag.Lake {
background-color: aqua;
}
.infobox.location .tag.Country {
background-color: goldenrod;
color: black;
}
.infobox.location .tag.Continent {
background-color: brown;
}
}

Navigation menu