MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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; } #spacestatus.closed:before { content: "gesloten"; }