paper-gtk-theme/Paper/gtk-3.0/apps/gnome.css

271 lines
5.9 KiB
CSS

/* Copyright 2014 Sam Hewitt.
*
* This file is part of the Paper GTK theme.
*
* The Paper GTK theme 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.
*
* The Paper GTK theme 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 the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/
/***************
* font-viewer *
***************/
SushiFontWidget {
padding: 6px 12px;
}
/**************
* tweak-tool *
**************/
.tweak-startup {
border:1px solid #cccccc;
}
/**********
* Sudoku *
**********/
SudokuView SudokuCellView {
border: inherit;
background: inherit;
}
SudokuView SudokuCellView:backdrop {
border: inherit;
background: inherit;
}
SudokuView {
border: none;
}
/*************
* gucharmap *
*************/
GucharmapChartable {
background-color: @base;
}
GucharmapChartable:active,
GucharmapChartable:focus,
GucharmapChartable:selected {
background-color: @selected_background;
color: @selected_foreground;
}
/*******************
* GNOME Documents *
*******************/
.documents-dropdown,
.documents-dropdown .view {
background-color: shade (@background, 1.02);
}
.documents-dropdown.frame {
padding: 6px;
border-width: 0 1px 1px 1px;
border-style: solid;
border-radius: 0 0 5px 5px;
}
.documents-dropdown .view.radio,
.documents-dropdown .view.radio:focused,
.documents-dropdown .view.radio:selected {
background-image: none;
background-color: alpha(@base, 0.0);
}
.documents-dropdown .view.radio:active,
.documents-dropdown .view.radio:active:focused,
.documents-dropdown .view.radio:active:prelight {
background-image: url("assets/sidebar-radio-checked.svg");
}
.documents-dropdown .view.radio:prelight {
background-image: url("assets/sidebar-radio-prelight.svg");
}
.documents-dropdown .view.radio:active:selected,
.documents-dropdown .view.radio:active:selected:focused {
background-image: url("assets/sidebar-radio-selected.svg");
}
.documents-dropdown .view.radio:selected:prelight,
.documents-dropdown .view.radio:selected:focused {
background-image: url("assets/sidebar-radio-selected-prelight.svg");
}
.documents-load-more.button {
border-image: none;
border-color: @border;
border-width: 1px 0 0;
border-radius: 0;
}
.documents-scrolledwin.frame {
border-width: 1px 0 0;
border-radius: 0;
}
.documents-icon-bg {
background-color: @documents_emblem_background;
border-radius: 4px;
color: @base;
}
.documents-collection-icon {
background-color: @documents_collection_background;
border-radius: 8px;
}
.documents-counter {
background-image: url('assets/dnd-counter.svg');
background-size: contain;
background-color: transparent;
color: @base;
font: bold;
}
.documents-favorite.button:active,
.documents-favorite.button:active:hover {
color: shade(@selected_background, 1.20);
}
.documents-entry-tag {
background-color: @selection;
color: @selected_foreground;
border-radius: 4px;
border-width: 0;
margin: 2px;
padding: 4px;
}
.documents-entry-tag:hover {
background-color: shade(@selection, 1.10);
color: @selected_foreground;
}
.documents-entry-tag.button,
.documents-entry-tag.button:hover,
.documents-entry-tag.button:active,
.documents-entry-tag.button:active:hover {
background-color: transparent;
background-image: none;
border-image: none;
border-width: 0;
}
.documents-entry-tag.button:hover {
color: shade(@selection, 2.10);
}
/******************
* GNOME Terminal *
******************/
VteTerminal {
background-color: @panel;
color: @panel_text;
}
TerminalWindow GtkNotebook.notebook {
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
}
TerminalWindow .scrollbars-junction,
TerminalWindow .scrollbar.trough {
border-width: 0;
border-radius: 0;
background-color: @panel;
border-color: transparent;
}
TerminalWindow .scrollbar.button,
TerminalWindow .scrollbar.button:active,
TerminalWindow .scrollbar.button:active:hover {
border-width: 0;
border-radius: 0;
background-color: transparent;
background-image: none;
color: shade(@panel, 0.6);
}
TerminalWindow .scrollbar.slider {
border: 1px solid transparent;
border-radius: 10px;
background-color: shade(@panel, 0.8);
}
TerminalWindow .scrollbar.slider.vertical {
/* Borders are opposite what you'd expect */
border-radius: 10px;
border: 1px solid transparent;
}
TerminalWindow .scrollbar.slider.horizontal {
/* Borders are opposite what you'd expect */
border-radius: 10px;
border: 1px solid transparent;
}
TerminalWindow .scrollbar.slider:hover,
TerminalWindow .scrollbar.slider.vertical:hover {
border: 1px solid transparent;
background-color: shade(@panel, 0.8);
}
TerminalWindow .scrollbar.slider:active,
TerminalWindow .scrollbar.slider.vertical:active {
border: 1px solid transparent;
background-color: shade(@panel, 1.2);
}
/**************
* GNOME Misc *
*************/
ApDocView, /* Abiword */
EogScrollView, /* Eog */
CheeseThumbView /* Cheese */
{
-EogScrollView-shadow-type: none;
}
/**********
* Baobab *
**********/
.baobab-toolbar.toolbar {
border-color: shade (@background, 0.9);
border-style: solid;
border-width: 0 0 1px 0;
border-radius: 0;
}
.cell.baobab-level-cell,
.cell.baobab-level-cell:hover,
.cell.baobab-level-cell:selected,
.cell.baobab-level-cell:selected:hover {
border-color: alpha(#000, 0.06);
border-width: 1px;
border-style: solid;
background-color: @base;
}