bunsen-themes/Bunsen/gtk-3.0/apps/gnome-applications.css
2015-05-19 23:21:33 +02:00

317 lines
7.5 KiB
CSS

/***********************
* fallback mode panel *
***********************/
PanelWidget,
PanelApplet,
PanelToplevel {
padding: 0;
background-image: linear-gradient(to bottom,
shade(@panel_bg_color, 1.5),
shade(@panel_bg_color, 1.05)
);
color: @panel_fg_color;
}
PanelApplet {
border-width: 0;
}
PanelSeparator {
border-width: 0;
background-image: linear-gradient(to bottom,
shade(@panel_bg_color, 1.5),
shade(@panel_bg_color, 1.05)
);
color: @panel_fg_color;
}
.gnome-panel-menu-bar,
PanelApplet > GtkMenuBar.menubar,
PanelApplet > GtkMenuBar.menubar.menuitem,
PanelMenuBar.menubar,
PanelMenuBar.menubar.menuitem {
-PanelMenuBar-icon-visible: true;
border-width: 0;
background-image: linear-gradient(to bottom,
shade(@panel_bg_color, 1.5),
shade(@panel_bg_color, 1.05)
);
}
PanelAppletFrame {
border-width: 0;
background-color: @panel_bg_color;
background-image: linear-gradient(to bottom,
shade(@panel_bg_color, 1.5),
shade(@panel_bg_color, 1.05)
);
}
PanelApplet .button {
-GtkButton-inner-border: 2;
border-width: 0 1px;
border-radius: 0;
border-color: transparent;
background-image: linear-gradient(to bottom,
shade(@panel_bg_color, 1.5),
shade(@panel_bg_color, 1.05)
);
color: @panel_fg_color;
text-shadow: none;
box-shadow: none;
}
PanelApplet .button:active {
border-width: 0 1px;
border-radius: 0;
border-color: shade(@panel_bg_color, 0.7);
background-image: linear-gradient(to bottom,
shade(@panel_bg_color, 0.85),
shade(@panel_bg_color, 1.0)
);
}
PanelApplet .button:prelight {
border-width: 0 1px;
border-radius: 0;
border-color: shade(@panel_bg_color, 0.7);
background-image: linear-gradient(to bottom,
shade(@panel_bg_color, 1.7),
shade(@panel_bg_color, 1.25)
);
}
PanelApplet .button:active:prelight {
border-width: 0 1px;
border-radius: 0;
border-color: shade(@panel_bg_color, 0.7);
background-image: linear-gradient(to bottom,
shade(@panel_bg_color, 0.85),
shade(@panel_bg_color, 1.0)
);
}
WnckPager, WnckTasklist {
background-color: @panel_bg_color;
}
/************
* nautilus *
************/
.nautilus-canvas-item {
border-radius: 3px;
}
.nautilus-desktop.nautilus-canvas-item {
color: white;
text-shadow: 1px 1px black;
}
.nautilus-desktop.nautilus-canvas-item:active {
color: @theme_fg_color;
}
.nautilus-desktop.nautilus-canvas-item:selected {
color: @theme_selected_fg_color;
}
.nautilus-desktop.nautilus-canvas-item:active,
.nautilus-desktop.nautilus-canvas-item:prelight,
.nautilus-desktop.nautilus-canvas-item:selected {
text-shadow: none;
}
NautilusWindow .toolbar {
border-width: 0 0 1px;
border-style: solid;
border-color: shade(@toolbar_bg_color, 0.8);
}
NautilusWindow .sidebar .frame {
border-style: none;
}
NautilusWindow > GtkGrid > .pane-separator,
NautilusWindow > GtkGrid > .pane-separator:hover {
border-width: 0 1px 0 1px;
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
background-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1);
}
NautilusNotebook.notebook {
border-right-width: 0;
border-left-width: 0;
border-bottom-width: 0;
}
NautilusNotebook .frame {
border-width: 0;
}
NautilusQueryEditor .primary-toolbar.toolbar {
border-top-width: 0;
border-bottom-width: 0;
}
NautilusQueryEditor .toolbar {
padding-top: 3px;
padding-bottom: 2px;
border-width: 1px 0 0 0;
border-style: solid;
border-color: @toolbar_bg_color;
background-color: shade(@toolbar_bg_color, 0.9);
}
NautilusQueryEditor .toolbar:nth-child(2) {
border-color: shade(@toolbar_bg_color, 0.8);
}
NautilusQueryEditor .toolbar:last-child,
NautilusQueryEditor .primary-toolbar.toolbar:only-child {
border-bottom-width: 1px;
border-bottom-color: shade(@toolbar_bg_color, 0.8);
}
/******************
* gnome terminal *
******************/
VteTerminal {
background-color: @theme_base_color;
color: @theme_text_color;
}
TerminalWindow GtkNotebook.notebook {
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
}
/*********
* gedit *
*********/
GeditWindow .pane-separator,
GeditWindow .pane-separator:hover {
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
background-color: @theme_bg_color;
color: shade(@theme_bg_color, 0.8);
}
GeditPanel.title GtkLabel {
padding: 5px 0;
}
GeditPanel.vertical .title {
padding: 5px 0 4px 3px;
border-style: none;
}
GeditPanel .toolbar {
border-style: none;
background-color: transparent;
}
GeditDocumentsPanel .view {
background-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1);
}
GeditPanel.vertical .notebook {
padding: 0;
border-width: 1px 0;
}
GeditPanel.horizontal .notebook {
padding: 0;
border-width: 0 1px 1px 0;
}
GeditWindow .notebook {
border-width: 1px 0;
}
GeditPanel .notebook tab,
GeditWindow .notebook tab {
border-width: 0;
}
GeditStatusComboBox .button,
GeditStatusComboBox .button:hover,
GeditStatusComboBox .button:active,
GeditStatusComboBox .button:active:hover {
padding: 1px 6px 2px 4px;
border-style: solid;
border-width: 0 1px;
border-radius: 0;
}
GeditStatusComboBox .button:hover,
GeditStatusComboBox .button:active,
GeditStatusComboBox .button:active:hover {
border-color: shade(@theme_bg_color, 0.8);
}
GeditViewFrame .gedit-search-slider {
padding: 4px;
border-radius: 0 0 3px 3px;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: shade(@theme_base_color, 0.8);
background-color: @theme_base_color;
}
GeditViewFrame .gedit-search-slider .not-found {
background-color: @error_bg_color;
background-image: none;
color: @error_fg_color;
}
GeditViewFrame .gedit-search-slider .not-found:selected {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
}
GeditFileBrowserWidget .primary-toolbar.toolbar {
padding: 2px;
border-top: none;
background-color: @theme_bg_color;
background-image: none;
}
/***************
* font-viewer *
***************/
SushiFontWidget {
padding: 6px 12px;
}
/*************
* gucharmap *
*************/
GucharmapChartable {
background-color: @theme_base_color;
color: @theme_text_color;
}
GucharmapChartable:active,
GucharmapChartable:focus,
GucharmapChartable:selected {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
}
/*************
* evolution *
*************/
EPreviewPane .entry {
background-color: @theme_base_color;
color: @theme_text_color;
}