delete some out of date CSS
This commit is contained in:
@@ -1,11 +1,5 @@
|
|||||||
<style>
|
<style>
|
||||||
|
|
||||||
/* In the footer, make links white, even when hovered, active or visited */
|
|
||||||
.whiteahrefs a:link, .whiteahrefs a:hover, .whiteahrefs a:visited, .whiteahrefs a:active {
|
|
||||||
color: white;
|
|
||||||
text-decoration:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Fix the color of the "Search" button on the subject pages */
|
/* Fix the color of the "Search" button on the subject pages */
|
||||||
form .btn.btn-info {
|
form .btn.btn-info {
|
||||||
background-color:#003466;
|
background-color:#003466;
|
||||||
@@ -97,6 +91,7 @@ ul.nav.nav-pills > .s-lg-index-nav-btn.active > button.btn:focus {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* not sure what these are for */
|
||||||
#spacer {
|
#spacer {
|
||||||
height:30px;
|
height:30px;
|
||||||
}
|
}
|
||||||
@@ -106,7 +101,6 @@ ul.nav.nav-pills > .s-lg-index-nav-btn.active > button.btn:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* 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;
|
||||||
}
|
}
|
||||||
@@ -116,7 +110,7 @@ a[href^="/az.php"].btn.btn-info.s-lg-hp-btn-section {
|
|||||||
margin-top:9px;
|
margin-top:9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* new banner */
|
/* new banner 6/27/2021 */
|
||||||
#bannercontainer {
|
#bannercontainer {
|
||||||
width: %100;
|
width: %100;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user