Files
@ e448b9610dc1
Branch filter:
Location: light9/theme/Just-Dark/gtk-3.0/tabs.css
e448b9610dc1
5.7 KiB
text/css
rm old uri making errors
Ignore-this: fa86bed13eb4312e10df7eb80327385c
Ignore-this: fa86bed13eb4312e10df7eb80327385c
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 | NautilusNotebook.notebook,
NemoWindow .notebook,
EmpathyChatWindow .notebook,
GeditWindow .notebook,
EphyNotebook.notebook,
TerminalWindow .notebook {
-GtkNotebook-tab-overlap: 6;
}
NautilusNotebook.notebook tab.top:active,
NautilusNotebook.notebook tab.top:active:hover,
NemoNotebook.notebook tab.top:active,
NemoNotebook.notebook tab.top:active:hover,
EmpathyChatWindow .notebook tab.top:active,
EmpathyChatWindow .notebook tab.top:active:hover,
GeditWindow .notebook tab.top:active,
GeditWindow .notebook tab.top:active:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top:active:hover {
border-image: -gtk-scaled(url("borders/tab-active.png"),url("borders/tab-active@2.png")) 2 7 2 7 / 2px 7px 2px 7px stretch;
border-width: 0px 5px 1px 5px;
border-style: solid;
border-color: transparent;
box-shadow: none;
background-color: transparent;
}
NautilusNotebook.notebook tab.top,
NemoWindow .notebook tab.top,
EmpathyChatWindow .notebook tab.top,
GeditWindow .notebook tab.top,
EphyNotebook.notebook tab.top,
NautilusNotebook.notebook tab.top:hover,
NemoWindow .notebook tab.top:hover,
EmpathyChatWindow .notebook tab.top:hover,
GeditWindow .notebook tab.top:hover,
EphyNotebook.notebook tab.top:hover,
NautilusNotebook.notebook.header.top,
NemoWindow .notebook.header.top,
EmpathyChatWindow .notebook.header.top,
GeditWindow .notebook.header.top,
EphyNotebook.notebook.header.top {
background-color: shade(@theme_base_color, 0.98);
box-shadow: inset 0 5px alpha(black, 0.01),
inset 0 4px alpha(black, 0.015),
inset 0 3px alpha(black, 0.02),
inset 0 2px alpha(black, 0.025),
inset 0 1px alpha(black, 0.03),
inset 0 -1px alpha(@borders, 0.5);
border-bottom-width: 0px;
}
NautilusNotebook.notebook tab.top:hover,
NemoWindow .notebook tab.top:hover,
EmpathyChatWindow .notebook tab.top:hover,
GeditWindow .notebook tab.top:hover,
EphyNotebook.notebook tab.top:hover {
background-color: shade(@theme_base_color, 0.95);
}
NautilusNotebook.notebook tab.top,
NemoWindow .notebook tab.top,
EmpathyChatWindow .notebook tab.top,
GeditWindow .notebook tab.top,
EphyNotebook.notebook tab.top,
NautilusNotebook.notebook tab.top:hover,
NemoWindow .notebook tab.top:hover,
EmpathyChatWindow .notebook tab.top:hover,
GeditWindow .notebook tab.top:hover,
EphyNotebook.notebook tab.top:hover {
border-image: linear-gradient(to bottom,
@borders 0px,
shade(@borders, 1.1) 1px,
alpha(@borders, 0.2)) 0 1 0 1;
}
/* Terminal */
TerminalWindow .notebook tab.top.reorderable-page:active {
background-image: linear-gradient(to bottom, @metacity_bg_b, shade(@metacity_bg_b, 0.99));
border-image: -gtk-scaled(url("borders/terminal-tab-active.png"),url("borders/terminal-tab-active@2.png")) 2 7 2 7 / 2px 7px 2px 7px stretch;
border-width: 0px 5px 1px 5px;
border-style: solid;
border-color: transparent;
box-shadow: none;
}
TerminalWindow .notebook.header.top,
TerminalWindow .notebook tab.top {
background-color: shade(@terminal_bg, 1.1);
box-shadow: inset 0 5px alpha(black, 0.01),
inset 0 4px alpha(black, 0.015),
inset 0 3px alpha(black, 0.02),
inset 0 2px alpha(black, 0.025),
inset 0 1px alpha(black, 0.03),
inset 0 -1px shade(@terminal_bg, 0.7),
inset 0 1px shade(@terminal_bg, 0.7);
border-bottom-width: 0px;
}
TerminalWindow .notebook tab.top {
border-image: linear-gradient(to bottom,
shade(@terminal_bg, 0.7),
@terminal_bg) 0 1 0 1;
}
TerminalWindow .notebook tab.top:hover {
background-color: shade(@terminal_bg, 1.2);
border-color: shade(@terminal_bg, 0.7);
}
TerminalWindow .notebook tab GtkLabel,
TerminalWindow .notebook tab .prelight-page GtkLabel,
TerminalWindow .notebook tab .button,
TerminalWindow .notebook .prelight-page .button {
text-shadow: 0 -1px shade(@terminal_bg, 0.5);
icon-shadow: 0 -1px shade(@terminal_bg, 0.5);
color: mix(@theme_selected_fg_color, @terminal_bg, 0.3);
}
TerminalWindow .notebook tab .prelight-page GtkLabel {
color: alpha(@theme_selected_fg_color, 0.8);
}
TerminalWindow .notebook tab .active-page GtkLabel,
TerminalWindow .notebook .active-page .button {
text-shadow: 0 1px @highlight_shadow;
icon-shadow: 0 1px @highlight_shadow;
color: @theme_fg_color;
}
TerminalWindow .notebook tab .button:hover {
border-color: alpha(white, 0.1);
color: shade(red, 1.3);
}
TerminalWindow .notebook .active-page .button:hover {
text-shadow: 0 1px @highlight_shadow;
icon-shadow: 0 1px @highlight_shadow;
border-color: @borders;
}
TerminalWindow .notebook .prelight-page .button:active {
border-color: alpha(black, 0.5);
background-image: linear-gradient(to bottom,
shade(@terminal_bg, 0.9),
shade(@terminal_bg, 1.0));
color: @button_active_text;
}
TerminalWindow .notebook .active-page .button:active {
border: 1px solid @borders;
color: @theme_fg_color;
background-image: linear-gradient(to bottom, shade(@theme_bg_color, 0.9), shade(@theme_bg_color, 0.97));
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
/* Empathy */
EmpathyChatWindow .notebook tab.top {
padding: 6px 20px 4px; }
EmpathyChatWindow .notebook.frame,
EmpathyChatWindow .notebook.header.frame {
border-width: 0; }
EmpathyChatWindow .menubar {
background-image: linear-gradient(to bottom,
@metacity_bg_b,
@notebook_tab_gradient_a);
border-bottom: 1px solid @borders; }
|