Banner CSS Code Window

Copy the following CSS code (between the lines) and insert into your HTML document immediately preceding the closing HEAD tag. </HEAD>


body {
margin:0;
}
form {
display:inline;
}
a.searchlink:link {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}
a.searchlink:visited {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}
a.searchlink:hover {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}
a.searchlink:active {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}
#banner_container {
display:block;
background-image: url(http://www.uaf.edu/uaf/images/head/headbg.gif);
background-repeat: repeat-x;
padding: 0 5% 0 5%;
overflow:auto;
border-bottom:#369 1px solid;
}
#uaf_logo {
display:block;
}
#tabs {
display:block;
float:right;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-top:22px;
} a:focus {
outline: none;
-moz-outline: none;
}

Close window