mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-28 16:14:24 +02:00
Formatting update
Adjusted the formatting of the apps/ files. Will work on the gtk-widgets.css later.
This commit is contained in:
parent
894f1b0d10
commit
65de4334a9
@ -1,61 +1,10 @@
|
|||||||
/* File Chooser */
|
/* File Chooser */
|
||||||
|
|
||||||
/* The commented out section below should not be required anymore, but I'm keeping it around for a little while.*/
|
/* Commented out below. There appears to be a bug in gtk treeviews with outlines that causes a momentary displacement of the UI. Here be dragons!*/
|
||||||
/*filechooser box paned placessidebar viewport list {
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
filechooser box paned box box stack placesview stack frame scrolledwindow viewport list {
|
|
||||||
border: 1px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
filechooser box paned box revealer box stack box widget button {
|
|
||||||
padding-top: 1px;
|
|
||||||
padding-bottom: 1px;
|
|
||||||
padding-left: 5px;
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
filechooser box paned box revealer box stack box treeview {
|
|
||||||
border-left: 2px solid black;
|
|
||||||
}
|
|
||||||
|
|
||||||
filechooser box paned placessidebar viewport list separator {
|
|
||||||
border-top: 1px solid #808080;
|
|
||||||
border-bottom: 1px solid white;
|
|
||||||
}
|
|
||||||
|
|
||||||
filechooser placessidebar viewport list {
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
filechooser placessidebar viewport separator {
|
|
||||||
border-top: 1
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog box box filechooser box paned box box stack box scrolledwindow{
|
|
||||||
border-left: 1px solid @bg_shade;
|
|
||||||
border-top: 1px solid @bg_shade;
|
|
||||||
border-right: 1px solid white;
|
|
||||||
border-bottom: 1px solid white;
|
|
||||||
box-shadow: inset -1px -1px @bg_shade,
|
|
||||||
inset 1px 1px white;
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog box box filechooser box paned placessidebar viewport {
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/* Make outlines on selected / focus */
|
|
||||||
/* Commented out below. There appears to be a bug in gtk treeviews with outlines that causes a momentary displacement of the UI. */
|
|
||||||
/*filechooser treeview:focus {
|
/*filechooser treeview:focus {
|
||||||
outline: 1px solid @bg_dark;
|
outline: 1px solid @bg_dark;
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
-gtk-outline-radius: 0px
|
-gtk-outline-radius: 0px }*/
|
||||||
}*/
|
|
||||||
|
|
||||||
filechooser treeview:selected {
|
filechooser treeview:selected {
|
||||||
outline: 1px dotted @bg_bright;
|
outline: 1px dotted @bg_bright;
|
||||||
@ -68,8 +17,7 @@ filechooser .sidebar-row:focus {
|
|||||||
-gtk-outline-radius: 0px }
|
-gtk-outline-radius: 0px }
|
||||||
|
|
||||||
filechooser .sidebar-row:selected:backdrop {
|
filechooser .sidebar-row:selected:backdrop {
|
||||||
background-color: @bg_shade;
|
background-color: @bg_shade; }
|
||||||
}
|
|
||||||
|
|
||||||
filechooser placessidebar viewport {
|
filechooser placessidebar viewport {
|
||||||
border: 1px solid @bg_shade;
|
border: 1px solid @bg_shade;
|
||||||
|
109
Theme/Chicago95/gtk-3.0/apps/lightdm-gtk-greeter.css
Executable file → Normal file
109
Theme/Chicago95/gtk-3.0/apps/lightdm-gtk-greeter.css
Executable file → Normal file
@ -2,47 +2,32 @@
|
|||||||
* panel *
|
* panel *
|
||||||
*********/
|
*********/
|
||||||
#panel_window {
|
#panel_window {
|
||||||
|
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: white;
|
color: white;
|
||||||
font: bold;
|
font: bold; }
|
||||||
}
|
#panel_window .menubar,
|
||||||
|
#panel_window .menubar > .menuitem {
|
||||||
#panel_window .menubar,
|
|
||||||
#panel_window .menubar > .menuitem {
|
|
||||||
background-color: #c0c0c0;
|
background-color: #c0c0c0;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: black;
|
color: black; }
|
||||||
|
#panel_window .menubar > .menuitem:hover {
|
||||||
}
|
|
||||||
|
|
||||||
#panel_window .menubar > .menuitem:hover {
|
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: #000080;
|
background-color: #000080;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: white;
|
color: white; }
|
||||||
}
|
#panel_window .menubar > .menuitem *:hover {
|
||||||
|
|
||||||
#panel_window .menubar > .menuitem *:hover {
|
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: #000080;
|
background-color: #000080;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: white;
|
color: white; }
|
||||||
}
|
#panel_window .menubar > .menuitem:insensitive {
|
||||||
|
|
||||||
#panel_window .menubar > .menuitem:insensitive {
|
|
||||||
color: #808080;
|
color: #808080;
|
||||||
text-shadow: 1px 1px 0 white;
|
text-shadow: 1px 1px 0 white; }
|
||||||
}
|
#panel_window .menubar .menu {
|
||||||
|
border-radius: 1px; }
|
||||||
#panel_window .menubar .menu {
|
#panel_window .menubar .menu .menuitem {
|
||||||
border-radius: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#panel_window .menubar .menu .menuitem {
|
|
||||||
font: normal;
|
font: normal;
|
||||||
text-shadow: none;
|
text-shadow: none; }
|
||||||
}
|
|
||||||
|
|
||||||
/****************
|
/****************
|
||||||
* login window *
|
* login window *
|
||||||
@ -54,21 +39,17 @@
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: @lightdm_bg_color;
|
background-color: @lightdm_bg_color;
|
||||||
color: @lightdm_fg_color;
|
color: @lightdm_fg_color;
|
||||||
|
|
||||||
/* draw border using box-shadow */
|
/* draw border using box-shadow */
|
||||||
box-shadow: inset 1px 0 mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
|
box-shadow: inset 1px 0 mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
|
||||||
inset -1px 0 mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
|
inset -1px 0 mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
|
||||||
inset 0 1px mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
|
inset 0 1px mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
|
||||||
inset 0 -1px mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21);
|
inset 0 -1px mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21); }
|
||||||
}
|
|
||||||
|
|
||||||
#content_frame {
|
#content_frame {
|
||||||
padding-bottom: 14px;
|
padding-bottom: 14px; }
|
||||||
}
|
|
||||||
|
|
||||||
#login_window .menu {
|
#login_window .menu {
|
||||||
border-radius: 1px;
|
border-radius: 1px; }
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#login_window GtkComboBox .button,
|
#login_window GtkComboBox .button,
|
||||||
@ -117,21 +98,15 @@
|
|||||||
background-color: shade(@lightdm_bg_color, 0.9);
|
background-color: shade(@lightdm_bg_color, 0.9);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @lightdm_fg_color;
|
color: @lightdm_fg_color;
|
||||||
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
transition: all 150ms ease-out;
|
transition: all 150ms ease-out; }
|
||||||
}
|
#login_window .entry:focus,
|
||||||
|
#login_window .entry:hover {
|
||||||
#login_window .entry:focus,
|
|
||||||
#login_window .entry:hover {
|
|
||||||
border-color: shade(@lightdm_bg_color, 0.7);
|
border-color: shade(@lightdm_bg_color, 0.7);
|
||||||
|
|
||||||
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.10),
|
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.10),
|
||||||
inset 0 1px alpha(@dark_shadow, 0.12),
|
inset 0 1px alpha(@dark_shadow, 0.12),
|
||||||
inset -1px 0 alpha(@dark_shadow, 0.10),
|
inset -1px 0 alpha(@dark_shadow, 0.10),
|
||||||
inset 0 -1px alpha(@dark_shadow, 0.05);
|
inset 0 -1px alpha(@dark_shadow, 0.05); }
|
||||||
}
|
|
||||||
|
|
||||||
#login_window .button,
|
#login_window .button,
|
||||||
#shutdown_dialog .button,
|
#shutdown_dialog .button,
|
||||||
#restart_dialog .button {
|
#restart_dialog .button {
|
||||||
@ -143,31 +118,25 @@
|
|||||||
background-color: shade(@lightdm_bg_color, 1.08);
|
background-color: shade(@lightdm_bg_color, 1.08);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @lightdm_fg_color;
|
color: @lightdm_fg_color;
|
||||||
|
transition: all 150ms ease-out; }
|
||||||
transition: all 150ms ease-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
#user_image {
|
#user_image {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
||||||
/* draw border using box-shadow */
|
/* draw border using box-shadow */
|
||||||
box-shadow: inset 1px 0 shade(@lightdm_bg_color, 0.7),
|
box-shadow: inset 1px 0 shade(@lightdm_bg_color, 0.7),
|
||||||
inset -1px 0 shade(@lightdm_bg_color, 0.7),
|
inset -1px 0 shade(@lightdm_bg_color, 0.7),
|
||||||
inset 0 1px shade(@lightdm_bg_color, 0.7),
|
inset 0 1px shade(@lightdm_bg_color, 0.7),
|
||||||
inset 0 -1px shade(@lightdm_bg_color, 0.7);
|
inset 0 -1px shade(@lightdm_bg_color, 0.7); }
|
||||||
}
|
|
||||||
|
|
||||||
#user_image_border {
|
#user_image_border {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: shade(@lightdm_bg_color, 0.9);
|
background-color: shade(@lightdm_bg_color, 0.9);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
|
||||||
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
||||||
inset 0 1px alpha(@dark_shadow, 0.08),
|
inset 0 1px alpha(@dark_shadow, 0.08),
|
||||||
inset -1px 0 alpha(@dark_shadow, 0.07),
|
inset -1px 0 alpha(@dark_shadow, 0.07),
|
||||||
inset 0 -1px alpha(@dark_shadow, 0.05);
|
inset 0 -1px alpha(@dark_shadow, 0.05); }
|
||||||
}
|
|
||||||
|
|
||||||
#buttonbox_frame {
|
#buttonbox_frame {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
@ -177,12 +146,12 @@
|
|||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
box-shadow: none;
|
box-shadow: none; }
|
||||||
}
|
|
||||||
|
|
||||||
/******************************
|
/******************************
|
||||||
* default and focused button *
|
* default and focused button *
|
||||||
******************************
|
******************************/
|
||||||
|
/*
|
||||||
#login_window .button.default,
|
#login_window .button.default,
|
||||||
#shutdown_dialog .button.default,
|
#shutdown_dialog .button.default,
|
||||||
#restart_dialog .button.default,
|
#restart_dialog .button.default,
|
||||||
@ -213,45 +182,41 @@
|
|||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
* shutdown button *
|
* shutdown button *
|
||||||
*******************
|
*******************/
|
||||||
|
/*
|
||||||
#shutdown_button.button {
|
#shutdown_button.button {
|
||||||
border-color: shade(@error_bg_color, 0.8);
|
border-color: shade(@error_bg_color, 0.8);
|
||||||
background-color: shade(@error_bg_color, 1.08);
|
background-color: shade(@error_bg_color, 1.08);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @error_fg_color;
|
color: @error_fg_color; }
|
||||||
}
|
|
||||||
|
|
||||||
#shutdown_button.button:hover,
|
#shutdown_button.button:hover,
|
||||||
#shutdown_button.button:active,
|
#shutdown_button.button:active,
|
||||||
#shutdown_button.button:active:hover {
|
#shutdown_button.button:active:hover {
|
||||||
border-color: shade(@error_bg_color, 0.7);
|
border-color: shade(@error_bg_color, 0.7);
|
||||||
background-color: @error_bg_color;
|
background-color: @error_bg_color; } */
|
||||||
} */
|
|
||||||
|
|
||||||
/******************
|
/******************
|
||||||
* restart button *
|
* restart button *
|
||||||
******************
|
******************/
|
||||||
|
/*
|
||||||
#restart_button.button {
|
#restart_button.button {
|
||||||
border-color: shade(@warning_bg_color, 0.8);
|
border-color: shade(@warning_bg_color, 0.8);
|
||||||
background-color: shade(@warning_bg_color, 1.08);
|
background-color: shade(@warning_bg_color, 1.08);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @warning_fg_color;
|
color: @warning_fg_color; }
|
||||||
}
|
|
||||||
|
|
||||||
#restart_button.button:hover,
|
#restart_button.button:hover,
|
||||||
#restart_button.button:active,
|
#restart_button.button:active,
|
||||||
#restart_button.button:active:hover {
|
#restart_button.button:active:hover {
|
||||||
border-color: shade(@warning_bg_color, 0.7);
|
border-color: shade(@warning_bg_color, 0.7);
|
||||||
background-color: @warning_bg_color;
|
background-color: @warning_bg_color; } */
|
||||||
} */
|
|
||||||
|
|
||||||
/********************
|
/********************
|
||||||
* password warning *
|
* password warning *
|
||||||
********************/
|
********************/
|
||||||
#greeter_infobar {
|
#greeter_infobar {
|
||||||
font: bold;
|
font: bold; }
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
border: 2px solid red;
|
border: 2px solid red; }
|
||||||
}
|
|
||||||
|
@ -10,6 +10,14 @@
|
|||||||
box-shadow: inset 1px 1px @bg_bright,
|
box-shadow: inset 1px 1px @bg_bright,
|
||||||
inset -1px -1px @bg_shade;
|
inset -1px -1px @bg_shade;
|
||||||
border-radius: 0px; }
|
border-radius: 0px; }
|
||||||
|
.gnome-panel-menu-bar.horizontal PanelSeparator {
|
||||||
|
background-image: url("../assets/handle-v.png");
|
||||||
|
background-repeat: repeat-y;
|
||||||
|
padding: 15px; }
|
||||||
|
.gnome-panel-menu-bar.vertical PanelSeparator {
|
||||||
|
background-image: url("../assets/handle-h.png");
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
padding: 15px; }
|
||||||
|
|
||||||
#clock-applet-button {
|
#clock-applet-button {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
@ -31,35 +39,19 @@ PanelApplet .button {
|
|||||||
background-color: red;
|
background-color: red;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 5px;
|
margin: 5px; }
|
||||||
}
|
|
||||||
|
|
||||||
/* Looks like there's a theme override built into the panelbar, otherwise this would have worked... */
|
/* Looks like there's a theme override built into the panelbar, otherwise this would have worked... */
|
||||||
#tasklist-button {
|
#tasklist-button {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
margin-right: 2px;
|
margin-right: 2px; }
|
||||||
}
|
|
||||||
|
|
||||||
#showdesktop-button {
|
#showdesktop-button {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
box-shadow: none;
|
box-shadow: none; }
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar.horizontal PanelSeparator {
|
|
||||||
background-image: url("../assets/handle-v.png");
|
|
||||||
background-repeat: repeat-y;
|
|
||||||
padding: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar.vertical PanelSeparator {
|
|
||||||
background-image: url("../assets/handle-h.png");
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
padding: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.caja-desktop-window grid scrolledwindow {
|
.caja-desktop-window grid scrolledwindow {
|
||||||
background: none;
|
background: none; }
|
||||||
}
|
|
||||||
/*
|
/*
|
||||||
.gnome-panel-menu-bar,
|
.gnome-panel-menu-bar,
|
||||||
PanelApplet > GtkMenuBar.menubar,
|
PanelApplet > GtkMenuBar.menubar,
|
||||||
@ -69,57 +61,46 @@ PanelAppletFrame,
|
|||||||
PanelApplet {
|
PanelApplet {
|
||||||
background-color: @bg_color;
|
background-color: @bg_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @text_color;
|
color: @text_color; }
|
||||||
}
|
|
||||||
|
|
||||||
ClockBox,
|
ClockBox,
|
||||||
.gnome-panel-menu-bar.menubar,
|
.gnome-panel-menu-bar.menubar,
|
||||||
PanelApplet > GtkMenuBar.menubar {
|
PanelApplet > GtkMenuBar.menubar {
|
||||||
font: bold;
|
font: bold; }
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar.menubar .menuitem *:hover,
|
.gnome-panel-menu-bar.menubar .menuitem *:hover,
|
||||||
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
||||||
text-shadow: 0 1px @font_bright;
|
text-shadow: 0 1px @font_bright; }
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar.menubar .menu,
|
.gnome-panel-menu-bar.menubar .menu,
|
||||||
PanelApplet > GtkMenuBar.menubar .menu {
|
PanelApplet > GtkMenuBar.menubar .menu {
|
||||||
font: regular;
|
font: regular; }
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar.menubar .menu *:hover,
|
.gnome-panel-menu-bar.menubar .menu *:hover,
|
||||||
PanelApplet > GtkMenuBar.menubar .menu *:hover {
|
PanelApplet > GtkMenuBar.menubar .menu *:hover {
|
||||||
text-shadow: none;
|
text-shadow: none; }
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar .menuitem:hover,
|
.gnome-panel-menu-bar .menuitem:hover,
|
||||||
PanelApplet > GtkMenuBar.menubar .menuitem:hover,
|
PanelApplet > GtkMenuBar.menubar .menuitem:hover,
|
||||||
.gnome-panel-menu-bar .menuitem *:hover,
|
.gnome-panel-menu-bar .menuitem *:hover,
|
||||||
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
||||||
background-color: @selected_bg_color;
|
background-color: @selected_bg_color;
|
||||||
color: @font_bright;
|
color: @font_bright; }
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar .menuitem *:hover,
|
.gnome-panel-menu-bar .menuitem *:hover,
|
||||||
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
||||||
color: @font_bright;
|
color: @font_bright; }
|
||||||
}
|
|
||||||
|
|
||||||
PanelApplet .button,
|
PanelApplet .button,
|
||||||
PanelApplet .button:hover {
|
PanelApplet .button:hover {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
||||||
border-image: none;
|
border-image: none;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: @bg_color;
|
background-color: @bg_color;
|
||||||
|
|
||||||
color: @text_color;
|
color: @text_color;
|
||||||
text-shadow: none;
|
text-shadow: none; }
|
||||||
}
|
|
||||||
|
|
||||||
PanelApplet .button:active:hover,
|
PanelApplet .button:active:hover,
|
||||||
PanelApplet .button:active {
|
PanelApplet .button:active {
|
||||||
@ -127,25 +108,19 @@ PanelApplet .button:active {
|
|||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: @bg_color;
|
background-color: @bg_color;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-radius: 0;
|
border-radius: 0; }
|
||||||
}
|
|
||||||
|
|
||||||
PanelApplet *:hover {
|
PanelApplet *:hover {
|
||||||
color: @text_color;
|
color: @text_color; }
|
||||||
}
|
|
||||||
|
|
||||||
PanelApplet *:active,
|
PanelApplet *:active,
|
||||||
PanelApplet *:hover:active {
|
PanelApplet *:hover:active {
|
||||||
color: @text_color;
|
color: @text_color; }
|
||||||
}
|
|
||||||
|
|
||||||
WnckPager {
|
WnckPager {
|
||||||
background-color: @bg_color;
|
background-color: @bg_color; }
|
||||||
}
|
|
||||||
|
|
||||||
NaTrayApplet {
|
NaTrayApplet {
|
||||||
-NaTrayApplet-icon-padding: 12;
|
-NaTrayApplet-icon-padding: 12;
|
||||||
-NaTrayApplet-icon-size: 16;
|
-NaTrayApplet-icon-size: 16; }
|
||||||
}
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
3
Theme/Chicago95/gtk-3.0/apps/synaptic.css
Executable file → Normal file
3
Theme/Chicago95/gtk-3.0/apps/synaptic.css
Executable file → Normal file
@ -7,5 +7,4 @@ GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
|
|||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: @toolbar_bg_color;
|
background-color: @toolbar_bg_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @toolbar_fg_color;
|
color: @toolbar_fg_color; }
|
||||||
}
|
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
/* Whisker Menu Button style */
|
/**********************
|
||||||
|
* Whisker Menu Button *
|
||||||
|
**********************/
|
||||||
|
|
||||||
|
/* FOR GTK3.22 */
|
||||||
|
|
||||||
/* We will remove the border effect and margin effects on the button and apply it to the box inside.
|
/* We will remove the border effect and margin effects on the button and apply it to the box inside.
|
||||||
This will allow people to be able to run their pointer to the far corner of the screen and activate
|
This will allow people to be able to run their pointer to the far corner of the screen and activate
|
||||||
@ -45,16 +49,16 @@ the whisker menu without having to correct their pointer location. */
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 11px; }
|
font-size: 11px; }
|
||||||
|
|
||||||
/****************
|
/***************
|
||||||
* Whisker Menu **
|
* Whisker Menu *
|
||||||
****************/
|
***************/
|
||||||
|
|
||||||
#whiskermenu-window treeview {
|
#whiskermenu-window treeview {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
padding-bottom: 2px; }
|
padding-bottom: 2px; }
|
||||||
#whiskermenu-window button {
|
#whiskermenu-window button {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
min-height: 16px; }
|
min-height: 16px; }
|
||||||
#whiskermenu-window button:not(:hover):not(:checked) {
|
#whiskermenu-window button:not(:hover):not(:checked) {
|
||||||
@ -96,11 +100,11 @@ the whisker menu without having to correct their pointer location. */
|
|||||||
padding: 0px; }
|
padding: 0px; }
|
||||||
#whiskermenu-window frame > box > box > box button image {
|
#whiskermenu-window frame > box > box > box button image {
|
||||||
padding: 0px; }
|
padding: 0px; }
|
||||||
#whiskermenu-window entry {
|
#whiskermenu-window entry {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
min-height: 16px; }
|
min-height: 16px; }
|
||||||
#whiskermenu-window frame, #whiskermenu-window GtkListBox, #whiskermenu-window scrolledwindow, #whiskermenu-window viewport {
|
#whiskermenu-window frame, #whiskermenu-window GtkListBox, #whiskermenu-window scrolledwindow, #whiskermenu-window viewport {
|
||||||
background-color: transparent;}
|
background-color: transparent;}
|
||||||
#whiskermenu-window scrollbar button {
|
#whiskermenu-window scrollbar button {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -6,38 +6,31 @@ XfceHeading {
|
|||||||
border-width: 0;
|
border-width: 0;
|
||||||
background-color: @theme_base_color;
|
background-color: @theme_base_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @theme_text_color;
|
color: @theme_text_color; }
|
||||||
}
|
|
||||||
|
|
||||||
.xfce4-panel {
|
.xfce4-panel {
|
||||||
background-color: @bg_color;
|
background-color: @bg_color;
|
||||||
color: @panel_fg_color;
|
color: @panel_fg_color;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
box-shadow: 0 0 0;
|
box-shadow: 0 0 0; }
|
||||||
}
|
.xfce4-panel button {
|
||||||
|
|
||||||
.xfce4-panel button {
|
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
color: @panel_fg_color;
|
color: @panel_fg_color;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
box-shadow: 0 0 0;
|
box-shadow: 0 0 0; }
|
||||||
}
|
.xfce4-panel button:hover {
|
||||||
|
|
||||||
.xfce4-panel button:hover {
|
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
color: @panel_fg_color_bright;
|
color: @panel_fg_color_bright;
|
||||||
background-color: @selected_bg_color;
|
background-color: @selected_bg_color;
|
||||||
box-shadow: 0 0 0;
|
box-shadow: 0 0 0; }
|
||||||
}
|
.xfce4-panel button:active,
|
||||||
|
.xfce4-panel button:checked {
|
||||||
.xfce4-panel button:active,
|
|
||||||
.xfce4-panel button:checked {
|
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border-top: 1px solid #000000;
|
border-top: 1px solid #000000;
|
||||||
@ -46,12 +39,10 @@ XfceHeading {
|
|||||||
border-right: 1px solid #FFF;
|
border-right: 1px solid #FFF;
|
||||||
box-shadow: inset 1px 1px #808080;
|
box-shadow: inset 1px 1px #808080;
|
||||||
color: @panel_fg_color_bright;
|
color: @panel_fg_color_bright;
|
||||||
background-color: @selected_bg_color;
|
background-color: @selected_bg_color; }
|
||||||
}
|
|
||||||
|
|
||||||
.xfce4-panel menu {
|
.xfce4-panel menu {
|
||||||
-gtk-icon-effect: none;
|
-gtk-icon-effect: none; }
|
||||||
}
|
|
||||||
|
|
||||||
#xfce4-power-manager-plugin {
|
#xfce4-power-manager-plugin {
|
||||||
margin-bottom: -2px; }
|
margin-bottom: -2px; }
|
||||||
|
62
Theme/Chicago95/gtk-3.24/apps/filechooser.css
Executable file → Normal file
62
Theme/Chicago95/gtk-3.24/apps/filechooser.css
Executable file → Normal file
@ -1,61 +1,10 @@
|
|||||||
/* File Chooser */
|
/* File Chooser */
|
||||||
|
|
||||||
/* The commented out section below should not be required anymore, but I'm keeping it around for a little while.*/
|
/* Commented out below. There appears to be a bug in gtk treeviews with outlines that causes a momentary displacement of the UI. Here be dragons!*/
|
||||||
/*filechooser box paned placessidebar viewport list {
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
filechooser box paned box box stack placesview stack frame scrolledwindow viewport list {
|
|
||||||
border: 1px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
filechooser box paned box revealer box stack box widget button {
|
|
||||||
padding-top: 1px;
|
|
||||||
padding-bottom: 1px;
|
|
||||||
padding-left: 5px;
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
filechooser box paned box revealer box stack box treeview {
|
|
||||||
border-left: 2px solid black;
|
|
||||||
}
|
|
||||||
|
|
||||||
filechooser box paned placessidebar viewport list separator {
|
|
||||||
border-top: 1px solid #808080;
|
|
||||||
border-bottom: 1px solid white;
|
|
||||||
}
|
|
||||||
|
|
||||||
filechooser placessidebar viewport list {
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
filechooser placessidebar viewport separator {
|
|
||||||
border-top: 1
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog box box filechooser box paned box box stack box scrolledwindow{
|
|
||||||
border-left: 1px solid @bg_shade;
|
|
||||||
border-top: 1px solid @bg_shade;
|
|
||||||
border-right: 1px solid white;
|
|
||||||
border-bottom: 1px solid white;
|
|
||||||
box-shadow: inset -1px -1px @bg_shade,
|
|
||||||
inset 1px 1px white;
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog box box filechooser box paned placessidebar viewport {
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/* Make outlines on selected / focus */
|
|
||||||
/* Commented out below. There appears to be a bug in gtk treeviews with outlines that causes a momentary displacement of the UI. */
|
|
||||||
/*filechooser treeview:focus {
|
/*filechooser treeview:focus {
|
||||||
outline: 1px solid @bg_dark;
|
outline: 1px solid @bg_dark;
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
-gtk-outline-radius: 0px
|
-gtk-outline-radius: 0px; }*/
|
||||||
}*/
|
|
||||||
|
|
||||||
filechooser treeview:selected {
|
filechooser treeview:selected {
|
||||||
outline: 1px dotted @bg_bright;
|
outline: 1px dotted @bg_bright;
|
||||||
@ -68,8 +17,7 @@ filechooser .sidebar-row:focus {
|
|||||||
-gtk-outline-radius: 0px }
|
-gtk-outline-radius: 0px }
|
||||||
|
|
||||||
filechooser .sidebar-row:selected:backdrop {
|
filechooser .sidebar-row:selected:backdrop {
|
||||||
background-color: @bg_shade;
|
background-color: @bg_shade; }
|
||||||
}
|
|
||||||
|
|
||||||
filechooser placessidebar viewport {
|
filechooser placessidebar viewport {
|
||||||
border: 1px solid @bg_shade;
|
border: 1px solid @bg_shade;
|
||||||
|
109
Theme/Chicago95/gtk-3.24/apps/lightdm-gtk-greeter.css
Executable file → Normal file
109
Theme/Chicago95/gtk-3.24/apps/lightdm-gtk-greeter.css
Executable file → Normal file
@ -2,47 +2,32 @@
|
|||||||
* panel *
|
* panel *
|
||||||
*********/
|
*********/
|
||||||
#panel_window {
|
#panel_window {
|
||||||
|
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: white;
|
color: white;
|
||||||
font: bold;
|
font: bold; }
|
||||||
}
|
#panel_window .menubar,
|
||||||
|
#panel_window .menubar > .menuitem {
|
||||||
#panel_window .menubar,
|
|
||||||
#panel_window .menubar > .menuitem {
|
|
||||||
background-color: #c0c0c0;
|
background-color: #c0c0c0;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: black;
|
color: black; }
|
||||||
|
#panel_window .menubar > .menuitem:hover {
|
||||||
}
|
|
||||||
|
|
||||||
#panel_window .menubar > .menuitem:hover {
|
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: #000080;
|
background-color: #000080;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: white;
|
color: white; }
|
||||||
}
|
#panel_window .menubar > .menuitem *:hover {
|
||||||
|
|
||||||
#panel_window .menubar > .menuitem *:hover {
|
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: #000080;
|
background-color: #000080;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: white;
|
color: white; }
|
||||||
}
|
#panel_window .menubar > .menuitem:insensitive {
|
||||||
|
|
||||||
#panel_window .menubar > .menuitem:insensitive {
|
|
||||||
color: #808080;
|
color: #808080;
|
||||||
text-shadow: 1px 1px 0 white;
|
text-shadow: 1px 1px 0 white; }
|
||||||
}
|
#panel_window .menubar .menu {
|
||||||
|
border-radius: 1px; }
|
||||||
#panel_window .menubar .menu {
|
#panel_window .menubar .menu .menuitem {
|
||||||
border-radius: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#panel_window .menubar .menu .menuitem {
|
|
||||||
font: normal;
|
font: normal;
|
||||||
text-shadow: none;
|
text-shadow: none; }
|
||||||
}
|
|
||||||
|
|
||||||
/****************
|
/****************
|
||||||
* login window *
|
* login window *
|
||||||
@ -54,21 +39,17 @@
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: @lightdm_bg_color;
|
background-color: @lightdm_bg_color;
|
||||||
color: @lightdm_fg_color;
|
color: @lightdm_fg_color;
|
||||||
|
|
||||||
/* draw border using box-shadow */
|
/* draw border using box-shadow */
|
||||||
box-shadow: inset 1px 0 mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
|
box-shadow: inset 1px 0 mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
|
||||||
inset -1px 0 mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
|
inset -1px 0 mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
|
||||||
inset 0 1px mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
|
inset 0 1px mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
|
||||||
inset 0 -1px mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21);
|
inset 0 -1px mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21); }
|
||||||
}
|
|
||||||
|
|
||||||
#content_frame {
|
#content_frame {
|
||||||
padding-bottom: 14px;
|
padding-bottom: 14px; }
|
||||||
}
|
|
||||||
|
|
||||||
#login_window .menu {
|
#login_window .menu {
|
||||||
border-radius: 1px;
|
border-radius: 1px; }
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#login_window GtkComboBox .button,
|
#login_window GtkComboBox .button,
|
||||||
@ -117,21 +98,15 @@
|
|||||||
background-color: shade(@lightdm_bg_color, 0.9);
|
background-color: shade(@lightdm_bg_color, 0.9);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @lightdm_fg_color;
|
color: @lightdm_fg_color;
|
||||||
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
transition: all 150ms ease-out;
|
transition: all 150ms ease-out; }
|
||||||
}
|
#login_window .entry:focus,
|
||||||
|
#login_window .entry:hover {
|
||||||
#login_window .entry:focus,
|
|
||||||
#login_window .entry:hover {
|
|
||||||
border-color: shade(@lightdm_bg_color, 0.7);
|
border-color: shade(@lightdm_bg_color, 0.7);
|
||||||
|
|
||||||
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.10),
|
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.10),
|
||||||
inset 0 1px alpha(@dark_shadow, 0.12),
|
inset 0 1px alpha(@dark_shadow, 0.12),
|
||||||
inset -1px 0 alpha(@dark_shadow, 0.10),
|
inset -1px 0 alpha(@dark_shadow, 0.10),
|
||||||
inset 0 -1px alpha(@dark_shadow, 0.05);
|
inset 0 -1px alpha(@dark_shadow, 0.05); }
|
||||||
}
|
|
||||||
|
|
||||||
#login_window .button,
|
#login_window .button,
|
||||||
#shutdown_dialog .button,
|
#shutdown_dialog .button,
|
||||||
#restart_dialog .button {
|
#restart_dialog .button {
|
||||||
@ -143,31 +118,25 @@
|
|||||||
background-color: shade(@lightdm_bg_color, 1.08);
|
background-color: shade(@lightdm_bg_color, 1.08);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @lightdm_fg_color;
|
color: @lightdm_fg_color;
|
||||||
|
transition: all 150ms ease-out; }
|
||||||
transition: all 150ms ease-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
#user_image {
|
#user_image {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
||||||
/* draw border using box-shadow */
|
/* draw border using box-shadow */
|
||||||
box-shadow: inset 1px 0 shade(@lightdm_bg_color, 0.7),
|
box-shadow: inset 1px 0 shade(@lightdm_bg_color, 0.7),
|
||||||
inset -1px 0 shade(@lightdm_bg_color, 0.7),
|
inset -1px 0 shade(@lightdm_bg_color, 0.7),
|
||||||
inset 0 1px shade(@lightdm_bg_color, 0.7),
|
inset 0 1px shade(@lightdm_bg_color, 0.7),
|
||||||
inset 0 -1px shade(@lightdm_bg_color, 0.7);
|
inset 0 -1px shade(@lightdm_bg_color, 0.7); }
|
||||||
}
|
|
||||||
|
|
||||||
#user_image_border {
|
#user_image_border {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: shade(@lightdm_bg_color, 0.9);
|
background-color: shade(@lightdm_bg_color, 0.9);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
|
||||||
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
||||||
inset 0 1px alpha(@dark_shadow, 0.08),
|
inset 0 1px alpha(@dark_shadow, 0.08),
|
||||||
inset -1px 0 alpha(@dark_shadow, 0.07),
|
inset -1px 0 alpha(@dark_shadow, 0.07),
|
||||||
inset 0 -1px alpha(@dark_shadow, 0.05);
|
inset 0 -1px alpha(@dark_shadow, 0.05); }
|
||||||
}
|
|
||||||
|
|
||||||
#buttonbox_frame {
|
#buttonbox_frame {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
@ -177,12 +146,12 @@
|
|||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
box-shadow: none;
|
box-shadow: none; }
|
||||||
}
|
|
||||||
|
|
||||||
/******************************
|
/******************************
|
||||||
* default and focused button *
|
* default and focused button *
|
||||||
******************************
|
******************************/
|
||||||
|
/*
|
||||||
#login_window .button.default,
|
#login_window .button.default,
|
||||||
#shutdown_dialog .button.default,
|
#shutdown_dialog .button.default,
|
||||||
#restart_dialog .button.default,
|
#restart_dialog .button.default,
|
||||||
@ -213,45 +182,41 @@
|
|||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
* shutdown button *
|
* shutdown button *
|
||||||
*******************
|
*******************/
|
||||||
|
/*
|
||||||
#shutdown_button.button {
|
#shutdown_button.button {
|
||||||
border-color: shade(@error_bg_color, 0.8);
|
border-color: shade(@error_bg_color, 0.8);
|
||||||
background-color: shade(@error_bg_color, 1.08);
|
background-color: shade(@error_bg_color, 1.08);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @error_fg_color;
|
color: @error_fg_color; }
|
||||||
}
|
|
||||||
|
|
||||||
#shutdown_button.button:hover,
|
#shutdown_button.button:hover,
|
||||||
#shutdown_button.button:active,
|
#shutdown_button.button:active,
|
||||||
#shutdown_button.button:active:hover {
|
#shutdown_button.button:active:hover {
|
||||||
border-color: shade(@error_bg_color, 0.7);
|
border-color: shade(@error_bg_color, 0.7);
|
||||||
background-color: @error_bg_color;
|
background-color: @error_bg_color; } */
|
||||||
} */
|
|
||||||
|
|
||||||
/******************
|
/******************
|
||||||
* restart button *
|
* restart button *
|
||||||
******************
|
******************/
|
||||||
|
/*
|
||||||
#restart_button.button {
|
#restart_button.button {
|
||||||
border-color: shade(@warning_bg_color, 0.8);
|
border-color: shade(@warning_bg_color, 0.8);
|
||||||
background-color: shade(@warning_bg_color, 1.08);
|
background-color: shade(@warning_bg_color, 1.08);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @warning_fg_color;
|
color: @warning_fg_color; }
|
||||||
}
|
|
||||||
|
|
||||||
#restart_button.button:hover,
|
#restart_button.button:hover,
|
||||||
#restart_button.button:active,
|
#restart_button.button:active,
|
||||||
#restart_button.button:active:hover {
|
#restart_button.button:active:hover {
|
||||||
border-color: shade(@warning_bg_color, 0.7);
|
border-color: shade(@warning_bg_color, 0.7);
|
||||||
background-color: @warning_bg_color;
|
background-color: @warning_bg_color; } */
|
||||||
} */
|
|
||||||
|
|
||||||
/********************
|
/********************
|
||||||
* password warning *
|
* password warning *
|
||||||
********************/
|
********************/
|
||||||
#greeter_infobar {
|
#greeter_infobar {
|
||||||
font: bold;
|
font: bold; }
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
border: 2px solid red;
|
border: 2px solid red; }
|
||||||
}
|
|
||||||
|
@ -10,6 +10,14 @@
|
|||||||
box-shadow: inset 1px 1px @bg_bright,
|
box-shadow: inset 1px 1px @bg_bright,
|
||||||
inset -1px -1px @bg_shade;
|
inset -1px -1px @bg_shade;
|
||||||
border-radius: 0px; }
|
border-radius: 0px; }
|
||||||
|
.gnome-panel-menu-bar.horizontal PanelSeparator {
|
||||||
|
background-image: url("../assets/handle-v.png");
|
||||||
|
background-repeat: repeat-y;
|
||||||
|
padding: 15px; }
|
||||||
|
.gnome-panel-menu-bar.vertical PanelSeparator {
|
||||||
|
background-image: url("../assets/handle-h.png");
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
padding: 15px; }
|
||||||
|
|
||||||
#clock-applet-button {
|
#clock-applet-button {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
@ -31,35 +39,19 @@ PanelApplet .button {
|
|||||||
background-color: red;
|
background-color: red;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 5px;
|
margin: 5px; }
|
||||||
}
|
|
||||||
|
|
||||||
/* Looks like there's a theme override built into the panelbar, otherwise this would have worked... */
|
/* Looks like there's a theme override built into the panelbar, otherwise this would have worked... */
|
||||||
#tasklist-button {
|
#tasklist-button {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
margin-right: 2px;
|
margin-right: 2px; }
|
||||||
}
|
|
||||||
|
|
||||||
#showdesktop-button {
|
#showdesktop-button {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
box-shadow: none;
|
box-shadow: none; }
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar.horizontal PanelSeparator {
|
|
||||||
background-image: url("../assets/handle-v.png");
|
|
||||||
background-repeat: repeat-y;
|
|
||||||
padding: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar.vertical PanelSeparator {
|
|
||||||
background-image: url("../assets/handle-h.png");
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
padding: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.caja-desktop-window grid scrolledwindow {
|
.caja-desktop-window grid scrolledwindow {
|
||||||
background: none;
|
background: none; }
|
||||||
}
|
|
||||||
/*
|
/*
|
||||||
.gnome-panel-menu-bar,
|
.gnome-panel-menu-bar,
|
||||||
PanelApplet > GtkMenuBar.menubar,
|
PanelApplet > GtkMenuBar.menubar,
|
||||||
@ -69,57 +61,46 @@ PanelAppletFrame,
|
|||||||
PanelApplet {
|
PanelApplet {
|
||||||
background-color: @bg_color;
|
background-color: @bg_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @text_color;
|
color: @text_color; }
|
||||||
}
|
|
||||||
|
|
||||||
ClockBox,
|
ClockBox,
|
||||||
.gnome-panel-menu-bar.menubar,
|
.gnome-panel-menu-bar.menubar,
|
||||||
PanelApplet > GtkMenuBar.menubar {
|
PanelApplet > GtkMenuBar.menubar {
|
||||||
font: bold;
|
font: bold; }
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar.menubar .menuitem *:hover,
|
.gnome-panel-menu-bar.menubar .menuitem *:hover,
|
||||||
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
||||||
text-shadow: 0 1px @font_bright;
|
text-shadow: 0 1px @font_bright; }
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar.menubar .menu,
|
.gnome-panel-menu-bar.menubar .menu,
|
||||||
PanelApplet > GtkMenuBar.menubar .menu {
|
PanelApplet > GtkMenuBar.menubar .menu {
|
||||||
font: regular;
|
font: regular; }
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar.menubar .menu *:hover,
|
.gnome-panel-menu-bar.menubar .menu *:hover,
|
||||||
PanelApplet > GtkMenuBar.menubar .menu *:hover {
|
PanelApplet > GtkMenuBar.menubar .menu *:hover {
|
||||||
text-shadow: none;
|
text-shadow: none; }
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar .menuitem:hover,
|
.gnome-panel-menu-bar .menuitem:hover,
|
||||||
PanelApplet > GtkMenuBar.menubar .menuitem:hover,
|
PanelApplet > GtkMenuBar.menubar .menuitem:hover,
|
||||||
.gnome-panel-menu-bar .menuitem *:hover,
|
.gnome-panel-menu-bar .menuitem *:hover,
|
||||||
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
||||||
background-color: @selected_bg_color;
|
background-color: @selected_bg_color;
|
||||||
color: @font_bright;
|
color: @font_bright; }
|
||||||
}
|
|
||||||
|
|
||||||
.gnome-panel-menu-bar .menuitem *:hover,
|
.gnome-panel-menu-bar .menuitem *:hover,
|
||||||
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
||||||
color: @font_bright;
|
color: @font_bright; }
|
||||||
}
|
|
||||||
|
|
||||||
PanelApplet .button,
|
PanelApplet .button,
|
||||||
PanelApplet .button:hover {
|
PanelApplet .button:hover {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
||||||
border-image: none;
|
border-image: none;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: @bg_color;
|
background-color: @bg_color;
|
||||||
|
|
||||||
color: @text_color;
|
color: @text_color;
|
||||||
text-shadow: none;
|
text-shadow: none; }
|
||||||
}
|
|
||||||
|
|
||||||
PanelApplet .button:active:hover,
|
PanelApplet .button:active:hover,
|
||||||
PanelApplet .button:active {
|
PanelApplet .button:active {
|
||||||
@ -127,25 +108,19 @@ PanelApplet .button:active {
|
|||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: @bg_color;
|
background-color: @bg_color;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-radius: 0;
|
border-radius: 0; }
|
||||||
}
|
|
||||||
|
|
||||||
PanelApplet *:hover {
|
PanelApplet *:hover {
|
||||||
color: @text_color;
|
color: @text_color; }
|
||||||
}
|
|
||||||
|
|
||||||
PanelApplet *:active,
|
PanelApplet *:active,
|
||||||
PanelApplet *:hover:active {
|
PanelApplet *:hover:active {
|
||||||
color: @text_color;
|
color: @text_color; }
|
||||||
}
|
|
||||||
|
|
||||||
WnckPager {
|
WnckPager {
|
||||||
background-color: @bg_color;
|
background-color: @bg_color; }
|
||||||
}
|
|
||||||
|
|
||||||
NaTrayApplet {
|
NaTrayApplet {
|
||||||
-NaTrayApplet-icon-padding: 12;
|
-NaTrayApplet-icon-padding: 12;
|
||||||
-NaTrayApplet-icon-size: 16;
|
-NaTrayApplet-icon-size: 16; }
|
||||||
}
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
3
Theme/Chicago95/gtk-3.24/apps/synaptic.css
Executable file → Normal file
3
Theme/Chicago95/gtk-3.24/apps/synaptic.css
Executable file → Normal file
@ -7,5 +7,4 @@ GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
|
|||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: @toolbar_bg_color;
|
background-color: @toolbar_bg_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @toolbar_fg_color;
|
color: @toolbar_fg_color; }
|
||||||
}
|
|
||||||
|
@ -15,12 +15,12 @@
|
|||||||
border-right: 1px solid @bg_bright;
|
border-right: 1px solid @bg_bright;
|
||||||
border-top: 1px solid @bg_shade;
|
border-top: 1px solid @bg_shade;
|
||||||
border-left: 1px solid @bg_shade; }
|
border-left: 1px solid @bg_shade; }
|
||||||
.thunar paned .view:focus {
|
|
||||||
|
.thunar paned .view:focus {
|
||||||
outline-color: white; }
|
outline-color: white; }
|
||||||
|
|
||||||
.thunar grid grid scrolledwindow {
|
.thunar grid grid scrolledwindow {
|
||||||
padding-left: 1px;
|
padding-left: 1px; }
|
||||||
}
|
|
||||||
|
|
||||||
.thunar notebook tab {
|
.thunar notebook tab {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
/* Whisker Menu Panel Button style */
|
/* Whisker Menu Panel Button style */
|
||||||
|
|
||||||
|
/* FOR GTK3.24 */
|
||||||
|
|
||||||
|
/* We will remove the border effect and margin effects on the button and apply it to the box inside.
|
||||||
|
This will allow people to be able to run their pointer to the far corner of the screen and activate
|
||||||
|
the whisker menu without having to correct their pointer location. */
|
||||||
#whiskermenu-button {
|
#whiskermenu-button {
|
||||||
border: none;
|
border: none;
|
||||||
/*box-shadow: inset 0px 1px white;*/
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Xfdesktop */
|
/************
|
||||||
|
* Xfdesktop *
|
||||||
|
************/
|
||||||
|
|
||||||
XfdesktopIconView.view {
|
XfdesktopIconView.view {
|
||||||
background: @xfd_icon_backdrop;
|
background: @xfd_icon_backdrop;
|
||||||
@ -14,20 +16,21 @@ XfdesktopIconView.view {
|
|||||||
background: rgba(0,0,50.2,0.5);
|
background: rgba(0,0,50.2,0.5);
|
||||||
border-radius: 0px; }
|
border-radius: 0px; }
|
||||||
|
|
||||||
.xfce4-panel {
|
/*****************
|
||||||
box-shadow: none;
|
* XFCE Panel Bar *
|
||||||
border: none;
|
*****************/
|
||||||
}
|
|
||||||
|
|
||||||
/* Panel buttons */
|
.xfce4-panel {
|
||||||
/* Note: The ".xfce4-panel > widget > frame" and ".xfce4-panel .flat:not(.toggle)" CSS classes are specified in this manner due to the volatility in the naming of CSS IDs presented by the XFCE panelbar.*/
|
box-shadow: none;
|
||||||
.xfce4-panel > widget > frame, /* affects the frame of the notification area plugin for GTK2 notifications. */
|
border: none; }
|
||||||
.xfce4-panel .flat:not(.toggle), /* affects the launcher buttons as well and the status notifier plugin. */
|
/* Note: The ".xfce4-panel > widget > frame" and ".xfce4-panel .flat:not(.toggle)" CSS classes are specified in this manner due to the volatility in the naming of CSS IDs presented by the XFCE panelbar.*/
|
||||||
#sn-button, /* Specifying this class is redundant due to ".xfce4-panel .flat:not(.toggle)" but included for consistency. */
|
.xfce4-panel > widget > frame, /* affects the frame of the notification area plugin for GTK2 notifications. */
|
||||||
#xfce4-notification-plugin,
|
.xfce4-panel .flat:not(.toggle), /* affects the launcher buttons as well and the status notifier plugin. */
|
||||||
#pulseaudio-button,
|
#sn-button, /* Specifying this class is redundant due to ".xfce4-panel .flat:not(.toggle)" but included for consistency. */
|
||||||
#xfce4-power-manager-plugin,
|
#xfce4-notification-plugin,
|
||||||
#indicator-button {
|
#pulseaudio-button,
|
||||||
|
#xfce4-power-manager-plugin,
|
||||||
|
#indicator-button {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border: transparent;
|
border: transparent;
|
||||||
/*box-shadow: inset 0px 1px white;*/
|
/*box-shadow: inset 0px 1px white;*/
|
||||||
@ -65,6 +68,7 @@ border: none;
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
|
||||||
|
/* Workspace switcher */
|
||||||
wnck-pager {
|
wnck-pager {
|
||||||
color: white; }
|
color: white; }
|
||||||
wnck-pager:selected {
|
wnck-pager:selected {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user