Revision: 69014
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 3, 2015 05:25 by jerehall
Initial Code
.padding-fix {
float: right;
color: #555;
font-size: 14px;
padding-left: 10px;
}
.main-widget {
margin-top: 40px;
color: #555;
}
#s-lib-public-main h3 {
width: 90%;
color: #fff;
background-color: #004B8D;
padding: 5px 3px 5px 10px;
border-radius: 5px;
font-size: 18px;
}
#s-lib-public-main h2 {
color: #fff;
background-color: #2293C0;
padding: 5px 3px 5px 10px;
border-radius: 5px;
}
.guide-header {
margin: 35px 0px;
}
/*Tabbed Homepage Content*/
.tabbed-unf .fa {
font-size: 14px;
padding-right: 3px;
color: #fff;
}
.tabbed-unf .ui-widget-content {
color: #555;
}
#tabs .ui-widget-header {
background-color: #e8e8e8;
background-image: none;
}
#tabs li.ui-tabs-active a {
color: #ffffff;
font-size: 13px;
background-color: #004B8D;
border-radius: 5px 5px 0px 0px;
}
#tabs .ui-tabs-anchor {
color: #ffffff;
font-size: 13px;
background-color: #2293c0;
border-radius: 5px 5px 0px 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
border-top-right-radius: 6px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
border-top-left-radius: 6px;
}
#s-lib-public-main .tabbed-unf .btn.btn-info {
background-color: #e8e8e8;
color: #004B8D;
border: none;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
display: block;
}
.btn.btn-info.hours {
width: 50%;
}
#s-lib-public-main .tabbed-unf .btn.btn-info:hover {
background-color: #555;
background-image: none;
color: #fff;
}
.tabbed-unf .btn.btn-info a {
color: #ffffff;
}
.tabbed-unf .row .btn.btn-info.small {
font-size: 11px;
}
/*LibCal Widget*/
.tabbed-unf .hours-col-time {
font-size: 21px;
font-weight: bold;
}
.hours-today {
margin-left: auto;
margin-right: auto
}
#hours-col-t {
display: none;
}
.tabbed-unf #hours-col-l, .tabbed-unf #api_hours_today_iid928_lid0 .hours-col-loc {
display: none;
}
.s-lc-note {
display: none;
}
/* Reservations Tab */
.tabbed-unf {
font-size: 12px;
}
.tabbed-unf button {
background-color: #ccc;
border: none;
border-radius: 5px;
margin-left: auto;
margin-right: auto;
display: block;
padding: 5px;
margin-bottom: 10px;
margin-top: 15px;
}
/*Poll Info*/
/*Lib Survey*/
#survey_poll {
margin-top: 75px;
}
/*LibGuides Box Poll*/
#s-lg-box-4282327 {
border: none;
box-shadow: none;
}
#s-lg-poll-submit {
background-image: none;
}
#s-lg-box-4282327 h2 {
display: none;
}
Initial URL
http://libguides.unf.edu/index.php?
Initial Description
Main CSS file for the LibGuides 2 public pages.
Initial Title
LibGuides 2 Public CSS File
Initial Tags
Initial Language
CSS