aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-3.0/options/pane-separator-wide.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-3.0/options/pane-separator-wide.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-3.0/options/pane-separator-wide.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-3.0/options/pane-separator-wide.css b/.local/share/themes/ClassicLooks/gtk-3.0/options/pane-separator-wide.css
new file mode 100755
index 0000000..1fc8789
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-3.0/options/pane-separator-wide.css
@@ -0,0 +1,34 @@
+/**************************************************************************************
+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
+**************************************************************************************/
+
+paned > separator, paned > separator.wide {
+ min-width: 8px;
+ min-height: 8px;
+ margin: 0px;
+ color: transparent;
+ background-color: transparent; }
+ paned > separator:selected {
+ background-image: image(@selected_bg_color); }
+paned.horizontal > separator, paned.horizontal > separator.wide {
+ box-shadow: none;
+ margin: 0;
+ background: url("../assets/extras/separator-bg-lighter.png") center center repeat, /*url("../assets/extras/separator-vert-bg-top.png") center top no-repeat, url("../assets/extras/separator-vert-bg-bottom.png") center bottom no-repeat,*/ url("../assets/extras/separator-handle-vert.png") center center no-repeat, url("../assets/extras/separator-vert-lighter.png") center center repeat-y, url("../assets/extras/separator-line-horiz-lighter.png") center top no-repeat, url("../assets/extras/separator-line-horiz-lighter.png") center bottom no-repeat; }
+paned.vertical > separator, paned.vertical > separator.wide {
+ box-shadow: none;
+ margin: 0;
+ background: url("../assets/extras/separator-bg-lighter.png") center center repeat, /*url("../assets/extras/separator-horiz-bg-left.png") left center no-repeat, url("../assets/extras/separator-horiz-bg-right.png") right center no-repeat,*/ url("../assets/extras/separator-handle-horiz.png") center center no-repeat, url("../assets/extras/separator-horiz-lighter.png") center center repeat-x, url("../assets/extras/separator-line-vert-lighter.png") left center no-repeat, url("../assets/extras/separator-line-vert-lighter.png") right center no-repeat; }
+/*
+paned.horizontal > :first-child, paned.horizontal > :last-child {
+ margin: 1px;
+ box-shadow: 0 0 0 1px mix(#c0c0c0, @shift_bg_color, 00.10); }
+paned.horizontal paned.horizontal > :first-child, paned.horizontal paned.horizontal > :last-child {
+ box-shadow: none; }
+paned.vertical > :first-child, paned.vertical > :last-child {
+ margin: 1px;
+ box-shadow: 0 0 0 1px mix(#c0c0c0, @shift_bg_color, 00.10); }
+paned.vertical paned.vertical > :first-child, paned.vertical paned.vertical > :last-child {
+ box-shadow: none; }
+*/ \ No newline at end of file