-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstylesheet.qss
More file actions
152 lines (115 loc) · 2.27 KB
/
stylesheet.qss
File metadata and controls
152 lines (115 loc) · 2.27 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
QTabBar::tab
{
background: #1DAEE1;
color: #dadada;
font-size: 24pt;
width:230px;
height:60px;
padding:0px;
}
#titleLabel
{
font-size: 30pt;
color: #dadada;
}
QTabBar::tab:hover
{
color: #ffffff;
background-color: #3fc1f4;
}
QTabBar::tab:selected
{
color: #ffffff;
background-color: #3fc1f4;
}
#tabWidget QWidget {
background: #DADADA;
}
QTabWidget::pane {
border-top: 0px solid #C2C7CB;
}
#meueBar QPushButton {
border:0px solid;
background-color:#1DAEE1;
color:#dadada;
width:20px;
}
#meueBar QPushButton:hover {
background-color: #3fc1f4;
}
#line_2 {
border:2px solid #1DAEE1;
color:#1DAAE1;
background:#1DAEE1;
}
#MainWindow, QDialog {
background:#1DAEE1;
}
QPushButton {
background:#dadada;
border: 1px solid #eee;
padding: 3px 13px;
}
FGameWidget #fgwDialog_GameTitle{
}
FGameWidget #fgwDialog_Background {
background-color: #3BC2D1;
border-radius:2px;
}
FGameWidget #fgwDialog_Background[gameSelected="true"] {
background-color: #0E93B2;
color: #3BC2D1;
}
#tgw_GameTitle {
color: #2DAAE1;
}
#w_mainInfo {
color: #2DAAE1;
}
#gameScrollArea, #scrollAreaWidgetContents, #gameListWidget {
background: transparent;
}
QScrollBar::handle:vertical{
background: #1DAEE1;
}
QScrollBar::down-arrow:vertical, #gameScrollArea::up-arrow:vertical{
}
QScrollBar::down-button:vertical, #gameScrollArea::up-button:vertical{
}
#w_globalButtons QMenu {
background-color: #1DAAE1; /* sets background of the menu */
/* border-radius:20px; */
font-size: 18pt;
padding:0px;
}
#w_globalButtons QMenu::item {
background-color: #1DAAE1;
color:#dadada;
border-bottom:1px solid #dadada;
padding: 0px 10px 0px 10px;
margin:0px;
}
#w_globalButtons QMenu::item:selected {
background-color: #3fc1f4;
color:#dadada;
}
#gameDetailsWidget {
background-repeat:no-repeat;
background-position:center;
}
#gameDetailsSidebarWidget QPushButton{
border: 1px solid #2DAAE1;
color: #2DAAE1;
padding: 5px;
}
#w_globalButtons QPushButton{
border-radius: 28px;
border: 0px solid #eee;
padding: 0;
width:56px;
height:56px;
background: #1DAAE1;
}
#w_globalButtons QPushButton:hover{
background: #3fc1f4;
}