Add DBL banner sitewide

This commit is contained in:
Jeremy Zhang
2018-02-23 03:30:18 +00:00
parent d368fdf686
commit 43f4128211
2 changed files with 32 additions and 0 deletions

View File

@ -79,4 +79,22 @@ img.center-align {
.card-panel.no-height-padding {
padding-top: 0px;
padding-bottom: 0px;
}
#dblbanner {
background-color: darkblue;
text-align: center;
font-size: 12pt;
padding-top: 9px;
padding-bottom: 9px;
display: none;
}
#dblbanner a {
transition: font-size 0.5s;
color: lightskyblue;
}
#dblbanner a:hover {
font-size: 14pt;
}