summaryrefslogtreecommitdiff
path: root/src/resources/themes/shared.css
blob: e2aa4c9e92c6d09f0f1a625237572072a33a2b6b (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
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
button.active-menu {
  color: #2e3436;
  outline-color: rgba(46, 52, 54, 0.3);
  border-color: #b6b6b3;
  background-image: image(#d9d9d7);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  text-shadow: none;
  -gtk-icon-shadow: none; }

.floating-bar {
  background-color: @theme_base_color;
  border-width: 1px;
  border-style: solid solid none;
  border-color: @borders;
  border-radius: 3px 3px 0 0; }
  .floating-bar.left {
    border-left-style: none;
    border-top-left-radius: 0; }
  .floating-bar.right {
    border-right-style: none;
    border-top-right-radius: 0; }
  .floating-bar:backdrop {
    background-color: @theme_unfocused_base_color;
    border-color: @unfocused_borders; }

.incognito-mode.titlebar {
  background-image: -gtk-icontheme("user-not-tracked-symbolic");
  background-repeat: no-repeat;
  background-position: 157px 0;
  background-size: 64px 64px;
  color: rgba(0, 0, 0, 0.35); }

.selected {
  color: @theme_selected_bg_color; }

/* Bookmarks */
.starred {
  color: orange; }

.bookmarks-row button {
  opacity: 0.25; }
.bookmarks-row:hover button {
  opacity: 1; }

.bookmark-tag-widget {
  padding-left: 8px;
  background-color: #cfcfcd; }
  .bookmark-tag-widget label {
    padding-left: 8px;
    padding-right: 8px; }
  .bookmark-tag-widget button {
    background: none;
    border: none;
    box-shadow: none; }
    .bookmark-tag-widget button:last-child image {
      color: #454f52; }
    .bookmark-tag-widget button:last-child:hover image {
      border: 1px solid;
      border-radius: 3px;
      color: #454f52;
      outline-color: rgba(69, 79, 82, 0.3);
      border-color: #b6b6b3;
      border-bottom-color: #91918c;
      background-image: linear-gradient(to bottom, #e8e8e7, #dededd 60%, #cfcfcd);
      text-shadow: 0 1px rgba(255, 255, 255, 0.7692307692);
      -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.7692307692);
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
      color: #454f52;
      outline-color: rgba(69, 79, 82, 0.3);
      border-color: #b6b6b3;
      border-bottom-color: #91918c;
      text-shadow: 0 1px rgba(255, 255, 255, 0.7692307692);
      -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.7692307692);
      box-shadow: inset 0 1px white;
      background-image: linear-gradient(to bottom, #f7f7f7, #e8e8e7 60%, #dededd); }
    .bookmark-tag-widget button:last-child:active image {
      color: #454f52;
      outline-color: rgba(69, 79, 82, 0.3);
      border-color: #b6b6b3;
      border-bottom-color: #91918c;
      background-image: linear-gradient(to bottom, #e8e8e7, #dededd 60%, #cfcfcd);
      text-shadow: 0 1px rgba(255, 255, 255, 0.7692307692);
      -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.7692307692);
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
      color: #454f52;
      outline-color: rgba(69, 79, 82, 0.3);
      border-color: #b6b6b3;
      background-image: image(#d9d9d7);
      box-shadow: inset 0 1px rgba(255, 255, 255, 0);
      text-shadow: none;
      -gtk-icon-shadow: none; }

.bookmark-tag-widget-selected {
  background-color: #4a90d9; }
  .bookmark-tag-widget-selected image {
    color: white; }
  .bookmark-tag-widget-selected label {
    color: white; }
  .bookmark-tag-widget-selected button:last-child image {
    color: white; }
  .bookmark-tag-widget-selected button:last-child:hover image {
    color: white;
    outline-color: rgba(255, 255, 255, 0.3);
    border-color: #215d9c;
    border-bottom-color: #184472;
    background-image: linear-gradient(to bottom, #4a90d9, #3986d5 60%, #2a76c6);
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5435294118);
    -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.5435294118);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
    color: white;
    outline-color: rgba(255, 255, 255, 0.3);
    border-color: #215d9c;
    border-bottom-color: #184472;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4955294118);
    -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.4955294118);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
    background-image: linear-gradient(to bottom, #63a0de, #4a90d9 60%, #3986d5); }
  .bookmark-tag-widget-selected button:last-child:active image {
    color: white;
    outline-color: rgba(255, 255, 255, 0.3);
    border-color: #215d9c;
    border-bottom-color: #184472;
    background-image: linear-gradient(to bottom, #4a90d9, #3986d5 60%, #2a76c6);
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5435294118);
    -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.5435294118);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
    color: white;
    outline-color: rgba(255, 255, 255, 0.3);
    border-color: #215d9c;
    background-image: image(#3180d4);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0);
    text-shadow: none;
    -gtk-icon-shadow: none; }

/* "Press $KEY to exit fullscreen" overlay text */
#fullscreen-popup {
  padding: 12px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.65);
  color: white; }