MediaWiki:Common.css: Difference between revisions

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


p {
.navbox-header p {
  text-align: center;
  text-align: center;
}
}
Line 24: Line 24:


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

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

.navbox .group-data {
 min-width: 5%;
}