540
edits
No edit summary |
No edit summary |
||
Line 101: | Line 101: | ||
#9b59d0, | #9b59d0, | ||
black | black | ||
); | ) !important; | ||
background-size: cover; | background-size: cover !important; | ||
background-position:50% 50%; | background-position:50% 50% !important; | ||
margin: auto; | margin: auto !important; | ||
width: 75vw; | width: 75vw !important; | ||
height: auto; | height: auto !important; | ||
text-align: center; | text-align: center !important; | ||
} | } | ||
.sitenotice-text{ | .sitenotice-text{ | ||
display:inline-block; | display:inline-block !important; | ||
margin: 10px 0 0 0; | margin: 10px 0 0 0 !important; | ||
background: rgba(0, 0, 0, 0.5); | background: rgba(0, 0, 0, 0.5) !important; | ||
color: white; | color: white !important; | ||
padding: 10px; | padding: 10px !important; | ||
font-family:'Arial', sans-serif; | font-family:'Arial', sans-serif !important; | ||
font-weight:bold; | font-weight:bold !important; | ||
position: relative; | position: relative !important; | ||
z-index: 3; | z-index: 3 !important; | ||
} | } | ||
.sitenotice-subtext{ | .sitenotice-subtext{ | ||
display:inline-block; | display:inline-block !important; | ||
background: #f7eaf9; | background: #f7eaf9 !important; | ||
color: black; | color: black !important; | ||
padding: 20px 10px 10px 10px; | padding: 20px 10px 10px 10px !important; | ||
font-family:'Arial', sans-serif; | font-family:'Arial', sans-serif !important; | ||
font-size: 0.85em; | font-size: 0.85em !important; | ||
margin: -6px 0 10px; | margin: -6px 0 10px !important; | ||
z-index: 2; | z-index: 2 !important; | ||
} | } | ||