diff options
author | Richard Knight <q@1bpm.net> | 2020-08-24 14:47:08 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2020-08-24 14:47:08 +0100 |
commit | 38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30 (patch) | |
tree | 6cc0aa096ebf39bebb0e9a8eae46a10af736e457 /web/base.css | |
download | peep.1bpm.net-38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30.tar.gz peep.1bpm.net-38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30.tar.bz2 peep.1bpm.net-38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30.zip |
Diffstat (limited to 'web/base.css')
-rw-r--r-- | web/base.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/web/base.css b/web/base.css new file mode 100644 index 0000000..bae8cbd --- /dev/null +++ b/web/base.css @@ -0,0 +1,50 @@ +#nojs { + color: #FFFFFF; + position: fixed; + left: 0px; + top: 0px; + width: 100%; + height: 100%; +} + +body { + height: 100%; + background-color:#000000; +} + +#details { + position: fixed; + right: 0px; + bottom: 0px; + background-color: #FFFFFF; + display: none; + z-index: 999999; + border-top-left-radius: 10px; + padding: 10px; +} + +#pi { + position: absolute; + right: 0px; + bottom: 0px; + color: #FFFFFF; + font-size: 20pt; + cursor: pointer; + z-index: 999; +} + +#latest { + position: fixed; + left: 0px; + bottom: 0px; + z-index: 999; + font-size: 10pt; +} + +#latest a { + color: #FFFFFF; +} + +#ripoff { + display: inline; +} |