MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
.infobox .mergedbottomrow { | .infobox .mergedbottomrow { | ||
border-bottom: 1px solid #aaa; | border-bottom: 1px solid #aaa; | ||
} | |||
.infobox td, | |||
.infobox th { | |||
padding: 0.4em 0.6em 0 0.6em; | |||
vertical-align: top; | |||
text-align: left; | |||
} | } |
Revision as of 18:54, 22 March 2021
/* All CSS here will be loaded for users of the Vector skin */
.infobox {
float: right;
clear: right;
border: 1px solid #aaa;
border-collapse: collapse;
background-color: #eee;
margin: 0 0 0.5em 0.5em;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}
.infobox .mergedtoprow {
border-top: 1px solid #aaa;
}
.infobox .mergedrow {
border: none;
}
.infobox .mergedbottomrow {
border-bottom: 1px solid #aaa;
}
.infobox td,
.infobox th {
padding: 0.4em 0.6em 0 0.6em;
vertical-align: top;
text-align: left;
}