Files
rawTherapee/rtdata/themes/RawTherapee.css

571 lines
10 KiB
CSS

/*
This file is part of RawTherapee.
Copyright (c) 2015 DrSlony
Copyright (c) 2016 Hombre
RawTherapee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
RawTherapee is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
*/
* {
color: #AAAAAA;
}
.view:selected {
color: #262626;
background-color: #AAAAAA
}
/* The Places and Dir browser panels */
.view {
background-color: #262626;
}
/* The headers of these panels */
.view .button {
background-color: #363636;
padding: 2px;
}
.plainback {
background-color: #404040;
}
box {
border-width: 0;
border-style: none;
border-radius: 0;
margin: 0;
padding: 0;
}
grid {
margin: 2px;
padding: 0;
border-width: 0;
border-style: none;
border-radius: 0;
}
/* Affects all frames except in the toolbox */
frame {
border-width: 0;
border-color: #303030;
border-radius: 0;
border-style: solid;
/*border-style: none none none solid;*/
padding: 4px;
}
frame > label {
color: #D8D8D8;
}
#FileBrowser {
padding: 2px;
margin: 0px;
}
#FileCatalog {
background-color: #393939;
}
#FileCatalog:selected {
background-color: #565656;
}
#BeforeAfterContainer frame {
background-color: #262626;
padding: 0;
margin: 2px;
}
/* Frames in Preferences */
#PrefNotebook frame {
background-color: #3B3B3B;
border: 1px solid #505050;
border-radius: 4px;
}
/* Frames in the toolbox. Not MyExpander frames. */
eventbox.frame {
border-color: #565656;
}
window decoration {
padding: 0;
margin: 0;
box-shadow: 0 0;
border-radius: 0 0 0 0;
}
button {
padding: 0;
min-height: 5px;
min-width: 5px;
background-image: linear-gradient(#343434, #2E2E2E, #292929);
}
button.flat {
background-image: none;
}
button:hover {
background-image: linear-gradient(#444444, #3E3E3E, #393939);
}
combobox {
min-height: 5px;
min-width: 5px;
}
box {
padding: 0;
margin: 1px;
min-height: 5px;
min-width: 5px;
}
scale {
padding: 0;
min-height: 5px;
margin: 0 6px 0 6px; /* have to be half of "scale slider" >> "min-width" for horizontalmargin */
}
scale slider {
/* Slider size is min-width x min-height ; margin have to be half of those values, but negative */
min-width: 12px;
min-height: 12px;
margin: -6px;
}
/*.EditorTopPanel .button, .ToolBarPanelFileBrowser .button, .EditorZoomPanel .button {*/
.button {
padding: 1px;
margin: 1px;
padding: 0;
min-height: 5px;
min-width: 5px;
}
/* Adjusters */
.text-button {
padding: 0;
}
/* Any text-button which is a real button, unlike Slider label */
.text-button.button {
padding: 4px;
}
separator {
color: #363636;
margin: 5px;
}
progressbar.vertical {
min-width: 10px;
}
progressbar.horizontal {
min-height: 10px;
}
drawingarea {
border-radius: 0;
background-color: #363636;
border: 1px solid #252525;
}
drawingarea:selected {
background-color: #565656;
border-radius: 10px;
}
image {
padding: 1px;
}
/* Vertical group of buttons in 1 column */
button.Top {
border-radius: 10px 4px 0 0;
border-style: solid solid none solid;
margin-bottom: 0;
}
button.MiddleV {
border-radius: 0;
border-style: none solid none solid;
margin-top: 0;
margin-bottom: 0;
}
button.Bottom {
border-radius: 0 0 4px 4px;
border-style: none solid solid solid;
margin-top: 0;
}
/* end */
/* Horizontal group of buttons in 1 row */
button.Left {
border-radius: 4px 0 0 4px;
border-style: solid none solid solid;
margin-right: 0;
}
button.MiddleH {
border-radius: 0;
border-style: solid none solid none;
margin-left: 0;
margin-right: 0;
}
button.Right {
border-radius: 0 4px 4px 0;
border-style: solid solid solid none;
margin-left: 0;
}
/* end */
/* [1.23[-][+]] */
entry, spinbutton {
padding: 1px;
margin: 0;
min-height: 10px;
background-color: #262626;
}
entry:disabled, spinbutton:disabled {
background-color: #363636;
}
entry:hover, spinbutton:hover {
background-color: #565656;
}
entry:selected {
color: #262626;
background-color: #AAAAAA;
}
/* Context menus */
menu {
background-color: #262626;
color: #909090;
}
/* Context menu item */
menuitem {
padding: 2px;
margin: 0;
min-height: 10px;
}
#MyExpander {
margin: 0 5px 0 5px;
padding: 0;
}
/* Tool background */
#ExpanderBox > box {
background-color: #363636;
border-width: 1px;
border-style: solid;
border-radius: 4px;
border-color: #252525;
margin: 0;
padding: 3px;
}
#ExpanderBox drawingarea {
background-color: #363636;
}
#ExpanderBox frame,
#ExpanderBox2 frame,
#ExpanderBox3 frame {
padding: 2px 0 0 0;
border-style: none;
}
#ExpanderBox frame > border {
background-color: #3B3B3B;
border-style: solid;
border-width: 1px;
border-radius: 4px;
border-color: #313131;
margin: 3px;
padding: 3px;
}
#ExpanderBox frame > label, #ExpanderBox frame frame > label,
#ExpanderBox2 frame > label, #ExpanderBox2 frame frame > label,
#ExpanderBox3 frame > label, #ExpanderBox3 frame frame > label {
margin-left: 7pt;
margin-top: 0;
}
#ExpanderBox frame > box, #ExpanderBox frame frame > box,
#ExpanderBox2 frame > box, #ExpanderBox2 frame frame > box,
#ExpanderBox3 frame > box, #ExpanderBox3 frame frame > box {
margin: 2px;
}
#ExpanderBox > box > checkbutton, #ExpanderBox > box > box,
#ExpanderBox2 > box > checkbutton, #ExpanderBox2 > box > box,
#ExpanderBox3 > box > checkbutton, #ExpanderBox3 > box > box {
margin-top: 3px;
}
#ExpanderBox frame drawingarea {
background-color: #3B3B3B;
}
#ExpanderBox frame frame > border {
background-color: #414141;
border: 1px solid #373737;
border-radius: 4px;
margin: 3px;
padding: 3px;
}
#ExpanderBox frame frame drawingarea {
background-color: #414141;
}
/* Sub-tool (MyExpander) background */
#ExpanderBox2 > box {
background-color: #3B3B3B;
border: 1px solid #2A2A2A;
border-radius: 4px;
margin: 0;
padding: 3px;
}
#ExpanderBox2 drawingarea {
background-color: #3B3B3B;
}
#ExpanderBox2 frame > border {
background-color: #414141;
border: 1px solid #373737;
border-radius: 4px;
margin: 3px;
padding: 3px;
}
#ExpanderBox2 frame drawingarea {
background-color: #414141;
}
#ExpanderBox2 frame frame > border {
background-color: #474747;
border: 1px solid #3D3D3D;
border-radius: 4px;
margin: 3px;
padding: 3px;
}
#ExpanderBox2 frame frame drawingarea {
background-color: #474747;
}
#MyExpanderTitle > box {
margin: 2px 0 2px 0;
padding: 2px;
}
#MyExpanderTitle label {
color: #CCCCCC;
padding: 0;
margin: 0 3px 0 3px;
}
#MyExpanderTitle:hover {
background-color: #202020;
}
#MyExpanderTitle eventbox:hover image {
background-color: #202020;
border-radius: 3px;
}
#MyExpanderTitle:hover label {
color: #D8D8D8;
}
#ExpanderBox2 separator, #ExpanderBox3 separator {
color: #292929;
}
/* Editor tab button */
#MainNotebook grid label, #MainNotebook grid image {
/* OK */
padding: 1px;
}
/* File Browser right side tabs - Toolbox, Inspector, Fast Export, Filter */
notebook {
padding: 0;
margin: 0;
border-style: none;
}
notebook header {
box-shadow: none;
background-color: #383838;
border-width: 1px;
border-style: none;
border-color: #262626;
border-radius: 0;
padding: 2px;
margin: 0;
}
notebook tabs {
padding: 1px;
margin: 0;
}
notebook tab {
padding: 1px;
margin: 2px;
min-height: 15px;
min-width: 15px;
}
notebook tab:hover {
background-color: #505050;
}
notebook tab:active {
padding: 3px;
border-width: 5px;
border-color: #989898;
}
/* Get rid of shitty notebook header shadow */
notebook header.top {
border-bottom-style: solid;
padding-bottom: 3px;
}
notebook header.right {
border-left-style: solid;
padding-left: 3px;
}
notebook header.bottom {
border-top-style: solid;
padding-top: 3px;
}
notebook header.left {
border-right-style: solid;
padding-right: 3px;
}
notebook.frame {
/* OK */
border-radius: 0;
border-style: none;
}
/* Pad notebooks, makes the other borders look nicer */
notebook stack {
/* OK */
background-color: #484848;
padding: 0;
margin: 0;
}
paned box {
padding: 0;
margin: 0;
border-style: none;
}
paned > separator {
margin: 0;
padding: 0;
}
#MainNotebook header {
/* OK */
background-color: #2A2A2A;
}
#MainNotebook tabs {
/* OK */
background-color: #2A2A2A;
}
#MainNotebook tab:hover {
/* OK */
background-color: #505050;
}
#MainNotebook tab:active {
/* OK */
border-color: #989898;
}
#RightNotebook header {
/* OK */
background-color: #2A2A2A;
}
#RightNotebook tabs {
/* OK */
background-color: #2A2A2A;
padding-bottom: 5px;
}
#RightNotebook tab:hover {
/* OK */
background-color: #505050;
color: #D6D6D6;
}
#RightNotebook tab:active {
/* OK */
border-color: #A5A5A5;
}
#LabelRightNotebook {
padding: 5px;
margin: 2px;
}
#ToolPanelNotebook header {
background-color: #383838;
border-color: #262626;
padding: 0;
margin: 0;
}
#ToolPanelNotebook header tabs {
background-color: #383838;
}
#ToolPanelNotebook header tab {
padding: 3px;
margin: 0;
}
/* All tool panels have a frame except for Meta which unlike the rest is a notebook itself.
* So we use CSS to make it look like a frame. */
#MetaPanelNotebook.frame {
border: 1px solid #262626;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-width: 0;
}
#MetaPanelNotebook header {
border: 1px solid #262626;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-width: 0;
padding: 5px;
margin: 5px;
}
.tooltip {
padding: 0;
}