Switch to unified view

a/GUI/common.css b/GUI/common.css
1
/* deflt 10pt */
1
/* We keep the system default size for the general widget. But we have to
2
 * specify the sizes (smaller) in some other places, and, because
3
 * there are no relative sizes in qss, this has to be done in absolute
4
 * values, based on an assumption of a 10pt size for the system default
5
 * If you need bigger sizes, uncomment and increase the QWidget value, than
6
 * increase the other sizes in proportion. Also change cdbrowser/common.css for
7
 * the directory browser area. */
2
QWidget {
8
QWidget {
3
/*    font-size: 10pt;*/
9
/*    font-size: 16pt;*/
4
}
10
}
5
11
6
QLabel#lab_totalTime {
7
    font-weight: bold;
8
}
9
10
/* Playlist. Deflt 8 */
11
QLabel#pl_lab_title {
12
    font-size: 8pt;
13
    font-weight: bold;
14
}
15
16
/* Playlist. Deflt 7 */
17
QLabel#pl_lab_artist, QLabel#pl_lab_album, QLabel#pl_lab_time {
18
    font-size: 7pt;
19
}
20
21
/* Player area title. Deflt 10 */
12
/* Player area title. Default 10 */
22
QLabel#lab_title {
13
QLabel#lab_title {
23
    font-size: 10pt;
14
    font-size: 10pt;
24
    font-weight: bold;
15
    font-weight: bold;
25
}
16
}
26
17
27
/* Player area artist and album. Deflt 6 */
18
/* Playlist and player area labels except title. Default 7 */
28
QLabel#lab_artist, QLabel#lab_album {
19
QLabel#lab_artist, QLabel#lab_album, QLabel#curTime, QLabel#endTime {
20
    font-size: 7pt;
21
}
22
23
/* Titles in playlist entries. Default 8 */
24
QLabel#pl_lab_title {
25
    font-size: 8pt;
26
    font-weight: bold;
27
}
28
/* Other playlist entry fields. Default 6 pt */
29
QLabel#pl_lab_artist, QLabel#pl_lab_album, QLabel#pl_lab_time {
29
    font-size: 6pt;
30
    font-size: 6pt;
31
}
32
33
QLabel#lab_totalTime {
34
    font-weight: bold;
30
}
35
}
31
36
32
/* Note that having a minimal resource file and setting the button here
37
/* Note that having a minimal resource file and setting the button here
33
   was the only way I found to style the tab close button which is otherwise
38
   was the only way I found to style the tab close button which is otherwise
34
   an ugly red thing */
39
   an ugly red thing */