codecombat/app/styles/common/common.sass

393 lines
9.6 KiB
Sass
Raw Normal View History

@import "app/styles/bootstrap/variables"
@import "app/styles/mixins"
2014-01-03 13:32:13 -05:00
body
position: absolute !important
// https://github.com/twbs/bootstrap/issues/9237 -- need a version that's not !important
.secret
display: none
h1, h2, h3, h4, h5, h6
font-variant: small-caps
2014-01-03 13:32:13 -05:00
a
2014-01-03 13:32:13 -05:00
cursor: pointer
.error
left: 8px
.selectable
cursor: pointer
.modal-dialog
2014-01-03 13:32:13 -05:00
padding: 5px
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%
.background-wrapper.plain
background: white
.plain
h1, h2, h3, h4, h5, h6
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
2014-01-03 13:32:13 -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
padding: 15px
margin-right: -15px
margin-top: -15px
@include opacity(0.60)
2014-01-03 13:32:13 -05:00
&:hover
@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
// loading screens for everything but the play view
2014-01-03 13:32:13 -05:00
.loading-screen
.progress
width: 50%
margin: 0 25%
margin-bottom: 20px
// all loading screens
.loading-container
text-align: center
.progress-bar
width: 0%
transition: width 0.1s ease
.errors .alert
padding: 5px
display: block
margin: 10px auto
.btn
margin-left: 10px
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
.progress-bar
2014-01-03 13:32:13 -05:00
width: 100%
table.table
background-color: white
//.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
border: 1px solid black !important
// Override jQuery UI widget images that we don't use
.ui-widget-content, .ui-widget-header, .ui-widget-overlay, .ui-widget-shadow
background-image: none
.ui-widget-content, .ui-state-default, .ui-widget-header
.ui-state-default, .ui-state-focus, .ui-state-active, .ui-state-highlight, .ui-state-error
background-image: none
// DOM highlight pointer arrow
.highlight-pointer
position: absolute
left: 0
top: 0
height: 100px
opacity: 0.0
pointer-events: none
z-index: 10
2014-03-30 20:24:07 -04:00
// Fonts
.header-font
font-family: $headings-font-family
font-variant: small-caps
body[lang='ja']
h1, h2, h3, h4, h5, h6
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, " Pゴシック", "MS PGothic", 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif
font-variant: small-caps
letter-spacing: -1px !important
.header-font
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, " Pゴシック", "MS PGothic", 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif
font-variant: small-caps
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
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")
.spr:after
content: " "
.spl:before
content: " "
a[data-toggle="coco-modal"]
cursor: pointer
.achievement-corner
position: fixed
bottom: 0px
right: 0px
z-index: 1001
kbd
padding: 2px 4px
font-size: 90%
color: #fff
background-color: #333
border-radius: 3px
@include box-shadow(inset 0 -1px 0 rgba(0, 0, 0, .25))
.gem
display: inline-block
background: transparent url(/images/common/gem.png) no-repeat center
background-size: contain
width: 80px
height: 80px
margin: 0px 2px
&.gem-20
width: 20px
height: 20px
&.gem-25
width: 25px
height: 25px
&.gem-30
width: 30px
height: 30px
&.gem-40
width: 40px
height: 40px
&.gem-60
width: 60px
height: 60px
.popover
border-style: solid
border-image: url(/images/level/popover_border_background.png) 16 12 fill stretch
border-width: 16px 12px
.arrow
display: none
.btn
font-size: 20px
width: 100%
.btn.btn-illustrated
background: 0
border: 0
border-radius: 0
@include box-shadow(none)
border-style: solid
border-image: url(/images/common/button-background-active-border.png) 14 20 20 20 fill round
border-width: 7px 10px 10px 10px
padding: 0
font-family: $headings-font-family
text-transform: uppercase
font-weight: bold
color: rgb(248, 197, 146)
&.btn-lg
border-width: 14px 20px 20px 20px
height: 60px
line-height: 34px
&.btn-primary
border-image-source: url(/images/common/button-background-primary-active-border.png)
&.btn-success
border-image-source: url(/images/common/button-background-success-active-border.png)
2014-12-07 17:03:11 -05:00
color: darken(white, 5%)
&.btn-warning
border-image-source: url(/images/common/button-background-warning-active-border.png)
2014-12-07 17:03:11 -05:00
color: darken(white, 5%)
&.btn-danger
border-image-source: url(/images/common/button-background-danger-active-border.png)
&:hover
color: lighten(rgb(248, 197, 146), 5%)
2014-12-07 17:03:11 -05:00
&.btn-success
color: white
&.btn-warning
color: white
&:active
&.btn-lg
border-image-source: url(/images/common/button-background-pressed-border.png)
&:not(.btn-lg)
border-image: url(/images/common/button-background-pressed-border.png) 14 16 16 20 fill round
padding: 2px 0 0 2px
border-width: 7px 8px 8px 10px
&.btn-primary
border-image-source: url(/images/common/button-background-primary-pressed-border.png)
&.btn-success
border-image-source: url(/images/common/button-background-success-pressed-border.png)
&.btn-warning
border-image-source: url(/images/common/button-background-warning-pressed-border.png)
&.btn-danger
border-image-source: url(/images/common/button-background-danger-pressed-border.png)
&.disabled, &:disabled
border-image: url(/images/common/button-background-disabled-border.png) 14 20 20 20 fill round
@include opacity(1)
&.btn-primary
border-image-source: url(/images/common/button-background-primary-disabled-border.png)
&.btn-success
border-image-source: url(/images/common/button-background-success-disabled-border.png)
&.btn-warning
border-image-source: url(/images/common/button-background-warning-disabled-border.png)
&.btn-danger
border-image-source: url(/images/common/button-background-danger-disabled-border.png)
> *
@include opacity(0.5)
> *
@include opacity(0.75)
&:hover > *
@include opacity(1)
html.no-borderimage
.popover
border: 0
background: transparent url(/images/level/popover_background.png)
background-size: 100% 100%
padding: 10px 20px
.btn.btn-illustrated
border: 0
background-image: url(/images/common/button-background-active.png)
background-size: 100% 100%
padding: 7px 10px 10px 10px
&.btn-primary
background-image: url(/images/common/button-background-primary-active.png)
&.btn-success
background-image: url(/images/common/button-background-success-active.png)
&.btn-warning
background-image: url(/images/common/button-background-warning-active.png)
&.btn-danger
background-image: url(/images/common/button-background-danger-active.png)
&:active
background-image: url(/images/common/button-background-pressed.png)
padding: 9px 8px 8px 12px
border: 0
&.btn-primary
background-image: url(/images/common/button-background-primary-pressed.png)
&.btn-success
background-image: url(/images/common/button-background-success-pressed.png)
&.btn-warning
background-image: url(/images/common/button-background-warning-pressed.png)
&.btn-danger
background-image: url(/images/common/button-background-danger-pressed.png)
&.disabled, &:disabled
background-image: url(/images/common/button-background-disabled.png)
&.btn-primary
background-image: url(/images/common/button-background-primary-disabled.png)
&.btn-success
background-image: url(/images/common/button-background-success-disabled.png)
&.btn-warning
background-image: url(/images/common/button-background-warning-disabled.png)
&.btn-danger
background-image: url(/images/common/button-background-danger-disabled.png)
body > iframe[src^="https://apis.google.com"]
display: none
#module-load-progress
position: absolute
top: 0
left: 0
right: 0
height: 5px
z-index: 1
transition: 1s
.progress-bar
2014-12-06 20:28:11 -05:00
background-color: lightblue
.treema-node input[type='checkbox']
@include scale(1.25)
width: auto
margin: 8px 15px 8px 15px
.particle-man
position: absolute
z-index: 100
top: 0
left: 0
pointer-events: none