347 lines
6.0 KiB
CSS
347 lines
6.0 KiB
CSS
* {
|
|
color: #fdf6e3; /*base3*/
|
|
font-size: KS_FONT_SIZEpx;
|
|
-GtkComboBox-appears-as-list: 0;
|
|
}
|
|
|
|
window {
|
|
background-color: #002b36; /*base03*/
|
|
-gtk-icon-shadow: none;
|
|
}
|
|
|
|
button {
|
|
background-image: none;
|
|
background-color: #002b36; /*base03*/
|
|
margin: .25em;
|
|
border-radius: 0;
|
|
border: 0;
|
|
-gtk-icon-shadow: none;
|
|
}
|
|
|
|
button:active {
|
|
background-color: #cb4b16; /*solarized-orange*/
|
|
}
|
|
|
|
.button_active {
|
|
background-color: #073642; /*base02*/
|
|
}
|
|
|
|
button.color1 {
|
|
border-bottom: .4em solid #cb4b16; /*solarized-orange*/
|
|
}
|
|
|
|
button.color2 {
|
|
border-bottom: .4em solid #d33682; /*solarized-magenta*/
|
|
}
|
|
|
|
button.color3 {
|
|
border-bottom: .4em solid #2aa198; /*solarized-cyan*/
|
|
}
|
|
|
|
button.color4 {
|
|
border-bottom: .4em solid #859900; /*solarized-green*/
|
|
}
|
|
|
|
button.active {
|
|
background-color: #cb4b16; /*solarized-orange*/
|
|
}
|
|
|
|
button.file-list {
|
|
margin: 0;
|
|
}
|
|
|
|
combobox box button {
|
|
border: .05em solid #eee8d5; /*base2*/
|
|
padding: .5em 1em;
|
|
}
|
|
|
|
entry {
|
|
font-size: 1em;
|
|
background-color: #586e75; /*base01*/
|
|
border: 0;
|
|
padding: .25em;
|
|
}
|
|
|
|
frame {
|
|
color: #fdf6e3; /*base3*/
|
|
border-bottom: 1px solid #073642; /*base02*/
|
|
}
|
|
|
|
label {
|
|
color: #fdf6e3; /*base3*/
|
|
}
|
|
|
|
menu {
|
|
background-color: #002b36; /*base03*/
|
|
border: .1em solid #cccccc;
|
|
}
|
|
|
|
menuitem {
|
|
background-color: #002b36; /*base03*/
|
|
border: .1em solid #93a1a1; /*base1*/
|
|
border-bottom: 0;
|
|
border-top: 0;
|
|
}
|
|
|
|
progress, trough {
|
|
min-height: 2em;
|
|
background-color: #586e75; /*base01*/
|
|
color: #fdf6e3; /*base3*/
|
|
border: 1px solid #002b36; /*base03*/
|
|
}
|
|
|
|
progress {
|
|
background-color: #b58900; /*solarazed-yellow*/
|
|
}
|
|
|
|
scale mark {
|
|
margin-top: 1em;
|
|
color: #fdf6e3; /*base3*/
|
|
}
|
|
|
|
scrollbar, scrollbar button, scrollbar trough {
|
|
border: none;
|
|
background-color: #002b36; /*base03*/
|
|
}
|
|
|
|
scrollbar slider {
|
|
min-width: 3em;
|
|
border-radius: .7em;
|
|
background-color: #586e75; /*base01*/
|
|
}
|
|
|
|
textview, textview text {
|
|
background: transparent;
|
|
}
|
|
|
|
textview .time {
|
|
color: grey;
|
|
}
|
|
|
|
trough {
|
|
margin: .5em 1em;
|
|
}
|
|
|
|
.popup {
|
|
background-color: #268bd2; /*solarized-cyan*/
|
|
}
|
|
|
|
.action_bar {
|
|
/*border-right: 2px solid #444;*/
|
|
}
|
|
|
|
.dialog {
|
|
border: .1em solid #002b36; /*base03*/
|
|
padding: 2.5em;
|
|
background-color: #002b36; /*base03*/
|
|
margin: 1em;
|
|
}
|
|
|
|
.dialog button {
|
|
padding: 1.5em 2.5em 1.5em 2.5em;
|
|
border-bottom: .4em solid #009384;
|
|
}
|
|
|
|
.distbutton_active {
|
|
background-color: #cb4b16; /*solarized-orange*/
|
|
}
|
|
|
|
.distbutton_top {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-right: 0;
|
|
border-top-left-radius: .75em;
|
|
border-bottom-left-radius: .75em;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.distbutton {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-left: .15em solid #93a1a1; /*base1*/
|
|
border-right: 0;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.distbutton_bottom {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-left: .15em solid #93a1a1; /*base1*/
|
|
border-top-right-radius: .7em;
|
|
border-bottom-right-radius: .7em;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.fan_slider {
|
|
margin: 0 1em 0 1em;
|
|
color: #fdf6e3; /*base3*/
|
|
}
|
|
|
|
.frame-item {
|
|
min-height: 4.5em;
|
|
padding: .1em .75em;
|
|
}
|
|
|
|
.message_popup {
|
|
background-color: #dc322f; /*solarazed-red*/
|
|
border-bottom: .1em solid #fdf6e3; /*base3*/
|
|
}
|
|
|
|
.message_popup button {
|
|
background-color: #dc322f; /*solarazed-red*/
|
|
}
|
|
|
|
.numpad_tleft {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-bottom: 0;
|
|
border-right: 0;
|
|
border-top-left-radius: .7em;
|
|
margin: .15em 0 0 .15em;
|
|
}
|
|
|
|
.numpad_top {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-bottom: 0;
|
|
border-right: 0;
|
|
margin: .15em 0 0 0;
|
|
}
|
|
|
|
.numpad_tright {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-bottom: 0;
|
|
border-top-right-radius: .7em;
|
|
margin: .15em .15em 0 0;
|
|
}
|
|
|
|
.numpad_left {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-right: 0;
|
|
border-bottom: 0;
|
|
margin: 0 0 0 .15em;
|
|
}
|
|
|
|
.numpad_button {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-right: 0;
|
|
border-bottom: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.numpad_right {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-bottom: 0;
|
|
margin: 0 .15em 0 0;
|
|
}
|
|
|
|
.numpad_bleft {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-right: 0;
|
|
border-bottom-left-radius: .7em;
|
|
margin: 0 0 .15em .15em;
|
|
}
|
|
|
|
.numpad_bottom {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-right: 0;
|
|
margin: 0 0 .15em 0;
|
|
}
|
|
|
|
.numpad_bright {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-bottom-right-radius: .7em;
|
|
margin: 0 .15em .15em 0;
|
|
}
|
|
|
|
.printing-filename {
|
|
font-size: 1.75em;
|
|
font-weight: bold;
|
|
margin: .25em .25em 0 0;
|
|
}
|
|
|
|
.printing-info {
|
|
font-size: 1.2em;
|
|
margin-left: .25em;
|
|
}
|
|
|
|
.printing-info-box {
|
|
padding-left: .25em;
|
|
}
|
|
|
|
.printing-info-box box {
|
|
margin-bottom: .25em;
|
|
}
|
|
|
|
.printing-status {
|
|
color: #fdf6e3; /*base3*/
|
|
font-style: italic;
|
|
margin: 0 0 0 0;
|
|
}
|
|
|
|
.printing-progress-bar {
|
|
color: #2aa198; /*solarized-cyan*/
|
|
}
|
|
|
|
.printing-progress-text {
|
|
font-size: 1.5em;
|
|
font-weight: bold;
|
|
color: #fdf6e3; /*base3*/
|
|
}
|
|
|
|
.printing-status-label {
|
|
padding-top: .25em;
|
|
padding-bottom: .15em;
|
|
color: #93a1a1; /*base1*/
|
|
font-size: 1.25em;
|
|
}
|
|
|
|
.tempbutton_top {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-bottom: 0;
|
|
border-top-left-radius: .75em;
|
|
border-top-right-radius: .75em;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.tempbutton {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-top: .15em solid #93a1a1; /*base1*/
|
|
border-bottom: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.tempbutton_bottom {
|
|
border: .15em solid #fdf6e3; /*base3*/
|
|
border-top: .15em solid #93a1a1; /*base1*/
|
|
border-bottom-left-radius: .7em;
|
|
border-bottom-right-radius: .7em;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.message {
|
|
border: .1em solid #dc322f; /*solarized-red*/
|
|
font-size: 1em;
|
|
padding: 2.5em;
|
|
color: #fdf6e3; /*base3*/
|
|
background-color: #dc322f; /*solarized-red*/
|
|
}
|
|
|
|
.message button {
|
|
background-color: #fdf6e3; /*base3*/
|
|
color: #002b36; /*base03*/
|
|
padding: 2em 2.5em 2em 2.5em;
|
|
}
|
|
|
|
.notification {
|
|
background-clip: padding-box;
|
|
padding: .25em;
|
|
border-radius: 0 0 .25em .25em;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.warning {
|
|
background-color: #b58900; /*solarazed-yellow*/
|
|
}
|
|
|
|
.error {
|
|
background-color: #dc322f; /*solarized-red*/
|
|
}
|