User:Spartacus/nimbus.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
(Nevermind...)
Line 23: Line 23:
background: url(/images/external.png) no-repeat scroll right center transparent;
background: url(/images/external.png) no-repeat scroll right center transparent;
padding: 0 13px 0 0;
padding: 0 13px 0 0;
}
/********************/
/** Sitewide test? **/
/********************/
div#container {
  max-width: 1440px;
  min-width: 1024px;
  width: 1280px;
  position: relative;
  z-index:1;
}
div#wiki-login {
  border-radius: 0px 0px .7em .7em;
}
}

Revision as of 21:17, July 20, 2014

/* Randomiser tweak */

div#site-logo a {
   background: none repeat scroll 0 0 transparent;
}

body {
   background: #FFFFFF repeat-x left top; 
}

div#siteNotice {
   background: #fff !important;
   border: 2px solid #CCF !important;
}

/* Links */
a { color: #00f; }
a:visited { color: #00c; }
a:active { color: orange; }
a.extiw, a.extiw:active { color: #3366BB; }
a.external {
	color: #0066FF;
	background: url(/images/external.png) no-repeat scroll right center transparent;
	padding: 0 13px 0 0;
}