Marketing and Communications

794 University Ave., Suite 237
Fairbanks, AK 99709

P.O. Box 757505
University of Alaska Fairbanks
Fairbanks, AK 99775

Phone: 907-474-6281
Fax: 907-474-6283
Email: marketing@uaf.edu


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>

<!--Begin UAF banner CSS-->
<style type="text/css">
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;
    text-align: left;
}
#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;
}
    </style>
<!--End UAF banner CSS-->