-
Notifications
You must be signed in to change notification settings - Fork 0
/
adam.css
executable file
·126 lines (98 loc) · 1.6 KB
/
adam.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
124
/*Bonny Guang, July 2010*/
/*CSS Sheet for ADAM*/
body, html {
margin:0;
padding:0;
color:#000;
float: center;
margin: auto;
width:1024px;
}
#intro{
text-align: justify;
}
#wrap {
margin:0 auto;
background-size: 100%;
}
/* VBI Logo and Title */
#header {
float: center;
margin: auto;
width:1024;
padding: 5px;
}
#header table {
margin-left: auto;
margin-right: auto;
}
/* Text Explanation */
.navigation { text-align: justify; }
/* Main Block: Input Functions and State/Node Number; Also Output */
table{
float: center;
margin: auto;
text-align: justify;
}
#footer {
float:center;
margin-left: auto;
margin-right: auto;
font-size: .8em;
text-align: center;
}
form {
/*background-color: blue; */
}
.waiting {
color: red;
}
.results {
/*background-color: green;*/
color: green;
}
.allSelections {
border: 1px solid black;
}
#inputs th {
text-align: center;
vertical-align: top;
background-color: #99C9FF;
white-space: nowrap;
}
#notTT {
background-color: red;
}
#inputs td {
width: 512px;
vertical-align: top;
}
#modelInput {
width: 480px;
height: 120px;
border: 3px solid #cccccc;
padding: 5px;
}
#inputs table {
margin-left: auto;
margin-right: auto;
border: 1px solid #ABABAB;
background-color: #CCCCCC;
width: 100%;
border-spacing: 0px;
padding: 1px;
}
/* Creates those little gray lines dividing each section */
#inputs tr.lines td {
background-color: #DCDCDC;
height: 1px;
}
.hint {
font-size: .8em;
color: blue;
}
div
{
font-family: Verdana, Arial;
style: position:absolute;
}