diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style/benki.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/static/style/benki.css b/static/style/benki.css new file mode 100644 index 0000000..3904f47 --- /dev/null +++ b/static/style/benki.css @@ -0,0 +1,19 @@ +#login-message { + text-align: right; + position: absolute; + right: 0; + top: 0; + outline: solid 1px #000; + margin: 1em; + font-style: oblique; +} + +.logged-in-as { + padding: 0.5em 1em 0.5em 1em; + background-color: green; +} + +.not-logged-in { + padding: 0.5em 1em 0.5em 1em; + background-color: yellow; +} |