Difference between revisions of "MediaWiki:Common.css"

m
+navbar definitions
(fix infobox style)
m (+navbar definitions)
/* CSS placed here will be applied to all skins */
 
/* information boxes and navigation bars */
/* Information Boxes */
table.infobox, table.navbar {
border: 1px solid #aaa;
border-spacing: 1;
}
 
.infobox td, .navbar td
.infobox th, .navbar th {
padding: 4px;
}
.infobox th, .navbar th {
background-color: #ddddff;
white-space: nowrap;
}
.infobox tr.title th, .navbar tr.title th,
.infobox th.title, .navbar th.title {
color: black;
background-color: #ccccff;
text-align: center;
}
.infobox td, .navbar td {
text-align: left;
}
 
.infobox .kv th, .navbar .kv th {
width: 15%;
}