-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (62 loc) · 1.06 KB
/
style.css
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
.heading {
font-size: 18px;
padding-bottom: 30px;
padding-top: 30px;
}
.normal {
color: #eeedcc;
}
.stat {
color: #e04000;
}
QWidget {
background-color: #252327;
color: "white";
font-family: 'Lucida Console';
}
QMainWindow {
background-color: #252327;
color: "white";
font-family: 'Lucida Console';
}
QLineEdit {
background-color: #dbdbdb;
color: 'black';
border-color: black;
border-radius: 15px;
border-width: 1px;
border-style: outset;
}
QPushButton {
font-size: 16px;
border-radius: 15px;
border-color: black;
border-style: outset;
border-width: 2px;
}
QAction {
font-size: 14px;
}
QAction:hover {
background-color: #505358;
font-size: 15px;
}
QPushButton:hover {
background-color: #212338;
font-size: 17px;
}
QLineEdit:active {
background-color: #fffafa;
}
QLineEdit:focus {
background-color: #ffffff;
}
QPushButton:disabled {
background-color: #434346;
}
QComboBox {
font-size: 16px;
}
QComboBox:hover {
background-color: #545058;
}