an myportal style sheet for your delicatation
MArk Finlay <[email protected]>
| Newsgroups | gmane.comp.web.galeon.devel |
|---|---|
| Message-ID | <[email protected]> |
Just hacked this together (it goes in /usr/share/galeon if you want to
try it out)
--
.--= [ MArk Finlay - sisob ] =--.
[ My Weblog: http://advogato.org/person/sisob ]
[ Gnome User's Board : www.gnomesupport.org/forums ]
[ Want to be a Hacker?: http://www.tuxedo.org/~esr/faqs/ ]
myportal.css
(text/css, 1.9 KB)
/* * 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 <[email protected]> */ /* overall styles */ body { font: 10pt sans-serif; margin-top: -1em; margin-bottom: 0; margin-left: -24; margin-right: 8; background: white; color: black; line-height: 1.7em; } /* this is for category headings */ strong { border: 2px solid #000000; border-top: 1px solid #000000; border-right: 1px solid #000000; padding-bottom: 2; padding-top 0; padding-right: 400; padding-left: 10; /* wacky tabs */ margin-left: -10; margin-top: 3em; background: #97b1d8; margin-right: 10; } /* this is the indenting procedure for categories */ blockquote { margin-left: 32; margin-right: 0; } /* various link styles */ a { margin-right: 12; text-decoration: none; border-bottom: 1px solid white; white-space: nowrap; } a:link { color: black; } a:visited { color: black; border-bottom: 0px solid black; } a:active { color: yellow; } a:hover { color: blue; 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: black; } a.heading:hover { color: white; background: #white; } img.logo { margin-top: 1em; float: right; width: 350; height: 279; } img { border: 0; } input { margin-top: 6; margin-bottom: -8; margin-left: 3; margin-right: 3; padding-left: 2; } input[type="image"] { border: 0 } input[type="submit"] { background: #ffffdd; padding-top: 0; padding-bottom: 4; }