make footer smaller; update links; make alert larger
This commit is contained in:
@@ -15,7 +15,7 @@ body {
|
||||
|
||||
#corona-alert-text {
|
||||
color: #111;
|
||||
font-size: 1.2em;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
/* style background image */
|
||||
@@ -248,7 +248,7 @@ a.no-underline {
|
||||
}
|
||||
|
||||
#lighthouse-logo > img {
|
||||
max-width: 300px;
|
||||
max-width: 150px;
|
||||
}
|
||||
|
||||
/* media queries */
|
||||
@@ -262,13 +262,17 @@ a.no-underline {
|
||||
}
|
||||
.library-address {
|
||||
display: inline-block;
|
||||
margin: 30px;
|
||||
margin: 0px 30px;
|
||||
font-size: 1.1em;
|
||||
vertical-align: -40px;
|
||||
vertical-align: -50px;
|
||||
}
|
||||
#cuny-logo {
|
||||
float: right;
|
||||
}
|
||||
.libapps {
|
||||
float: right;
|
||||
clear: right;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||
@@ -280,13 +284,17 @@ a.no-underline {
|
||||
}
|
||||
.library-address {
|
||||
display: inline-block;
|
||||
margin: 30px;
|
||||
margin: 0px 30px;
|
||||
font-size: 1.1em;
|
||||
vertical-align: -40px;
|
||||
vertical-align: -50px;
|
||||
}
|
||||
#cuny-logo {
|
||||
float: right;
|
||||
}
|
||||
.libapps {
|
||||
float: right;
|
||||
clear: right;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
@@ -300,13 +308,19 @@ a.no-underline {
|
||||
margin-top: 40px !important;
|
||||
}
|
||||
#main-blue-footer {
|
||||
min-height: 500px;
|
||||
min-height: 450px;
|
||||
}
|
||||
.library-address {
|
||||
float: left;
|
||||
}
|
||||
#cuny-logo {
|
||||
float: left;
|
||||
clear: both;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.libapps {
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -362,9 +362,9 @@
|
||||
<ul class="link-list">
|
||||
<li><a href="">Library Orientation</a></li>
|
||||
<li><a href="">Contact Us</a></li>
|
||||
<li><a href="">How to Find Your Book</a></li>
|
||||
<li><a href="">OERs at Kingsborough</a></li>
|
||||
<li><a href="">BlackBoard</a></li>
|
||||
<li><a href="">How to Find Your Textbook</a></li>
|
||||
<li><a href="">Ebooks</a>
|
||||
<li><a href="">Twitter</a>, <a href="">Instagram</a>, <a href="">TikTok</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
@@ -372,6 +372,7 @@
|
||||
<li><a href="">Academic Search Complete</a></li>
|
||||
<li><a href="">US Major Dailies</a></li>
|
||||
<li><a href="">New York Times Academic Pass</a></li>
|
||||
<li><a href="">Academic Video Online</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -418,7 +419,7 @@
|
||||
<div class="col-md-5 col-lg-6">
|
||||
<div class="panel panel-default hide-body-border">
|
||||
<div class="panel-heading show-panel">
|
||||
<span class="panel-title content-panel-title"><h2>What's new in the library</h2></span>
|
||||
<span class="panel-title content-panel-title"><h2>Featured in the library</h2></span>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
{{content_boxes}}
|
||||
@@ -450,6 +451,10 @@
|
||||
<div id="cuny-logo">
|
||||
<img src="https://libapps.s3.amazonaws.com/accounts/16298/images/CUNYlogo-white.png" />
|
||||
</div>
|
||||
<div class="whiteahrefs libapps">
|
||||
<a href="https://kbcc-cuny.libapps.com/libapps/login.php?site_id=2365">Log in to LibApps</a>
|
||||
</div>
|
||||
<div style="height:10px;"></div>
|
||||
</div>
|
||||
<!-- END: Page Footer -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user