2014-09-30 19:17:54 -04:00
|
|
|
@import "app/styles/mixins"
|
2014-09-02 17:52:56 -04:00
|
|
|
|
|
|
|
#thangs-tab-view
|
2014-09-03 19:44:59 -04:00
|
|
|
$extantThangsWidth: 250px
|
2014-09-02 17:52:56 -04:00
|
|
|
position: absolute
|
|
|
|
top: 0
|
|
|
|
bottom: 0
|
|
|
|
overflow: hidden
|
|
|
|
left: 0
|
|
|
|
right: 0
|
2014-09-02 19:42:53 -04:00
|
|
|
margin: -15px
|
2014-09-02 17:52:56 -04:00
|
|
|
|
2014-09-02 19:42:53 -04:00
|
|
|
#thangs-container-toggle, #thangs-palette-toggle
|
|
|
|
top: 5px
|
2014-09-02 20:52:44 -04:00
|
|
|
position: absolute
|
|
|
|
z-index: 12
|
|
|
|
padding: 8px
|
2014-09-02 19:42:53 -04:00
|
|
|
|
2014-09-02 17:52:56 -04:00
|
|
|
#thangs-container-toggle
|
2014-09-02 19:42:53 -04:00
|
|
|
left: 5px
|
|
|
|
box-shadow: 1px 1px 5px black
|
2014-09-02 17:52:56 -04:00
|
|
|
|
|
|
|
#thangs-palette-toggle
|
2014-09-02 19:42:53 -04:00
|
|
|
right: 5px
|
|
|
|
box-shadow: -1px 1px 5px black
|
2014-09-02 17:52:56 -04:00
|
|
|
|
|
|
|
.thangs-container
|
|
|
|
background: white
|
|
|
|
width: $extantThangsWidth
|
|
|
|
position: absolute
|
|
|
|
left: 0
|
|
|
|
top: 0
|
|
|
|
bottom: 0
|
|
|
|
z-index: 11
|
|
|
|
padding: 5px
|
|
|
|
border: 1px solid black
|
|
|
|
|
|
|
|
h3
|
|
|
|
text-align: right
|
|
|
|
margin: 0
|
|
|
|
|
|
|
|
.editor-nano-container
|
|
|
|
height: 90%
|
|
|
|
position: relative
|
|
|
|
top: 20px
|
|
|
|
#thangs-treema
|
|
|
|
position: absolute
|
2014-09-03 19:44:59 -04:00
|
|
|
top: 45px
|
2014-09-02 17:52:56 -04:00
|
|
|
left: 0
|
|
|
|
right: 0
|
|
|
|
bottom: 0
|
|
|
|
overflow: scroll
|
|
|
|
margin: 0
|
|
|
|
outline: thin
|
|
|
|
border: none
|
2014-09-02 19:42:53 -04:00
|
|
|
padding-top: 0
|
2014-09-03 15:30:08 -04:00
|
|
|
|
|
|
|
.treema-schema-select
|
|
|
|
display: none
|
2014-09-02 17:52:56 -04:00
|
|
|
|
|
|
|
.treema-children .treema-row *
|
|
|
|
cursor: pointer !important
|
2014-09-03 19:44:59 -04:00
|
|
|
|
|
|
|
.treema-key
|
|
|
|
display: none
|
|
|
|
|
|
|
|
h6
|
|
|
|
margin: 0
|
|
|
|
line-height: 20px
|
|
|
|
|
|
|
|
.treema-thangs-folder
|
|
|
|
margin-top: 2px
|
|
|
|
color: #253341
|
|
|
|
|
|
|
|
.treema-thang
|
|
|
|
color: #253341
|
|
|
|
position: relative
|
|
|
|
left: -20px
|
|
|
|
|
|
|
|
.treema-node
|
|
|
|
border: none
|
2014-09-03 18:38:34 -04:00
|
|
|
|
|
|
|
img
|
|
|
|
float: left
|
|
|
|
width: 18px
|
|
|
|
margin-right: 5px
|
2014-09-03 19:44:59 -04:00
|
|
|
margin-left: 5px
|
2014-09-03 18:38:34 -04:00
|
|
|
position: relative
|
2014-09-03 19:44:59 -04:00
|
|
|
border: 1px solid gray
|
|
|
|
//top: 2px
|
2014-09-03 18:38:34 -04:00
|
|
|
|
2014-09-02 17:52:56 -04:00
|
|
|
.world-container
|
|
|
|
margin-left: 0
|
|
|
|
margin-right: 0
|
|
|
|
box-sizing: border-box
|
|
|
|
|
|
|
|
.world-container
|
|
|
|
position: relative
|
|
|
|
|
|
|
|
#canvas-wrapper
|
|
|
|
width: 100%
|
|
|
|
position: relative
|
|
|
|
text-align: center
|
|
|
|
|
2014-09-02 20:52:44 -04:00
|
|
|
.generate-terrain-button
|
2014-09-02 17:52:56 -04:00
|
|
|
position: absolute
|
|
|
|
top: 45%
|
2014-09-02 20:52:44 -04:00
|
|
|
//height: 40px
|
2014-09-02 17:52:56 -04:00
|
|
|
|
2014-10-01 16:26:38 -04:00
|
|
|
canvas
|
2014-09-02 17:52:56 -04:00
|
|
|
width: 100%
|
|
|
|
display: block
|
|
|
|
border: 1px solid black
|
2014-10-01 16:26:38 -04:00
|
|
|
|
|
|
|
#webgl-surface
|
2014-10-03 12:59:54 -04:00
|
|
|
background-color: #ddd
|
2014-10-01 16:26:38 -04:00
|
|
|
z-index: 1
|
|
|
|
|
|
|
|
#normal-surface
|
2014-10-01 16:26:45 -04:00
|
|
|
z-index: 2
|
2014-10-03 12:59:54 -04:00
|
|
|
position: absolute
|
|
|
|
left: 0
|
|
|
|
top: 0
|
|
|
|
pointer-events: none
|
2014-10-21 18:19:12 -04:00
|
|
|
|
|
|
|
#contextmenu
|
|
|
|
text-align: left
|
2015-01-05 23:49:59 -05:00
|
|
|
|
|
|
|
#thang-components-edit-view
|
|
|
|
#thang-component-configs
|
|
|
|
// Get these away from the bottom of the screen so we can have dropdowns.
|
|
|
|
padding-bottom: 400px
|