프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / DTI_PID / americano.qss @ 6d998bd3

이력 | 보기 | 이력해설 | 다운로드 (10.4 KB)

1
QToolTip
2
{
3
     border: 1px solid black;
4
     background-color: #ffa02f;
5
     padding: 1px;
6
     border-radius: 3px;
7
     opacity: 100;
8
}
9

    
10
QWidget
11
{
12
    color: #b1b1b1;
13
    background-color: #323232;
14
}
15

    
16
QWidget:item:hover
17
{
18
    background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #ca0619);
19
    color: #000000;
20
}
21

    
22
QWidget:item:selected
23
{
24
    background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
25
}
26

    
27
QMenuBar::item
28
{
29
    background: transparent;
30
}
31

    
32
QMenuBar::item:selected
33
{
34
    background: transparent;
35
    border: 1px solid #ffaa00;
36
}
37

    
38
QMenuBar::item:pressed
39
{
40
    background: #444;
41
    border: 1px solid #000;
42
    background-color: QLinearGradient(
43
        x1:0, y1:0,
44
        x2:0, y2:1,
45
        stop:1 #212121,
46
        stop:0.4 #343434/*,
47
        stop:0.2 #343434,
48
        stop:0.1 #ffaa00*/
49
    );
50
    margin-bottom:-1px;
51
    padding-bottom:1px;
52
}
53

    
54
QMenu
55
{
56
    border: 1px solid #000;
57
}
58

    
59
QMenu::item
60
{
61
    padding: 2px 20px 2px 20px;
62
}
63

    
64
QMenu::item:selected
65
{
66
    color: #000000;
67
}
68

    
69
QWidget:disabled
70
{
71
    color: #404040;
72
    background-color: #323232;
73
}
74

    
75
QAbstractItemView
76
{
77
    background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 0.1 #646464, stop: 1 #5d5d5d);
78
}
79

    
80
QWidget:focus
81
{
82
    /*border: 2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);*/
83
}
84

    
85
QTableWidget {
86
    background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 0 #646464, stop: 1 #5d5d5d);
87
    selection-color: #0a214c; 
88
    selection-background-color: #C19A6B;
89
    border: 1px solid #1e1e1e;
90
}
91

    
92
QLineEdit
93
{
94
    background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 0 #646464, stop: 1 #5d5d5d);
95
    padding: 1px;
96
    border-style: solid;
97
    border: 1px solid #1e1e1e;
98
    border-radius: 5;
99
}
100

    
101
QPushButton
102
{
103
    color: #b1b1b1;
104
    background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #565656, stop: 0.1 #525252, stop: 0.5 #4e4e4e, stop: 0.9 #4a4a4a, stop: 1 #464646);
105
    border-width: 1px;
106
    border-color: #1e1e1e;
107
    border-style: solid;
108
    border-radius: 6;
109
    padding: 3px;
110
    font-size: 12px;
111
    padding-left: 5px;
112
    padding-right: 5px;
113
}
114

    
115
QPushButton:pressed
116
{
117
    background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2d2d2d, stop: 0.1 #2b2b2b, stop: 0.5 #292929, stop: 0.9 #282828, stop: 1 #252525);
118
}
119

    
120
QComboBox
121
{
122
    selection-background-color: #ffaa00;
123
    background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #565656, stop: 0.1 #525252, stop: 0.5 #4e4e4e, stop: 0.9 #4a4a4a, stop: 1 #464646);
124
    border-style: solid;
125
    border: 1px solid #1e1e1e;
126
    border-radius: 5;
127
}
128

    
129
QComboBox:hover,QPushButton:hover
130
{
131
    border: 2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
132
}
133

    
134

    
135
QComboBox:on
136
{
137
    padding-top: 3px;
138
    padding-left: 4px;
139
    background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2d2d2d, stop: 0.1 #2b2b2b, stop: 0.5 #292929, stop: 0.9 #282828, stop: 1 #252525);
140
    selection-background-color: #ffaa00;
141
}
142

    
143
QComboBox QAbstractItemView
144
{
145
    border: 2px solid darkgray;
146
    selection-background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
147
}
148

    
149
QGroupBox:focus
150
{
151
    border: 2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
152
}
153

    
154
QTextEdit:focus
155
{
156
    border: 2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
157
}
158

    
159
QScrollBar:horizontal {
160
     border: 1px solid #222222;
161
     background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0.0 #121212, stop: 0.2 #282828, stop: 1 #484848);
162
     height: 7px;
163
     margin: 0px 16px 0 16px;
164
}
165

    
166
QScrollBar::handle:horizontal
167
{
168
      background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa02f, stop: 0.5 #d7801a, stop: 1 #ffa02f);
169
      min-height: 20px;
170
      border-radius: 2px;
171
}
172

    
173
QScrollBar::add-line:horizontal 
174
{
175
      border: 1px solid #1b1b19;
176
      border-radius: 2px;
177
      background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa02f, stop: 1 #d7801a);
178
      width: 14px;
179
      subcontrol-position: right;
180
      subcontrol-origin: margin;
181
}
182

    
183
QScrollBar::sub-line:horizontal 
184
{
185
      border: 1px solid #1b1b19;
186
      border-radius: 2px;
187
      background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa02f, stop: 1 #d7801a);
188
      width: 14px;
189
     subcontrol-position: left;
190
     subcontrol-origin: margin;
191
}
192

    
193
QScrollBar::right-arrow:horizontal, QScrollBar::left-arrow:horizontal
194
{
195
      border: 1px solid black;
196
      width: 1px;
197
      height: 1px;
198
      background: white;
199
}
200

    
201
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal
202
{
203
      background: none;
204
}
205

    
206
QScrollBar:vertical
207
{
208
      background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0.0 #121212, stop: 0.2 #282828, stop: 1 #484848);
209
      width: 7px;
210
      margin: 16px 0 16px 0;
211
      border: 1px solid #222222;
212
}
213

    
214
QScrollBar::handle:vertical
215
{
216
      background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 0.5 #d7801a, stop: 1 #ffa02f);
217
      min-height: 20px;
218
      border-radius: 2px;
219
}
220

    
221
QScrollBar::add-line:vertical
222
{
223
      border: 1px solid #1b1b19;
224
      border-radius: 2px;
225
      background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
226
      height: 14px;
227
      subcontrol-position: bottom;
228
      subcontrol-origin: margin;
229
}
230

    
231
QScrollBar::sub-line:vertical
232
{
233
      border: 1px solid #1b1b19;
234
      border-radius: 2px;
235
      background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #d7801a, stop: 1 #ffa02f);
236
      height: 14px;
237
      subcontrol-position: top;
238
      subcontrol-origin: margin;
239
}
240

    
241
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical
242
{
243
      border: 1px solid black;
244
      width: 1px;
245
      height: 1px;
246
      background: white;
247
}
248

    
249

    
250
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
251
{
252
      background: none;
253
}
254

    
255
QTextEdit
256
{
257
    background-color: #242424;
258
}
259

    
260
QPlainTextEdit
261
{
262
    background-color: #242424;
263
}
264

    
265
QHeaderView::section
266
{
267
    background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #616161, stop: 0.5 #505050, stop: 0.6 #434343, stop:1 #656565);
268
    color: white;
269
    padding-left: 4px;
270
    border: 1px solid #6c6c6c;
271
}
272

    
273
QCheckBox:disabled
274
{
275
    color: #414141;
276
}
277

    
278
QDockWidget::title
279
{
280
    text-align: center;
281
    spacing: 3px; /* spacing between items in the tool bar */
282
    background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #323232, stop: 0.5 #242424, stop:1 #323232);
283
}
284

    
285
QDockWidget::close-button, QDockWidget::float-button
286
{
287
    text-align: center;
288
    spacing: 1px; /* spacing between items in the tool bar */
289
    background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #323232, stop: 0.5 #242424, stop:1 #323232);
290
}
291

    
292
QDockWidget::close-button:hover, QDockWidget::float-button:hover
293
{
294
    background: #242424;
295
}
296

    
297
QDockWidget::close-button:pressed, QDockWidget::float-button:pressed
298
{
299
    padding: 1px -1px -1px 1px;
300
}
301

    
302
QMainWindow::separator
303
{
304
    background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #161616, stop: 0.5 #151515, stop: 0.6 #212121, stop:1 #343434);
305
    color: white;
306
    padding-left: 4px;
307
    border: 1px solid #4c4c4c;
308
    spacing: 3px; /* spacing between items in the tool bar */
309
}
310

    
311
QMainWindow::separator:hover
312
{
313

    
314
    background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #d7801a, stop:0.5 #b56c17 stop:1 #ffa02f);
315
    color: white;
316
    padding-left: 4px;
317
    border: 1px solid #6c6c6c;
318
    spacing: 3px; /* spacing between items in the tool bar */
319
}
320

    
321
QToolBar::handle
322
{
323
     spacing: 3px; /* spacing between items in the tool bar */
324
}
325

    
326
QMenu::separator
327
{
328
    height: 2px;
329
    background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #161616, stop: 0.5 #151515, stop: 0.6 #212121, stop:1 #343434);
330
    color: white;
331
    padding-left: 4px;
332
    margin-left: 10px;
333
    margin-right: 5px;
334
}
335

    
336
QProgressBar
337
{
338
    border: 2px solid grey;
339
    border-radius: 5px;
340
    text-align: center;
341
}
342

    
343
QProgressBar::chunk
344
{
345
    background-color: #d7801a;
346
    width: 2.15px;
347
    margin: 0.5px;
348
}
349

    
350
QTabBar::tab {
351
    color: #b1b1b1;
352
    border: 1px solid #444;
353
    border-bottom-style: none;
354
    background-color: #323232;
355
    padding-left: 10px;
356
    padding-right: 10px;
357
    padding-top: 3px;
358
    padding-bottom: 2px;
359
    margin-right: -1px;
360
}
361

    
362
QTabWidget::pane {
363
    border: 1px solid #444;
364
    top: 1px;
365
}
366

    
367
QTabBar::tab:last
368
{
369
    margin-right: 0; /* the last selected tab has nothing to overlap with on the right */
370
    border-top-right-radius: 3px;
371
}
372

    
373
QTabBar::tab:first:!selected
374
{
375
 margin-left: 0px; /* the last selected tab has nothing to overlap with on the right */
376

    
377

    
378
    border-top-left-radius: 3px;
379
}
380

    
381
QTabBar::tab:!selected
382
{
383
    color: #b1b1b1;
384
    border-bottom-style: solid;
385
    margin-top: 3px;
386
    background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:.4 #343434);
387
}
388

    
389
QTabBar::tab:selected
390
{
391
    border-top-left-radius: 3px;
392
    border-top-right-radius: 3px;
393
    margin-bottom: 0px;
394
}
395

    
396
QTabBar::tab:!selected:hover
397
{
398
    /*border-top: 2px solid #ffaa00;
399
    padding-bottom: 3px;*/
400
    border-top-left-radius: 3px;
401
    border-top-right-radius: 3px;
402
    background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:0.4 #343434, stop:0.2 #343434, stop:0.1 #ffaa00);
403
}
404

    
405
QRadioButton::indicator:checked, QRadioButton::indicator:unchecked{
406
    color: #b1b1b1;
407
    background-color: #323232;
408
    border: 1px solid #b1b1b1;
409
    border-radius: 6px;
410
}
411

    
412
QRadioButton::indicator:checked
413
{
414
    background-color: qradialgradient(
415
        cx: 0.5, cy: 0.5,
416
        fx: 0.5, fy: 0.5,
417
        radius: 1.0,
418
        stop: 0.25 #ffaa00,
419
        stop: 0.3 #323232
420
    );
421
}
422

    
423
QCheckBox::indicator{
424
    color: #b1b1b1;
425
    background-color: #323232;
426
    border: 1px solid #b1b1b1;
427
    width: 9px;
428
    height: 9px;
429
}
430

    
431
QRadioButton::indicator
432
{
433
    border-radius: 6px;
434
}
435

    
436
QRadioButton::indicator:hover, QCheckBox::indicator:hover
437
{
438
    border: 1px solid #ffaa00;
439
}
440

    
441
QCheckBox::indicator:checked
442
{
443
    background-color: qradialgradient(
444
        cx: 0.5, cy: 0.5,
445
        fx: 0.5, fy: 0.5,
446
        radius: 1.0,
447
        stop: 0.25 #ffaa00,
448
        stop: 0.3 #323232
449
    );
450
}
451

    
452
QCheckBox::indicator:disabled, QRadioButton::indicator:disabled
453
{
454
    border: 1px solid #444;
455
}
456

    
457
QGraphicsView
458
{
459
     border: transparent;
460
     background: transparent;
461
}
462

    
463
QTreeView::indicator:checked
464
{
465
    color: #b1b1b1;
466
    background-color: #323232;
467
    border: 1px solid #b1b1b1;
468
    border-radius: 1px;
469
}
470

    
471
QTreeView::indicator:unchecked
472
{
473
    background-color: lightgray;
474
}
클립보드 이미지 추가 (최대 크기: 500 MB)