# HG changeset patch # User Matti Hamalainen # Date 1485388747 -7200 # Node ID 04495bb47dc91958b9be138e4b09f2aefef29426 # Parent 00632d30bafecadd4e07815255b82afd091b0ee7 Update example admin stylesheet. diff -r 00632d30bafe -r 04495bb47dc9 examples/css/admin.css --- a/examples/css/admin.css Thu Jan 26 01:27:32 2017 +0200 +++ b/examples/css/admin.css Thu Jan 26 01:59:07 2017 +0200 @@ -26,7 +26,6 @@ outline: none; } - /* * Message and image preview boxes */ @@ -118,6 +117,7 @@ background: #440; } + div.tabHeadersSub { font-size: 1em; line-height: 2.7em; @@ -132,11 +132,19 @@ text-shadow: 2px 2px 1px rgba(0,0,0,0.4); border-radius: 0.2em; + white-space: nowrap; display: inline-block; margin-bottom: 0.2em; min-width: 6em; } +#tabHeadersCC a.active, div.tabHeaders a.active, div.tabHeadersSub a.active { + background: #800; +} + +#tabHeadersCC a.inactive, div.tabHeaders a.inactive, div.tabHeadersSub a.inactive { +} + #tabHeadersCC a { position: relative; display: inline-block; @@ -174,6 +182,11 @@ } +span.cnotice { + font-weight: bold; + color: #f00; +} + #adminContent { position: absolute; top: 0; @@ -218,6 +231,14 @@ background: #044; } +.vkeyUsed { + color: #0f0; +} + +.vkeyUnused { + color: red; +} + /* * Compo/infoscreen controls @@ -275,11 +296,12 @@ } div.ctrlBox { + position: relative; display: inline-block; background: black; border: 2px solid green; - padding: 1em; - border-radius: 1em; + padding: 0.5em; + border-radius: 0.5em; min-height: 12em; vertical-align: top; } @@ -320,12 +342,14 @@ border: 2pt solid #060; } -#ctrlCurrEntryData { - background: black; - position: relative; +#ctrlCurrCompoData { + position: absolute; + background: black; + right: 0.5em; + top: 0.5em; } -#ctrlCurrEntryData div { +#ctrlCurrCompoData div.entryData { background: #020; padding: 0.5em; margin: 0.5em; @@ -333,10 +357,26 @@ overflow: hidden; } -#ctrlCurrEntryData div i { +#ctrlCurrCompoData .entryAuthor, #ctrlCurrCompoData .entryName { + font-weight: bold; + color: white; +} + +#ctrlCurrCompoData span.entryFileTitle { + font-weight: bold; +} + +#ctrlCurrCompoData span.entryFileName { color: red; } +#ctrlCurrCompoData div.entryNotes { + padding: 0.2em; + border-radius: 0.2em; + background: #630; + color: white; +} + div.ctrlBox .selectBox { width: 100%; } @@ -522,3 +562,8 @@ background: #050; border-radius: 0.4em; } + + +div.compoDesc { + display: inline-block; +}