User:Spartacus/nimbus.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 4: Line 4:
ul#pagehistory li a[title="User:Spartacus"] {
ul#pagehistory li a[title="User:Spartacus"] {
color: #FF6666;
color: #FF6666;
}
/* Sitenotice 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;
}
}

Revision as of 00:42, August 28, 2015

/* Highlight myself */
ul.special li a[title="User:Spartacus"],
table.diff a[title="User:Spartacus"],
ul#pagehistory li a[title="User:Spartacus"] {
	color: #FF6666;
}

/* Sitenotice 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;
}