MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
.navbox .list-data { | .navbox .list-data { | ||
max-width: 90%; | max-width: 90%; | ||
width: | width: 88%; | ||
} | } | ||
.navbox .group-data { | .navbox .group-data { | ||
width: 22%; | |||
} | } |
Revision as of 12:38, 27 August 2016
/* CSS placed here will be applied to all skins */
span.whiteLink a { color: white; }
.navbox {
background: lightblue;
}
.navbox, .navbox tr, .navbox table, .navbox p {
width: 100%;
}
.navbox-header p {
text-align: center;
}
.navbox .navbox-header {
width: 100%;
}
.navbox .list-data {
max-width: 90%;
width: 88%;
}
.navbox .group-data {
width: 22%;
}