/* * CSS Style Sheet for "My Portal", part of the Galeon distribution */ /* * This is pretty sucky so if someone wants to make in nicer the * patch would probably be accepted! -- MattA * * But it's getting better, thanks to Lee Willis */ /* overall styles */ body { background: white; color: black; line-height: 1.5; } /* this is for category headings */ strong { border: 1px solid #cccccc; border-top: 0px; padding-bottom: 2; padding-top 0; padding-right: 6; padding-left: 250; /* wacky tabs */ margin-left: -250; background: #ffffdd; /* light yellow */ margin-right: 10; } /* various link styles */ a { margin-right: 12; text-decoration: none; border-bottom: 1px solid #80c0ff; } a:link { color: blue; } a:visited { color: purple; border-bottom: 1px solid #8080ff; } a:active { color: yellow; } a:hover { color: red; background: #ffffee; border-bottom: 1px solid black; } /* links in category headings have a different class */ a.heading { border-bottom: 0px; background: #ffffff } a.heading:link { color: black; } a.heading:visited { color: purple; } a.heading:hover { color: red; background: #white; }