Parent: [2b9696] (diff)

Child: [632992] (diff)

Download this file

common.css    38 lines (31 with data), 746 Bytes

 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
/* deflt 10pt */
QWidget {
/* font-size: 10pt;*/
}
QLabel#lab_totalTime {
font-weight: bold;
}
/* Playlist. Deflt 8 */
QLabel#pl_lab_title {
font-size: 8pt;
font-weight: bold;
}
/* Playlist. Deflt 7 */
QLabel#pl_lab_artist, QLabel#pl_lab_album, QLabel#pl_lab_time {
font-size: 7pt;
}
/* Player area title. Deflt 10 */
QLabel#lab_title {
font-size: 10pt;
font-weight: bold;
}
/* Player area artist and album. Deflt 6 */
QLabel#lab_artist, QLabel#lab_album {
font-size: 6pt;
}
/* Note that having a minimal resource file and setting the button here
was the only way I found to style the tab close button which is otherwise
an ugly red thing */
QTabBar::close-button {
image: url(:/icons/cross.png)
}