MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
p { | p { | ||
text-align: center; | text-align: center; | ||
} | |||
.navbox .navbox-header { | |||
width: 100%; | |||
} | |||
.navbox .list-data { | |||
max-width: 85%; | |||
} | |||
.navbox .group-data { | |||
min-width: 15%; | |||
} | } |
Revision as of 12:28, 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%;
}
p {
text-align: center;
}
.navbox .navbox-header {
width: 100%;
}
.navbox .list-data {
max-width: 85%;
}
.navbox .group-data {
min-width: 15%;
}