File: solfege.css

package info (click to toggle)
solfege 3.23.4-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 29,744 kB
  • sloc: python: 26,939; xml: 4,380; ansic: 1,544; sh: 807; makefile: 655; perl: 8; exp: 7
file content (43 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download | duplicates (3)
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
/* Solfege - ear training for GNOME
  Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2013  Tom Cato Amundsen
  License is GPL, see file COPYING
*/


#ProgressionNameLabel, #Feedback { font: 18px Sans }
#ProgressionLabelNumber { font: 12px Sans }
#BoldText { font: 12px Sans Bold }

#StatisticsH1, #Heading1 { font: 18px Sans }
#StatisticsH2, #Heading2 { font: 14px Sans }

#BpmInactiveLabel { font: 12px Sans }
#BpmActiveLabel { font: 12px Sans Bold }

#DIALOGWARNING2 { background: red; }
#DIALOGWARNING  { background: yellow; }

#DEBUGWARNING {
  background: red;
  font: 24px Sans Bold;
}

#FlashBarLabel { font: 16px Sans }

#IntervalButtonsWidget GtkButton
 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#intervalToggleButton {
	padding: 2px;
}

/* toneincontext */
#wlabelred { background: red; font-size: small}
#wlabelyellow { background: yellow; font-size: small}
#wlabelgreen { background: lightgreen; font-size:small}
#labelred { background: red}
#labelyellow { background: yellow}
#labelgreen { background: lightgreen}
#labelgreyout{ background: gray; color: gray }