-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmain.css
More file actions
153 lines (117 loc) · 4.38 KB
/
Copy pathmain.css
File metadata and controls
153 lines (117 loc) · 4.38 KB
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
/*
* APIShift Engine v1.0.0
*
* Copyright 2020-present Sapir Shemer, DevShift (devshift.biz)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @author Sapir Shemer
*/
html {
overflow-y: auto
}
:root {
box-shadow: 0 8px 10px -5px rgba(121, var(--ev-g), 207, .2), 0 16px 24px 2px rgba(121, var(--ev-g), 207, .14), 0 6px 30px 5px rgba(121, var(--ev-g), 207, .12)!important;
--ev-g: 86;
--shadow-1: 0 8px 10px -5px rgba(121, var(--ev-g), 207, .2);
--shadow-2: 0 8px 10px -5px rgba(121, var(--ev-g), 207, .2);
--shadow-3: 0 8px 10px -5px rgba(121, var(--ev-g), 207, .2);
}
.overflow-box {
height: 65vh;
}
body.reset-all-cursors * {
cursor: inherit !important;
}
/* Scrollbar styles */
.vb>.vb-dragger {
z-index: 5;
width: 12px;
right: 0;
}
.v-card__text {
width: auto;
}
.vb>.vb-dragger>.vb-dragger-styler {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: rotate3d(0, 0, 0, 0);
transform: rotate3d(0, 0, 0, 0);
-webkit-transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
margin: 5px 5px 5px 0;
border-radius: 20px;
height: calc(100% - 10px);
display: block;
}
.vb>.vb-dragger:hover>.vb-dragger-styler {
margin: 0px;
height: 100%;
}
.vb .vb-dragging>.vb-dragger>.vb-dragger-styler {
margin: 0px;
height: 100%;
}
/* Light Theme Bar */
.theme--light .vb>.vb-dragger>.vb-dragger-styler {
background-color: rgba(0, 0, 0, .1)
}
.theme--light .vb.vb-scrolling-phantom>.vb-dragger>.vb-dragger-styler {
background-color: rgba(0, 0, 0, .3)
}
.theme--light .vb>.vb-dragger:hover>.vb-dragger-styler {
background-color: rgba(0, 0, 0, .5)
}
.theme--light .vb .vb-dragging>.vb-dragger>.vb-dragger-styler {
background-color: rgba(0, 0, 0, .5)
}
.theme--light .vb .vb-dragging-phantom>.vb-dragger>.vb-dragger-styler {
background-color: rgba(0, 0, 0, .5)
}
/* Dark Theme Bar */
.theme--dark .vb>.vb-dragger>.vb-dragger-styler {
background-color: rgba(126, var(--ev-g), 194, .1)
}
.theme--dark .vb.vb-scrolling-phantom>.vb-dragger>.vb-dragger-styler {
background-color: rgba(126, var(--ev-g), 194, .3)
}
.theme--dark .vb>.vb-dragger:hover>.vb-dragger-styler {
background-color: rgba(126, var(--ev-g), 194, .5)
}
.theme--dark .vb .vb-dragging>.vb-dragger>.vb-dragger-styler {
background-color: rgba(126, var(--ev-g), 194, .5)
}
.theme--dark .vb .vb-dragging-phantom>.vb-dragger>.vb-dragger-styler {
background-color: rgba(126, var(--ev-g), 194, .5)
}
/* Dark Theme Shadow Box */
/*
.theme--dark.elevation-24 {
box-shadow: 0 11px 15px -7px rgba(121, var(--ev-g), 207, .2), 0 24px 38px 3px rgba(121, var(--ev-g), 207, .14), 0 9px 46px 8px rgba(121, var(--ev-g), 207, .12)!important;
}
.theme--dark.elevation-16 {
box-shadow: 0 8px 10px -5px rgba(121, var(--ev-g), 207, .2), 0 16px 24px 2px rgba(121, var(--ev-g), 207, .14), 0 6px 30px 5px rgba(121, var(--ev-g), 207, .12)!important
}
.theme--dark.elevation-4 {
box-shadow: 0 2px 4px -1px rgba(121, var(--ev-g), 207, .2), 0 4px 5px 0 rgba(121, var(--ev-g), 207, .14), 0 1px 10px 0 rgba(121, var(--ev-g), 207, .12)!important
}
.theme--dark.elevation-2 {
box-shadow: 0 3px 1px -2px rgba(121, var(--ev-g), 207, .2), 0 2px 2px 0 rgba(121, var(--ev-g), 207, .14), 0 1px 5px 0 rgba(121, var(--ev-g), 207, .12)!important
} */
/* TODO: Add all elevations of vuetify with dark theme, or theme of choice (Can be done through JS) */
.v-toolbar.theme--dark {
box-shadow: 0 2px 4px 1px rgba(49, var(--ev-g), 146, .2), 0 4px 5px 0 rgba(49, var(--ev-g), 146, .14), 0 1px 10px 0 rgba(49, var(--ev-g), 146, .12)
}
.v-card.theme--dark {
box-shadow: 0 3px 1px -2px rgba(49, var(--ev-g), 146, .2), 0 2px 2px 0 rgba(49, var(--ev-g), 146, .14), 0 1px 5px 0 rgba(49, var(--ev-g), 146, .12)
}