2014-03-14 20:06:08 -04:00
|
|
|
#level-loading-view
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
.level-content
|
|
|
|
#control-bar-view
|
2014-08-27 20:26:56 -04:00
|
|
|
|
|
|
|
#fullscreen-editor-background-screen(title="Click to minimize the code editor")
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
#code-area
|
|
|
|
#code-area-gradient.gradient
|
|
|
|
#tome-view
|
|
|
|
|
|
|
|
#canvas-wrapper
|
2014-09-25 13:47:53 -04:00
|
|
|
canvas(width=924, height=589)#webgl-surface
|
|
|
|
canvas(width=924, height=589)#normal-surface
|
2014-01-03 13:32:13 -05:00
|
|
|
#canvas-left-gradient.gradient
|
|
|
|
#canvas-top-gradient.gradient
|
2014-09-22 01:10:52 -04:00
|
|
|
#goals-view
|
2014-01-03 13:32:13 -05:00
|
|
|
|
2014-09-22 01:10:52 -04:00
|
|
|
#level-flags-view
|
2014-08-23 22:00:35 -04:00
|
|
|
|
2014-09-22 01:10:52 -04:00
|
|
|
#gold-view
|
2014-02-11 15:02:27 -05:00
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
#level-chat-view
|
|
|
|
|
|
|
|
#playback-view
|
|
|
|
|
|
|
|
#thang-hud
|
|
|
|
|
2014-09-23 21:23:28 -04:00
|
|
|
button.btn.btn-lg.btn-warning.banner.header-font#stop-real-time-playback-button(title="Stop real-time playback", data-i18n="play_level.skip") Skip
|
2014-09-22 18:34:25 -04:00
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
.footer
|
|
|
|
.content
|
|
|
|
p(class='footer-link-text')
|
2014-07-23 10:02:45 -04:00
|
|
|
a(title='Send CodeCombat a message', tabindex=-1, data-toggle="coco-modal", data-target="modal/ContactModal", data-i18n="nav.contact") Contact
|
2014-02-23 14:48:34 -05:00
|
|
|
if explainHourOfCode
|
|
|
|
// Does not show up unless lang is en-US.
|
|
|
|
div.hour-of-code-explanation
|
|
|
|
| The 'Hour of Code' is a nationwide initiative by
|
|
|
|
a(href="http://csedweek.org") Computer Science Education Week
|
|
|
|
| and
|
|
|
|
a(href="http://code.org") Code.org
|
|
|
|
| to introduce millions of students to one hour of computer science and computer programming.
|