troubleshooting

This commit is contained in:
MarkEEaton
2016-11-28 09:38:59 -05:00
committed by GitHub
parent ed11e5fb21
commit 77331e7ecc
+66 -54
View File
@@ -1,104 +1,116 @@
<style> <style>
/* new CSS to target buttons on the LibGuides homepage more specifically. /* Fix the color of the "Search" button on the subject pages */
These had been broken by a LibGuides update, 9/6/2016 */ form .btn.btn-info {
background-color:#003466;
border:1px solid #003466;
}
/* Make the badges KBCC blue so they doesn't clash
.s-lg-az-result-badge-new, .s-lg-az-result-badge-popular, .s-lg-az-result-badge-featured {
background-color:#003466;
} */
/* CSS to target buttons on the LibGuides homepage more specifically.
These had been broken by a LibGuides update, 9/6/2016 */
.s-lg-hp-btn-section, .s-lg-hp-btn-section:hover, .s-lg-hp-btn-section:focus { .s-lg-hp-btn-section, .s-lg-hp-btn-section:hover, .s-lg-hp-btn-section:focus {
background-color:#003466; background-color:#003466;
border:1px solid #003466; border:1px solid #003466;
} }
/* temporary rule to keep non-working links to librarians pages from displaying on the guides -> course guides page */ /* temporary rule to keep non-working links to librarians pages from displaying on the guides -> course guides page */
.s-lg-guide-info-account { .s-lg-guide-info-account {
display:none; display:none;
} }
/* styling the header on the main page */ /* styling the header on the main page */
#s-lg-hp-nav { #s-lg-hp-nav {
background:url(http://www1.kingsborough.edu/photo_album/kcc_campus_06/images/KG_Kibbee_3_jpg.jpg); /* does not seem to work well with .png files */ background:url(http://www1.kingsborough.edu/photo_album/kcc_campus_06/images/KG_Kibbee_3_jpg.jpg); /* does not seem to work well with .png files */
background-color:#258; background-color:#258;
background-size:100%; background-size:100%;
height:190px; height:190px;
} }
#s-lg-hp-nav-bottom { #s-lg-hp-nav-bottom {
background-color:rgba(255,255,255,0.55); background-color:rgba(255,255,255,0.55);
border-radius:0; border-radius:0;
} }
#nav-spacer { #nav-spacer {
height:55px; height:55px;
width:400px; width:400px;
} }
#nav-title-spacer { #nav-title-spacer {
height:42px; height:42px;
width:400px; width:400px;
padding:0px 0px 0px 20px; padding:0px 0px 0px 20px;
margin-bottom:10px; margin-bottom:10px;
background-color:rgba(0,0,0,0.65); background-color:rgba(0,0,0,0.65);
color:white; color:white;
} }
/* makes the heading smaller on very small screens */ /* makes the heading smaller on very small screens */
@media (max-width: 455px) { @media (max-width: 455px) {
h1 { h1 {
font-size: 25px; font-size: 25px;
} }
#nav-title-spacer { #nav-title-spacer {
width: inherit; width: inherit;
} }
} }
/* Making the pills the right color */ /* Making the pills the right color */
a.label.label-info:hover { a.label.label-info:hover {
background-color:#003466; background-color:#003466;
} }
.label-info { .label-info {
background-color:#003466; background-color:#003466;
} }
.nav-pills > li.active > a { /* new nav pills styling (11/17/2016) */
background-color:#003466;
.s-lg-index-nav-btn.active > .btn {
background-color:#003466;
} }
.nav-pills>li.active>a:hover { .s-lg-index-nav-btn.active > .btn:focus {
background-color:#003466; background-color:#003466;
} }
.nav-pills>li.active>a:focus { .s-lg-index-nav-btn.active > .btn:hover {
background-color:#003466; background-color:#003466;
} }
.nav-pills > li > a { ul.nav.nav-pills > .s-lg-index-nav-btn.active > button.btn:focus {
color:#003466; outline: none;
} }
/* New CSS for the Kingsborough banner that was developed by Kwatei */ /* New CSS for the Kingsborough banner that was developed by Kwatei */
#bannerwrap { #bannerwrap {
top:10px; top:10px;
width:100%; width:100%;
height:100px; height:100px;
position:relative; position:relative;
margin:0px auto; margin:0px auto;
float:none; float:none;
clear:none; clear:none;
} }
#bannerleft { #bannerleft {
background:url(http://www2.kingsborough.edu/kcclibrary/Images/logoleft.png); background:url(http://www2.kingsborough.edu/kcclibrary/Images/logoleft.png);
width:281px; width:281px;
height:100px; height:100px;
margin:0px auto; margin:0px auto;
position:relative; position:relative;
float:left; float:left;
clear:none; clear:none;
} }
#bannerx { #bannerx {
@@ -115,28 +127,28 @@ a.label.label-info:hover {
position:relative; position:relative;
z-index:12; z-index:12;
font-size:12px; font-size:12px;
text-align:right; text-align:right;
color:#fff; color:#fff;
margin:3px; margin:3px;
} }
#innerbannercont a { #innerbannercont a {
color:#fff; color:#fff;
text-decoration:none; text-decoration:none;
} }
#spacer { #spacer {
height:15px; height:15px;
} }
#s-lib-bc { #s-lib-bc {
clear:both; clear:both;
} }
/* alternate fonts included to accommodate computers that do not have the defaults */ /* alternate fonts included to accommodate computers that do not have the defaults */
body { body {
font-family: arial, sans-serif; font-family: arial, sans-serif;
} }