body {
background: #fff;
}
.container-fluid {
padding: 0;
}
header,footer {
background: #002855;
}
header p,footer p {
color: #fff;
text-shadow: none;
}
.breadcrumb, .title-pane {
border: none;
background: #fff;
box-shadow: none;
}
.navbar {
margin: 20px 0;
}
.navbar .navbar-inner {
border-radius: 5px;
}
.navbar li > a {
color: #000;
text-decoration: none;
border: none;
}
.lib-logo-img {
padding: 20px 20px 20px 0;
width: 100%;
margin-bottom: 20px;
}
.lib-logo-text-mobile {
display:block;
padding: 20px;
font-size: 16px;
text-transform: uppercase;
color: #fff;
letter-spacing: 1px;
position: absolute;
top: 55px;
left: 52px;
}
@media only screen and (min-width : 768px) {
.lib-log-text-mobile {
display:none;
}
}
.lib-logo-text {
display:none;
padding: 20px;
font-size: 16px;
text-transform: uppercase;
color: #fff;
letter-spacing: 1px;
position: absolute;
top: 55px;
left: 52px;
}
@media only screen and (min-width : 768px) {
.lib-log-text {
display:block;
}
}
.lib-logo-text a {
color: #fff;
}
.content-pane {
background-color: #fff;
box-shadow: none;
border:none;
}
footer {
padding:20px 0;
font-size:12px;
letter-spacing:1px;
}
footer ul {
list-style:none;
padding:0;
text-align: right;
}
footer ul > li {
display:inline;
margin-left:10px;
}
.footerTitle {
font-size:16px;
float:left;
width:100%;
margin-bottom:20px;
}
.wvuFooterSocial img {
width:30px;
}
footer a {
color: #EAAA00 !important;
text-shadow: none !important;
}
/* Aspace 3.3 temp overrides */
/* This section will be refactored for plugin overhaul */
h1 {
color: #004f6f !important; }
h2 {
font-size: 1.25rem !important;
color: #004f6f !important; }
h2 a {
color: #004f6f !important; }
#submit_search {
margin-bottom: 30px !important; }
h3 {
color: #004f6f !important; }
h3 a {
color: #004f6f !important; }
.tabbing.nav-pills>li>a.active {
background-color: #05538a !important; }
.tabbing.nav-pills>li>a {
background-color: #004f6f !important; }
.modal-header, .modal-footer {
background-color: #fff !important; }
#main-content {
margin-top: 30px !important; }
.breadcrumb {
margin-top: 15px !important; }
.form-horizontal {
margin-bottom: 15px !important; }
.repeats {
white-space: nowrap !important; }
.readmore.expanded .more {
display: inline !important; }