This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.qss
100 lines (95 loc) · 1.95 KB
/
stylesheet.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
90
91
92
93
94
95
96
97
98
99
100
#main, #stackedWidget, #homePage, #gridLayout_5, #scrollArea, #scrollArea_2, #scag, QTextBrowser {
border: 0;
}
#centralWidget {
background-color: #F2F2F2;
}
#stackedWidget, #homePage, #linksPage, #scrollArea, #scrollArea_2, #scrollAreaWidgetContents, #scag {
background-color: #FFFFFF;
}
#male_btn, #female_btn {
background-color: #F2F2F2;
color: #1976D2;
border: 0;
border-radius: 10px;
padding: 10px 15px;
margin: 0 20px;
}
#male_btn:pressed, #female_btn:pressed {
background-color: #1976D2;
color: #F2F2F2;
}
#home_btn, #guide_btn, #links_btn, #abroad_btn, #about_btn {
border: 0;
text-align: left;
padding: 15px 40px;
}
#title_label1, #main_title_label {
margin-top: 40px;
}
#title_label1, #title_label2, #title_label3, #title_label4 {
margin-left: 20px;
}
#bio_btn, #eco_btn {
border: 1px solid #1976D2;
border-radius: 10px;
padding: 10px 20px;
background-color: #FFFFFF;
color: #1976D2;
margin: 50px 10px;
}
#search_btn, #search_btn_eco {
border: 1px solid #1976D2;
border-radius: 10px;
padding: 10px 20px;
background-color: #1976D2;
color: #FFFFFF;
}
#gridLayout_15, #gridLayout_19, #main_listView, #main_listView_eco {
/** margin: 10px; */
border: 0;
}
QListView::item:selected{
border: 1px solid #2BB7F3;
}
QLineEdit {
border: 1px solid #1976D2;
}
#pushButton,
#pushButton_2,
#pushButton_3,
#pushButton_4,
#pushButton_5,
#pushButton_6,
#pushButton_7,
#pushButton_8,
#pushButton_9,
#pushButton_10,
#pushButton_11,
#pushButton_12,
#pushButton_13,
#pushButton_14,
#pushButton_15,
#pushButton_16,
#pushButton_17,
#pushButton_18,
#pushButton_19,
#pushButton_20,
#pushButton_21,
#pushButton_22,
#pushButton_23,
#pushButton_24,
#pushButton_25,
#pushButton_26,
#pushButton_27,
#pushButton_28,
#pushButton_29 {
border: 0;
background-color: #1976D2;
color: #FFFFFF;
border-radius: 10px;
padding: 10px;
}
#err_msg, #err_msg_eco {
color: red;
}