-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.less
346 lines (313 loc) · 8.76 KB
/
styles.less
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
.welcome {
color: #004444;
animation: hue 2s infinite 2ms;
font: "Hack";
background: linear-gradient(to left top, pink 0%, red 5%, pink 10%, orange 15%, white 20%, yellow 25%, black 30%, green 35%, purple 40%, cyan 45%, orange 50%, lightblue 55%, red 60%, blue 65%, green 70%, violet 75%, blue 80%, purple 85%, lightpink 90%, pink 95%, black 100% );
background-repeat: no-repeat;
background-position: center;
background-position-x: 25%;
background-position-y: 25%;
background-size: 112%;
text-decoration: none;
color: #44bbDD;
animation: hue 4s infinite;
text-shadow: 5px -5px 2px #DD5522;
h1 {
margin-bottom: 30px;
}
p {
line-height: 1.5;
margin-bottom: 20px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
transform: scale(1.1);
}
.product-logo {
max-width: 100%;
height: auto;
margin: 0 auto;
display: relative;
padding: 20px;
animation: spin 4s infinite;
}
}
@keyframes spin {
0% {
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
}
tool-panel {
background-color: #e0cb56;
}
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
color: #e0cb56;
background-color: #442f0665;
border: 2px #e0cb56 solid;
font-family: "Hack";
font-size: 16.5px;
font-weight: 400;
line-height: 1.9;
animation: hue 20s infinite;
background-image: linear-gradient(to bottom left, pink 0%, red 5%, pink 10%, orange 15%, white 20%, yellow 25%, black 30%, green 35%, purple 40%, cyan 45%, orange 50%, lightblue 55%, red 60%, blue 65%, green 70%, violet 75%, blue 80%, purple 85%, lightpink 90%, pink 95%, black 100% );
background-repeat: no-repeat;
background-position: center;
background-position-x: 25%;
background-position-y: 25%;
background-size: 112%;
}
atom-text-editor.editor .selection .region {
background-color: rgba(150,120,20,0.5);
}
// style UI elements inside atom-text-editor
atom-text-editor .cursor {
border-color: rgb(255,255,255);
border: 0.5px solid white;
box-shadow: 1px 1px 4px white,
2px 1px 4px red,
3px 1px 4px orange,
4px 1px 4px yellow,
-1px 1px 4px white,
-2px 1px 4px red,
-3px 1px 4px orange,
-4px 1px 4px yellow,
1px 1px 4px white,
1px 2px 4px red,
1px 3px 4px orange,
1px 4px 4px yellow,
1px -1px 4px white,
1px -2px 4px red,
1px -3px 4px orange,
1px -4px 4px yellow;
}
aton-text-editor .cursor::before {
color: white;
transition: ease-in 300ms;
text-shadow: none;
}
atom-panel.tool-panel {
font-size: 1.2rem;
}
atom-text-editor::shadow .bracket-matcher .region {
border: 4px outset rgba(200, 140, 200, 0.6);
border-radius: 10px;
padding-top: 2px; padding-bottom: 2px; padding-left: 2px; padding-right: 2px;
background-color: rgba(0, 255, 150, 0.3);
z-index: 100;
animation: hue 15s infinite;
}
atom-text-editor .line {
color: #44bbDD;
animation: hue 4s infinite;
text-shadow: 5px -5px 2px #DD5522;
}
atom-text-editor .line::before {
color: #44bbDD;
text-shadow: 5px -5px 2px #DD5522;
}
atom-text-editor .line:hover {
color: #44bbDD;
transition: ease-in-out 300ms;
text-shadow: none;
transform: translateY(-3px);
}
@keyframes hue {
from{filter:hue-rotate(0deg)}
to{filter:hue-rotate(360deg)}
}
.tab .icon-tools:before { width: 14px; font-size: 12px; }
.feedback-status { display: none; }
.focusable-panel,
.focusable-panel:focus { background-color: transparent; }
/* TAB BAR STYLES */
.tab-bar { height: 35px; }
.tab-bar .tab:before,
.tab-bar .tab:after,
.tab-bar .tab,
.tab-bar .tab .title,
.tab-bar .tab .close-icon { background-color: #442f06; } //reset tab display
.tab-bar .tab {
margin-right: 6px; margin-left: 5px; margin-bottom: 15px;
height: 28px; line-height: 24px;
color: #e0cb56;
background-color: #442f06;
border: 2px #e0cb56 solid;
font-family: "Hack";
font-size: 15px;
animation: hue 25s infinite;
text-shadow: 1px -1px 3px black;
&:first-child { margin-left: -3px; }
&:last-child { margin-right: -1px; }
&:before {
left: -10px;
height: 28px;
}
&:after {
right: -5px;
width: 15px;
}
.close-icon {
right: 9px;
top: 0px;
line-height: 26px;
}
}
.tab.active {
background-color: #442f06;
}
.tab-bar .tab.active {
height: 35px;
line-height: 25px;
color: #e0cb5699;
background-color: #442f06;
border: 4px #e0cb56 solid;
font-family: "Hack";
font-size: 15px;
font-weight: 400;
border-left-width: 1.5rem;
border-right-width: 1.5rem;
text-decoration: underline;
color: #44bbDD;
animation: hue 4s infinite;
text-shadow: 1px -1px 3px black;
&:before,
&:after { height: 26px; }
&.active.modified {
.close-icon { right: 5px; }
}
.title { top: 0; }
}
.tab.active:hover, .tab:hover {
text-decoration: underline;
transform: translateY(-8px);
transform: scale(1.1);
margin-left: 2%;
margin-right: 2%;
margin-top: 0.5%;
text-decoration: underline;
color: #44bbDD;
animation: hue 4s infinite;
text-shadow: 5px -5px 2px #DD5522;
}
.platformio-ide-terminal .xterm {
background-color: black;
color: violet;
animation: hue 4s infinite;
::selection {
background-color: orange;
color: white;
}
.terminal-cursor {
background-color: purple ;
}
}
.tree-view {
background-color: #E5D10210;
font-size: 1.1rem;
border: 2px #e0cb56 solid;
animation: hue 10s infinite;
font-family: 'Hack';
color: #00DDFF;
background-image: linear-gradient(to bottom, pink 0%, red 5%, pink 10%, orange 15%, white 20%, yellow 25%, black 30%, green 35%, purple 40%, cyan 45%, orange 50%, lightblue 55%, red 60%, blue 65%, green 70%, violet 75%, blue 80%, purple 85%, lightpink 90%, pink 95%, black 100% );
background-repeat: no-repeat;
background-position: center;
background-position-x: 25%;
background-position-y: 25%;
background-size: 500%;
}
li.list-item{
cursor: pointer;
transition: background-color .15s, padding-left .15s;
font-family: 'Hack';
font-size: 1.1rem;
letter-spacing: .04em;
text-shadow: 1px -1px 1px #000000;
}
li.list-item:hover>span {
text-decoration: underline;
color: #44bbDD;
animation: hue 4s infinite;
transform: translateY(-3px);
transform: scale(1.3);
text-shadow: 5px -5px 2px #DD5522;
}
// Icon and text */
span.icon-file-directory {
color: yellow;
cursor: pointer;
transition: background-color .15s, padding-left .15s;
font-family: 'Hack';
font-size: 1.2rem;
letter-spacing: .04em;
text-shadow: 1px -1px 1px #000000;
}
// Icon and text */
span.icon-file-directory:hover {
text-decoration: underline;
color: #FFFF00;
animation: hue 4s infinite;
transform: translateY(-3px);
transform: scale(1.3);
text-shadow: 5px -5px 2px #DD5522;
}
atom-pane {
border-right: 1px solid @base-border-color;
background-color: #442f0695;
font-size: 1.2rem;
border: 2px #e0cb56 solid;
animation: hue 10s infinite;
font-family: 'Hack';
color: #cc000099;
&:last-child {
border-right: none;
}
}
.tree-view li:hover {
color:#FFFF00;
transform: scale(1);
animation: hue 5s infinite;
}
.tree-view li:hover::after, .tree-view li:hover::before {
width:70%;
left:0;
height: 5px;
}
.tree-view li::after, .tree-view li::before {
content:'';
position:absolute;
top: 25px;
border-top-left-radius: 5rem;
border-bottom-right-radius: 5rem;
border-bottom-left-radius: 2.4rem;
overflow:hidden;
right:0;
height: 5px;
width:0;
-webkit-transition:width .4s cubic-bezier(4.29, 4.18, 4.26, 4.83);
-o-transition:width .4s cubic-bezier(4.29, 4.18, 4.26, 4.83);
transition:width .4s cubic-bezier(4.29, 4.18, 4.26, 4.83);
}
.tree-view li::after {
-webkit-transition:width .8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
-o-transition:width .8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
transition:width .8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
background:#00bbFF;
height: 5px;
}
.tree-view li.active:after {
background-color:#00FFFF;
height: 5px;
}
.tree-view li.active:before {
z-index:2;
}
a {
text-decoration: none;
}