numix-gtk-theme/gtk-3.0/apps/granite-widgets.css

266 lines
5.8 KiB
CSS
Raw Normal View History

2013-02-26 16:48:52 +00:00
/*********************
* dynamic notebooks *
*********************/
.dynamic-notebook {
2013-02-27 20:14:54 +00:00
background-color: shade(@theme_bg_color, 1.08);
2013-02-26 16:48:52 +00:00
background-image: none;
}
.dynamic-notebook .notebook {
-GtkNotebook-tab-overlap: 3px;
-GtkNotebook-initial-gap: 5px;
border-width: 1px 0 0 0;
border-radius: 0;
}
.dynamic-notebook .notebook tab {
padding: 2px 3px 0 3px;
border-width: 0 1px 0 0;
border-color: shade(@theme_bg_color, 0.8);
border-radius: 0;
background-color: transparent;
background-image: none;
color: @theme_fg_color;
}
.dynamic-notebook .notebook tab:nth-child(first) {
border-width: 0 1px 0 1px;
}
.dynamic-notebook .notebook tab:active {
border-width: 1px;
border-color: shade(@theme_bg_color, 0.8);
border-radius: 2px;
2013-02-27 20:14:54 +00:00
background-color: shade(@theme_bg_color, 1.08);
2013-02-26 16:48:52 +00:00
color: @theme_fg_color;
}
.dynamic-notebook .button,
.dynamic-notebook .button:hover,
.dynamic-notebook .button:hover:active,
.dynamic-notebook .notebook .button,
.dynamic-notebook .notebook .button:hover,
.dynamic-notebook .notebook .button:hover:active {
padding: 0;
background-color: transparent;
background-image: none;
}
/****************
* content view *
****************/
.content-view,
.content-view *,
.content-view GtkViewport {
background-color: @theme_base_color;
}
.content-view-window {
border-width: 1px;
border-style: solid;
2013-02-27 20:14:54 +00:00
border-color: shade(@theme_bg_color, 0.8);
2013-02-26 16:48:52 +00:00
border-radius: 5px;
2013-02-27 20:14:54 +00:00
background-color:shade(@theme_bg_color, 1.08);
color: @theme_fg_color;
2013-02-26 16:48:52 +00:00
}
.content-view .entry {
2013-02-27 20:14:54 +00:00
background-color: @theme_base_color;
background-image: none;
color: @theme_text_color;
2013-02-26 16:48:52 +00:00
}
.content-view .title,
.content-view .option-title {
color: @theme_text_color;
}
.content-view .subtitle,
.content-view .option-description {
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
}
.content-view .button {
border-style: solid;
border-radius: 2px;
background-color: alpha(@theme_bg_color, 0.0);
background-image: none;
color: @theme_fg_color;
}
.content-view .button:active,
.content-view .button:active:hover {
background-image: none;
2013-02-27 20:14:54 +00:00
background-color: alpha(@theme_bg_color, 0.5);
2013-02-26 16:48:52 +00:00
}
.content-view .button:insensitive {
background-image: none;
2013-02-27 20:14:54 +00:00
background-color: alpha(@theme_base_color, 0.0);
2013-02-26 16:48:52 +00:00
}
.content-view .help_button * {
color: @theme_text_color;
}
.content-view .toolbar {
padding: 1px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
2013-02-27 20:14:54 +00:00
background-image: none;
background-color: @theme_bg_color;
2013-02-26 16:48:52 +00:00
-GtkWidget-window-dragging: true;
}
/*******************
* album list view *
*******************/
.album-list-view,
.album-list-view * {
border-color: shade(@theme_bg_color, 0.8);
border-radius: 0;
background-color: @theme_base_color;
color: @theme_fg_color;
}
.album-list-view GtkTreeView {
-GtkTreeView-vertical-separator: 1;
-GtkTreeView-grid-line-width: 0;
background-color: @theme_base_color;
color: @theme_fg_color;
}
.album-list-view GtkTreeView row:nth-child(even) {
border-width: 0;
border-style: none;
background-color: shade(@theme_base_color, 0.97);
}
.album-list-view GtkTreeView row:nth-child(odd) {
border-width: 0;
border-style: none;
background-color: shade(@theme_base_color, 1.0);
}
/*************
* statusbar *
*************/
GraniteWidgetsStatusBar {
padding: 1px;
2013-02-27 20:14:54 +00:00
background-color: @theme_bg_color;
background-image: none;
2013-02-26 16:48:52 +00:00
box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
}
/***********
* popover *
***********/
GraniteWidgetsPopOver {
-GraniteWidgetsPopOver-arrow-width: 24;
-GraniteWidgetsPopOver-arrow-height: 12;
-GraniteWidgetsPopOver-border-radius: 5px;
-GraniteWidgetsPopOver-border-width: 1;
-GraniteWidgetsPopOver-shadow-size: 15;
margin: 0;
border-style: solid;
border-color: shade(@menu_bg_color, 0.8);
color: @menu_fg_color;
}
.popover_bg {
background-color: transparent;
2013-02-27 20:14:54 +00:00
background-color: @menu_bg_color;
background-image: none;
2013-02-26 16:48:52 +00:00
}
GraniteWidgetsPopOver .sidebar.view,
GraniteWidgetsPopOver * {
background-color: transparent;
color: @menu_fg_color;
}
GraniteWidgetsPopOver .button {
border-color: shade(@menu_bg_color, 0.8);
background-color: transparent;
background-image: none;
color: @menu_fg_color;
}
GraniteWidgetsPopOver .button:active,
GraniteWidgetsPopOver .button:hover:active {
background-color: @menu_bg_color;
background-image: none;
}
GraniteWidgetsPopOver .entry {
2013-02-27 20:14:54 +00:00
background-color: @theme_base_color;
background-image: none;
2013-02-26 16:48:52 +00:00
color: @theme_text_color;
}
.button.app {
border-width: 0;
border-radius: 2px;
}
.app:hover,
.app:focus {
2013-02-27 20:14:54 +00:00
border-color: shade(@theme_selected_bg_color, 0.90);
background-color: @theme_selected_bg_color;
background-image: none;
2013-02-26 16:48:52 +00:00
color: @theme_selected_fg_color;
}
/*************
* wingpanel *
*************/
.panel {
2013-02-28 11:18:23 +00:00
background-color: alpha(#000, 0.6);
2013-02-26 16:48:52 +00:00
color: #fff;
}
.shadow {
background-color: transparent;
background-image: -gtk-gradient(linear,
left top, left bottom,
from (rgba(0, 0, 0, 0.3)),
to (transparent));
}
.composited-indicator,
.wingpanel-app-button,
.wingpanel-indicator-button {
padding: 0 2px;
background-color: transparent;
color: #fff;
}
.composited-indicator.menuitem:active,
.composited-indicator.menuitem:prelight {
border-style: none;
background-image: none;
}
/**********
* notify *
**********/
.notify {
border-width: 1px;
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
2013-02-27 20:14:54 +00:00
border-radius: 2px;
2013-02-26 16:48:52 +00:00
background-color: @theme_base_color;
color: @theme_text_color;
}
.notify .low {
}
.notify .critical {
2013-02-27 20:14:54 +00:00
}