User:Dante the Ghost/nimbus.css: Difference between revisions

From Destinypedia, the Destiny wiki

mNo edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
div#site-logo a { background: none repeat scroll 0 0 transparent; }
body { background: #fff url(/images/3/37/VexEndlessGate.jpg) repeat-x fixed left top; }
/* Sitenotice tweak */
/* Sitenotice tweak */
div#site-logo a {
  background: none repeat scroll 0 0 transparent;
}
body {
background: #FFFFFF url(images/9/9c/Cabal_Carriers.jpg) repeat-x fixed left top;
}
#siteNotice {
#siteNotice {
background: #FFFFFF repeat-x scroll -231px -95px;
background: #fff repeat-x scroll -231px -95px;
        border: 2px solid #BDB76B;
border: 2px solid #BDB76B;
padding: 4px 10px;
padding: 4px 10px;
-moz-border-radius: 1.4em;
-webkit-border-radius: 1.4em;
border-radius: 1.4em;
border-radius: 1.4em;
khtml-border-radius: 1.4em;
-icab-border-radius: 1.4em;
}
}

Latest revision as of 19:48, November 9, 2020

div#site-logo a { background: none repeat scroll 0 0 transparent; }
body { background: #fff url(/images/3/37/VexEndlessGate.jpg) repeat-x fixed left top; }

/* Sitenotice tweak */
#siteNotice {
	background: #fff repeat-x scroll -231px -95px;
	border: 2px solid #BDB76B;
	padding: 4px 10px;
	border-radius: 1.4em;
}