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: 85%;  |   max-width: 85%;  | ||
 width: 100%;  | |||
}  | }  | ||
Revision as of 12:29, 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%;
 width: 100%;
}
.navbox .group-data {
 min-width: 15%;
}