This repository has been archived by the owner on Jun 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.qss
89 lines (72 loc) · 1.52 KB
/
style.qss
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
#launchy {
}
#opsButton {
border: none;
background: url(option.png);
qproperty-geometry: rect(358 149 69 39);
}
#opsButton:pressed {
border: none;
background-image: url(option_pressed.png);
}
#workingAnimation {
qproperty-geometry: rect(707 40 16 16);
}
#input {
font: 28px "Trebuchet MS";
border-width: 0px;
background-color: rgba(0,244,120,0%);
border-style: solid;
color: #3f3f3f;
qproperty-alignment: AlignLeft;
qproperty-geometry: rect(40 154 290 28);
}
#output {
font: 36px "Trebuchet MS";
border-width: 0px;
background-color: rgba(0,244,120,0%);
border-style: solid;
color: #FFFFFF;
qproperty-alignment: AlignLeft;
qproperty-geometry: rect(125 60 300 52);
}
#outputIcon {
qproperty-geometry: rect(50 60 52 52);
}
#alternatives {
font: 14px "Trebuchet MS";
font-weight: bold;
background-color:#010101;
alternate-background-color: rgba(22,14,1,100%);
color: #ce8a0b;
border-style: solid;
border-width: 0px;
qproperty-geometry: rect(31 181 307 133);
padding: 10px;
min-height: 35px;
}
#alternativesPath {
font: 10px "Trebuchet MS";
color: #ffffff;
}
QScrollBar#altScroll:vertical {
image: url(scrollBack.png);
width: 8px;
}
QScrollBar#altScroll::handle:vertical {
background-color: #eda723;
}
QScrollBar#altScroll::add-page:vertical {
background: url(scrollBack.png);
}
QScrollBar#altScroll::sub-page:vertical {
background: url(scrollBack.png);
}
QScrollBar#altScroll::sub-line:vertical {
width: 1px;
height: 1px;
}
QScrollBar#altScroll::add-line:vertical {
width: 1px;
height: 1px;
}