User:Ondo/vector-2022.css: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
.sitenotice-button { | .sitenotice-button { | ||
display:inline-block; | display:inline-block !important; | ||
background:#9b59d0; | background:#9b59d0 !important; | ||
color:white; | color:white !important; | ||
font-weight:bold; | font-weight:bold !important; | ||
border-radius:5px; | border-radius:5px !important; | ||
padding:5px 10px; | padding:5px 10px !important; | ||
margin-top:10px; | margin-top:10px !important; | ||
} | } | ||
.sitenotice-button:hover { | .sitenotice-button:hover { | ||
background:#854eb2; | background:#854eb2 !important; | ||
} | } | ||
Revision as of 14:43, 13 February 2020
.sitenotice-backdrop {
background: repeating-linear-gradient(
45deg,
#fff433,
#9b59d0,
black
);
background-size: cover;
background-position:50% 50%;
margin: auto;
width: 75vw;
height: auto;
text-align: center;
}
.sitenotice-text{
display:inline-block;
margin: 10px 0 0 0;
background: rgba(0, 0, 0, 0.5);
color: white;
padding: 10px;
font-family:'Arial', sans-serif;
font-weight:bold;
position: relative;
z-index: 3;
}
.sitenotice-subtext{
display:inline-block;
background: #f7eaf9;
color: black;
padding: 20px 10px 10px 10px;
font-family:'Arial', sans-serif;
font-size: 0.85em;
margin: -6px 0 10px;
z-index: 2;
}
.sitenotice-button {
display:inline-block !important;
background:#9b59d0 !important;
color:white !important;
font-weight:bold !important;
border-radius:5px !important;
padding:5px 10px !important;
margin-top:10px !important;
}
.sitenotice-button:hover {
background:#854eb2 !important;
}