Finish Banner-Alert

This commit is contained in:
2022-09-07 10:36:57 -04:00
parent e8d9853de6
commit 248a5f437c
5 changed files with 63 additions and 13 deletions
+18
View File
@@ -68,12 +68,14 @@ i {
.banner-link {
white-space: normal;
padding: 20px;
margin-top: 16px;
background: #000000;
background: rgba(0, 0, 0, 0.5);
-moz-border-radius: 10px;
border-radius: 10px;
/* standards-compliant: (IE) */ }
.banner-link .glyphicon, .banner-link .fa {
margin-left: 10px;
color: #8cc641; }
a.banner-link:hover {
@@ -82,6 +84,22 @@ a.banner-link:hover {
a.banner-link:hover .glyphicon {
color: #a8ed4f; }
.banner-alert {
white-space: normal;
padding: 10px 20px;
background: #97b374;
-moz-border-radius: 10px;
border-radius: 10px;
/* standards-compliant: (IE) */ }
.banner-alert .fa {
margin-left: 10px; }
.banner-alert h4 {
margin-bottom: 0px; }
a.banner-alert:hover {
text-decoration: none;
background: #6b7f52; }
h1.headline {
font-size: 2.9em;
text-align: center;