MediaWiki:Common.css: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:


.navbox .list-data {
.navbox .list-data {
  max-width: 90%;
  width: 85%;
width: 88%;
}
}


.navbox .group-data {
.navbox .group-data {
  width: 22%;
  width: 15%;
}
}

Revision as of 12:40, 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 {
 width: 85%;
}

.navbox .group-data {
 width: 15%;
}