diff options
Diffstat (limited to 'web/css/nms.css')
-rw-r--r-- | web/css/nms.css | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/web/css/nms.css b/web/css/nms.css new file mode 100644 index 0000000..c54dd98 --- /dev/null +++ b/web/css/nms.css @@ -0,0 +1,77 @@ +canvas { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + outline: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */ +} +tr.mgmt_v4_addr { + font-weight: 700; +} +h1.map-mode-title { + font-weight: 700; + font-size: 55px; + display: block; + position: absolute; + z-index: 55; + text-shadow: -4px -4px 5px white,-4px 0px 5px white,0px -4px 5px white,0px 0px 5px white,4px 4px 5px white,4px 0px 5px white,0px 4px 5px white; +} +.gondul-public .gondul-is-private { + display: none; +} +.vertical h1.map-mode-title { + left: 30px; + bottom: 0px; + position: absolute; + transform-origin: 0px 0% 0px; + transform: rotate(-90deg); +} +.nightmode { color: #ddd; } +.nightmode h1.map-mode-title { + text-shadow: -4px -4px 5px black,-4px 0px 5px black,0px -4px 5px black,0px 0px 5px black,4px 4px 5px black,4px 0px 5px black,0px 4px 5px black; +} +.logbook { + background-color: rgba(255,255,255,0.1); + text-shadow: -4px -4px 5px white,-4px 0px 5px white,0px -4px 5px white,0px 0px 5px white,4px 4px 5px white,4px 0px 5px white,0px 4px 5px white; +} +.nightmode .logbook { + background-color: rgba(0,0,0,0.1); + text-shadow: -4px -4px 5px black,-4px 0px 5px black,0px -4px 5px black,0px 0px 5px black,4px 4px 5px black,4px 0px 5px black,0px 4px 5px black; +} +div.map-mode-legend { + position: fixed; + bottom: 5px; + right: 15px; + z-index: 999; +} +#admin, #oplog { + display: none; +} +.vertical div.map-mode-legend { + top: -10px; + right: 30px; + position: absolute; + transform-origin: 100% 100% 0; + transform: rotate(-90deg); + height: 40px; +} +div.map-mode-legend button { + font-size: 16px; + font-weight: 700; +} +.nightmode .panel { + background: #222; + border-color: #555; +} + +.nightmode .panel .panel-heading { + background: #333; + border-color: #555; + color: #ddd; +} +.nightmode .table > tbody > tr > td { + border-top: 1px solid #555; +} |