blob: e575ff2f8668ee3c3a70b78d0d3dd2845c601274 [file] [log] [blame] [raw]
@import url("ext/bootstrap/dist/css/bootstrap.min.css");
@import url("ext/golden-layout/src/css/goldenlayout-base.css");
@import url("ext/golden-layout/src/css/goldenlayout-light-theme.css");
@import url("ext/selectize/dist/css/selectize.bootstrap2.css");
@import url("ext/seiyria-bootstrap-slider/dist/css/bootstrap-slider.css");
/* TEMP HACK: https://github.com/Microsoft/monaco-editor/issues/349 */
.quick-open-tree .row { margin-left: 0; }
.navbar {
border-radius: 0;
margin-bottom: 2px;
}
.navbar-brand {
width: 13.5em;
}
.navbar-inverse {
background-color: #226;
}
.navbar-inverse .navbar-brand {
color: #ddd;
font-weight: bold;
}
.float-link {
z-index: 100;
position: absolute;
bottom: 0.5em;
right: 0.5em;
display: inline-block;
padding: 0.25em;
font-size: x-small;
font-weight: bold;
text-align: center;
background-color: rgba(128, 128, 128, 0.5);
border-radius: 5px;
}
.float-link:hover {
background-color: rgba(128, 128, 160, 0.5);
}
.template {
display: none;
}
.compiler-picker {
width: 14em;
}
.diff-picker {
width: 20em;
}
input.options {
width: 98%;
margin-left: 0.25em;
margin-right: 0.25em;
}
#root {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.btn.active {
color: #fff !important;
border-color: #46b8da !important;
background-color: #5bc0de !important;
}
/* These colours from Cynthia Brewer's excellent page at
* http://colorbrewer2.org/
*/
.rainbow-0 {
background: rgba(141, 211, 199, 0.35) !important;
}
.rainbow-1 {
background: rgba(255, 255, 179, 0.35) !important;
}
.rainbow-2 {
background: rgba(190, 186, 218, 0.35) !important;
}
.rainbow-3 {
background: rgba(251, 128, 114, 0.35) !important;
}
.rainbow-4 {
background: rgba(128, 177, 211, 0.35) !important;
}
.rainbow-5 {
background: rgba(253, 180, 98, 0.35) !important;
}
.rainbow-6 {
background: rgba(179, 222, 105, 0.35) !important;
}
.rainbow-7 {
background: rgba(252, 205, 229, 0.35) !important;
}
.rainbow-8 {
background: rgba(217, 217, 217, 0.35) !important;
}
.rainbow-9 {
background: rgba(188, 128, 189, 0.35) !important;
}
.rainbow-10 {
background: rgba(204, 234, 197, 0.35) !important;
}
.rainbow-11 {
background: rgba(255, 237, 111, 0.35) !important;
}
.address {
width: 5em;
font-size: smaller;
text-align: left;
display: inline-block;
}
.opcodes {
width: 6em;
font-size: smaller;
text-align: left;
display: inline-block;
}
.opcode {
color: #066;
margin-right: 0.2em;
}
.opcode:nth-child(odd) {
color: #060;
}
.highlighted {
background-color: rgba(255, 0, 0, 0.2);
color: #0000b0;
font-weight: bold;
}
.decrease-font-size span.glyphicon {
font-size: 70%;
}
.reset-font-size span.glyphicon {
font-size: 90%;
}
.increase-font-size span.glyphicon {
font-size: 110%;
}
.lm_splitter.lm_vertical .lm_drag_handle {
height: 10px;
top: -2.5px;
}
.lm_splitter.lm_horizontal .lm_drag_handle {
width: 10px;
left: -2.5px;
}
pre.content {
width: 100%;
height: 100%;
}
.compile-time {
font-size: x-small;
font-style: italic;
}
.url-parse-info {
font-size: small;
margin-top: 1em;
font-style: italic;
}