aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-3.0/options/tab-flat.css
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-12-03 19:51:58 -0500
committertdro <tdro@users.noreply.github.com>2021-12-03 19:51:58 -0500
commit78eaa41ba2a69b492b4a22d59e4451de536bedbe (patch)
tree4412e1553d973df376ccd553ab71ddb688a282d5 /.local/share/themes/ClassicLooks/gtk-3.0/options/tab-flat.css
parent212c14e2a7b70fa8b4388079c4ae654fb5c98f39 (diff)
downloaddotfiles-78eaa41ba2a69b492b4a22d59e4451de536bedbe.tar.gz
dotfiles-78eaa41ba2a69b492b4a22d59e4451de536bedbe.tar.bz2
dotfiles-78eaa41ba2a69b492b4a22d59e4451de536bedbe.zip
.local/share/themes/Greybird -> .local/share/themes/ClassicLooks
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-3.0/options/tab-flat.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-3.0/options/tab-flat.css89
1 files changed, 89 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-3.0/options/tab-flat.css b/.local/share/themes/ClassicLooks/gtk-3.0/options/tab-flat.css
new file mode 100755
index 0000000..540b112
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-3.0/options/tab-flat.css
@@ -0,0 +1,89 @@
+/**************************************************************************************
+This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
+(c) 2019-2021 Virgil Mager - vvmager@gmail.com
+(c) 2019-2021 Information Technology Group - http://itgroup.ro
+**************************************************************************************/
+
+@import "tab-notebook.css";
+
+notebook > header {
+ padding: 0;
+ border-color: mix(#b6b6b3, @shift_bg_color, 00.10);
+ border-width: 1px;
+ background-color: mix(#d8d8d8, @shift_bg_color, 00.10); }
+
+notebook > header > * {
+ margin: 2px; }
+notebook > header.top > * {
+ margin-bottom: 0; }
+notebook > header.bottom > * {
+ margin-top: 0; }
+notebook > header.left > * {
+ margin-right: 0; }
+notebook > header.right > * {
+ margin-left: 0; }
+/*notebook > header > * > *, notebook > header.top > * > *, notebook > header.bottom > * > *, notebook > header.left > * > *, notebook > header.right > * > * {
+ margin: 0;}*/
+
+notebook > header.top {
+ border-top: 1px solid mix(#c0c0c0, @shift_bg_color, 00.10);
+ margin-top:-1px;
+ border-bottom-style: solid; }
+ notebook > header.top > tabs {
+ margin-bottom: -2px; }
+notebook > header.bottom {
+ border-bottom: 1px solid mix(#c0c0c0, @shift_bg_color, 00.10);
+ margin-bottom:-1px;
+ border-top-style: solid; }
+ notebook > header.bottom > tabs {
+ margin-top: -2px; }
+notebook > header.left {
+ border-left: 1px solid mix(#c0c0c0, @shift_bg_color, 00.10);
+ margin-left:-1px;
+ border-right-style: solid; }
+ notebook > header.left > tabs {
+ margin-right: -2px; }
+notebook > header.right {
+ border-right: 1px solid mix(#c0c0c0, @shift_bg_color, 00.10);
+ margin-right:-1px;
+ border-left-style: solid; }
+ notebook > header.right > tabs {
+ margin-left: -2px; }
+
+notebook > header > tabs > tab {}
+ notebook > header.top > tabs > tab,
+ notebook > header.bottom > tabs > tab {
+ padding-top: 3px;
+ padding-bottom: 3px; }
+ notebook > header.top > tabs > tab.reorderable-page,
+ notebook > header.bottom > tabs > tab.reorderable-page {
+ padding-top: 1px;
+ padding-bottom: 1px; }
+ notebook > header > tabs > tab.reorderable-page {
+ border: none; }
+ notebook > header > tabs > tab:not(.reorderable-page):checked {
+ background-image: none; }
+ notebook > header.top > tabs > tab.reorderable-page:checked, notebook > header.bottom > tabs > tab.reorderable-page:checked, notebook > header.left > tabs > tab.reorderable-page:checked, notebook > header.right > tabs > tab.reorderable-page:checked,
+ notebook > header.top > tabs > tab.reorderable-page:hover, notebook > header.bottom > tabs > tab.reorderable-page:hover, notebook > header.left > tabs > tab.reorderable-page:hover, notebook > header.right > tabs > tab.reorderable-page:hover {
+ background-image: image(mix(@bg_color, @shift_bg_color, 00.10));
+ border-color: mix(#b6b6b3, @shift_bg_color, 00.10); }
+ notebook > header.top > tabs > tab.reorderable-page:checked {
+ box-shadow: inset 0 -3px @selected_bg_color, 0 -1px mix(@bg_color, @shift_bg_color, 00.10), -1px 0 mix(#b6b6b3, @shift_bg_color, 00.10), 1px 0 mix(#b6b6b3, @shift_bg_color, 00.10); }
+ notebook > header.top > tabs > tab.reorderable-page:not(:checked):hover,
+ notebook > header.top > tabs > tab.reorderable-page:checked:disabled {
+ box-shadow: inset 0 -3px mix(#b6b6b3, @shift_bg_color, 00.10), 0 -1px mix(@bg_color, @shift_bg_color, 00.10), -1px 0 mix(#b6b6b3, @shift_bg_color, 00.10), 1px 0 mix(#b6b6b3, @shift_bg_color, 00.10); }
+ notebook > header.bottom > tabs > tab.reorderable-page:checked {
+ box-shadow: inset 0 3px @selected_bg_color, 0 1px mix(@bg_color, @shift_bg_color, 00.10), -1px 0 mix(#b6b6b3, @shift_bg_color, 00.10), 1px 0 mix(#b6b6b3, @shift_bg_color, 00.10); }
+ notebook > header.bottom > tabs > tab.reorderable-page:not(:checked):hover,
+ notebook > header.bottom > tabs > tab.reorderable-page:checked:disabled {
+ box-shadow: inset 0 3px mix(#b6b6b3, @shift_bg_color, 00.10), 0 1px mix(@bg_color, @shift_bg_color, 00.10), -1px 0 mix(#b6b6b3, @shift_bg_color, 00.10), 1px 0 mix(#b6b6b3, @shift_bg_color, 00.10); }
+ notebook > header.left > tabs > tab.reorderable-page:checked {
+ box-shadow: inset -3px 0 @selected_bg_color, -1px 0 mix(@bg_color, @shift_bg_color, 00.10), 0 -1px mix(#b6b6b3, @shift_bg_color, 00.10), 0 1px mix(#b6b6b3, @shift_bg_color, 00.10); }
+ notebook > header.left > tabs > tab.reorderable-page:not(:checked):hover,
+ notebook > header.left > tabs > tab.reorderable-page:checked:disabled {
+ box-shadow: inset -3px 0 mix(#b6b6b3, @shift_bg_color, 00.10), -1px 0 mix(@bg_color, @shift_bg_color, 00.10), 0 -1px mix(#b6b6b3, @shift_bg_color, 00.10), 0 1px mix(#b6b6b3, @shift_bg_color, 00.10); }
+ notebook > header.right > tabs > tab.reorderable-page:checked {
+ box-shadow: inset 3px 0 @selected_bg_color, 1px 0 mix(@bg_color, @shift_bg_color, 00.10), 0 -1px mix(#b6b6b3, @shift_bg_color, 00.10), 0 1px mix(#b6b6b3, @shift_bg_color, 00.10); }
+ notebook > header.right > tabs > tab.reorderable-page:not(:checked):hover,
+ notebook > header.right > tabs > tab.reorderable-page:checked:disabled {
+ box-shadow: inset 3px 0 mix(#b6b6b3, @shift_bg_color, 00.10), 1px 0 mix(@bg_color, @shift_bg_color, 00.10), 0 -1px mix(#b6b6b3, @shift_bg_color, 00.10), 0 1px mix(#b6b6b3, @shift_bg_color, 00.10); }