mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Add DBL banner sitewide
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user