mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 23:54:19 +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 */
|
||||
|
||||
/* The commented out section below should not be required anymore, but I'm keeping it around for a little while.*/
|
||||
/*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. */
|
||||
/* 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 treeview:focus {
|
||||
outline: 1px solid @bg_dark;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px
|
||||
}*/
|
||||
outline: 1px solid @bg_dark;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }*/
|
||||
|
||||
filechooser treeview:selected {
|
||||
outline: 1px dotted @bg_bright;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }
|
||||
outline: 1px dotted @bg_bright;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }
|
||||
|
||||
filechooser .sidebar-row:focus {
|
||||
outline: 1px dotted @bg_bright;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }
|
||||
outline: 1px dotted @bg_bright;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }
|
||||
|
||||
filechooser .sidebar-row:selected:backdrop {
|
||||
background-color: @bg_shade;
|
||||
}
|
||||
background-color: @bg_shade; }
|
||||
|
||||
filechooser placessidebar viewport {
|
||||
border: 1px solid @bg_shade;
|
||||
@ -82,32 +30,32 @@ filechooser scrolledwindow {
|
||||
|
||||
/* Adjust stack buttons*/
|
||||
filechooser revealer > box > stack {
|
||||
border-left: 1px solid @bg_shade;
|
||||
border-top: 1px solid @bg_shade;
|
||||
border-right: 1px solid @bg_bright;
|
||||
border-bottom: 1px solid @bg_bright;
|
||||
box-shadow: inset 1px 1px @bg_bright, inset -1px -1px @bg_shade;
|
||||
padding: 0px;}
|
||||
filechooser revealer > box > stack button,
|
||||
filechooser revealer > box > stack button:backdrop {
|
||||
border-left: 1px solid @bg_bright;
|
||||
border-top: 1px solid @bg_bright;
|
||||
border-right: 1px solid @bg_shade;
|
||||
border-bottom: 1px solid @bg_shade;
|
||||
box-shadow: none;
|
||||
margin: 1px;
|
||||
padding: 2px;
|
||||
min-width: 20px;
|
||||
min-height: 16px; }
|
||||
border-left: 1px solid @bg_shade;
|
||||
border-top: 1px solid @bg_shade;
|
||||
border-right: 1px solid @bg_bright;
|
||||
border-bottom: 1px solid @bg_bright;
|
||||
box-shadow: inset 1px 1px @bg_bright, inset -1px -1px @bg_shade;
|
||||
padding: 0px;}
|
||||
filechooser revealer > box > stack button,
|
||||
filechooser revealer > box > stack button:backdrop {
|
||||
border-left: 1px solid @bg_bright;
|
||||
border-top: 1px solid @bg_bright;
|
||||
border-right: 1px solid @bg_shade;
|
||||
border-bottom: 1px solid @bg_shade;
|
||||
box-shadow: none;
|
||||
margin: 1px;
|
||||
padding: 2px;
|
||||
min-width: 20px;
|
||||
min-height: 16px; }
|
||||
filechooser revealer > box > stack button:focus {
|
||||
outline: 1px dotted @bg_dark;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }
|
||||
filechooser revealer > box > stack button image {
|
||||
margin-top: -4px;
|
||||
margin-bottom: -4px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px; }
|
||||
filechooser revealer > box > stack button label {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px; }
|
||||
outline: 1px dotted @bg_dark;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }
|
||||
filechooser revealer > box > stack button image {
|
||||
margin-top: -4px;
|
||||
margin-bottom: -4px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px; }
|
||||
filechooser revealer > box > stack button label {
|
||||
padding-left: 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_window {
|
||||
|
||||
background-image: none;
|
||||
color: white;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
#panel_window .menubar,
|
||||
#panel_window .menubar > .menuitem {
|
||||
background-image: none;
|
||||
color: white;
|
||||
font: bold; }
|
||||
#panel_window .menubar,
|
||||
#panel_window .menubar > .menuitem {
|
||||
background-color: #c0c0c0;
|
||||
background-image: none;
|
||||
color: black;
|
||||
|
||||
}
|
||||
|
||||
#panel_window .menubar > .menuitem:hover {
|
||||
border-style: none;
|
||||
background-color: #000080;
|
||||
background-image: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#panel_window .menubar > .menuitem *:hover {
|
||||
border-style: none;
|
||||
background-color: #000080;
|
||||
background-image: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#panel_window .menubar > .menuitem:insensitive {
|
||||
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;
|
||||
}
|
||||
color: black; }
|
||||
#panel_window .menubar > .menuitem:hover {
|
||||
border-style: none;
|
||||
background-color: #000080;
|
||||
background-image: none;
|
||||
color: white; }
|
||||
#panel_window .menubar > .menuitem *:hover {
|
||||
border-style: none;
|
||||
background-color: #000080;
|
||||
background-image: none;
|
||||
color: white; }
|
||||
#panel_window .menubar > .menuitem:insensitive {
|
||||
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 *
|
||||
@ -50,25 +35,21 @@
|
||||
#login_window,
|
||||
#shutdown_dialog,
|
||||
#restart_dialog {
|
||||
border-style: none;
|
||||
border-radius: 2px;
|
||||
background-color: @lightdm_bg_color;
|
||||
color: @lightdm_fg_color;
|
||||
|
||||
/* draw border using box-shadow */
|
||||
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 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);
|
||||
}
|
||||
border-style: none;
|
||||
border-radius: 2px;
|
||||
background-color: @lightdm_bg_color;
|
||||
color: @lightdm_fg_color;
|
||||
/* draw border using box-shadow */
|
||||
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 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 {
|
||||
padding-bottom: 14px;
|
||||
}
|
||||
padding-bottom: 14px; }
|
||||
|
||||
#login_window .menu {
|
||||
border-radius: 1px;
|
||||
}
|
||||
border-radius: 1px; }
|
||||
|
||||
/*
|
||||
#login_window GtkComboBox .button,
|
||||
@ -109,80 +90,68 @@
|
||||
} */
|
||||
|
||||
#login_window .entry {
|
||||
padding: 3px 5px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@lightdm_bg_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color: shade(@lightdm_bg_color, 0.9);
|
||||
background-image: none;
|
||||
color: @lightdm_fg_color;
|
||||
|
||||
box-shadow: none;
|
||||
transition: all 150ms ease-out;
|
||||
}
|
||||
|
||||
#login_window .entry:focus,
|
||||
#login_window .entry:hover {
|
||||
padding: 3px 5px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@lightdm_bg_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color: shade(@lightdm_bg_color, 0.9);
|
||||
background-image: none;
|
||||
color: @lightdm_fg_color;
|
||||
box-shadow: none;
|
||||
transition: all 150ms ease-out; }
|
||||
#login_window .entry:focus,
|
||||
#login_window .entry:hover {
|
||||
border-color: shade(@lightdm_bg_color, 0.7);
|
||||
|
||||
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.10),
|
||||
inset 0 1px alpha(@dark_shadow, 0.12),
|
||||
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,
|
||||
#shutdown_dialog .button,
|
||||
#restart_dialog .button {
|
||||
padding: 3px 15px;
|
||||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
border-style: solid;
|
||||
border-color: shade(@lightdm_bg_color, 0.8);
|
||||
background-color: shade(@lightdm_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @lightdm_fg_color;
|
||||
|
||||
transition: all 150ms ease-out;
|
||||
}
|
||||
padding: 3px 15px;
|
||||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
border-style: solid;
|
||||
border-color: shade(@lightdm_bg_color, 0.8);
|
||||
background-color: shade(@lightdm_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @lightdm_fg_color;
|
||||
transition: all 150ms ease-out; }
|
||||
|
||||
#user_image {
|
||||
padding: 3px;
|
||||
border-radius: 2px;
|
||||
|
||||
/* draw border using box-shadow */
|
||||
box-shadow: 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);
|
||||
}
|
||||
padding: 3px;
|
||||
border-radius: 2px;
|
||||
/* draw border using box-shadow */
|
||||
box-shadow: 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); }
|
||||
|
||||
#user_image_border {
|
||||
border-radius: 2px;
|
||||
background-color: shade(@lightdm_bg_color, 0.9);
|
||||
background-image: none;
|
||||
|
||||
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
||||
inset 0 1px alpha(@dark_shadow, 0.08),
|
||||
inset -1px 0 alpha(@dark_shadow, 0.07),
|
||||
inset 0 -1px alpha(@dark_shadow, 0.05);
|
||||
}
|
||||
border-radius: 2px;
|
||||
background-color: shade(@lightdm_bg_color, 0.9);
|
||||
background-image: none;
|
||||
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
||||
inset 0 1px alpha(@dark_shadow, 0.08),
|
||||
inset -1px 0 alpha(@dark_shadow, 0.07),
|
||||
inset 0 -1px alpha(@dark_shadow, 0.05); }
|
||||
|
||||
#buttonbox_frame {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 0;
|
||||
border-style: none;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
padding-top: 10px;
|
||||
padding-bottom: 0;
|
||||
border-style: none;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
box-shadow: none; }
|
||||
|
||||
/******************************
|
||||
* default and focused button *
|
||||
******************************
|
||||
******************************/
|
||||
/*
|
||||
#login_window .button.default,
|
||||
#shutdown_dialog .button.default,
|
||||
#restart_dialog .button.default,
|
||||
@ -192,10 +161,10 @@
|
||||
#shutdown_dialog .button:active:focus,
|
||||
#restart_dialog .button:focus,
|
||||
#restart_dialog .button:active:focus {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
#login_window .button.default:hover,
|
||||
@ -207,51 +176,47 @@
|
||||
#shutdown_dialog .button:active:hover:focus,
|
||||
#restart_dialog .button:hover:focus,
|
||||
#restart_dialog .button:active:hover:focus {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: @theme_selected_bg_color;
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: @theme_selected_bg_color;
|
||||
}*/
|
||||
|
||||
/*******************
|
||||
* shutdown button *
|
||||
*******************
|
||||
*******************/
|
||||
/*
|
||||
#shutdown_button.button {
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @error_fg_color; }
|
||||
|
||||
#shutdown_button.button:hover,
|
||||
#shutdown_button.button:active,
|
||||
#shutdown_button.button:active:hover {
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: @error_bg_color;
|
||||
} */
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: @error_bg_color; } */
|
||||
|
||||
/******************
|
||||
* restart button *
|
||||
******************
|
||||
******************/
|
||||
/*
|
||||
#restart_button.button {
|
||||
border-color: shade(@warning_bg_color, 0.8);
|
||||
background-color: shade(@warning_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @warning_fg_color;
|
||||
}
|
||||
border-color: shade(@warning_bg_color, 0.8);
|
||||
background-color: shade(@warning_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @warning_fg_color; }
|
||||
|
||||
#restart_button.button:hover,
|
||||
#restart_button.button:active,
|
||||
#restart_button.button:active:hover {
|
||||
border-color: shade(@warning_bg_color, 0.7);
|
||||
background-color: @warning_bg_color;
|
||||
} */
|
||||
border-color: shade(@warning_bg_color, 0.7);
|
||||
background-color: @warning_bg_color; } */
|
||||
|
||||
/********************
|
||||
* password warning *
|
||||
********************/
|
||||
#greeter_infobar {
|
||||
font: bold;
|
||||
}
|
||||
font: bold; }
|
||||
|
||||
#window {
|
||||
border: 2px solid red;
|
||||
}
|
||||
border: 2px solid red; }
|
||||
|
@ -1,65 +1,57 @@
|
||||
.mate-panel-menu-bar,
|
||||
.gnome-panel-menu-bar {
|
||||
background-color: #c0c0c0; }
|
||||
.mate-panel-menu-bar > grid,
|
||||
.gnome-panel-menu-bar > grid {
|
||||
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;
|
||||
background-color: #c0c0c0; }
|
||||
.mate-panel-menu-bar > grid,
|
||||
.gnome-panel-menu-bar > grid {
|
||||
padding: 3px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: @bg_shade @bg_bright @bg_bright @bg_shade;
|
||||
box-shadow: none;
|
||||
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; }
|
||||
.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 menuitem {
|
||||
padding: 0px;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
border: transparent;
|
||||
box-shadow: none; }
|
||||
padding: 0px;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
border: transparent;
|
||||
box-shadow: none; }
|
||||
|
||||
PanelApplet .button {
|
||||
background-color: red;
|
||||
border: 1px solid black;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
}
|
||||
background-color: red;
|
||||
border: 1px solid black;
|
||||
padding: 5px;
|
||||
margin: 5px; }
|
||||
|
||||
/* Looks like there's a theme override built into the panelbar, otherwise this would have worked... */
|
||||
#tasklist-button {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
margin-left: 2px;
|
||||
margin-right: 2px; }
|
||||
|
||||
#showdesktop-button {
|
||||
padding: 2px;
|
||||
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;
|
||||
}
|
||||
padding: 2px;
|
||||
box-shadow: none; }
|
||||
|
||||
.caja-desktop-window grid scrolledwindow {
|
||||
background: none;
|
||||
}
|
||||
background: none; }
|
||||
/*
|
||||
.gnome-panel-menu-bar,
|
||||
PanelApplet > GtkMenuBar.menubar,
|
||||
@ -67,85 +59,68 @@ PanelToplevel,
|
||||
PanelWidget,
|
||||
PanelAppletFrame,
|
||||
PanelApplet {
|
||||
background-color: @bg_color;
|
||||
background-image: none;
|
||||
color: @text_color;
|
||||
}
|
||||
background-color: @bg_color;
|
||||
background-image: none;
|
||||
color: @text_color; }
|
||||
|
||||
ClockBox,
|
||||
.gnome-panel-menu-bar.menubar,
|
||||
PanelApplet > GtkMenuBar.menubar {
|
||||
font: bold;
|
||||
}
|
||||
font: bold; }
|
||||
|
||||
.gnome-panel-menu-bar.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,
|
||||
PanelApplet > GtkMenuBar.menubar .menu {
|
||||
font: regular;
|
||||
}
|
||||
font: regular; }
|
||||
|
||||
.gnome-panel-menu-bar.menubar .menu *:hover,
|
||||
PanelApplet > GtkMenuBar.menubar .menu *:hover {
|
||||
text-shadow: none;
|
||||
}
|
||||
text-shadow: none; }
|
||||
|
||||
.gnome-panel-menu-bar .menuitem:hover,
|
||||
PanelApplet > GtkMenuBar.menubar .menuitem:hover,
|
||||
.gnome-panel-menu-bar .menuitem *:hover,
|
||||
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
||||
background-color: @selected_bg_color;
|
||||
color: @font_bright;
|
||||
}
|
||||
background-color: @selected_bg_color;
|
||||
color: @font_bright; }
|
||||
|
||||
.gnome-panel-menu-bar .menuitem *:hover,
|
||||
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
||||
color: @font_bright;
|
||||
}
|
||||
color: @font_bright; }
|
||||
|
||||
PanelApplet .button,
|
||||
PanelApplet .button:hover {
|
||||
padding: 4px;
|
||||
|
||||
border-image: none;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
|
||||
background-image: none;
|
||||
background-color: @bg_color;
|
||||
|
||||
color: @text_color;
|
||||
text-shadow: none;
|
||||
}
|
||||
padding: 4px;
|
||||
border-image: none;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
background-image: none;
|
||||
background-color: @bg_color;
|
||||
color: @text_color;
|
||||
text-shadow: none; }
|
||||
|
||||
PanelApplet .button:active:hover,
|
||||
PanelApplet .button:active {
|
||||
border-image: none;
|
||||
background-image: none;
|
||||
background-color: @bg_color;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
border-image: none;
|
||||
background-image: none;
|
||||
background-color: @bg_color;
|
||||
border-width: 0;
|
||||
border-radius: 0; }
|
||||
|
||||
PanelApplet *:hover {
|
||||
color: @text_color;
|
||||
}
|
||||
color: @text_color; }
|
||||
|
||||
PanelApplet *:active,
|
||||
PanelApplet *:hover:active {
|
||||
color: @text_color;
|
||||
}
|
||||
color: @text_color; }
|
||||
|
||||
WnckPager {
|
||||
background-color: @bg_color;
|
||||
}
|
||||
background-color: @bg_color; }
|
||||
|
||||
NaTrayApplet {
|
||||
-NaTrayApplet-icon-padding: 12;
|
||||
-NaTrayApplet-icon-size: 16;
|
||||
}
|
||||
|
||||
-NaTrayApplet-icon-padding: 12;
|
||||
-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 > GtkHBox > GtkToolbar {
|
||||
padding: 4px;
|
||||
border-style: none;
|
||||
background-color: @toolbar_bg_color;
|
||||
background-image: none;
|
||||
color: @toolbar_fg_color;
|
||||
}
|
||||
padding: 4px;
|
||||
border-style: none;
|
||||
background-color: @toolbar_bg_color;
|
||||
background-image: none;
|
||||
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.
|
||||
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;
|
||||
padding: 1px;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center; }
|
||||
background-size: contain;
|
||||
background-position: center; }
|
||||
#whiskermenu-button label {
|
||||
padding: 0px;
|
||||
margin-right: 1px;
|
||||
@ -45,22 +49,22 @@ the whisker menu without having to correct their pointer location. */
|
||||
font-weight: 600;
|
||||
font-size: 11px; }
|
||||
|
||||
/****************
|
||||
* Whisker Menu **
|
||||
****************/
|
||||
/***************
|
||||
* Whisker Menu *
|
||||
***************/
|
||||
|
||||
#whiskermenu-window treeview {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px; }
|
||||
#whiskermenu-window button {
|
||||
padding: 2px;
|
||||
min-height: 16px; }
|
||||
#whiskermenu-window button:not(:hover):not(:checked) {
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
background-color: transparent; }
|
||||
#whiskermenu-window button {
|
||||
padding: 2px;
|
||||
min-height: 16px; }
|
||||
#whiskermenu-window button:not(:hover):not(:checked) {
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
background-color: transparent; }
|
||||
#whiskermenu-window separator {
|
||||
margin: 5px; }
|
||||
#whiskermenu-window scrolledwindow {
|
||||
@ -95,13 +99,13 @@ the whisker menu without having to correct their pointer location. */
|
||||
border: 1px solid @bg_shade;
|
||||
padding: 0px; }
|
||||
#whiskermenu-window frame > box > box > box button image {
|
||||
padding: 0px; }
|
||||
#whiskermenu-window entry {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
min-height: 16px; }
|
||||
#whiskermenu-window frame, #whiskermenu-window GtkListBox, #whiskermenu-window scrolledwindow, #whiskermenu-window viewport {
|
||||
background-color: transparent;}
|
||||
padding: 0px; }
|
||||
#whiskermenu-window entry {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
min-height: 16px; }
|
||||
#whiskermenu-window frame, #whiskermenu-window GtkListBox, #whiskermenu-window scrolledwindow, #whiskermenu-window viewport {
|
||||
background-color: transparent;}
|
||||
#whiskermenu-window scrollbar button {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
@ -1,43 +1,36 @@
|
||||
/* Panel buttons */
|
||||
|
||||
XfceHeading {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color; }
|
||||
|
||||
.xfce4-panel {
|
||||
background-color: @bg_color;
|
||||
color: @panel_fg_color;
|
||||
border: 0px;
|
||||
box-shadow: 0 0 0;
|
||||
}
|
||||
|
||||
.xfce4-panel button {
|
||||
background-color: @bg_color;
|
||||
color: @panel_fg_color;
|
||||
border: 0px;
|
||||
box-shadow: 0 0 0; }
|
||||
.xfce4-panel button {
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
border-radius: 0;
|
||||
border: 1px solid transparent;
|
||||
color: @panel_fg_color;
|
||||
background-color: transparent;
|
||||
box-shadow: 0 0 0;
|
||||
}
|
||||
|
||||
.xfce4-panel button:hover {
|
||||
box-shadow: 0 0 0; }
|
||||
.xfce4-panel button:hover {
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
border-radius: 0;
|
||||
border: 1px solid transparent;
|
||||
color: @panel_fg_color_bright;
|
||||
background-color: @selected_bg_color;
|
||||
box-shadow: 0 0 0;
|
||||
}
|
||||
|
||||
.xfce4-panel button:active,
|
||||
.xfce4-panel button:checked {
|
||||
box-shadow: 0 0 0; }
|
||||
.xfce4-panel button:active,
|
||||
.xfce4-panel button:checked {
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
border-top: 1px solid #000000;
|
||||
@ -46,12 +39,10 @@ XfceHeading {
|
||||
border-right: 1px solid #FFF;
|
||||
box-shadow: inset 1px 1px #808080;
|
||||
color: @panel_fg_color_bright;
|
||||
background-color: @selected_bg_color;
|
||||
}
|
||||
background-color: @selected_bg_color; }
|
||||
|
||||
.xfce4-panel menu {
|
||||
-gtk-icon-effect: none;
|
||||
}
|
||||
-gtk-icon-effect: none; }
|
||||
|
||||
#xfce4-power-manager-plugin {
|
||||
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 */
|
||||
|
||||
/* The commented out section below should not be required anymore, but I'm keeping it around for a little while.*/
|
||||
/*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. */
|
||||
/* 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 treeview:focus {
|
||||
outline: 1px solid @bg_dark;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px
|
||||
}*/
|
||||
outline: 1px solid @bg_dark;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px; }*/
|
||||
|
||||
filechooser treeview:selected {
|
||||
outline: 1px dotted @bg_bright;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }
|
||||
outline: 1px dotted @bg_bright;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }
|
||||
|
||||
filechooser .sidebar-row:focus {
|
||||
outline: 1px dotted @bg_bright;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }
|
||||
outline: 1px dotted @bg_bright;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }
|
||||
|
||||
filechooser .sidebar-row:selected:backdrop {
|
||||
background-color: @bg_shade;
|
||||
}
|
||||
background-color: @bg_shade; }
|
||||
|
||||
filechooser placessidebar viewport {
|
||||
border: 1px solid @bg_shade;
|
||||
@ -82,32 +30,32 @@ filechooser scrolledwindow {
|
||||
|
||||
/* Adjust stack buttons*/
|
||||
filechooser revealer > box > stack {
|
||||
border-left: 1px solid @bg_shade;
|
||||
border-top: 1px solid @bg_shade;
|
||||
border-right: 1px solid @bg_bright;
|
||||
border-bottom: 1px solid @bg_bright;
|
||||
box-shadow: inset 1px 1px @bg_bright, inset -1px -1px @bg_shade;
|
||||
padding: 0px;}
|
||||
filechooser revealer > box > stack button,
|
||||
filechooser revealer > box > stack button:backdrop {
|
||||
border-left: 1px solid @bg_bright;
|
||||
border-top: 1px solid @bg_bright;
|
||||
border-right: 1px solid @bg_shade;
|
||||
border-bottom: 1px solid @bg_shade;
|
||||
box-shadow: none;
|
||||
margin: 1px;
|
||||
padding: 2px;
|
||||
min-width: 20px;
|
||||
min-height: 16px; }
|
||||
border-left: 1px solid @bg_shade;
|
||||
border-top: 1px solid @bg_shade;
|
||||
border-right: 1px solid @bg_bright;
|
||||
border-bottom: 1px solid @bg_bright;
|
||||
box-shadow: inset 1px 1px @bg_bright, inset -1px -1px @bg_shade;
|
||||
padding: 0px;}
|
||||
filechooser revealer > box > stack button,
|
||||
filechooser revealer > box > stack button:backdrop {
|
||||
border-left: 1px solid @bg_bright;
|
||||
border-top: 1px solid @bg_bright;
|
||||
border-right: 1px solid @bg_shade;
|
||||
border-bottom: 1px solid @bg_shade;
|
||||
box-shadow: none;
|
||||
margin: 1px;
|
||||
padding: 2px;
|
||||
min-width: 20px;
|
||||
min-height: 16px; }
|
||||
filechooser revealer > box > stack button:focus {
|
||||
outline: 1px dotted @bg_dark;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }
|
||||
filechooser revealer > box > stack button image {
|
||||
margin-top: -4px;
|
||||
margin-bottom: -4px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px; }
|
||||
filechooser revealer > box > stack button label {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px; }
|
||||
outline: 1px dotted @bg_dark;
|
||||
outline-offset: -4px;
|
||||
-gtk-outline-radius: 0px }
|
||||
filechooser revealer > box > stack button image {
|
||||
margin-top: -4px;
|
||||
margin-bottom: -4px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px; }
|
||||
filechooser revealer > box > stack button label {
|
||||
padding-left: 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_window {
|
||||
|
||||
background-image: none;
|
||||
color: white;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
#panel_window .menubar,
|
||||
#panel_window .menubar > .menuitem {
|
||||
background-image: none;
|
||||
color: white;
|
||||
font: bold; }
|
||||
#panel_window .menubar,
|
||||
#panel_window .menubar > .menuitem {
|
||||
background-color: #c0c0c0;
|
||||
background-image: none;
|
||||
color: black;
|
||||
|
||||
}
|
||||
|
||||
#panel_window .menubar > .menuitem:hover {
|
||||
border-style: none;
|
||||
background-color: #000080;
|
||||
background-image: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#panel_window .menubar > .menuitem *:hover {
|
||||
border-style: none;
|
||||
background-color: #000080;
|
||||
background-image: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#panel_window .menubar > .menuitem:insensitive {
|
||||
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;
|
||||
}
|
||||
color: black; }
|
||||
#panel_window .menubar > .menuitem:hover {
|
||||
border-style: none;
|
||||
background-color: #000080;
|
||||
background-image: none;
|
||||
color: white; }
|
||||
#panel_window .menubar > .menuitem *:hover {
|
||||
border-style: none;
|
||||
background-color: #000080;
|
||||
background-image: none;
|
||||
color: white; }
|
||||
#panel_window .menubar > .menuitem:insensitive {
|
||||
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 *
|
||||
@ -50,25 +35,21 @@
|
||||
#login_window,
|
||||
#shutdown_dialog,
|
||||
#restart_dialog {
|
||||
border-style: none;
|
||||
border-radius: 2px;
|
||||
background-color: @lightdm_bg_color;
|
||||
color: @lightdm_fg_color;
|
||||
|
||||
/* draw border using box-shadow */
|
||||
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 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);
|
||||
}
|
||||
border-style: none;
|
||||
border-radius: 2px;
|
||||
background-color: @lightdm_bg_color;
|
||||
color: @lightdm_fg_color;
|
||||
/* draw border using box-shadow */
|
||||
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 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 {
|
||||
padding-bottom: 14px;
|
||||
}
|
||||
padding-bottom: 14px; }
|
||||
|
||||
#login_window .menu {
|
||||
border-radius: 1px;
|
||||
}
|
||||
border-radius: 1px; }
|
||||
|
||||
/*
|
||||
#login_window GtkComboBox .button,
|
||||
@ -109,80 +90,68 @@
|
||||
} */
|
||||
|
||||
#login_window .entry {
|
||||
padding: 3px 5px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@lightdm_bg_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color: shade(@lightdm_bg_color, 0.9);
|
||||
background-image: none;
|
||||
color: @lightdm_fg_color;
|
||||
|
||||
box-shadow: none;
|
||||
transition: all 150ms ease-out;
|
||||
}
|
||||
|
||||
#login_window .entry:focus,
|
||||
#login_window .entry:hover {
|
||||
padding: 3px 5px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@lightdm_bg_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color: shade(@lightdm_bg_color, 0.9);
|
||||
background-image: none;
|
||||
color: @lightdm_fg_color;
|
||||
box-shadow: none;
|
||||
transition: all 150ms ease-out; }
|
||||
#login_window .entry:focus,
|
||||
#login_window .entry:hover {
|
||||
border-color: shade(@lightdm_bg_color, 0.7);
|
||||
|
||||
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.10),
|
||||
inset 0 1px alpha(@dark_shadow, 0.12),
|
||||
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,
|
||||
#shutdown_dialog .button,
|
||||
#restart_dialog .button {
|
||||
padding: 3px 15px;
|
||||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
border-style: solid;
|
||||
border-color: shade(@lightdm_bg_color, 0.8);
|
||||
background-color: shade(@lightdm_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @lightdm_fg_color;
|
||||
|
||||
transition: all 150ms ease-out;
|
||||
}
|
||||
padding: 3px 15px;
|
||||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
border-style: solid;
|
||||
border-color: shade(@lightdm_bg_color, 0.8);
|
||||
background-color: shade(@lightdm_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @lightdm_fg_color;
|
||||
transition: all 150ms ease-out; }
|
||||
|
||||
#user_image {
|
||||
padding: 3px;
|
||||
border-radius: 2px;
|
||||
|
||||
/* draw border using box-shadow */
|
||||
box-shadow: 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);
|
||||
}
|
||||
padding: 3px;
|
||||
border-radius: 2px;
|
||||
/* draw border using box-shadow */
|
||||
box-shadow: 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); }
|
||||
|
||||
#user_image_border {
|
||||
border-radius: 2px;
|
||||
background-color: shade(@lightdm_bg_color, 0.9);
|
||||
background-image: none;
|
||||
|
||||
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
||||
inset 0 1px alpha(@dark_shadow, 0.08),
|
||||
inset -1px 0 alpha(@dark_shadow, 0.07),
|
||||
inset 0 -1px alpha(@dark_shadow, 0.05);
|
||||
}
|
||||
border-radius: 2px;
|
||||
background-color: shade(@lightdm_bg_color, 0.9);
|
||||
background-image: none;
|
||||
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
|
||||
inset 0 1px alpha(@dark_shadow, 0.08),
|
||||
inset -1px 0 alpha(@dark_shadow, 0.07),
|
||||
inset 0 -1px alpha(@dark_shadow, 0.05); }
|
||||
|
||||
#buttonbox_frame {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 0;
|
||||
border-style: none;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
padding-top: 10px;
|
||||
padding-bottom: 0;
|
||||
border-style: none;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
box-shadow: none; }
|
||||
|
||||
/******************************
|
||||
* default and focused button *
|
||||
******************************
|
||||
******************************/
|
||||
/*
|
||||
#login_window .button.default,
|
||||
#shutdown_dialog .button.default,
|
||||
#restart_dialog .button.default,
|
||||
@ -192,10 +161,10 @@
|
||||
#shutdown_dialog .button:active:focus,
|
||||
#restart_dialog .button:focus,
|
||||
#restart_dialog .button:active:focus {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
#login_window .button.default:hover,
|
||||
@ -207,51 +176,47 @@
|
||||
#shutdown_dialog .button:active:hover:focus,
|
||||
#restart_dialog .button:hover:focus,
|
||||
#restart_dialog .button:active:hover:focus {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: @theme_selected_bg_color;
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: @theme_selected_bg_color;
|
||||
}*/
|
||||
|
||||
/*******************
|
||||
* shutdown button *
|
||||
*******************
|
||||
*******************/
|
||||
/*
|
||||
#shutdown_button.button {
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @error_fg_color; }
|
||||
|
||||
#shutdown_button.button:hover,
|
||||
#shutdown_button.button:active,
|
||||
#shutdown_button.button:active:hover {
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: @error_bg_color;
|
||||
} */
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: @error_bg_color; } */
|
||||
|
||||
/******************
|
||||
* restart button *
|
||||
******************
|
||||
******************/
|
||||
/*
|
||||
#restart_button.button {
|
||||
border-color: shade(@warning_bg_color, 0.8);
|
||||
background-color: shade(@warning_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @warning_fg_color;
|
||||
}
|
||||
border-color: shade(@warning_bg_color, 0.8);
|
||||
background-color: shade(@warning_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @warning_fg_color; }
|
||||
|
||||
#restart_button.button:hover,
|
||||
#restart_button.button:active,
|
||||
#restart_button.button:active:hover {
|
||||
border-color: shade(@warning_bg_color, 0.7);
|
||||
background-color: @warning_bg_color;
|
||||
} */
|
||||
border-color: shade(@warning_bg_color, 0.7);
|
||||
background-color: @warning_bg_color; } */
|
||||
|
||||
/********************
|
||||
* password warning *
|
||||
********************/
|
||||
#greeter_infobar {
|
||||
font: bold;
|
||||
}
|
||||
font: bold; }
|
||||
|
||||
#window {
|
||||
border: 2px solid red;
|
||||
}
|
||||
border: 2px solid red; }
|
||||
|
@ -1,65 +1,57 @@
|
||||
.mate-panel-menu-bar,
|
||||
.gnome-panel-menu-bar {
|
||||
background-color: #c0c0c0; }
|
||||
.mate-panel-menu-bar > grid,
|
||||
.gnome-panel-menu-bar > grid {
|
||||
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;
|
||||
background-color: #c0c0c0; }
|
||||
.mate-panel-menu-bar > grid,
|
||||
.gnome-panel-menu-bar > grid {
|
||||
padding: 3px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: @bg_shade @bg_bright @bg_bright @bg_shade;
|
||||
box-shadow: none;
|
||||
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; }
|
||||
.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 menuitem {
|
||||
padding: 0px;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
border: transparent;
|
||||
box-shadow: none; }
|
||||
padding: 0px;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
border: transparent;
|
||||
box-shadow: none; }
|
||||
|
||||
PanelApplet .button {
|
||||
background-color: red;
|
||||
border: 1px solid black;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
}
|
||||
background-color: red;
|
||||
border: 1px solid black;
|
||||
padding: 5px;
|
||||
margin: 5px; }
|
||||
|
||||
/* Looks like there's a theme override built into the panelbar, otherwise this would have worked... */
|
||||
#tasklist-button {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
margin-left: 2px;
|
||||
margin-right: 2px; }
|
||||
|
||||
#showdesktop-button {
|
||||
padding: 2px;
|
||||
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;
|
||||
}
|
||||
padding: 2px;
|
||||
box-shadow: none; }
|
||||
|
||||
.caja-desktop-window grid scrolledwindow {
|
||||
background: none;
|
||||
}
|
||||
background: none; }
|
||||
/*
|
||||
.gnome-panel-menu-bar,
|
||||
PanelApplet > GtkMenuBar.menubar,
|
||||
@ -67,85 +59,68 @@ PanelToplevel,
|
||||
PanelWidget,
|
||||
PanelAppletFrame,
|
||||
PanelApplet {
|
||||
background-color: @bg_color;
|
||||
background-image: none;
|
||||
color: @text_color;
|
||||
}
|
||||
background-color: @bg_color;
|
||||
background-image: none;
|
||||
color: @text_color; }
|
||||
|
||||
ClockBox,
|
||||
.gnome-panel-menu-bar.menubar,
|
||||
PanelApplet > GtkMenuBar.menubar {
|
||||
font: bold;
|
||||
}
|
||||
font: bold; }
|
||||
|
||||
.gnome-panel-menu-bar.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,
|
||||
PanelApplet > GtkMenuBar.menubar .menu {
|
||||
font: regular;
|
||||
}
|
||||
font: regular; }
|
||||
|
||||
.gnome-panel-menu-bar.menubar .menu *:hover,
|
||||
PanelApplet > GtkMenuBar.menubar .menu *:hover {
|
||||
text-shadow: none;
|
||||
}
|
||||
text-shadow: none; }
|
||||
|
||||
.gnome-panel-menu-bar .menuitem:hover,
|
||||
PanelApplet > GtkMenuBar.menubar .menuitem:hover,
|
||||
.gnome-panel-menu-bar .menuitem *:hover,
|
||||
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
||||
background-color: @selected_bg_color;
|
||||
color: @font_bright;
|
||||
}
|
||||
background-color: @selected_bg_color;
|
||||
color: @font_bright; }
|
||||
|
||||
.gnome-panel-menu-bar .menuitem *:hover,
|
||||
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
||||
color: @font_bright;
|
||||
}
|
||||
color: @font_bright; }
|
||||
|
||||
PanelApplet .button,
|
||||
PanelApplet .button:hover {
|
||||
padding: 4px;
|
||||
|
||||
border-image: none;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
|
||||
background-image: none;
|
||||
background-color: @bg_color;
|
||||
|
||||
color: @text_color;
|
||||
text-shadow: none;
|
||||
}
|
||||
padding: 4px;
|
||||
border-image: none;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
background-image: none;
|
||||
background-color: @bg_color;
|
||||
color: @text_color;
|
||||
text-shadow: none; }
|
||||
|
||||
PanelApplet .button:active:hover,
|
||||
PanelApplet .button:active {
|
||||
border-image: none;
|
||||
background-image: none;
|
||||
background-color: @bg_color;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
border-image: none;
|
||||
background-image: none;
|
||||
background-color: @bg_color;
|
||||
border-width: 0;
|
||||
border-radius: 0; }
|
||||
|
||||
PanelApplet *:hover {
|
||||
color: @text_color;
|
||||
}
|
||||
color: @text_color; }
|
||||
|
||||
PanelApplet *:active,
|
||||
PanelApplet *:hover:active {
|
||||
color: @text_color;
|
||||
}
|
||||
color: @text_color; }
|
||||
|
||||
WnckPager {
|
||||
background-color: @bg_color;
|
||||
}
|
||||
background-color: @bg_color; }
|
||||
|
||||
NaTrayApplet {
|
||||
-NaTrayApplet-icon-padding: 12;
|
||||
-NaTrayApplet-icon-size: 16;
|
||||
}
|
||||
|
||||
-NaTrayApplet-icon-padding: 12;
|
||||
-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 > GtkHBox > GtkToolbar {
|
||||
padding: 4px;
|
||||
border-style: none;
|
||||
background-color: @toolbar_bg_color;
|
||||
background-image: none;
|
||||
color: @toolbar_fg_color;
|
||||
}
|
||||
padding: 4px;
|
||||
border-style: none;
|
||||
background-color: @toolbar_bg_color;
|
||||
background-image: none;
|
||||
color: @toolbar_fg_color; }
|
||||
|
@ -15,12 +15,12 @@
|
||||
border-right: 1px solid @bg_bright;
|
||||
border-top: 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 {
|
||||
padding-left: 1px;
|
||||
}
|
||||
padding-left: 1px; }
|
||||
|
||||
.thunar notebook tab {
|
||||
padding: 0px;
|
||||
|
@ -1,8 +1,12 @@
|
||||
/* 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 {
|
||||
border: none;
|
||||
/*box-shadow: inset 0px 1px white;*/
|
||||
box-shadow: none;
|
||||
margin: 0px;
|
||||
background-color: transparent; }
|
||||
@ -15,17 +19,17 @@
|
||||
border-right: 1px solid @bg_dark;
|
||||
box-shadow: inset -1px -1px @bg_shade;
|
||||
background-color: @bg_color; }
|
||||
#whiskermenu-button:active box,
|
||||
#whiskermenu-button:checked box {
|
||||
padding-left: 3px;
|
||||
padding-right: 1px;
|
||||
margin: 1px;
|
||||
border-bottom: 1px solid @bg_bright;
|
||||
border-right: 1px solid @bg_bright;
|
||||
border-top: 1px solid @bg_dark;
|
||||
border-left: 1px solid @bg_dark;
|
||||
box-shadow: inset -1px -1px @bg_color, inset 1px 1px @bg_shade;
|
||||
border-radius: 0px; }
|
||||
#whiskermenu-button:active box,
|
||||
#whiskermenu-button:checked box {
|
||||
padding-left: 3px;
|
||||
padding-right: 1px;
|
||||
margin: 1px;
|
||||
border-bottom: 1px solid @bg_bright;
|
||||
border-right: 1px solid @bg_bright;
|
||||
border-top: 1px solid @bg_dark;
|
||||
border-left: 1px solid @bg_dark;
|
||||
box-shadow: inset -1px -1px @bg_color, inset 1px 1px @bg_shade;
|
||||
border-radius: 0px; }
|
||||
#whiskermenu-button image {
|
||||
margin-right: -4px;
|
||||
margin-left: 1px;
|
||||
|
@ -1,4 +1,6 @@
|
||||
/* Xfdesktop */
|
||||
/************
|
||||
* Xfdesktop *
|
||||
************/
|
||||
|
||||
XfdesktopIconView.view {
|
||||
background: @xfd_icon_backdrop;
|
||||
@ -14,50 +16,51 @@ XfdesktopIconView.view {
|
||||
background: rgba(0,0,50.2,0.5);
|
||||
border-radius: 0px; }
|
||||
|
||||
.xfce4-panel {
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
/*****************
|
||||
* XFCE Panel Bar *
|
||||
*****************/
|
||||
|
||||
/* Panel buttons */
|
||||
/* 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;*/
|
||||
.xfce4-panel {
|
||||
box-shadow: none;
|
||||
color: @panel_fg_color;
|
||||
background-color: transparent; }
|
||||
#indicator-button:hover,
|
||||
#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: none; }
|
||||
/* 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;
|
||||
color: @panel_fg_color_bright;
|
||||
background-color: @selected_bg_color; }
|
||||
#xfce4-power-manager-plugin {
|
||||
margin-bottom: -2px; }
|
||||
color: @panel_fg_color;
|
||||
background-color: transparent; }
|
||||
#indicator-button:hover,
|
||||
#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 {
|
||||
border: 2px solid transparent;
|
||||
@ -65,6 +68,7 @@ border: none;
|
||||
margin: 0px;
|
||||
background-color: transparent; }
|
||||
|
||||
/* Workspace switcher */
|
||||
wnck-pager {
|
||||
color: white; }
|
||||
wnck-pager:selected {
|
||||
@ -87,15 +91,15 @@ wnck-pager {
|
||||
border-bottom: 1px solid @bg_dark;
|
||||
box-shadow: inset -1px -1px @bg_shade; }
|
||||
.tasklist .toggle:checked box {
|
||||
/*font-family: "NotoSans-Bold";*/
|
||||
font-weight: bold;
|
||||
border-left: 1px solid @bg_dark;
|
||||
border-top: 1px solid @bg_dark;
|
||||
border-right: 1px solid @bg_bright;
|
||||
border-bottom: 1px solid @bg_bright;
|
||||
box-shadow: inset 1px 1px @bg_shade, inset -1px -1px @bg_color;
|
||||
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);
|
||||
/*font-family: "NotoSans-Bold";*/
|
||||
font-weight: bold;
|
||||
border-left: 1px solid @bg_dark;
|
||||
border-top: 1px solid @bg_dark;
|
||||
border-right: 1px solid @bg_bright;
|
||||
border-bottom: 1px solid @bg_bright;
|
||||
box-shadow: inset 1px 1px @bg_shade, inset -1px -1px @bg_color;
|
||||
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-size: 2px 2px;
|
||||
background-position: 0 0, 1px 1px; }
|
||||
.tasklist .toggle label {
|
||||
|
Loading…
x
Reference in New Issue
Block a user