User:Spartacus/nimbus.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 6: Line 6:


body {
body {
background: #FFFFFF url(images/f/f4/Citadel_desktop.jpg) repeat-x fixed left top;  
background: #FFFFFF url(images/e/e7/Icarus.jpg) repeat-x fixed left top;  
}
}



Revision as of 17:18, February 9, 2017

/* Sitenotice tweak */

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

body {
	background: #FFFFFF url(images/e/e7/Icarus.jpg) repeat-x fixed left top; 
}

#siteNotice {
	background: #FFFFFF repeat-x scroll -231px -95px;
        border: 2px solid #C0C0C0;
	padding: 4px 10px;
	-moz-border-radius: 1.4em;
	-webkit-border-radius: 1.4em;
	border-radius: 1.4em;
	khtml-border-radius: 1.4em;
	-icab-border-radius: 1.4em;
}