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 blue page background
body.wagn {
background: #DDF;
}
/* When background image is possible:
body.wagn {
background: #DDF url(/images/body-bg.bmp) repeat-x;
}
*/
blue links
a, a:link, a:visited,
.card-slot a.external-link,
.card-slot.line .content a.external-link,
.card-slot a.email-link {
color: #00C;
}
red links to nonexistent cards
.card-slot a.wanted-card {
color: #B00;
}
blue top menu/bar and card headers and submenu text
#top-menu {
background: #025;
}
.card-slot .card-header {
background: #025 none repeat scroll 0;
}
.card-slot .submenu a {
color: #025;
}
help text - light blue, left-aligned
.help, .instruction {
text-align: left;
background: #CCE;
}
light blue comment background
.card-slot .comment-box {
background: #CCE none repeat scroll 0;
}