aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-3.0/options/tab-flat.css
blob: 540b112ae19676096c3bb95cb61053ea16412d53 (plain)
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
/**************************************************************************************
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); }