-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsos.css
48 lines (41 loc) · 779 Bytes
/
tsos.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
/* TSOS.css */
body {
background: #909193 url(distrib/images/linen.png) repeat;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12pt;
font-weight: normal;
font-style: normal;
}
h1 {
color: black;
font-size: 24pt;
font-weight: normal;
font-style: normal;
border-bottom: 1px solid black;
}
h2 {
color: black;
font-size: 20pt;
font-weight: normal;
font-style: normal;
}
h3 {
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 16pt;
font-weight: normal;
font-style: normal;
}
#display {
background-color:#DFDBC3;
border: 2px solid red;
cursor: default;
}
.normal_button {
width: 175px;
}
.footerText {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: center;
}