MediaWiki:Common.css: Difference between revisions

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


.navbox {
.navbox {
background: lightblue;
}
.navbox, .navbox tr, .navbox table, .navbox p {
  width: 100%;
  width: 100%;
background-color: lightblue;
}
}


.navbox p {
p {
width: 100%;
  text-align: center;
  text-align: center;
}
}

Revision as of 01:46, 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;
}