User:Ondo/vector-2022.css: Difference between revisions
imported>Void m (Void moved page User:NeoMahler/common.css to User:Ondo/common.css: Automatically moved page while renaming the user "NeoMahler" to "Ondo") |
(testing) |
||
Line 1: | Line 1: | ||
.sitenotice-backdrop { | |||
background: url("https://upload.wikimedia.org/wikipedia/commons/7/75/Nonbinary_flag.svg"); | |||
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: #2c73d2; | |||
color: white; | |||
padding: 10px; | |||
font-family:'Arial', sans-serif; | |||
font-weight:bold; | |||
position: relative; | |||
z-index: 3; | |||
} | |||
.sitenotice-subtext{ | |||
display:inline-block; | |||
background: #ecf2fb; | |||
color: black; | |||
padding: 20px 10px 10px 10px; | |||
font-family:'Arial', sans-serif; | |||
font-size: 0.85em; | |||
margin: -6px 0 10px; | |||
z-index: 2; | |||
} |
Revision as of 14:22, 13 February 2020
.sitenotice-backdrop { background: url("https://upload.wikimedia.org/wikipedia/commons/7/75/Nonbinary_flag.svg"); 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: #2c73d2; color: white; padding: 10px; font-family:'Arial', sans-serif; font-weight:bold; position: relative; z-index: 3; } .sitenotice-subtext{ display:inline-block; background: #ecf2fb; color: black; padding: 20px 10px 10px 10px; font-family:'Arial', sans-serif; font-size: 0.85em; margin: -6px 0 10px; z-index: 2; }