User:Spartacus/nimbus.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 1: Line 1:
/* Tests */
body {
body {
background: #FFFFFF repeat-x left top;  
background: #FFFFFF url (/images/f/fa/Destiny2banner.jpeg) repeat-x left top;  
}
}


Line 11: Line 13:
     color: #4D7195;
     color: #4D7195;
     background-color: #F90;
     background-color: #F90;
}
#siteNotice {
background: #FFFFFF repeat-x scroll -231px -95px;
}
}

Revision as of 12:12, September 16, 2017

/* Tests */

body {
	background: #FFFFFF url (/images/f/fa/Destiny2banner.jpeg) repeat-x left top; 
}

#article-tabs a {
    color: #4D7195;
    background-color: #F90;
}

.more-tab-off {
    color: #4D7195;
    background-color: #F90;
}

#siteNotice {
	background: #FFFFFF repeat-x scroll -231px -95px;
}