/* "console" theme inherits from reindeer theme */ @import "../reindeer/styles.css"; .v-app { background: #d0e2ec; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; color: #222; } .toolbar { background: #ccc url(toolbar/img/gradient.png) repeat-x bottom left; } .toolbar .v-button { display: block; width: 70px; height: 80px; background: transparent; border: none; text-align: center; } .toolbar .v-button img { display: block; margin-left: auto; margin-right: auto; margin-bottom: 5px; } .toolbar .v-button span { font-size: x-small; text-shadow: #fafafa 1px 1px 0; } .toolbar .v-button .v-button-wrap, .toolbar .v-disabled.v-button .v-button-wrap { background: transparent; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .toolbar .v-button:active .v-button-wrap, .toolbar .v-button.v-pressed .v-button-wrap { background: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .script-editor { color: navy; font-family: monospace; font-size: 10pt; font-weight: normal; } .script-editor-output { color: blue; font-family: monospace; font-size: 9pt; font-weight: normal; } .script-editor-output-error { color: red; font-family: monospace; font-size: 9pt; font-weight: normal; } .beanshell-terminal { background: black; }