[Helpers] flash navigation menu
Sachiko M
sachiko at Heartinjewelry.com
Sun Apr 30 17:14:03 PDT 2006
----- Original Message -----
From: "Mystress Angelique Serpent" <Mystress at fire-serpent.com>
To: "FST Helpers list." <Helpers at fire-serpent.org>
Sent: Sunday, April 30, 2006 12:04 PM
Subject: Re: [Helpers] flash navigation menu
>I see the experiences links link is still there
Is it supposed be discarded?
> I found a good page on standard fonts for win & mac:
> http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html
Here you can see Comic Sans for menu and Palatino for title.
I think Palatino fits nicely. It's similer to what we had before.
Comic San is little too cute I think...
# This is lesson title
.title {
color: #66cccc;
background-color: #000000;
font-family: Palatino Linotype, Book Antiqua, Georgia, Palatino, , serif;
font-size: 22px;
font-style:italic;
font-weight:bold;
line-height:normal;
text-align:center;
text-valign: middle;
text-transform:none;
}
# This is essay contents
.txtblack {
color : black;
background-color : #009999;
font-family : Palatino Linotype, Book Antiqua, Georgia, Palatino;
font-size : 19px;
font-style : normal;
font-weight : normal;
line-height : normal;
margin : 8px 10px;
padding-left : 10px;
padding-right : 8px;
text-align : left;
text-indent : 16px;
word-spacing : 3px;
margin-left : 8px;
margin-right : 10px;
margin-top : 0;
padding-bottom : 0;
padding-left : 10px;
padding-right : 8px;
text-decoration : none;
}
# These are the navigation menu on the left
A.navmenu:link {
color : #33CCCC;
text-decoration : none;
font-size: 21px;
font-family: Comic Sans MS;
}
A.navmenu:visited {
color : #33CCCC;
text-decoration : none;
font-size: 21px;
}
A.navmenu:hover {
color : #ffffff;
text-decoration : underline;
font-size: 21px;
font-family: Comic Sans MS;
}
A.navmenu:active {
color : #FFFFFF;
text-decoration : underline;
font-size: 21px;
font-family: Comic Sans MS;
}
More information about the Helpers
mailing list