-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyleSheet2.css
More file actions
executable file
·222 lines (206 loc) · 3.87 KB
/
StyleSheet2.css
File metadata and controls
executable file
·222 lines (206 loc) · 3.87 KB
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
html {
margin: 10px;
padding: 10px;
}
body {
background: #000 url(rows.jpg) 0px 65px;
margin: 2px;
padding: 2px;
}
p {
margin-top: 0;
text-align: justify;
}
h3 {
font: 10pt/14pt 'Gill Sans MT', Arial, Sans-Serif;
letter-spacing: 1px;
margin-bottom: 0;
color: #7D775C;
}
h1
{
font-weight: normal;
font-size: 10pt;
color: black;
font: 10pt/14pt 'Gill Sans MT', Arial, Sans-Serif;
text-align: left;
margin: 10px;
}
a:link
{
font-weight: bold;
color: #b20000;
text-decoration: none;
}
a:visited
{
font-weight: bold;
color: #932f2f;
text-decoration: none;
}
a:hover, a:active
{
color: #b20000;
text-decoration: underline;
}
acronym {
border-bottom: none;
}
/* specific divs */
div#main
{
border-right: red thin ridge;
border-top: red thin ridge;
border-left: red thin ridge;
border-bottom: red thin ridge;
position: absolute;
background-color: white;
width: 80%;
right: 10%;
left: 10%;
top: 100px;
height: auto;
margin: 10px;
}
div#mainText
{
font-size: 11pt;
line-height: 15pt;
font-family: 'Gill Sans MT' , Arial, Sans-Serif;
text-align: left;
margin-top: 15px;
margin-right: 15px;
margin-bottom: 15px;
margin-left: 15px;
}
div#topTitle
{
background: url(JSBSimLogo.png) #b20000 no-repeat right top;
border-right: #000 0px;
border-top: #000 0px;
border-left: #000 0px;
border-bottom: #000 0px;
left: 0px;
width: 100%;
top: 0px;
height: 61px;
position: absolute;
background-color: #b20000;
}
#redBlockText em
{
color:White;
font-style:normal;
}
div#redBlockText
{
font-family: 'Gill Sans MT' , Arial, Sans-Serif;
color: black;
line-height: 12pt;
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 15px;
}
#linkList {
margin-left: 600px;
position: absolute;
top: 0;
right: 0;
}
#linkList2 {
font: 10px verdana, sans-serif;
background: transparent url(paper-bg.jpg) top left repeat-y;
padding: 10px;
margin-top: 150px;
width: 130px;
}
#linkList h3.select {
background: transparent url(h3.gif) no-repeat top left;
margin: 10px 0 5px 0;
width: 97px;
height: 16px;
}
#linkList h3.select span {
display:none
}
#linkList h3.favorites {
background: transparent url(h4.gif) no-repeat top left;
margin: 25px 0 5px 0;
width: 60px;
height: 18px;
}
#linkList h3.favorites span {
display:none
}
#linkList h3.archives {
background: transparent url(h5.gif) no-repeat top left;
margin: 25px 0 5px 0;
width:57px;
height: 14px;
}
#linkList h3.archives span {
display:none
}
#linkList h3.resources {
background: transparent url(h6.gif) no-repeat top left;
margin: 25px 0 5px 0;
width:63px;
height: 10px;
}
#linkList h3.resources span {
display:none
}
#linkList ul {
margin: 0;
padding: 0;
}
#linkList li {
line-height: 2.5ex;
background: transparent url(cr1.gif) no-repeat top center;
display: block;
padding-top: 5px;
margin-bottom: 5px;
list-style-type: none;
}
#linkList li a:link {
color: #988F5E;
}
#linkList li a:visited {
color: #B3AE94;
}
.accesskey {
text-decoration: underline;
}
.solidblockmenu
{
border-right: #625e00 0px solid;
border-left: #625e00 0px solid;
border-top: #625e00 1px solid;
border-bottom: #625e00 1px solid;
padding: 0px;
margin: 0px;
background: url(blockdefault.gif) black repeat-x center center;
top: 61px;
left: 0px;
font: bold 8pt Arial;
width: 100%;
position: absolute;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 4px 6px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}