MediaWiki:Common.css: Difference between revisions

From The Elite Wiki
Jump to: navigation, search
(Blanked the page)
Tag: Blanking
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
@import url("skin.css");


/* Default skin for navigation boxes */
table.navbox {            /* Navbox container style */
  border: 1px solid #79542B;
  background-color:#FFFCF7;
  width: 100%;
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
}

Revision as of 16:33, 19 April 2022

/* CSS placed here will be applied to all skins */
@import url("skin.css");

/* Default skin for navigation boxes */
table.navbox {            /* Navbox container style */
  border: 1px solid #79542B;
  background-color:#FFFCF7;
  width: 100%;
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
}