ce0bdc46a9
rename source to vool and instruction to risc
97 lines
1.2 KiB
Sass
97 lines
1.2 KiB
Sass
// Place your apps css here
|
|
@import "susy"
|
|
|
|
|
|
$susy: ( columns: 5 , gutter-position: split )
|
|
|
|
body
|
|
background-color: black
|
|
color: white
|
|
|
|
.one_class
|
|
margin: 10px
|
|
|
|
|
|
.classes
|
|
@include span(12%)
|
|
|
|
.vool_view
|
|
@include span(18%)
|
|
|
|
.mom_view
|
|
@include span(18%)
|
|
|
|
.risc_view
|
|
@include span(18%)
|
|
|
|
.status_view
|
|
@include span(14%)
|
|
line-height : 1.25em
|
|
.header_state
|
|
color: #53a5ff
|
|
|
|
.vool_view , .mom_view , .risc_view , .status_view
|
|
margin-left: 0%
|
|
|
|
.labels_view
|
|
@include span(1)
|
|
margin-right: span(1)
|
|
height: 200px
|
|
|
|
|
|
.registers_view
|
|
@include span(80%)
|
|
.register_view
|
|
@include gallery(1)
|
|
margin-top: 10px
|
|
|
|
.field
|
|
@include span(5)
|
|
|
|
|
|
.value
|
|
@include span(18)
|
|
|
|
|
|
.value_head
|
|
background-color: #C5FFD9
|
|
|
|
|
|
.statement
|
|
margin-left: 10px
|
|
|
|
|
|
.ticker
|
|
text-align: right
|
|
|
|
|
|
.next , .run , .wizz
|
|
border-radius: 7px
|
|
font-size: 1em
|
|
|
|
.next
|
|
background-color: #00FF66
|
|
|
|
.run
|
|
background-color: #00CC33
|
|
|
|
.wizz
|
|
background-color: #009900
|
|
|
|
|
|
.bright
|
|
padding-right: 6px
|
|
padding-left: 6px
|
|
background-color: #00E3FF
|
|
-moz-border-radius: 7px
|
|
-webkit-border-radius: 7px
|
|
|
|
|
|
.fade_in
|
|
transition: background-color 100ms linear
|
|
padding-right: 6px
|
|
padding-left: 6px
|
|
background-color: #00E3FF
|
|
-moz-border-radius: 7px
|
|
-webkit-border-radius: 7px
|