2014-01-03 13:32:13 -05:00
|
|
|
|
@import "bootstrap/variables"
|
|
|
|
|
@import "bootstrap/mixins"
|
2014-03-30 20:24:07 -04:00
|
|
|
|
@import "bootstrap/variables"
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
2014-02-21 20:07:31 -05:00
|
|
|
|
html
|
|
|
|
|
background-color: #2f261d
|
|
|
|
|
|
2014-04-07 17:34:36 -04:00
|
|
|
|
body
|
|
|
|
|
position: absolute !important
|
|
|
|
|
|
2014-02-13 12:26:21 -05:00
|
|
|
|
// https://github.com/twbs/bootstrap/issues/9237 -- need a version that's not !important
|
|
|
|
|
.secret
|
|
|
|
|
display: none
|
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
|
h1 h2 h3 h4
|
|
|
|
|
letter-spacing: 2px
|
|
|
|
|
|
|
|
|
|
.main-content-area
|
2014-03-14 18:24:36 -04:00
|
|
|
|
box-shadow: 0px 0px 10px
|
2014-01-03 13:32:13 -05:00
|
|
|
|
position: relative
|
|
|
|
|
width: 1024px
|
|
|
|
|
margin: 56px auto 0
|
|
|
|
|
min-height: 600px
|
|
|
|
|
padding: 14px 12px 5px 12px
|
|
|
|
|
@include box-sizing(border-box)
|
|
|
|
|
|
|
|
|
|
#outer-content-wrapper
|
|
|
|
|
background: #8cc63f url(/images/pages/base/repeat-tile.png) top center
|
|
|
|
|
|
2014-03-14 18:24:36 -04:00
|
|
|
|
#intermediate-content-wrapper
|
|
|
|
|
background: url(/images/pages/base/sky_repeater.png) repeat-x
|
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
|
#inner-content-wrapper
|
|
|
|
|
background: url(/images/pages/base/background_texture.png) top center no-repeat
|
|
|
|
|
|
|
|
|
|
#front-summary-points-left
|
|
|
|
|
width: 250px
|
|
|
|
|
margin: 0px 20px 10px 15px
|
|
|
|
|
|
|
|
|
|
#front-summary-points-left p.lead
|
|
|
|
|
margin-bottom: 5px
|
|
|
|
|
|
|
|
|
|
#front-screenshot
|
|
|
|
|
width: 710px
|
|
|
|
|
|
|
|
|
|
.content
|
|
|
|
|
width: 1024px
|
|
|
|
|
margin: 0 auto
|
|
|
|
|
|
|
|
|
|
.footer
|
|
|
|
|
border-top: 1px solid black
|
|
|
|
|
background-color: #2f261d
|
|
|
|
|
p
|
|
|
|
|
margin: 0
|
2014-03-13 04:00:30 -04:00
|
|
|
|
padding-top: 10px
|
|
|
|
|
padding-bottom: 10px
|
2014-01-03 13:32:13 -05:00
|
|
|
|
text-align: center
|
|
|
|
|
|
2014-01-07 02:45:33 -05:00
|
|
|
|
.mixpanel-badge, .firebase-badge
|
2014-01-03 13:32:13 -05:00
|
|
|
|
width: 100px
|
2014-01-07 02:45:33 -05:00
|
|
|
|
margin: 10px 10px 0px
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
|
|
.footer-link-text a
|
|
|
|
|
font-family: 'Bangers', cursive
|
|
|
|
|
font-weight: normal
|
|
|
|
|
font-size: 25px
|
|
|
|
|
letter-spacing: 1px
|
|
|
|
|
color: #ffffff
|
2014-01-09 15:31:56 -05:00
|
|
|
|
cursor: pointer
|
2014-01-14 01:29:58 -05:00
|
|
|
|
margin: 0px 10px
|
2014-01-23 21:49:29 -05:00
|
|
|
|
&:hover
|
|
|
|
|
color: $white
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
|
|
a[data-toggle="modal"]
|
|
|
|
|
cursor: pointer
|
|
|
|
|
|
2014-01-07 02:45:33 -05:00
|
|
|
|
.share-buttons, .partner-badges
|
2014-03-13 04:00:30 -04:00
|
|
|
|
padding-bottom: 10px
|
2014-01-03 13:32:13 -05:00
|
|
|
|
text-align: center
|
2014-01-29 15:18:37 -05:00
|
|
|
|
@include opacity(0.75)
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
|
|
&.fade-in
|
|
|
|
|
@include opacity(0)
|
|
|
|
|
|
|
|
|
|
&:hover, &:active
|
2014-01-29 15:18:37 -05:00
|
|
|
|
@include opacity(1)
|
2014-01-03 13:32:13 -05:00
|
|
|
|
@include transition(opacity .10s linear)
|
|
|
|
|
|
2014-01-13 21:19:28 -05:00
|
|
|
|
.github-star-button
|
|
|
|
|
margin-left: 20px
|
|
|
|
|
|
2014-02-19 22:04:13 -05:00
|
|
|
|
&>div
|
|
|
|
|
display: inline-block
|
|
|
|
|
vertical-align: top
|
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
|
.error
|
|
|
|
|
left: 8px
|
|
|
|
|
|
|
|
|
|
.selectable
|
|
|
|
|
cursor: pointer
|
|
|
|
|
|
2014-01-23 21:49:29 -05:00
|
|
|
|
.modal-dialog
|
2014-01-03 13:32:13 -05:00
|
|
|
|
padding: 5px
|
2014-05-02 22:28:08 -04:00
|
|
|
|
margin-top: 30px
|
|
|
|
|
margin-bottom: 0px
|
2014-04-06 15:30:35 -04:00
|
|
|
|
padding-top: 30px
|
2014-04-02 17:40:06 -04:00
|
|
|
|
.background-wrapper
|
|
|
|
|
background: url("/images/pages/base/modal_background.png")
|
|
|
|
|
background-size: 100% 100%
|
|
|
|
|
border: 0
|
|
|
|
|
@include box-shadow(0 0 0 #000)
|
2014-04-06 15:30:35 -04:00
|
|
|
|
//position: absolute
|
2014-04-02 17:40:06 -04:00
|
|
|
|
width: 99%
|
2014-04-10 14:13:33 -04:00
|
|
|
|
|
|
|
|
|
.background-wrapper.plain
|
|
|
|
|
background: white
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
2014-01-23 21:49:29 -05:00
|
|
|
|
.modal-content
|
|
|
|
|
@include box-shadow(none)
|
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
|
.modal-header
|
|
|
|
|
margin: 0 14px
|
|
|
|
|
padding: 8px 0
|
|
|
|
|
border-bottom-color: #ccc
|
|
|
|
|
|
|
|
|
|
.close
|
|
|
|
|
font-size: 28px
|
2014-01-29 15:18:37 -05:00
|
|
|
|
@include opacity(0.60)
|
2014-01-03 13:32:13 -05:00
|
|
|
|
&:hover
|
2014-01-29 15:18:37 -05:00
|
|
|
|
@include opacity(1)
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
|
|
.modal-footer
|
|
|
|
|
background-color: transparent
|
|
|
|
|
margin: 0 14px
|
|
|
|
|
border-bottom-color: #ccc
|
2014-04-23 14:25:36 -04:00
|
|
|
|
.modal-footer.linkedin
|
|
|
|
|
text-align: center
|
2014-04-24 18:27:37 -04:00
|
|
|
|
.signin-text
|
|
|
|
|
font-size: 15px
|
|
|
|
|
padding-bottom: 10px
|
2014-04-24 20:36:07 -04:00
|
|
|
|
.login-link
|
|
|
|
|
cursor: pointer
|
2014-04-23 14:25:36 -04:00
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
|
|
// Bigger versions of some Bootstrap icons
|
|
|
|
|
// TODO: make the non-white versions of these if we ever need them
|
|
|
|
|
.icon.big
|
|
|
|
|
background-image: url(/images/pages/base/glyphicons-simplified.png)
|
|
|
|
|
|
|
|
|
|
.icon-white.big
|
|
|
|
|
background-image: url(/images/pages/base/glyphicons-simplified.png)
|
|
|
|
|
|
|
|
|
|
.icon.big, .icon-white.big
|
|
|
|
|
width: 19px
|
|
|
|
|
height: 19px
|
|
|
|
|
line-height: 19px
|
|
|
|
|
|
|
|
|
|
.icon-pause.big
|
|
|
|
|
background-position: -114px 0px
|
|
|
|
|
|
|
|
|
|
.icon-play.big
|
|
|
|
|
background-position: -95px 0px
|
|
|
|
|
|
|
|
|
|
.icon-repeat.big
|
|
|
|
|
background-position: -76px 0px
|
|
|
|
|
|
|
|
|
|
.icon-volume-off.big
|
|
|
|
|
background-position: -57px 0px
|
|
|
|
|
|
|
|
|
|
.icon-volume-down.big
|
|
|
|
|
background-position: -38px 0px
|
|
|
|
|
|
|
|
|
|
.icon-volume-up.big
|
|
|
|
|
background-position: -19px 0px
|
|
|
|
|
|
|
|
|
|
.icon-cog.big
|
|
|
|
|
background-position: 0px 0px
|
|
|
|
|
|
2014-04-25 18:31:38 -04:00
|
|
|
|
// loading screens for everything but the play view
|
2014-01-03 13:32:13 -05:00
|
|
|
|
.loading-screen
|
|
|
|
|
.progress
|
|
|
|
|
width: 50%
|
|
|
|
|
margin: 0 25%
|
2014-04-25 18:31:38 -04:00
|
|
|
|
|
|
|
|
|
// all loading screens
|
|
|
|
|
.loading-container
|
|
|
|
|
text-align: center
|
2014-01-27 14:12:58 -05:00
|
|
|
|
.progress-bar
|
2014-04-03 21:43:29 -04:00
|
|
|
|
width: 0%
|
|
|
|
|
transition: width 0.1s ease
|
|
|
|
|
.errors .alert
|
|
|
|
|
padding: 5px
|
|
|
|
|
display: block
|
|
|
|
|
margin: 10px auto
|
|
|
|
|
.btn
|
|
|
|
|
margin-left: 10px
|
2014-04-25 18:31:38 -04:00
|
|
|
|
|
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
|
.modal
|
2014-03-27 03:01:29 -04:00
|
|
|
|
overflow-y: auto !important
|
2014-01-03 13:32:13 -05:00
|
|
|
|
.wait
|
|
|
|
|
h3
|
|
|
|
|
text-align: center
|
|
|
|
|
.progress
|
|
|
|
|
width: 50%
|
|
|
|
|
margin: 10px auto
|
2014-01-29 15:18:37 -05:00
|
|
|
|
.progress-bar
|
2014-01-03 13:32:13 -05:00
|
|
|
|
width: 100%
|
|
|
|
|
|
|
|
|
|
table.table
|
|
|
|
|
background-color: white
|
|
|
|
|
|
2014-01-30 15:03:33 -05:00
|
|
|
|
//.ui-autocomplete
|
|
|
|
|
// z-index: $zindexAutocomplete
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
2014-01-12 14:54:50 -05:00
|
|
|
|
.ui-slider
|
|
|
|
|
border: 1px solid black
|
|
|
|
|
.ui-slider-handle
|
2014-01-29 15:18:37 -05:00
|
|
|
|
border: 1px solid black !important
|
2014-03-12 21:50:09 -04:00
|
|
|
|
|
|
|
|
|
.flag-cursor
|
2014-03-13 21:05:04 -04:00
|
|
|
|
cursor: crosshair
|
2014-03-30 20:24:07 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Fonts
|
|
|
|
|
|
|
|
|
|
.header-font
|
|
|
|
|
font-family: $headings-font-family
|
|
|
|
|
|
2014-04-12 02:07:48 -04:00
|
|
|
|
body[lang='ru'], body[lang|='zh'], body[lang='pl'], body[lang='tr'], body[lang='cs'], body[lang='el'], body[lang='ro'], body[lang='vi'], body[lang='th'], body[lang='ko'], body[lang='sk'], body[lang='sl'], body[lang='bg'], body[lang='he'], body[lang='lt'], body[lang='sr'], body[lang='uk'], body[lang='hi'], body[lang='ur'], body[lang='hu']
|
2014-03-30 20:24:07 -04:00
|
|
|
|
h1, h2, h3, h4, h5, h6
|
|
|
|
|
font-family: 'Open Sans Condensed', Impact, "Arial Narrow", "Arial", sans-serif
|
|
|
|
|
text-transform: uppercase
|
|
|
|
|
letter-spacing: -1px !important
|
|
|
|
|
|
|
|
|
|
.header-font
|
|
|
|
|
font-family: 'Open Sans Condensed', Impact, "Arial Narrow", "Arial", sans-serif !important
|
|
|
|
|
text-transform: uppercase
|
|
|
|
|
letter-spacing: -1px !important
|
2014-04-12 02:07:48 -04:00
|
|
|
|
|
|
|
|
|
body[lang='ja']
|
|
|
|
|
h1, h2, h3, h4, h5, h6
|
|
|
|
|
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", 'Open Sans Condensed', sans-serif
|
|
|
|
|
text-transform: uppercase
|
|
|
|
|
letter-spacing: -1px !important
|
|
|
|
|
|
|
|
|
|
.header-font
|
|
|
|
|
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", 'Open Sans Condensed', sans-serif
|
|
|
|
|
text-transform: uppercase
|
|
|
|
|
letter-spacing: -1px !important
|
|
|
|
|
|
|
|
|
|
#top-nav
|
|
|
|
|
.navbar-nav
|
|
|
|
|
li
|
|
|
|
|
a.header-font
|
|
|
|
|
font-size: 16px
|
2014-03-30 20:24:07 -04:00
|
|
|
|
|
2014-04-03 18:10:24 -04:00
|
|
|
|
@media only screen and (max-width: 800px)
|
|
|
|
|
.main-content-area
|
|
|
|
|
width: 100%
|
|
|
|
|
.content
|
|
|
|
|
width: 100%
|
|
|
|
|
|
|
|
|
|
.footer-link-text a
|
|
|
|
|
font-size: 17px
|
|
|
|
|
margin-left: 3px
|
|
|
|
|
margin-right: 3px
|
|
|
|
|
|
|
|
|
|
.share-buttons
|
|
|
|
|
margin-bottom: 20px
|
|
|
|
|
.partner-badges
|
2014-04-03 21:43:36 -04:00
|
|
|
|
display: none
|
2014-04-11 18:37:04 -04:00
|
|
|
|
|
|
|
|
|
// point the new glyphicons to the fonts in public
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Glyphicons Halflings'
|
|
|
|
|
src: url("/fonts/glyphicons-halflings-regular.eot")
|
|
|
|
|
src: url("/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg")
|
2014-04-15 18:09:36 -04:00
|
|
|
|
|
|
|
|
|
.spr:after
|
|
|
|
|
content: " "
|
|
|
|
|
.spl:before
|
2014-05-02 22:28:08 -04:00
|
|
|
|
content: " "
|