-
Notifications
You must be signed in to change notification settings - Fork 0
/
bundle.css
1 lines (1 loc) · 11.7 KB
/
bundle.css
1
#nprogress{pointer-events:none}#nprogress .bar{background:red;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px red,0 0 5px red;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}:root{--blood:#8a0303}html{min-height:100%;display:flex;flex-direction:column}body{font-family:'Playfair Display',serif;font-size:0;margin:0;background-color:#000;color:#fff;display:flex;flex-direction:column;white-space:pre-wrap;flex:auto}:focus{outline:0}.focus-visible :focus{outline:rgba(255,0,0,.5) solid 2px}::selection{background-color:var(--blood);color:#fff}.flex{flex:auto}button,input,select,textarea{-webkit-appearance:none;border:none;border-radius:0;padding:0;background:0 0;color:inherit;font:inherit}button,input[type=submit]{cursor:pointer}::-webkit-input-placeholder,::placeholder{color:rgba(255,255,255,.3)}.button{display:inline-block;padding:10px 20px;font-size:16px;background-color:var(--blood);text-align:center;transition:background-color .2s,opacity .2s}.loading{animation:.5s cubic-bezier(.5,0,.5,1) infinite alternate loading}@keyframes loading{from{background-color:#772f2f}to{background-color:#7b5959}}.button:hover{background-color:#bb0404}.button:disabled{background-color:#999}.focus-visible .button:focus{outline-color:rgba(255,255,255,.8)}.small-btn{padding:2px 10px}.icon-btn{display:inline-block;width:24px;height:24px;padding:10px;box-sizing:content-box;background-position:center;background-repeat:no-repeat;background-size:24px;font-size:0;opacity:.75}.icon-btn:hover{opacity:1}.checkbox{vertical-align:bottom;border:1px solid rgba(255,255,255,.5);width:1em;height:1em;cursor:pointer}.checkbox:checked{background-image:url(images/material-check_box-check.svg);background-position:center;background-size:contain;background-repeat:no-repeat}:disabled,input[type=submit]:disabled{opacity:.5;cursor:auto}a{color:inherit;text-decoration:none}.link:hover{text-decoration:underline}.header{display:flex;position:relative;align-items:center;padding:10px 15px;border-bottom:1px solid rgba(255,0,0,.2);flex:none}.site-name{margin:0;font-size:24px}.open .header-btn{background-color:rgba(255,255,255,.2);opacity:1;cursor:auto}.open .auth-btn:hover{text-decoration:none}.header-window{display:none}.open .header-window{display:block;position:absolute;z-index:10;right:0;top:100%;background-color:rgba(0,0,0,.95);border:1px solid rgba(255,0,0,.2);padding:20px;width:100%;box-sizing:border-box;max-width:400px}.auth-note{font-size:16px;margin:10px 0 0}.auth-note .link{color:#faa}.notif-btn{position:relative;background-image:url(images/material-notifications.svg);margin-left:10px}.show-unread{position:absolute;top:0;right:0;font-size:12px;color:#000;background-color:#faa;display:inline-block;font-weight:700;min-height:1em;min-width:1em;line-height:1;padding:2px;border-radius:50px}.notif-header{display:flex;align-items:flex-start;font-size:24px;font-weight:400;margin:0}.notif-action-btn{margin-left:10px;margin-bottom:10px}.email-notifs{font-size:12px;color:rgba(255,255,255,.7);margin-left:10px}.notif{padding:5px 0 5px 10px;border-left:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.8);word-break:break-word}.unread{border-left-color:#faa;color:#fff}.notif-timestamp{display:block;font-size:14px;color:rgba(255,255,255,.5)}.notif-msg{font-size:16px}.notif-name{white-space:normal}.notifs .link{color:#faa}.load-more-btn{display:block;margin:10px auto 0}.username{word-break:break-word}.username-dropdown-arrow{display:inline-block;background-position:center;background-repeat:no-repeat;background-image:url(images/material-arrow_drop_down.svg);background-size:24px;width:1em;height:1em;margin-left:10px;vertical-align:middle}.open .username-list{width:auto;padding:5px}.username-item{font-size:16px;padding:5px;display:block;width:100%;box-sizing:border-box;text-align:left}.username-divider{border-top:1px solid rgba(255,255,255,.2)}.auth-btn{font-size:16px;margin-left:5px;padding:5px 10px}.auth-btn:hover{text-decoration:underline}.main{box-sizing:border-box;flex:auto}.content{padding:20px;width:100%;max-width:1000px;align-self:center}.input-row{display:flex;flex-wrap:wrap}.input-wrapper{flex:300px;margin:0 10px}.label{display:block;font-size:16px;color:rgba(255,255,255,.8);margin:10px 0}.sublabel{display:block;font-size:14px;color:rgba(255,255,255,.5);margin:10px 0}.sublabel .link{color:#a77}.input{margin:10px 0;position:relative}.input input,.input textarea{width:100%;box-sizing:border-box;font-size:16px;padding:10px;background-color:rgba(255,255,255,.1);border:3px solid rgba(255,255,255,.3)}.input input:focus,.input textarea:focus{border-color:rgba(255,255,255,.7);outline:0}.error input,.error textarea{color:red;background-color:rgba(255,0,0,.1);border-color:rgba(255,0,0,.5)}.input textarea{resize:vertical}.count{position:absolute;bottom:0;right:0;margin:10px;display:flex;font-size:16px}.error .count{color:red}.submit-btn{display:block;margin:0 auto}.error .problem,.problematic-error{font-size:16px;color:red}.modal-back{display:none}.modal-back.show{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.8);z-index:10}.modal{border:1px solid var(--blood);background-color:rgba(0,0,0,.8);padding:20px}.confirm-msg{font-size:16px;margin:0 0 10px}.confirm-btn-wrapper{text-align:center}.cancel-btn{margin-left:10px;background-color:transparent;box-shadow:inset 0 0 0 1px var(--blood)}.cancel-btn:hover{box-shadow:none}.footer{display:flex;flex-wrap:wrap;font-size:14px;padding:10px;border-top:1px solid rgba(255,0,0,.2);color:rgba(255,255,255,.7)}.footer .link{color:#faa}.profile-info{margin:0 20px}.profile-name{display:flex;align-items:flex-start;font-weight:400;font-size:48px;margin:0;word-break:break-word;flex-wrap:wrap;white-space:normal}.settings-btn{margin-top:15px;background-image:url(images/material-settings.svg)}.join-btn{margin-top:15px;margin-left:10px;word-break:normal}.profile-subtitle{font-size:16px;color:rgba(255,255,255,.5);word-break:break-word}.profile-subtitle .link{color:rgba(255,255,255,.8);white-space:normal}.profile-desc{font-size:16px;line-height:1.8;color:rgba(255,255,255,.9);word-break:break-word}.profile-desc .link{color:#faa}.profile-desc .profile-game-name{white-space:normal}.profile-stats{text-align:center}.lists{display:flex;flex-wrap:wrap}.list{flex:400px;margin:20px;border-top:10px solid var(--blood)}.list h2{font-weight:400;font-size:28px}.item{display:block;padding:10px}.winner{background-image:url(images/crown.svg);background-repeat:no-repeat;background-position:right}.dead{opacity:.7}.item-name{color:#faa;font-size:16px;display:block;word-break:break-word;white-space:normal}.item:hover .item-name{text-decoration:underline}.item-info{color:rgba(255,255,255,.7);font-size:16px;white-space:normal}.announcement{font-size:16px;word-break:break-word}.settings h1{display:flex;align-items:center;font-weight:400;font-size:36px;margin:0 0 10px;flex-wrap:wrap;white-space:nowrap}.settings h1 .button{margin-left:10px}.settings h2{font-weight:400;font-size:24px;margin:10px 0 0}#game-desc,#user-bio{overflow:hidden}.checkbox-label{color:rgba(255,255,255,.8);display:block;margin-top:10px}.advertise-game-banner{padding:15px;border-left:5px solid var(--blood);margin:0;font-size:16px;background-color:rgba(255,255,255,.1)}.advertise-game-banner .link{color:#faa}.members{border-top:10px solid var(--blood);margin-top:20px}.members-header{display:flex;margin-bottom:10px}.member-item{display:flex;background-color:rgba(255,255,255,.1);padding:10px;align-items:center}.member-item:nth-child(2n){background-color:rgba(255,255,255,.05)}.member{flex:auto}.member-dead .member{opacity:.5}.member-link{font-size:16px;color:#faa;word-break:break-word;white-space:normal}.member-info{display:block;font-size:14px;color:rgba(255,255,255,.5)}.delete-game-wrapper{display:flex;flex-direction:column;align-items:center;margin:30px 0}.delete-game{text-align:center;font-size:16px;margin:0 0 20px}.text h1{font-size:36px;font-weight:400;margin:0}.text h2{font-size:24px;font-weight:400;margin:0}.text p{font-size:16px;line-height:1.8}.text ul{font-size:16px}.text li{margin:10px 0}.text .link{color:#faa}.text blockquote{border-left:5px solid rgba(255,255,255,.1);margin-left:0;padding:.1px 0 .1px 35px}.on-welcome-page.header{border-bottom:none}.on-welcome-page .site-name{visibility:hidden}.front-text{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:calc(100vh - 250px);background-image:linear-gradient(transparent,var(--blood));position:relative}.website-title{font-size:64px;font-weight:400;margin:0}@media (max-width:450px){.website-title{font-size:48px}}.video-embed{position:absolute;z-index:-1;opacity:.5;top:0;left:0;width:100%;height:100%;border:none}.watch-video-link{font-size:20px;margin-top:15px}.welcome p{font-size:16px}.welcome .link{color:#faa}.stats-header{font-size:20px;text-align:center;font-weight:400;margin-bottom:0}.stats{display:flex;flex-wrap:wrap}.stat{flex:150px;text-align:center;margin:10px}.stat-name{display:block;font-size:16px}.stat-value{font-size:48px;line-height:1}.temp-btn{font-size:24px;margin-top:10px;box-shadow:0 2px 5px rgba(0,0,0,.3);background-image:linear-gradient(transparent,rgba(0,0,0,.25))}.create-game-btn{margin-left:10px}.small-screen-create-game-btn{display:none}@media (max-width:660px){.targets{flex-direction:column}.create-game-btn{display:none}.small-screen-create-game-btn{display:block}}.no-statuses{font-size:16px;width:100%;text-align:center;color:rgba(255,255,255,.5);margin:auto 0;box-sizing:border-box;padding:20px}.targets{display:flex;flex-wrap:wrap}.target{flex:400px;display:flex;flex-direction:column;text-align:center;align-items:center;padding:20px}.target .flex{min-height:20px}.target-label{font-size:16px;color:rgba(255,255,255,.6);width:100%}.target-name{font-size:64px;margin-bottom:10px;line-height:1;word-break:break-word;white-space:normal}.kill-code{font-size:14px;color:rgba(255,255,255,.5);white-space:normal;display:flex;flex-direction:column;align-items:center}.kill-code-header{font-size:24px;color:rgba(255,255,255,.9)}.code{color:transparent;background-color:rgba(255,255,255,.4);text-shadow:0 0 10px rgba(255,255,255,.6);cursor:pointer;font-weight:700;word-break:break-word;font-size:24px;margin:10px 0}.code:hover{background-color:rgba(255,255,255,.5)}.code.revealed{background-color:transparent;color:#fff;text-shadow:none;cursor:auto}.kill-code .link{color:#a77}.kill-code .link:hover{color:#faa}.leaderboard-link{font-size:16px;color:rgba(255,255,255,.3);word-break:break-word}.game-link{color:rgba(255,255,255,.7)}.game-link:hover{color:rgba(255,255,255,.9)}.other-games-wrapper{flex:none;border-top:1px solid rgba(255,0,0,.2);overflow-x:auto;padding:5px;white-space:nowrap}.other-games-header{font-size:12px;color:rgba(255,255,255,.7);font-weight:400;margin:5px 5px 0}.other-game{display:inline-block;background-color:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.1);margin:5px;padding:10px;transition:background-color .2s;white-space:pre}.other-game:hover{background-color:rgba(255,255,255,.3)}.other-game:last-child{margin-right:10px}.other-game-name{display:block;font-size:16px;margin-bottom:5px;white-space:nowrap}.other-game-status{font-size:10px;text-transform:uppercase}.loading-wrapper{display:flex;align-items:center;justify-content:center;text-align:center}.loading-text{font-size:16px;color:rgba(255,255,255,.2)}.http-error{display:flex;flex-direction:column;align-items:center;justify-content:center}.status-code{color:red;font-size:108px;margin:0 0 20px;line-height:1;word-break:break-word}.status-code.is-text{font-size:36px}.problem{font-size:16px;color:rgba(255,255,255,.5);margin:0 0 20px}.return-home{margin:0 auto}