Fonts & CSS
Drew, Bill
drewwe at MORRISVILLE.EDU
Wed Aug 7 10:58:27 EDT 2002
Here is what we do here for the import function:
<STYLE type="text/css" media="all">@import
"http://library.morrisville.edu/library.css";</STYLE>
Here is what we use for styles:
hr {
clear: both
}
H1 {
color : Black;
font-family : verdana, sans-serif;
font-weight : bold;
background-color : transparent;
font-size :x-large;
}
H2 {
font-family : verdana, sans-serif;
font-weight : bold;
color : Blue;
background-color : transparent;
font-size : large;
}
H3 {
font-family : verdana, sans-serif;
font-weight : bold;
color : green;
background-color : transparent;
font-size : medium;
}
p {
font-family : "TIMES NEW ROMAN", "TIMES ROMAN", TIMES,
SERIF;
font-weight : all;
font-size : medium;
background-color : transparent;
color: Black;
}
P.emphasis {
font-family: "Times New Roman", TIMES, SERIF;
font-style: italic;
font-size: larger;
background-color : transparent;
color: black;
}
body {
font-family : "TIMES NEW ROMAN", "TIMES ROMAN", TIMES,
SERIF;
font-weight : all;
font-size : medium;
background-color : transparent;
}
a:hover {
color:black;
background:yellow ;
font-weight: bold;
font-family : Verdana, sans-serif;
border-left-width : thin;
border-top-width : thin;
border-right-width : thick;
border-bottom-width : thick;
border-style : none;
border-color:black;
font-style : oblique;
; text-decoration: underline
}
a:active {
background: Silver;
text-decoration:underline;
color: Black;
}
a:focus {
background:green;
color:#ff9900;
}
a:link {
color:black;
text-decoration:underline;
background : transparent;
font-family : Verdana, sans-serif;
font-weight : bold;
}
a:visited {
background:transparent;
text-decoration: underline;
font-family : Verdana, sans-serif;
color:blue;
font-weight : bold;
}
I am still finding font codes in some of our older fiels, so clean up never
really ends.
Bill Drew
More information about the Web4lib
mailing list