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

75 lines
2.0 KiB
CSS

/* Copyright 2016 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/.
*/
@define-color birdie #3998E7;
/**********
* Header *
**********/
BirdieWidgetsUnifiedWindow .titlebar,
BirdieWidgetsUnifiedWindow .header-bar {
background-color: @birdie;
}
BirdieWidgetsUnifiedWindow .titlebar:backdrop,
BirdieWidgetsUnifiedWindow .header-bar:backdrop {
background-color: shade(@birdie,0.9);
}
BirdieWidgetsTweetList * {
background-image: none;
background: none;
}
BirdieWidgetsUserbox {
background-color: alpha(@birdie, 0.2)
}
/* Notebook */
BirdieWidgetsNotebook
BirdieWidgetsNotebook .notebook .header,
BirdieWidgetsNotebook .dynamic-notebook .header {
background-color: @base;
}
/* Active */
BirdieWidgetsNotebook tab:active {
box-shadow:inset 0 -3px 0 0 @birdie;
}
/*Menu Button*/
BirdieWidgetsUnifiedWindow .titlebar .menu-button,
BirdieWidgetsUnifiedWindow .header-bar .menu-button,
BirdieWidgetsUnifiedWindow .titlebar .menu-button GtkImage,
BirdieWidgetsUnifiedWindow .header-bar .menu-button GtkImage {
padding: 0px;
padding-left: 6px;
padding-right: 6px;
}
BirdieWidgetsUnifiedWindow .titlebar .menu-button:backdrop,
BirdieWidgetsUnifiedWindow .header-bar .menu-button:backdrop,
BirdieWidgetsUnifiedWindow .titlebar .menu-button GtkImage:backdrop,
BirdieWidgetsUnifiedWindow .header-bar .menu-button GtkImage:backdrop {
padding: 0px;
padding-left: 6px;
padding-right: 6px;
}