forked from labouseur/AlanBBOS2013
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vbos.css
85 lines (72 loc) · 1.3 KB
/
vbos.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
body {
background: #909193 url(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;
}
#consoleDisplay {
background-color:#DFDBC3;
border: 2px solid red;
cursor: default;
}
#statusBar {
background-color: white;
border: 2px solid red;
}
#memoryDisplay {
width:275px;
height:255px;
overflow:auto;
border: 1px solid black;
background-color: white;
}
#memoryDisplay table {
margin: 0px 0px 0px 0px;
overflow: auto;
}
#memoryDisplay a {
padding:1px;
width:80px;
text-decoration:none;
text-align: center;
border: 1px solid black;
background-color: grey;
color: black;
margin: 0px 0px 2px 1px;
float:left;
}
#partition2 {
display:none;
}
#partition3 {
display:none;
}
.normal_button {
width: 100px;
}
.footerText {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: center;
}