2014-09-30 16:17:54 -07:00
|
|
|
|
@import "app/styles/bootstrap/variables"
|
|
|
|
|
@import "app/styles/mixins"
|
2014-01-03 10:32:13 -08:00
|
|
|
|
|
2014-02-13 09:26:21 -08:00
|
|
|
|
// https://github.com/twbs/bootstrap/issues/9237 -- need a version that's not !important
|
|
|
|
|
.secret
|
|
|
|
|
display: none
|
|
|
|
|
|
2014-11-03 22:19:43 -08:00
|
|
|
|
h1, h2, h3, h4, h5, h6
|
|
|
|
|
font-variant: small-caps
|
2014-01-03 10:32:13 -08:00
|
|
|
|
|
2014-07-17 09:12:21 -07:00
|
|
|
|
a
|
2014-01-03 10:32:13 -08:00
|
|
|
|
cursor: pointer
|
|
|
|
|
|
2015-10-19 22:58:51 -02:00
|
|
|
|
iframe
|
|
|
|
|
border: none
|
|
|
|
|
|
2014-01-03 10:32:13 -08:00
|
|
|
|
.error
|
|
|
|
|
left: 8px
|
|
|
|
|
|
|
|
|
|
.selectable
|
|
|
|
|
cursor: pointer
|
|
|
|
|
|
2016-02-25 11:40:27 -08:00
|
|
|
|
.modal-dialog.game
|
2014-01-03 10:32:13 -08:00
|
|
|
|
padding: 5px
|
2014-05-02 19:28:08 -07:00
|
|
|
|
margin-top: 30px
|
|
|
|
|
margin-bottom: 0px
|
2014-04-07 01:00:35 +05:30
|
|
|
|
padding-top: 30px
|
2014-04-03 03:10:06 +05:30
|
|
|
|
.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-07 01:00:35 +05:30
|
|
|
|
//position: absolute
|
2014-04-03 03:10:06 +05:30
|
|
|
|
width: 99%
|
2014-04-10 11:13:33 -07:00
|
|
|
|
|
|
|
|
|
.background-wrapper.plain
|
|
|
|
|
background: white
|
2014-08-11 13:24:08 -07:00
|
|
|
|
|
|
|
|
|
.plain
|
|
|
|
|
h1, h2, h3, h4, h5, h6
|
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
|
2014-01-03 10:32:13 -08:00
|
|
|
|
|
2014-01-23 21:49:29 -05:00
|
|
|
|
.modal-content
|
|
|
|
|
@include box-shadow(none)
|
|
|
|
|
|
2014-01-03 10:32:13 -08:00
|
|
|
|
.modal-header
|
|
|
|
|
margin: 0 14px
|
|
|
|
|
padding: 8px 0
|
|
|
|
|
border-bottom-color: #ccc
|
|
|
|
|
|
|
|
|
|
.close
|
|
|
|
|
font-size: 28px
|
2014-09-21 13:26:56 -07:00
|
|
|
|
padding: 15px
|
|
|
|
|
margin-right: -15px
|
|
|
|
|
margin-top: -15px
|
2014-01-29 12:18:37 -08:00
|
|
|
|
@include opacity(0.60)
|
2014-01-03 10:32:13 -08:00
|
|
|
|
&:hover
|
2014-01-29 12:18:37 -08:00
|
|
|
|
@include opacity(1)
|
2014-01-03 10:32:13 -08:00
|
|
|
|
|
|
|
|
|
.modal-footer
|
|
|
|
|
background-color: transparent
|
|
|
|
|
margin: 0 14px
|
|
|
|
|
border-bottom-color: #ccc
|
2014-04-23 11:25:36 -07:00
|
|
|
|
.modal-footer.linkedin
|
|
|
|
|
text-align: center
|
2014-04-24 15:27:37 -07:00
|
|
|
|
.signin-text
|
|
|
|
|
font-size: 15px
|
|
|
|
|
padding-bottom: 10px
|
2014-04-24 17:36:07 -07:00
|
|
|
|
.login-link
|
|
|
|
|
cursor: pointer
|
2014-04-23 11:25:36 -07:00
|
|
|
|
|
2014-01-03 10:32:13 -08:00
|
|
|
|
|
2014-04-25 15:31:38 -07:00
|
|
|
|
// loading screens for everything but the play view
|
2014-01-03 10:32:13 -08:00
|
|
|
|
.loading-screen
|
|
|
|
|
.progress
|
|
|
|
|
width: 50%
|
|
|
|
|
margin: 0 25%
|
2014-11-25 11:06:34 -08:00
|
|
|
|
margin-bottom: 20px
|
2014-04-25 15:31:38 -07:00
|
|
|
|
|
|
|
|
|
// all loading screens
|
|
|
|
|
.loading-container
|
|
|
|
|
text-align: center
|
2014-01-27 11:12:58 -08:00
|
|
|
|
.progress-bar
|
2014-04-03 18:43:29 -07:00
|
|
|
|
width: 0%
|
|
|
|
|
transition: width 0.1s ease
|
|
|
|
|
.errors .alert
|
|
|
|
|
padding: 5px
|
|
|
|
|
display: block
|
|
|
|
|
margin: 10px auto
|
|
|
|
|
.btn
|
|
|
|
|
margin-left: 10px
|
2014-04-25 15:31:38 -07:00
|
|
|
|
|
|
|
|
|
|
2014-01-03 10:32:13 -08:00
|
|
|
|
.modal
|
2014-03-27 12:31:29 +05:30
|
|
|
|
overflow-y: auto !important
|
2014-01-03 10:32:13 -08:00
|
|
|
|
.wait
|
|
|
|
|
h3
|
|
|
|
|
text-align: center
|
|
|
|
|
.progress
|
|
|
|
|
width: 50%
|
|
|
|
|
margin: 10px auto
|
2014-01-29 12:18:37 -08:00
|
|
|
|
.progress-bar
|
2014-01-03 10:32:13 -08:00
|
|
|
|
width: 100%
|
|
|
|
|
|
|
|
|
|
table.table
|
|
|
|
|
background-color: white
|
|
|
|
|
|
2014-01-30 12:03:33 -08:00
|
|
|
|
//.ui-autocomplete
|
|
|
|
|
// z-index: $zindexAutocomplete
|
2014-01-03 10:32:13 -08:00
|
|
|
|
|
2014-01-12 11:54:50 -08:00
|
|
|
|
.ui-slider
|
|
|
|
|
border: 1px solid black
|
|
|
|
|
.ui-slider-handle
|
2014-01-29 12:18:37 -08:00
|
|
|
|
border: 1px solid black !important
|
2014-03-13 02:50:09 +01:00
|
|
|
|
|
2014-08-27 12:24:03 -07:00
|
|
|
|
// 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
|
|
|
|
|
|
2014-10-08 10:46:10 -07:00
|
|
|
|
// 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 17:24:07 -07:00
|
|
|
|
// Fonts
|
|
|
|
|
|
|
|
|
|
.header-font
|
|
|
|
|
font-family: $headings-font-family
|
2014-11-03 22:19:43 -08:00
|
|
|
|
font-variant: small-caps
|
2014-04-11 23:07:48 -07:00
|
|
|
|
|
|
|
|
|
body[lang='ja']
|
|
|
|
|
h1, h2, h3, h4, h5, h6
|
2014-12-07 17:57:57 -08:00
|
|
|
|
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif
|
2014-11-03 22:19:43 -08:00
|
|
|
|
font-variant: small-caps
|
2014-04-11 23:07:48 -07:00
|
|
|
|
letter-spacing: -1px !important
|
|
|
|
|
|
|
|
|
|
.header-font
|
2014-12-07 17:57:57 -08:00
|
|
|
|
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif
|
2014-11-03 22:19:43 -08:00
|
|
|
|
font-variant: small-caps
|
2014-04-11 23:07:48 -07:00
|
|
|
|
letter-spacing: -1px !important
|
|
|
|
|
|
|
|
|
|
#top-nav
|
|
|
|
|
.navbar-nav
|
|
|
|
|
li
|
|
|
|
|
a.header-font
|
|
|
|
|
font-size: 16px
|
2014-03-30 17:24:07 -07:00
|
|
|
|
|
2014-04-03 15:10:24 -07: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 18:43:36 -07:00
|
|
|
|
display: none
|
2014-04-11 15:37:04 -07: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 15:09:36 -07:00
|
|
|
|
|
|
|
|
|
.spr:after
|
|
|
|
|
content: " "
|
|
|
|
|
.spl:before
|
2014-05-02 19:28:08 -07:00
|
|
|
|
content: " "
|
2014-05-22 11:24:35 -07:00
|
|
|
|
|
|
|
|
|
a[data-toggle="coco-modal"]
|
|
|
|
|
cursor: pointer
|
2014-08-03 23:58:51 +02:00
|
|
|
|
|
|
|
|
|
.achievement-corner
|
|
|
|
|
position: fixed
|
|
|
|
|
bottom: 0px
|
|
|
|
|
right: 0px
|
|
|
|
|
z-index: 1001
|
2014-08-31 12:21:25 -07:00
|
|
|
|
|
|
|
|
|
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))
|
2014-09-26 02:28:54 -07:00
|
|
|
|
|
|
|
|
|
.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
|
|
|
|
|
|
2014-12-07 16:55:08 -08:00
|
|
|
|
&.gem-30
|
|
|
|
|
width: 30px
|
|
|
|
|
height: 30px
|
|
|
|
|
|
2014-09-26 02:28:54 -07:00
|
|
|
|
&.gem-40
|
|
|
|
|
width: 40px
|
|
|
|
|
height: 40px
|
|
|
|
|
|
|
|
|
|
&.gem-60
|
|
|
|
|
width: 60px
|
|
|
|
|
height: 60px
|
2014-11-04 19:03:35 -08:00
|
|
|
|
|
|
|
|
|
.popover
|
2014-12-07 15:51:32 -08:00
|
|
|
|
border-style: solid
|
2014-12-10 11:00:52 -08:00
|
|
|
|
border-image: url(/images/level/popover_border_background.png) 16 12 fill stretch
|
|
|
|
|
border-width: 16px 12px
|
2014-11-05 19:23:45 -08:00
|
|
|
|
.arrow
|
|
|
|
|
display: none
|
2014-11-24 10:51:20 -08:00
|
|
|
|
.btn
|
|
|
|
|
font-size: 20px
|
|
|
|
|
width: 100%
|
2014-11-05 17:34:46 -08:00
|
|
|
|
|
2014-11-07 16:04:35 -08:00
|
|
|
|
.btn.btn-illustrated
|
|
|
|
|
background: 0
|
|
|
|
|
border: 0
|
|
|
|
|
border-radius: 0
|
|
|
|
|
@include box-shadow(none)
|
2014-12-07 15:51:32 -08:00
|
|
|
|
border-style: solid
|
2014-11-07 16:04:35 -08:00
|
|
|
|
border-image: url(/images/common/button-background-active-border.png) 14 20 20 20 fill round
|
|
|
|
|
border-width: 7px 10px 10px 10px
|
|
|
|
|
padding: 0
|
2014-12-07 17:57:57 -08:00
|
|
|
|
font-family: $headings-font-family
|
2014-11-07 16:04:35 -08:00
|
|
|
|
text-transform: uppercase
|
|
|
|
|
font-weight: bold
|
|
|
|
|
color: rgb(248, 197, 146)
|
|
|
|
|
|
2014-12-06 17:27:02 -08:00
|
|
|
|
&.btn-lg
|
|
|
|
|
border-width: 14px 20px 20px 20px
|
2014-12-07 15:29:19 -08:00
|
|
|
|
height: 60px
|
|
|
|
|
line-height: 34px
|
2014-12-06 17:27:02 -08:00
|
|
|
|
|
|
|
|
|
&.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 14:03:11 -08:00
|
|
|
|
color: darken(white, 5%)
|
2014-12-06 17:27:02 -08:00
|
|
|
|
&.btn-warning
|
|
|
|
|
border-image-source: url(/images/common/button-background-warning-active-border.png)
|
2014-12-07 14:03:11 -08:00
|
|
|
|
color: darken(white, 5%)
|
2014-12-06 17:27:02 -08:00
|
|
|
|
&.btn-danger
|
|
|
|
|
border-image-source: url(/images/common/button-background-danger-active-border.png)
|
|
|
|
|
|
2014-11-24 10:51:20 -08:00
|
|
|
|
&:hover
|
|
|
|
|
color: lighten(rgb(248, 197, 146), 5%)
|
2014-12-07 14:03:11 -08:00
|
|
|
|
&.btn-success
|
|
|
|
|
color: white
|
|
|
|
|
&.btn-warning
|
|
|
|
|
color: white
|
2014-11-24 10:51:20 -08:00
|
|
|
|
|
2014-11-07 16:04:35 -08:00
|
|
|
|
&:active
|
2014-12-06 17:27:02 -08:00
|
|
|
|
&.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)
|
2014-11-07 16:04:35 -08:00
|
|
|
|
|
|
|
|
|
&.disabled, &:disabled
|
|
|
|
|
border-image: url(/images/common/button-background-disabled-border.png) 14 20 20 20 fill round
|
|
|
|
|
@include opacity(1)
|
|
|
|
|
|
2014-12-06 17:27:02 -08:00
|
|
|
|
&.btn-primary
|
|
|
|
|
border-image-source: url(/images/common/button-background-primary-disabled-border.png)
|
|
|
|
|
&.btn-success
|
2015-03-27 14:47:59 -07:00
|
|
|
|
border-image-source: url(/images/common/button-background-success-inactive-border.png)
|
2014-12-06 17:27:02 -08:00
|
|
|
|
&.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)
|
|
|
|
|
|
2014-11-07 16:04:35 -08:00
|
|
|
|
> *
|
|
|
|
|
@include opacity(0.5)
|
|
|
|
|
|
|
|
|
|
> *
|
|
|
|
|
@include opacity(0.75)
|
|
|
|
|
|
|
|
|
|
&:hover > *
|
|
|
|
|
@include opacity(1)
|
|
|
|
|
|
|
|
|
|
|
2014-11-05 17:34:46 -08:00
|
|
|
|
html.no-borderimage
|
|
|
|
|
.popover
|
|
|
|
|
border: 0
|
|
|
|
|
background: transparent url(/images/level/popover_background.png)
|
|
|
|
|
background-size: 100% 100%
|
|
|
|
|
padding: 10px 20px
|
2014-11-07 16:04:35 -08:00
|
|
|
|
|
|
|
|
|
.btn.btn-illustrated
|
|
|
|
|
border: 0
|
|
|
|
|
background-image: url(/images/common/button-background-active.png)
|
|
|
|
|
background-size: 100% 100%
|
|
|
|
|
padding: 7px 10px 10px 10px
|
|
|
|
|
|
2014-12-06 17:27:02 -08:00
|
|
|
|
&.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)
|
|
|
|
|
|
2014-11-07 16:04:35 -08:00
|
|
|
|
&:active
|
|
|
|
|
background-image: url(/images/common/button-background-pressed.png)
|
|
|
|
|
padding: 9px 8px 8px 12px
|
|
|
|
|
border: 0
|
|
|
|
|
|
2014-12-06 17:27:02 -08:00
|
|
|
|
&.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)
|
|
|
|
|
|
2014-11-07 16:04:35 -08:00
|
|
|
|
&.disabled, &:disabled
|
|
|
|
|
background-image: url(/images/common/button-background-disabled.png)
|
|
|
|
|
|
2014-12-06 17:27:02 -08:00
|
|
|
|
&.btn-primary
|
|
|
|
|
background-image: url(/images/common/button-background-primary-disabled.png)
|
|
|
|
|
&.btn-success
|
2015-03-27 14:47:59 -07:00
|
|
|
|
background-image: url(/images/common/button-background-success-inactive.png)
|
2014-12-06 17:27:02 -08:00
|
|
|
|
&.btn-warning
|
|
|
|
|
background-image: url(/images/common/button-background-warning-disabled.png)
|
|
|
|
|
&.btn-danger
|
|
|
|
|
background-image: url(/images/common/button-background-danger-disabled.png)
|
|
|
|
|
|
2014-11-14 11:14:08 -08:00
|
|
|
|
|
|
|
|
|
body > iframe[src^="https://apis.google.com"]
|
|
|
|
|
display: none
|
2014-11-28 16:38:50 -08:00
|
|
|
|
|
2014-12-06 13:11:47 -08:00
|
|
|
|
#module-load-progress
|
|
|
|
|
position: absolute
|
|
|
|
|
top: 0
|
|
|
|
|
left: 0
|
|
|
|
|
right: 0
|
|
|
|
|
height: 5px
|
|
|
|
|
z-index: 1
|
|
|
|
|
transition: 1s
|
2014-11-28 16:38:50 -08:00
|
|
|
|
|
2014-12-06 13:11:47 -08:00
|
|
|
|
.progress-bar
|
2014-12-06 17:28:11 -08:00
|
|
|
|
background-color: lightblue
|
2014-12-20 20:01:07 -08:00
|
|
|
|
|
|
|
|
|
.treema-node input[type='checkbox']
|
|
|
|
|
@include scale(1.25)
|
|
|
|
|
width: auto
|
|
|
|
|
margin: 8px 15px 8px 15px
|
2015-01-29 16:11:13 -08:00
|
|
|
|
|
|
|
|
|
.particle-man
|
|
|
|
|
position: absolute
|
|
|
|
|
z-index: 100
|
|
|
|
|
top: 0
|
|
|
|
|
left: 0
|
|
|
|
|
pointer-events: none
|
2015-11-29 13:27:40 -05:00
|
|
|
|
|
|
|
|
|
// TODO: update Bootstrap, remove this
|
|
|
|
|
.text-uppercase
|
|
|
|
|
text-transform: uppercase
|
2016-01-19 15:30:38 -08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Made for new victory modal as temp features. TODO: Replace with static art or make general, sprite versions
|
|
|
|
|
.well-parchment
|
|
|
|
|
border: 2px solid #14110e
|
|
|
|
|
background: #c2b695
|
|
|
|
|
color: #282116
|
|
|
|
|
|
|
|
|
|
.img-prize
|
|
|
|
|
border: 4px solid #fef9a3
|
|
|
|
|
padding: 2px
|
|
|
|
|
background: #693415
|
|
|
|
|
|
|
|
|
|
.label-banner
|
|
|
|
|
border: 2px solid #350f0d
|
|
|
|
|
background: #e6251c
|
|
|
|
|
color: white
|
2016-02-16 20:39:59 -08:00
|
|
|
|
padding: 0.0em 0.6em 0.1em
|
|
|
|
|
|
|
|
|
|
body.picoctf .picoctf-hide
|
|
|
|
|
display: none
|
|
|
|
|
|
|
|
|
|
body:not(.picoctf) .picoctf-show
|
|
|
|
|
display: none
|