Skip to content

Instantly share code, notes, and snippets.

@mig
Created January 10, 2009 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mig/45410 to your computer and use it in GitHub Desktop.
Save mig/45410 to your computer and use it in GitHub Desktop.
div#Header {
background: #4E9FCF !important;
color:#fff !important;
}
div.SidebarReminder h2 {
color: #4E9FCF !important;
}
div#Sidebar div#Pages div.pagesnav a:link,
div#Sidebar div#Pages div.pagesnav a:visited {
color: #4E9FCF !important;
}
div.widget_bar a:link,
div.widget_bar a:visited,
table.messages th.post_a_new_message a {
color: #4E9FCF !important;
}
a.clicked:link,
a.clicked:visited,
a.clicked:link span,
a.clicked:visited span {
color: #4E9FCF !important;
}
.transfer h1 span {
color: #4E9FCF !important;
}
.perma div#tools p.addsections a:link,
.perma div#tools p.addsections a:visited {
color: #4E9FCF !important;
}
div.shares div#addsharedialog p.helpwithsharing a:link,
div.shares div#addsharedialog p.helpwithsharing a:visited {
color: #4E9FCF !important;
}
.reminders div.dialog p.submit a:link,
.reminders div.dialog p.submit a:visited {
color: #4E9FCF !important;
}
div#tab_container ul#account_links {
color: #A3DDFF !important;
}
.help img {
border-top: 2px solid #4E9FCF !important;
}
.help h2 {
color: #4E9FCF !important;
}
.help h2 span {
background: #4E9FCF !important;
}
div#Header {
background: #db9255 !important;
color:#fff !important;
}
div.SidebarReminder h2 {
color: #db9255 !important;
}
div#Sidebar div#Pages div.pagesnav a:link,
div#Sidebar div#Pages div.pagesnav a:visited {
color: #db9255 !important;
}
div.widget_bar a:link,
div.widget_bar a:visited,
table.messages th.post_a_new_message a {
color: #db9255 !important;
}
a.clicked:link,
a.clicked:visited,
a.clicked:link span,
a.clicked:visited span {
color: #db9255 !important;
}
.transfer h1 span {
color: #db9255 !important;
}
.perma div#tools p.addsections a:link,
.perma div#tools p.addsections a:visited {
color: #db9255 !important;
}
div.shares div#addsharedialog p.helpwithsharing a:link,
div.shares div#addsharedialog p.helpwithsharing a:visited {
color: #db9255 !important;
}
.reminders div.dialog p.submit a:link,
.reminders div.dialog p.submit a:visited {
color: #db9255 !important;
}
div#tab_container ul#account_links {
color: #A3DDFF !important;
}
.help img {
border-top: 2px solid #db9255 !important;
}
.help h2 {
color: #db9255 !important;
}
.help h2 span {
background: #db9255 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment