UNPKG

consensus

Version:

vote for topics for your next meeting

172 lines (142 loc) 4.2 kB
html * { color-profile: sRGB; rendering-intent: auto; } .reveal { font-weight: 400; } .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { font-weight: 700; } .reveal .slides { text-align: left; } img { border: 0; } .topic { background-repeat: no-repeat; background-position: 10px center; height: 220px; margin: 1em; overflow: hidden; } .proposer { margin-left: 35px !important; margin-top: 20px !important; } .title { margin-left: 35px !important; } .well { min-height: 20px; padding: 20px !important; margin-bottom: 20px; background-color: #3b4849; border: 1px solid #5a6263; border-radius: 6px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well p { margin: 20px !important; } /********************************************* * GLOBAL STYLES *********************************************/ body { background: #3b4940; background-color: #3b4940; } .reveal { font-family: "Asap", sans-serif; font-size: 36px; font-weight: 200; letter-spacing: -0.02em; color: #eeeeee; } ::selection { color: #706a6e; background: #3b4849; text-shadow: none; } /********************************************* * HEADERS *********************************************/ .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { margin: 0 0 20px 0; color: #eeeeee; font-family: "Asap", sans-serif; line-height: 0.9em; letter-spacing: 0.02em; text-transform: none; text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } .reveal h1 { text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } /********************************************* * LINKS *********************************************/ .reveal a:not(.image) { color: #9da39f; text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; -ms-transition: color .15s ease; -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:not(.image):hover { color: #d2d4d3; text-shadow: none; border: none; } .reveal .roll span:after { color: #fff; background: #767d79; } /********************************************* * IMAGES *********************************************/ .reveal section img { margin: 15px 0px; background: rgba(255, 255, 255, 0.12); border: 4px solid #eeeeee; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; } .reveal a:hover img { background: rgba(255, 255, 255, 0.2); border-color: #9da39f; box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); } /********************************************* * NAVIGATION CONTROLS *********************************************/ .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled { border-right-color: #9da39f; } .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled { border-left-color: #9da39f; } .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled { border-bottom-color: #9da39f; } .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled { border-top-color: #9da39f; } .reveal .controls div.navigate-left.enabled:hover { border-right-color: #d2d4d3; } .reveal .controls div.navigate-right.enabled:hover { border-left-color: #d2d4d3; } .reveal .controls div.navigate-up.enabled:hover { border-bottom-color: #d2d4d3; } .reveal .controls div.navigate-down.enabled:hover { border-top-color: #d2d4d3; } /********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { background: rgba(0, 0, 0, 0.2); } .reveal .progress span { background: #9da39f; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }