diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-05 12:53:38 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-05 12:53:38 -0400 |
| commit | b9aaeaf616ed0a46a81e313bede00f1598d245ca (patch) | |
| tree | 0d2256c9332b6d0ef97bb56e1c771a976f3497db /public/css/css.css | |
| parent | 21e31e46ff167ede7cb5ad4452cbd406236bc83d (diff) | |
| parent | 3b7da491072e5c366738ff549e8958d97948076a (diff) | |
mergez
Diffstat (limited to 'public/css/css.css')
| -rw-r--r-- | public/css/css.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/public/css/css.css b/public/css/css.css index 49f44ba..5536d6c 100644 --- a/public/css/css.css +++ b/public/css/css.css @@ -1 +1,31 @@ html,body{width:100%;height:100%;margin:0;padding:0;} +#bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:white;z-index:-1;background-position:center center;background-size:contain;} +#bg.tile{background-size:auto auto;} +html{background:black;} +body{background:transparent;} +#login { + display: none; +} +#login { + position: absolute; top: 0; left: 0; + width: 100%; height: 100%; + background: rgba(0,0,0,0.95); +} +#lobby form, #login form { + position: absolute; + top: 50%; left: 50%; + -webkit-transform: translate(-50%,-50%); + transform: translate(-50%,-50%); + padding: 20px; +} + +#login form { + background: #fff; +} + +#lobby input { + font-size: 3vw; + width: 60vw; + background: rgba(0,0,0,0.9); + color: #fff; +}
\ No newline at end of file |
