mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-28 08:04:37 +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,75 +1,23 @@
|
|||||||
/* 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;
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
-gtk-outline-radius: 0px }
|
-gtk-outline-radius: 0px }
|
||||||
|
|
||||||
filechooser .sidebar-row:focus {
|
filechooser .sidebar-row:focus {
|
||||||
outline: 1px dotted @bg_bright;
|
outline: 1px dotted @bg_bright;
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
-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;
|
||||||
@ -82,32 +30,32 @@ filechooser scrolledwindow {
|
|||||||
|
|
||||||
/* Adjust stack buttons*/
|
/* Adjust stack buttons*/
|
||||||
filechooser revealer > box > stack {
|
filechooser revealer > box > stack {
|
||||||
border-left: 1px solid @bg_shade;
|
border-left: 1px solid @bg_shade;
|
||||||
border-top: 1px solid @bg_shade;
|
border-top: 1px solid @bg_shade;
|
||||||
border-right: 1px solid @bg_bright;
|
border-right: 1px solid @bg_bright;
|
||||||
border-bottom: 1px solid @bg_bright;
|
border-bottom: 1px solid @bg_bright;
|
||||||
box-shadow: inset 1px 1px @bg_bright, inset -1px -1px @bg_shade;
|
box-shadow: inset 1px 1px @bg_bright, inset -1px -1px @bg_shade;
|
||||||
padding: 0px;}
|
padding: 0px;}
|
||||||
filechooser revealer > box > stack button,
|
filechooser revealer > box > stack button,
|
||||||
filechooser revealer > box > stack button:backdrop {
|
filechooser revealer > box > stack button:backdrop {
|
||||||
border-left: 1px solid @bg_bright;
|
border-left: 1px solid @bg_bright;
|
||||||
border-top: 1px solid @bg_bright;
|
border-top: 1px solid @bg_bright;
|
||||||
border-right: 1px solid @bg_shade;
|
border-right: 1px solid @bg_shade;
|
||||||
border-bottom: 1px solid @bg_shade;
|
border-bottom: 1px solid @bg_shade;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
min-height: 16px; }
|
min-height: 16px; }
|
||||||
filechooser revealer > box > stack button:focus {
|
filechooser revealer > box > stack button:focus {
|
||||||
outline: 1px dotted @bg_dark;
|
outline: 1px dotted @bg_dark;
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
-gtk-outline-radius: 0px }
|
-gtk-outline-radius: 0px }
|
||||||
filechooser revealer > box > stack button image {
|
filechooser revealer > box > stack button image {
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
margin-bottom: -4px;
|
margin-bottom: -4px;
|
||||||
padding-left: 1px;
|
padding-left: 1px;
|
||||||
padding-right: 1px; }
|
padding-right: 1px; }
|
||||||
filechooser revealer > box > stack button label {
|
filechooser revealer > box > stack button label {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-right: 0px; }
|
padding-right: 0px; }
|
||||||
|
245
Theme/Chicago95/gtk-3.0/apps/lightdm-gtk-greeter.css
Executable file → Normal file
245
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 {
|
||||||
}
|
border-style: none;
|
||||||
|
background-color: #000080;
|
||||||
#panel_window .menubar > .menuitem:hover {
|
background-image: none;
|
||||||
border-style: none;
|
color: white; }
|
||||||
background-color: #000080;
|
#panel_window .menubar > .menuitem *:hover {
|
||||||
background-image: none;
|
border-style: none;
|
||||||
color: white;
|
background-color: #000080;
|
||||||
}
|
background-image: none;
|
||||||
|
color: white; }
|
||||||
#panel_window .menubar > .menuitem *:hover {
|
#panel_window .menubar > .menuitem:insensitive {
|
||||||
border-style: none;
|
color: #808080;
|
||||||
background-color: #000080;
|
text-shadow: 1px 1px 0 white; }
|
||||||
background-image: none;
|
#panel_window .menubar .menu {
|
||||||
color: white;
|
border-radius: 1px; }
|
||||||
}
|
#panel_window .menubar .menu .menuitem {
|
||||||
|
font: normal;
|
||||||
#panel_window .menubar > .menuitem:insensitive {
|
text-shadow: none; }
|
||||||
color: #808080;
|
|
||||||
text-shadow: 1px 1px 0 white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#panel_window .menubar .menu {
|
|
||||||
border-radius: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#panel_window .menubar .menu .menuitem {
|
|
||||||
font: normal;
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/****************
|
/****************
|
||||||
* login window *
|
* login window *
|
||||||
@ -50,25 +35,21 @@
|
|||||||
#login_window,
|
#login_window,
|
||||||
#shutdown_dialog,
|
#shutdown_dialog,
|
||||||
#restart_dialog {
|
#restart_dialog {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
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,
|
||||||
@ -109,80 +90,68 @@
|
|||||||
} */
|
} */
|
||||||
|
|
||||||
#login_window .entry {
|
#login_window .entry {
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@lightdm_bg_color, 0.8);
|
border-color: shade(@lightdm_bg_color, 0.8);
|
||||||
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;
|
||||||
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 {
|
||||||
padding: 3px 15px;
|
padding: 3px 15px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@lightdm_bg_color, 0.8);
|
border-color: shade(@lightdm_bg_color, 0.8);
|
||||||
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;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
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,
|
||||||
@ -192,10 +161,10 @@
|
|||||||
#shutdown_dialog .button:active:focus,
|
#shutdown_dialog .button:active:focus,
|
||||||
#restart_dialog .button:focus,
|
#restart_dialog .button:focus,
|
||||||
#restart_dialog .button:active:focus {
|
#restart_dialog .button:active:focus {
|
||||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||||
background-color: shade(@theme_selected_bg_color, 1.08);
|
background-color: shade(@theme_selected_bg_color, 1.08);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login_window .button.default:hover,
|
#login_window .button.default:hover,
|
||||||
@ -207,51 +176,47 @@
|
|||||||
#shutdown_dialog .button:active:hover:focus,
|
#shutdown_dialog .button:active:hover:focus,
|
||||||
#restart_dialog .button:hover:focus,
|
#restart_dialog .button:hover:focus,
|
||||||
#restart_dialog .button:active:hover:focus {
|
#restart_dialog .button:active:hover:focus {
|
||||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
* 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; }
|
||||||
}
|
|
||||||
|
@ -1,65 +1,57 @@
|
|||||||
.mate-panel-menu-bar,
|
.mate-panel-menu-bar,
|
||||||
.gnome-panel-menu-bar {
|
.gnome-panel-menu-bar {
|
||||||
background-color: #c0c0c0; }
|
background-color: #c0c0c0; }
|
||||||
.mate-panel-menu-bar > grid,
|
.mate-panel-menu-bar > grid,
|
||||||
.gnome-panel-menu-bar > grid {
|
.gnome-panel-menu-bar > grid {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
border-color: @bg_color @bg_dark @bg_dark @bg_color;
|
|
||||||
box-shadow: inset 1px 1px @bg_bright,
|
|
||||||
inset -1px -1px @bg_shade;
|
|
||||||
border-radius: 0px; }
|
|
||||||
|
|
||||||
#clock-applet-button {
|
|
||||||
padding: 4px;
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: @bg_shade @bg_bright @bg_bright @bg_shade;
|
border-color: @bg_color @bg_dark @bg_dark @bg_color;
|
||||||
box-shadow: none;
|
box-shadow: inset 1px 1px @bg_bright,
|
||||||
|
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 {
|
||||||
|
padding: 4px;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: @bg_shade @bg_bright @bg_bright @bg_shade;
|
||||||
|
box-shadow: none;
|
||||||
|
border-radius: 0px; }
|
||||||
|
|
||||||
#fast-user-switch-menubar,
|
#fast-user-switch-menubar,
|
||||||
#fast-user-switch-menubar menuitem {
|
#fast-user-switch-menubar menuitem {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
border: transparent;
|
border: transparent;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
PanelApplet .button {
|
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,
|
||||||
@ -67,85 +59,68 @@ PanelToplevel,
|
|||||||
PanelWidget,
|
PanelWidget,
|
||||||
PanelAppletFrame,
|
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-color: @bg_color;
|
||||||
background-image: none;
|
color: @text_color;
|
||||||
background-color: @bg_color;
|
text-shadow: none; }
|
||||||
|
|
||||||
color: @text_color;
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
PanelApplet .button:active:hover,
|
PanelApplet .button:active:hover,
|
||||||
PanelApplet .button:active {
|
PanelApplet .button:active {
|
||||||
border-image: none;
|
border-image: none;
|
||||||
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; }
|
||||||
}
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
11
Theme/Chicago95/gtk-3.0/apps/synaptic.css
Executable file → Normal file
11
Theme/Chicago95/gtk-3.0/apps/synaptic.css
Executable file → Normal file
@ -3,9 +3,8 @@
|
|||||||
************/
|
************/
|
||||||
GtkWindow > GtkVBox > .dock,
|
GtkWindow > GtkVBox > .dock,
|
||||||
GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
|
GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
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
|
||||||
@ -33,8 +37,8 @@ the whisker menu without having to correct their pointer location. */
|
|||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: center; }
|
background-position: center; }
|
||||||
#whiskermenu-button label {
|
#whiskermenu-button label {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
@ -45,22 +49,22 @@ 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) {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
#whiskermenu-window separator {
|
#whiskermenu-window separator {
|
||||||
margin: 5px; }
|
margin: 5px; }
|
||||||
#whiskermenu-window scrolledwindow {
|
#whiskermenu-window scrolledwindow {
|
||||||
@ -95,13 +99,13 @@ the whisker menu without having to correct their pointer location. */
|
|||||||
border: 1px solid @bg_shade;
|
border: 1px solid @bg_shade;
|
||||||
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;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
@ -1,43 +1,36 @@
|
|||||||
/* Panel buttons */
|
/* Panel buttons */
|
||||||
|
|
||||||
XfceHeading {
|
XfceHeading {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
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; }
|
||||||
|
130
Theme/Chicago95/gtk-3.24/apps/filechooser.css
Executable file → Normal file
130
Theme/Chicago95/gtk-3.24/apps/filechooser.css
Executable file → Normal file
@ -1,75 +1,23 @@
|
|||||||
/* 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;
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
-gtk-outline-radius: 0px }
|
-gtk-outline-radius: 0px }
|
||||||
|
|
||||||
filechooser .sidebar-row:focus {
|
filechooser .sidebar-row:focus {
|
||||||
outline: 1px dotted @bg_bright;
|
outline: 1px dotted @bg_bright;
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
-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;
|
||||||
@ -82,32 +30,32 @@ filechooser scrolledwindow {
|
|||||||
|
|
||||||
/* Adjust stack buttons*/
|
/* Adjust stack buttons*/
|
||||||
filechooser revealer > box > stack {
|
filechooser revealer > box > stack {
|
||||||
border-left: 1px solid @bg_shade;
|
border-left: 1px solid @bg_shade;
|
||||||
border-top: 1px solid @bg_shade;
|
border-top: 1px solid @bg_shade;
|
||||||
border-right: 1px solid @bg_bright;
|
border-right: 1px solid @bg_bright;
|
||||||
border-bottom: 1px solid @bg_bright;
|
border-bottom: 1px solid @bg_bright;
|
||||||
box-shadow: inset 1px 1px @bg_bright, inset -1px -1px @bg_shade;
|
box-shadow: inset 1px 1px @bg_bright, inset -1px -1px @bg_shade;
|
||||||
padding: 0px;}
|
padding: 0px;}
|
||||||
filechooser revealer > box > stack button,
|
filechooser revealer > box > stack button,
|
||||||
filechooser revealer > box > stack button:backdrop {
|
filechooser revealer > box > stack button:backdrop {
|
||||||
border-left: 1px solid @bg_bright;
|
border-left: 1px solid @bg_bright;
|
||||||
border-top: 1px solid @bg_bright;
|
border-top: 1px solid @bg_bright;
|
||||||
border-right: 1px solid @bg_shade;
|
border-right: 1px solid @bg_shade;
|
||||||
border-bottom: 1px solid @bg_shade;
|
border-bottom: 1px solid @bg_shade;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
min-height: 16px; }
|
min-height: 16px; }
|
||||||
filechooser revealer > box > stack button:focus {
|
filechooser revealer > box > stack button:focus {
|
||||||
outline: 1px dotted @bg_dark;
|
outline: 1px dotted @bg_dark;
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
-gtk-outline-radius: 0px }
|
-gtk-outline-radius: 0px }
|
||||||
filechooser revealer > box > stack button image {
|
filechooser revealer > box > stack button image {
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
margin-bottom: -4px;
|
margin-bottom: -4px;
|
||||||
padding-left: 1px;
|
padding-left: 1px;
|
||||||
padding-right: 1px; }
|
padding-right: 1px; }
|
||||||
filechooser revealer > box > stack button label {
|
filechooser revealer > box > stack button label {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-right: 0px; }
|
padding-right: 0px; }
|
||||||
|
245
Theme/Chicago95/gtk-3.24/apps/lightdm-gtk-greeter.css
Executable file → Normal file
245
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 {
|
||||||
}
|
border-style: none;
|
||||||
|
background-color: #000080;
|
||||||
#panel_window .menubar > .menuitem:hover {
|
background-image: none;
|
||||||
border-style: none;
|
color: white; }
|
||||||
background-color: #000080;
|
#panel_window .menubar > .menuitem *:hover {
|
||||||
background-image: none;
|
border-style: none;
|
||||||
color: white;
|
background-color: #000080;
|
||||||
}
|
background-image: none;
|
||||||
|
color: white; }
|
||||||
#panel_window .menubar > .menuitem *:hover {
|
#panel_window .menubar > .menuitem:insensitive {
|
||||||
border-style: none;
|
color: #808080;
|
||||||
background-color: #000080;
|
text-shadow: 1px 1px 0 white; }
|
||||||
background-image: none;
|
#panel_window .menubar .menu {
|
||||||
color: white;
|
border-radius: 1px; }
|
||||||
}
|
#panel_window .menubar .menu .menuitem {
|
||||||
|
font: normal;
|
||||||
#panel_window .menubar > .menuitem:insensitive {
|
text-shadow: none; }
|
||||||
color: #808080;
|
|
||||||
text-shadow: 1px 1px 0 white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#panel_window .menubar .menu {
|
|
||||||
border-radius: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#panel_window .menubar .menu .menuitem {
|
|
||||||
font: normal;
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/****************
|
/****************
|
||||||
* login window *
|
* login window *
|
||||||
@ -50,25 +35,21 @@
|
|||||||
#login_window,
|
#login_window,
|
||||||
#shutdown_dialog,
|
#shutdown_dialog,
|
||||||
#restart_dialog {
|
#restart_dialog {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
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,
|
||||||
@ -109,80 +90,68 @@
|
|||||||
} */
|
} */
|
||||||
|
|
||||||
#login_window .entry {
|
#login_window .entry {
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@lightdm_bg_color, 0.8);
|
border-color: shade(@lightdm_bg_color, 0.8);
|
||||||
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;
|
||||||
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 {
|
||||||
padding: 3px 15px;
|
padding: 3px 15px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@lightdm_bg_color, 0.8);
|
border-color: shade(@lightdm_bg_color, 0.8);
|
||||||
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;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
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,
|
||||||
@ -192,10 +161,10 @@
|
|||||||
#shutdown_dialog .button:active:focus,
|
#shutdown_dialog .button:active:focus,
|
||||||
#restart_dialog .button:focus,
|
#restart_dialog .button:focus,
|
||||||
#restart_dialog .button:active:focus {
|
#restart_dialog .button:active:focus {
|
||||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||||
background-color: shade(@theme_selected_bg_color, 1.08);
|
background-color: shade(@theme_selected_bg_color, 1.08);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login_window .button.default:hover,
|
#login_window .button.default:hover,
|
||||||
@ -207,51 +176,47 @@
|
|||||||
#shutdown_dialog .button:active:hover:focus,
|
#shutdown_dialog .button:active:hover:focus,
|
||||||
#restart_dialog .button:hover:focus,
|
#restart_dialog .button:hover:focus,
|
||||||
#restart_dialog .button:active:hover:focus {
|
#restart_dialog .button:active:hover:focus {
|
||||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
* 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; }
|
||||||
}
|
|
||||||
|
@ -1,65 +1,57 @@
|
|||||||
.mate-panel-menu-bar,
|
.mate-panel-menu-bar,
|
||||||
.gnome-panel-menu-bar {
|
.gnome-panel-menu-bar {
|
||||||
background-color: #c0c0c0; }
|
background-color: #c0c0c0; }
|
||||||
.mate-panel-menu-bar > grid,
|
.mate-panel-menu-bar > grid,
|
||||||
.gnome-panel-menu-bar > grid {
|
.gnome-panel-menu-bar > grid {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
border-color: @bg_color @bg_dark @bg_dark @bg_color;
|
|
||||||
box-shadow: inset 1px 1px @bg_bright,
|
|
||||||
inset -1px -1px @bg_shade;
|
|
||||||
border-radius: 0px; }
|
|
||||||
|
|
||||||
#clock-applet-button {
|
|
||||||
padding: 4px;
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: @bg_shade @bg_bright @bg_bright @bg_shade;
|
border-color: @bg_color @bg_dark @bg_dark @bg_color;
|
||||||
box-shadow: none;
|
box-shadow: inset 1px 1px @bg_bright,
|
||||||
|
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 {
|
||||||
|
padding: 4px;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: @bg_shade @bg_bright @bg_bright @bg_shade;
|
||||||
|
box-shadow: none;
|
||||||
|
border-radius: 0px; }
|
||||||
|
|
||||||
#fast-user-switch-menubar,
|
#fast-user-switch-menubar,
|
||||||
#fast-user-switch-menubar menuitem {
|
#fast-user-switch-menubar menuitem {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
border: transparent;
|
border: transparent;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
PanelApplet .button {
|
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,
|
||||||
@ -67,85 +59,68 @@ PanelToplevel,
|
|||||||
PanelWidget,
|
PanelWidget,
|
||||||
PanelAppletFrame,
|
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-color: @bg_color;
|
||||||
background-image: none;
|
color: @text_color;
|
||||||
background-color: @bg_color;
|
text-shadow: none; }
|
||||||
|
|
||||||
color: @text_color;
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
PanelApplet .button:active:hover,
|
PanelApplet .button:active:hover,
|
||||||
PanelApplet .button:active {
|
PanelApplet .button:active {
|
||||||
border-image: none;
|
border-image: none;
|
||||||
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; }
|
||||||
}
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
11
Theme/Chicago95/gtk-3.24/apps/synaptic.css
Executable file → Normal file
11
Theme/Chicago95/gtk-3.24/apps/synaptic.css
Executable file → Normal file
@ -3,9 +3,8 @@
|
|||||||
************/
|
************/
|
||||||
GtkWindow > GtkVBox > .dock,
|
GtkWindow > GtkVBox > .dock,
|
||||||
GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
|
GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
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 {
|
|
||||||
outline-color: white; }
|
.thunar paned .view:focus {
|
||||||
|
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; }
|
||||||
@ -15,17 +19,17 @@
|
|||||||
border-right: 1px solid @bg_dark;
|
border-right: 1px solid @bg_dark;
|
||||||
box-shadow: inset -1px -1px @bg_shade;
|
box-shadow: inset -1px -1px @bg_shade;
|
||||||
background-color: @bg_color; }
|
background-color: @bg_color; }
|
||||||
#whiskermenu-button:active box,
|
#whiskermenu-button:active box,
|
||||||
#whiskermenu-button:checked box {
|
#whiskermenu-button:checked box {
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 1px;
|
padding-right: 1px;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
border-bottom: 1px solid @bg_bright;
|
border-bottom: 1px solid @bg_bright;
|
||||||
border-right: 1px solid @bg_bright;
|
border-right: 1px solid @bg_bright;
|
||||||
border-top: 1px solid @bg_dark;
|
border-top: 1px solid @bg_dark;
|
||||||
border-left: 1px solid @bg_dark;
|
border-left: 1px solid @bg_dark;
|
||||||
box-shadow: inset -1px -1px @bg_color, inset 1px 1px @bg_shade;
|
box-shadow: inset -1px -1px @bg_color, inset 1px 1px @bg_shade;
|
||||||
border-radius: 0px; }
|
border-radius: 0px; }
|
||||||
#whiskermenu-button image {
|
#whiskermenu-button image {
|
||||||
margin-right: -4px;
|
margin-right: -4px;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Xfdesktop */
|
/************
|
||||||
|
* Xfdesktop *
|
||||||
|
************/
|
||||||
|
|
||||||
XfdesktopIconView.view {
|
XfdesktopIconView.view {
|
||||||
background: @xfd_icon_backdrop;
|
background: @xfd_icon_backdrop;
|
||||||
@ -14,50 +16,51 @@ 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.*/
|
|
||||||
.xfce4-panel > widget > frame, /* affects the frame of the notification area plugin for GTK2 notifications. */
|
|
||||||
.xfce4-panel .flat:not(.toggle), /* affects the launcher buttons as well and the status notifier plugin. */
|
|
||||||
#sn-button, /* Specifying this class is redundant due to ".xfce4-panel .flat:not(.toggle)" but included for consistency. */
|
|
||||||
#xfce4-notification-plugin,
|
|
||||||
#pulseaudio-button,
|
|
||||||
#xfce4-power-manager-plugin,
|
|
||||||
#indicator-button {
|
|
||||||
padding: 0px;
|
|
||||||
border: transparent;
|
|
||||||
/*box-shadow: inset 0px 1px white;*/
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: @panel_fg_color;
|
border: none; }
|
||||||
background-color: transparent; }
|
/* 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.*/
|
||||||
#indicator-button:hover,
|
.xfce4-panel > widget > frame, /* affects the frame of the notification area plugin for GTK2 notifications. */
|
||||||
#indicator-button:active,
|
.xfce4-panel .flat:not(.toggle), /* affects the launcher buttons as well and the status notifier plugin. */
|
||||||
#indicator-button:checked,
|
#sn-button, /* Specifying this class is redundant due to ".xfce4-panel .flat:not(.toggle)" but included for consistency. */
|
||||||
.xfce4-panel .flat:not(.toggle):hover,
|
#xfce4-notification-plugin,
|
||||||
.xfce4-panel .flat:not(.toggle):active,
|
#pulseaudio-button,
|
||||||
.xfce4-panel .flat:not(.toggle):checked,
|
#xfce4-power-manager-plugin,
|
||||||
#sn-button:hover,
|
#indicator-button {
|
||||||
#sn-button:active,
|
padding: 0px;
|
||||||
#sn-button:checked,
|
|
||||||
#xfce4-notification-plugin:hover,
|
|
||||||
#xfce4-notification-plugin:active,
|
|
||||||
#xfce4-notification-plugin:checked,
|
|
||||||
#pulseaudio-button:hover,
|
|
||||||
#pulseaudio-button:active,
|
|
||||||
#pulseaudio-button:checked,
|
|
||||||
#xfce4-power-manager-plugin:hover,
|
|
||||||
#xfce4-power-manager-plugin:active,
|
|
||||||
#xfce4-power-manager-plugin:checked {
|
|
||||||
border: transparent;
|
border: transparent;
|
||||||
|
/*box-shadow: inset 0px 1px white;*/
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: @panel_fg_color_bright;
|
color: @panel_fg_color;
|
||||||
background-color: @selected_bg_color; }
|
background-color: transparent; }
|
||||||
#xfce4-power-manager-plugin {
|
#indicator-button:hover,
|
||||||
margin-bottom: -2px; }
|
#indicator-button:active,
|
||||||
|
#indicator-button:checked,
|
||||||
|
.xfce4-panel .flat:not(.toggle):hover,
|
||||||
|
.xfce4-panel .flat:not(.toggle):active,
|
||||||
|
.xfce4-panel .flat:not(.toggle):checked,
|
||||||
|
#sn-button:hover,
|
||||||
|
#sn-button:active,
|
||||||
|
#sn-button:checked,
|
||||||
|
#xfce4-notification-plugin:hover,
|
||||||
|
#xfce4-notification-plugin:active,
|
||||||
|
#xfce4-notification-plugin:checked,
|
||||||
|
#pulseaudio-button:hover,
|
||||||
|
#pulseaudio-button:active,
|
||||||
|
#pulseaudio-button:checked,
|
||||||
|
#xfce4-power-manager-plugin:hover,
|
||||||
|
#xfce4-power-manager-plugin:active,
|
||||||
|
#xfce4-power-manager-plugin:checked {
|
||||||
|
border: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
color: @panel_fg_color_bright;
|
||||||
|
background-color: @selected_bg_color; }
|
||||||
|
#xfce4-power-manager-plugin {
|
||||||
|
margin-bottom: -2px; }
|
||||||
|
|
||||||
#clock-button {
|
#clock-button {
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
@ -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 {
|
||||||
@ -87,15 +91,15 @@ wnck-pager {
|
|||||||
border-bottom: 1px solid @bg_dark;
|
border-bottom: 1px solid @bg_dark;
|
||||||
box-shadow: inset -1px -1px @bg_shade; }
|
box-shadow: inset -1px -1px @bg_shade; }
|
||||||
.tasklist .toggle:checked box {
|
.tasklist .toggle:checked box {
|
||||||
/*font-family: "NotoSans-Bold";*/
|
/*font-family: "NotoSans-Bold";*/
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-left: 1px solid @bg_dark;
|
border-left: 1px solid @bg_dark;
|
||||||
border-top: 1px solid @bg_dark;
|
border-top: 1px solid @bg_dark;
|
||||||
border-right: 1px solid @bg_bright;
|
border-right: 1px solid @bg_bright;
|
||||||
border-bottom: 1px solid @bg_bright;
|
border-bottom: 1px solid @bg_bright;
|
||||||
box-shadow: inset 1px 1px @bg_shade, inset -1px -1px @bg_color;
|
box-shadow: inset 1px 1px @bg_shade, inset -1px -1px @bg_color;
|
||||||
background-color: @border_bright;
|
background-color: @border_bright;
|
||||||
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @border_dark);
|
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @border_dark);
|
||||||
background-size: 2px 2px;
|
background-size: 2px 2px;
|
||||||
background-position: 0 0, 1px 1px; }
|
background-position: 0 0, 1px 1px; }
|
||||||
.tasklist .toggle label {
|
.tasklist .toggle label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user