mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-31 01:24:36 +02:00
Patch update
This commit is contained in:
parent
33de409220
commit
44f5e0c9ba
@ -252,14 +252,14 @@ widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons"
|
||||
|
||||
style "launcher"
|
||||
{
|
||||
#Uncomment the following two for 16x16px launcher icons on a 24px height panel.
|
||||
#xthickness = 3
|
||||
#ythickness = 3
|
||||
|
||||
#Theme default
|
||||
#Uncomment the following two for 16x16px launcher icons on a 26px height panel.
|
||||
xthickness = 4
|
||||
ythickness = 4
|
||||
#Uncomment the following two for 16x16px launcher icons on a 24px height panel.
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
|
||||
#Uncomment the following two for 16x16px launcher icons on a 26px height panel.
|
||||
#xthickness = 4
|
||||
#ythickness = 4
|
||||
|
||||
#Uncomment the following two for 16x16px launcher icons on a 28px height panel.
|
||||
#xthickness = 5
|
||||
|
151
Theme/Chicago95/gtk-3.0/apps/mate.css
Normal file
151
Theme/Chicago95/gtk-3.0/apps/mate.css
Normal file
@ -0,0 +1,151 @@
|
||||
.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;
|
||||
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; }
|
||||
|
||||
PanelApplet .button {
|
||||
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;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
.caja-desktop-window grid scrolledwindow {
|
||||
background: none;
|
||||
}
|
||||
/*
|
||||
.gnome-panel-menu-bar,
|
||||
PanelApplet > GtkMenuBar.menubar,
|
||||
PanelToplevel,
|
||||
PanelWidget,
|
||||
PanelAppletFrame,
|
||||
PanelApplet {
|
||||
background-color: @bg_color;
|
||||
background-image: none;
|
||||
color: @text_color;
|
||||
}
|
||||
|
||||
ClockBox,
|
||||
.gnome-panel-menu-bar.menubar,
|
||||
PanelApplet > GtkMenuBar.menubar {
|
||||
font: bold;
|
||||
}
|
||||
|
||||
.gnome-panel-menu-bar.menubar .menuitem *:hover,
|
||||
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
||||
text-shadow: 0 1px @font_bright;
|
||||
}
|
||||
|
||||
.gnome-panel-menu-bar.menubar .menu,
|
||||
PanelApplet > GtkMenuBar.menubar .menu {
|
||||
font: regular;
|
||||
}
|
||||
|
||||
.gnome-panel-menu-bar.menubar .menu *:hover,
|
||||
PanelApplet > GtkMenuBar.menubar .menu *:hover {
|
||||
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;
|
||||
}
|
||||
|
||||
.gnome-panel-menu-bar .menuitem *:hover,
|
||||
PanelApplet > GtkMenuBar.menubar .menuitem *:hover {
|
||||
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;
|
||||
}
|
||||
|
||||
PanelApplet .button:active:hover,
|
||||
PanelApplet .button:active {
|
||||
border-image: none;
|
||||
background-image: none;
|
||||
background-color: @bg_color;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
PanelApplet *:hover {
|
||||
color: @text_color;
|
||||
}
|
||||
|
||||
PanelApplet *:active,
|
||||
PanelApplet *:hover:active {
|
||||
color: @text_color;
|
||||
}
|
||||
|
||||
WnckPager {
|
||||
background-color: @bg_color;
|
||||
}
|
||||
|
||||
NaTrayApplet {
|
||||
-NaTrayApplet-icon-padding: 12;
|
||||
-NaTrayApplet-icon-size: 16;
|
||||
}
|
||||
|
||||
*/
|
79
Theme/Chicago95/gtk-3.0/gtk-widgets.css
Executable file → Normal file
79
Theme/Chicago95/gtk-3.0/gtk-widgets.css
Executable file → Normal file
@ -305,17 +305,17 @@ button {
|
||||
button.image-button {
|
||||
min-height: 16px;
|
||||
min-width: 16px;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px; }
|
||||
button.text-button {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px; }
|
||||
button.text-button.image-button {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px; }
|
||||
button.text-button.image-button label {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px; }
|
||||
/* padding-left: 4px;
|
||||
padding-right: 4px;*/ }
|
||||
/* button.text-button {*/
|
||||
/* padding-left: 8px;
|
||||
padding-right: 8px;*/ }
|
||||
/* button.text-button.image-button {*/
|
||||
/* padding-left: 4px;
|
||||
padding-right: 4px;*/ }
|
||||
/* button.text-button.image-button label {*/
|
||||
/* padding-left: 4px;
|
||||
padding-right: 4px; */}
|
||||
combobox:drop(active) button.combo,
|
||||
button:drop(active) {
|
||||
border-top-color: @border_dark;
|
||||
@ -1019,19 +1019,23 @@ paned.vertical > separator {
|
||||
padding: 0px;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-bottom: 1px dashed @bg_bright;
|
||||
border-bottom: none;
|
||||
border-top: none;
|
||||
background: none
|
||||
background: none;
|
||||
box-shadow: inset 0px 1px @bg_shade;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
/* GTK has the panes flipped. the .horizontal is ACTUALLY a vertical.*/
|
||||
paned.horizontal > separator {
|
||||
padding: 0px;
|
||||
border-left: 1px dashed @bg_bright;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
border-top: none;
|
||||
background: none
|
||||
background: none;
|
||||
box-shadow: inset 1px 0px @bg_shade;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
|
||||
@ -1106,10 +1110,18 @@ entry:disabled {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/* Some entry boxes have buttons beside them */
|
||||
box.horizontal.linked > button,
|
||||
box.vertical.linked > button {
|
||||
margin: 2px;}
|
||||
|
||||
/************
|
||||
* combobox *
|
||||
************/
|
||||
|
||||
combobox {
|
||||
margin: -2px; }
|
||||
|
||||
combobox window menu {
|
||||
background-color: @bg_color;
|
||||
color: @fg_color;
|
||||
@ -1125,12 +1137,14 @@ combobox entry {
|
||||
combobox cellview {
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
combobox button {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
min-width: 20px;
|
||||
min-height: 20px;
|
||||
}
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
min-width: 20px;
|
||||
min-height: 20px; }
|
||||
combobox button.combo {
|
||||
margin: 2px; }
|
||||
|
||||
combobox button arrow {
|
||||
padding: 0px;
|
||||
@ -1902,6 +1916,12 @@ notebook header.left tabs tab:checked label {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
notebook header.left button.flat {
|
||||
margin-right: 2px;
|
||||
margin-top: 3px; }
|
||||
notebook header.left tab:checked button.flat {
|
||||
margin-right: 5px; }
|
||||
|
||||
|
||||
/* BOTTOM tabs */
|
||||
notebook > header.bottom {
|
||||
@ -1934,8 +1954,7 @@ notebook > header.bottom > tabs > tab {
|
||||
}
|
||||
notebook > header.bottom > tabs > tab:checked {
|
||||
margin-top: -1px;
|
||||
margin-bottom: -1px;
|
||||
|
||||
margin-bottom: 1px;
|
||||
margin-left: -3px;
|
||||
margin-right: -3px;
|
||||
}
|
||||
@ -1975,7 +1994,7 @@ notebook > header.right > tabs > tab:checked {
|
||||
padding: 0px;
|
||||
padding-bottom: 5px;
|
||||
margin-left: -1px;
|
||||
margin-right: -1px;
|
||||
margin-right: 1px;
|
||||
margin-top: -3px;
|
||||
margin-bottom: -3px; }
|
||||
|
||||
@ -2262,6 +2281,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
|
||||
**************/
|
||||
|
||||
spinbutton.horizontal button {
|
||||
padding: 0px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
min-height: 16px;
|
||||
@ -2269,9 +2289,9 @@ spinbutton.horizontal button {
|
||||
}
|
||||
|
||||
spinbutton.horizontal entry {
|
||||
min-width: 80px;
|
||||
min-height: 12px;
|
||||
margin-right: -46px;
|
||||
margin: 2px;
|
||||
min-width: 35px;
|
||||
min-height: 16px;
|
||||
}
|
||||
|
||||
spinbutton.vertical button {
|
||||
@ -2532,9 +2552,9 @@ toolbar {
|
||||
}
|
||||
|
||||
toolbar button {
|
||||
margin: 2px;
|
||||
min-width: 24px;
|
||||
min-height: 24px;
|
||||
margin: 1px;
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
border-color: @bg_bright @bg_dark @bg_dark @bg_bright;
|
||||
box-shadow: none; }
|
||||
@ -2890,3 +2910,4 @@ printdialog notebook {
|
||||
box-shadow: inset 1px 1px 0 0 white,
|
||||
inset -1px -1px @bg_shade;
|
||||
margin: 7px; }
|
||||
|
||||
|
1
Theme/Chicago95/gtk-3.0/gtk.css
Executable file → Normal file
1
Theme/Chicago95/gtk-3.0/gtk.css
Executable file → Normal file
@ -103,6 +103,7 @@
|
||||
@import url("apps/xfce.css");
|
||||
@import url("apps/whiskermenu.css");
|
||||
@import url("apps/filechooser.css");
|
||||
@import url("apps/mate.css");
|
||||
|
||||
/* @import url("apps/gnome-applications.css");
|
||||
@import url("apps/granite-widgets.css");
|
||||
|
Loading…
x
Reference in New Issue
Block a user