-
Notifications
You must be signed in to change notification settings - Fork 0
/
midisheetmusic.css
125 lines (109 loc) · 2.56 KB
/
midisheetmusic.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body {
font-family: "verdana", "sans-serif";
font-size: 12pt;
line-height: 1.4em;
color: #202020;
background-image: url(blue_background.png);
text-align: center;
margin: 0px 0px;
padding: 0px 0px;
}
td {
font-family: "verdana", "sans-serif";
font-size: 12pt;
line-height: 1.4em;
color: #202020;
}
pre {
font-family: "courier new";
font-size: 10pt;
}
h1 {
font-family: "arial", "helvetica";
font-size: 20pt;
color: #000020;
}
h2 {
font-family: "arial", "helvetica";
font-size: 14pt;
color: #000020;
}
code {
font-family: "courier new";
font-size: 12pt;
line-height: 1.4em;
color: #202020;
}
div#topbackground {
width: 100%;
height: 90px;
/* IE10 */
background-image: -ms-radial-gradient(center, circle farthest-side, #FFFFFF 0%, #000020 100%);
/* Mozilla Firefox */
background-image: -moz-radial-gradient(center, circle farthest-side, #FFFFFF 0%, #000020 100%);
/* Opera */
background-image: -o-radial-gradient(center, circle farthest-side, #FFFFFF 0%, #000020 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(radial, center center, 0, center center, 490, color-stop(0, #FFFFFF), color-stop(1, #000020));
/* Webkit (Chrome 11+) */
background-image: -webkit-radial-gradient(center, circle farthest-side, #FFFFFF 0%, #000020 100%);
text-align: center;
margin: 0px 0px;
/* border: 1px solid #D2C0B0; */
}
div#mainbody {
margin-left: auto;
margin-right: auto;
padding: 20px;
width: 900px;
text-align: left;
color: #202020;
background-image: url(white_background.png);
}
div#menu {
background: #000020;
color: #EEEEEE;
padding-top: 2px;
padding-bottom: 2px;
}
#menu td {
padding-left: 10px;
padding-right: 10px;
font-family: "arial", "helvetica";
font-size: 14pt;
font-weight: bold;
color: #EEEEEE;
}
#menu a {
text-decoration: none;
color: #EEEEEE;
}
#menu a:hover {
text-decoration: none;
color: #C0C0C8;
}
img.feature {
border: 3px solid #000020;
margin: 5px 5px;
}
.download_button a {
border: 1px solid black;
background: #C0C0C8;
color: #000020;
padding: 20px 10px 10px 10px;
font-family: "verdana", "sans-serif";
font-size: 12pt;
font-weight: bold;
display: inline;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
}
.download_button img {
vertical-align: bottom;
border: 0px;
}
.download_button a:hover {
background: #90909E;
}