Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
/*
PRINT STYLES : UCONN Web Tempalte v5.0
by UITS WebDev
andrew.bacon@uconn.edu
June 2013
*/
/* UC Banner */
#uc-header {
background-color:transparent;
height:auto;
padding-bottom:.5em;
margin-bottom:1em;
border-bottom:1px double #ccc;
}
#uc-header a:link:after,
#uc-header a:visited:after {
content: " (" attr(href) ") ";
display:none;
}
#uc-search {
display:none;
}
#uc-title {
position:relative;
top:0;
left:0;
height:auto;
margin:0;
padding:0;
border-left:none;
font-size:9pt;
}
#uc-title a {
display:inline;
padding:0;
color:#0f1938;
}
/* Huskypress */
/* Title Bar */
#uc-site-header {
margin-top:.5em;
padding:0;
padding-bottom:1em;
}
#uc-site-header a:link:after,
#uc-site-header a:visited:after {
content: " (" attr(href) ") ";
display:none;
}
#uc-site-parent a {
float:none;
margin-bottom:.5em;
}
#uc-site-title a {
float:none;
}
#uc-navbar {
display:none;
}