forked from bbloomf/jgabc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
90 lines (90 loc) · 2.08 KB
/
style.css
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
@font-face {
font-family: 'CaeciliaeStaffless';
font-style: normal;
font-weight: normal;
src: url('caeciliae-staffless-webfont.eot');
src: url('caeciliae-staffless-webfont.eot?#iefix') format('embedded-opentype'),
url('caeciliae-staffless-webfont.ttf') format('truetype');
}
@font-face {
font-family: 'CaeciliaeStaffless-Print';
font-style: normal;
font-weight: normal;
src: url('caeciliae-staffless-print.ttf') format('truetype');
}
@font-face {
font-family: 'OFL Sorts Mill Goudy TT';
font-style: italic;
font-weight: normal;
src: local('OFL Sorts Mill Goudy Italic TT'),
local('OFLGoudyStMTT-Italic'),
url('OFLGoudyStMTT-Italic.ttf') format('truetype');
}
@font-face {
font-family: 'OFL Sorts Mill Goudy TT';
font-style: normal;
font-weight: normal;
src: local('OFL Sorts Mill Goudy TT'),
local('OFLGoudyStMTT'),
url('OFLGoudyStMTT.ttf') format('truetype');
}
@font-face {
font-family: 'Versiculum';
font-style: normal;
font-weight: normal;
src: url('versiculum.ttf') format('truetype');
}
.sans{font-family:Verdana,Helvetica,sans-serif}
.selected{fill:#e22}
.selected-1{fill:url(#gradRedBlack)}
.selected-2{fill:url(#gradBlackRed)}
tspan.selectable:hover{fill:#e22}
tspan.selectable{
cursor:pointer;
}
.goudy tspan.selectable{
cursor:initial;
}
.b{font-weight:700}
.i{font-style:italic}
.sc{font-variant:small-caps}
.trans {font-size:15px;}
.versiculum{font-family: 'Versiculum';font-variant:normal;}
.caeciliae-print {
font-family: 'CaeciliaeStaffless-Print';
font-size:48px;
}
.goudy{
font-family: 'OFL Sorts Mill Goudy TT';
font-size: 18px;
}
.choral-sign{
font-family: 'OFL Sorts Mill Goudy TT';
font-size: 12px;
}
.greinitial{
font-family: 'OFL Sorts Mill Goudy TT';
font-size: 60px!important;
}
.greannotation{
font-family: 'OFL Sorts Mill Goudy TT';
font-size: 15px;
}
@media screen {
.caeciliae {
font-family: 'CaeciliaeStaffless';
font-size:48px;
}
}
@media print {
.caeciliae {
font-family: 'CaeciliaeStaffless-Print';
font-size:48px;
}
.print-hide{
display:none;
}
body{
max-width:8in;
}
}