shorewall_code/web/shorewall.css
judas_iscariote 29c06d9e0a Renamed to "web"
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3518 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
2006-02-23 00:40:50 +00:00

48 lines
839 B
CSS

/* CSS stylesheet for the upcoming new shorewall website
Author : Cristian Rodriguez webmaster@shorewall.net
*/
HTML {background: rgb(51, 102, 255); }
BODY {
background: rgb(51, 102, 255);
margin: 0em;
}
.menu {
font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
color : white;
font-weight: bold;
font-size: small;
padding: 4px;
}
.submenu {
font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
color : white;
font-size: small;
padding: 4px;
}
.copyright
{
text-align: left;
color: white;
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
font-size: xx-small;
}
A:link {color: white; text-decoration: none }
A:active {color: white;text-decoration: none}
A:hover {color: white; text-decoration: underline; }
A:visited {color: #E9E9E9; text-decoration: none; }