Bump up size of top bar text
#top-menu a {
font-size: 14px;
}
Black text in body and headers
body, .reset,
h1, h2, body.wagn .card-slot h1, body.wagn .card-slot h2 {
color: #000;
}
pale purple page background
body.wagn {
background: #E0CCEE;
}
/* When background image is possible:
body.wagn {
background: #E0CCEE url(/images/body-bg.bmp) repeat-x;
}
*/
purplish links
a, a:link, a:visited,
.card-slot a.external-link,
.card-slot.line .content a.external-link,
.card-slot a.email-link {
color: #729;
}
/* to delete external link icon
.card-slot a.external-link,
.card-slot.line .content a.external-link {
background: inherit;
padding-right: 0px;
}
*/
/* color links to nonexistent cards (but default ok)
.card-slot a.wanted-card { color: #000; } */
purple top bar and card headers and submenu text
#top-menu {
background: #507;
}
.card-slot .card-header {
background: #507 none repeat scroll 0;
}
.card-slot .submenu a {
color: #507;
}
help text - light blue background, left-aligned
.help, .instruction {
background: #DDF;
text-align: left;
}
light purple comment background
.card-slot .comment-box {
background: #CFAAEE none repeat scroll 0;
} */