diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 90bd3f8c2..bd147131c 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -16,6 +16,9 @@ a:hover { margin-top: 15px; margin-bottom: 15px; } +.lockview { + cursor: pointer; +} .fakelink:hover { color: #0000FF; @@ -46,6 +49,16 @@ img { top: 12px; left: 42%; } + +#panel { + background-color: ivory; + position: absolute; + z-index: 2; + width: 30%; + padding: 25px; + border: 1px solid #444; +} + code { font-family: monospace; white-space: pre; |