-
Notifications
You must be signed in to change notification settings - Fork 0
/
mfdc.css
84 lines (74 loc) · 1.43 KB
/
mfdc.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
body {
background-color: #D2D282;
font-family: Arial;
font-size: 20px;
min-width:1200px;
}
img {
position: absolute;
left: 0%;
max-width: 40%;
height: auto;
border: 1px solid black;
border-radius: 5px;
padding: 5px;
opacity: 0.0;
}
@font-face {
font-family: 'HP41C';
src: url('HP41 Character Set.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('HP41 Character Set.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
/* Fonts courtesy of http://legionfonts.com/fonts/hp41-character-set */
}
.container {
position: relative;
text-align: left;
color: black;
}
.maintext {
position: absolute;
top: 55px;
left: 55px;
font-family:'HP41C';
font-size: 40px;
}
.calctext {
font-family:'HP41C';
font-weight: bold;
font-size: 18px;
}
.user {
position: absolute;
top: 100px;
left: 110px;
font-family:'Arial';
font-size: 12px;
}
.shift {
position: absolute;
top: 100px;
left: 230px;
font-family:'Arial';
font-size: 12px;
}
.one {
position: absolute;
top: 100px;
left: 300px;
font-family:'Arial';
font-size: 12px;
}
.two {
position: absolute;
top: 100px;
left: 308px;
font-family:'Arial';
font-size: 12px;
}
.instruction {
position: absolute;
top: 0px;
left: 560px;
width:800px;
height:1000px;
}