2014-01-03 13:32:13 -05:00
|
|
|
#editor-level-view
|
2014-01-30 14:37:40 -05:00
|
|
|
a
|
|
|
|
font-family: helvetica, arial, sans serif
|
|
|
|
|
2014-01-28 15:46:17 -05:00
|
|
|
#top-nav
|
|
|
|
display: none
|
|
|
|
|
2014-01-28 15:27:11 -05:00
|
|
|
position: absolute
|
2014-01-28 15:46:17 -05:00
|
|
|
top: 0px
|
|
|
|
left: 0px
|
|
|
|
right: 0px
|
|
|
|
bottom: 0px
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
$BG: rgba(228, 207, 140, 1.0)
|
|
|
|
|
2014-01-30 14:37:40 -05:00
|
|
|
li.navbar-btn
|
|
|
|
margin-right: 5px
|
|
|
|
|
2014-01-30 18:22:01 -05:00
|
|
|
#level-editor-top-nav
|
|
|
|
.nav-tabs
|
|
|
|
border-bottom: 0 !important
|
|
|
|
.active > a, .active > a:hover, .active > a:focus
|
|
|
|
background-color: $BG !important
|
|
|
|
border-color: darken($BG, 50%)
|
|
|
|
border-bottom: 0
|
2014-01-30 14:37:40 -05:00
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
.outer-content
|
|
|
|
background-color: $BG
|
2014-01-28 15:27:11 -05:00
|
|
|
position: absolute
|
|
|
|
top: 0
|
|
|
|
bottom: 0
|
|
|
|
left: 0
|
|
|
|
right: 0
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
.top-controls-area
|
|
|
|
position: fixed
|
|
|
|
background-color: $BG
|
|
|
|
z-index: 100
|
2014-01-28 16:16:50 -05:00
|
|
|
left: 20px
|
|
|
|
right: 20px
|
2014-01-03 13:32:13 -05:00
|
|
|
margin-top: -10px
|
|
|
|
padding-top: 10px
|
|
|
|
|
|
|
|
// keeps the editor tabs a certain height
|
|
|
|
|
2014-01-28 00:06:27 -05:00
|
|
|
#level-editor-tabs
|
2014-01-03 13:32:13 -05:00
|
|
|
position: absolute
|
2014-01-28 16:16:50 -05:00
|
|
|
left: 20px
|
|
|
|
right: 20px
|
2014-01-30 14:37:40 -05:00
|
|
|
top: 66px
|
2014-01-28 16:16:50 -05:00
|
|
|
bottom: 20px
|
2014-01-28 15:27:11 -05:00
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
.treema-root
|
|
|
|
background-color: white
|
|
|
|
border-radius: 4px
|
|
|
|
|