forked from labouseur/AlanBBOS2013
-
Notifications
You must be signed in to change notification settings - Fork 0
/
josf.css
102 lines (91 loc) · 1.46 KB
/
josf.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
/* josf.css */
body {
background:#c1d9c8 no-repeat;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12pt;
font-weight: normal;
font-style: normal;
width:100%;
}
h1 {
color: black;
font-size: 24pt;
font-weight: normal;
font-style: normal;
text-shadow: 8px 11px 38px 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:#000000;
border: 2px solid #c3c3c3;
cursor: default;
}
.normal_button {
width: 100px;
}
#footerText {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: center;
}
#divMain{
margin-bottom: 30px;
}
#divMemDisplay {
width:400px;
height:250px;
overflow:scroll;
}
#divDiskDisplay {
width:400px;
height:250px;
overflow:scroll;
}
table {
background:#d8f5e4;
}
#memTable {
width:400px;
height: 800px;
}
#diskTable {
width:400px;
height: 800px;
}
#diskTable td:last-child {
font-size: 12px;;
}
#cpuTable{
margin-top: 5px;
width:400px;
}
table tr:first-child th:first-child{
background: #b1c9b8;
}
table td{
border: #b1c9b8 solid 1px;
}
table th{
border: #b1c9b8 solid 1px;
}
#pcbTable{
margin-top: 5px;
width:400px;
}
#rqTable{
margin-top: 5px;
height: 100px;
width:400px;
}