diff options
Diffstat (limited to 'new-reality/public/assets/css/css.css')
| -rw-r--r-- | new-reality/public/assets/css/css.css | 82 |
1 files changed, 46 insertions, 36 deletions
diff --git a/new-reality/public/assets/css/css.css b/new-reality/public/assets/css/css.css index 6ca519f..dd72e16 100644 --- a/new-reality/public/assets/css/css.css +++ b/new-reality/public/assets/css/css.css @@ -1,69 +1,79 @@ html, body { - width: 100%; - height: 100%; - margin: 0; - padding: 0; - background: black; - overflow: hidden; - box-sizing: border-box; - text-rendering: optimizeLegibility; - font-family: 'Roboto', sans-serif; - font-size: 36px; - font-weight: 900; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + background: black; + overflow: hidden; + box-sizing: border-box; + text-rendering: optimizeLegibility; + font-family: 'Roboto', sans-serif; + font-size: 36px; + font-weight: 400; +} + +.loading { + opacity: 0; } #scene { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; } /* svg { - -webkit-backface-visibility: hidden; - backface-visibility: hidden; +-webkit-backface-visibility: hidden; +backface-visibility: hidden; } - */ +*/ iframe { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - opacity: 0; - margin: 0; - padding: 0; - border: 0; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + opacity: 0; + margin: 0; + padding: 0; + border: 0; +} + +h1 { + margin: 10px; + padding: 0; + font-weight: 300; } .text { - color: white; - background: rgba(0, 0, 0, 0.5); + color: white; + background: rgba(0, 0, 0, 0.95); } .text span { - pointer-events: none; + pointer-events: none; } .text a { - color: #ccc; + color: #ccc; } .logo, .dog { - cursor: pointer; + cursor: pointer; } .logo path { - /* fill: #51bcec; */ - fill: #ffffff; + /* fill: #51bcec; */ + fill: #ffffff; } .space iframe { - opacity: 1 + opacity: 1 } |
