MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
background: red; | background: red; | ||
color: white; | color: white; | ||
display: none; /* tip: met "gesloten" lijkt het alsof Bitlair permanent dicht is */ | |||
} | } | ||
Revision as of 20:06, 11 September 2018
/* CSS placed here will be applied to all skins */ input, textarea, select, button { color: black; background-color: white; } /* Space state gerelateerd */ #spacestatus { width: 80px; position: relative; top: -20px; left: 43px; border-radius: 3px; text-align: center; box-shadow: rgba(100,100,100,.6) 2px 2px 5px; transform: rotate(-5deg); animate: ; } #spacestatus.open { opacity: 1; background: lime; color: black; } #spacestatus.open:before { content: "nu open!"; } #spacestatus.closed { opacity: 1; background: red; color: white; display: none; /* tip: met "gesloten" lijkt het alsof Bitlair permanent dicht is */ } #spacestatus.closed:before { content: "gesloten"; }