Menu

[r37]: / osmb / trunk / build / cruisecontrol / docs / cruisecontrol.css  Maximize  Restore  History

Download this file

250 lines (210 with data), 4.3 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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
body {
font-family: arial,helvetica,sans-serif;
color: black;
background-color: white;
margin: 0;
padding: 0;
}
.header {
overflow: auto;
color: black;
background-color: white;
margin: 0;
padding: 0;
border-bottom:1px solid black;
}
.hostedby {
float: right;
margin: 0;
padding-top: 5px;
padding-right: 40px;
font-size: x-small;
font-weight: bold;
}
.logo {
padding-top: 10px;
padding-left: 30px;
}
a img {
border: 0;
}
.container {
position: relative;
margin: 0;
padding: 0;
}
#menu {
width: 13em;
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
color: #020253;
background-color: white;
font-weight: bold;
font-size: smaller;
}
#menu ul {
list-style: none;
padding: 0;
margin: 0;
}
#menu ul#menulist {
padding: 0 0 0 0;
border-bottom: 1px solid black;
background: top right no-repeat;
}
#menu li {
border-top: 1px solid black;
margin: 0;
padding: 0;
}
#menu ul#menulist .top {
border-top: 0px solid black;
}
#menu li li {
padding-left: 0.75em;
}
#menu li li li {
padding-left: 1em;
font-style: italic;
}
#menu li p {
margin: 0;
padding: 5px 5px 5px 23px;
border-right: 1px solid black;
width: 100%;
}
#menu li h2 {
margin: 0;
padding: 15px 15px 5px 13px;
border-right: 1px solid black;
border-left: 10px none;
font-size: 1.25em;
width: 100%;
}
#menu li p#menuselected {
padding: 5px 5px 5px 13px;
border-left: 10px solid #020253;
background-color: #8dc3d7;
}
#menu li a {
display: block;
padding: 5px 5px 5px 13px;
border-left: 10px solid #020253;
border-right: 1px solid black;
text-decoration: none;
width: 100%;
color:#020253;
}
#menu li a.external {
background-position: 95% 50%;
}
#menu li a.expandmenu {
background: 2px center no-repeat url(expandmenu.png);
}
#menu li a.expandedmenu,
#menu li p.expandedmenu {
background: 2px center no-repeat url(expandedmenu.png);
}
html>body #menu li a,
html>body #menu li p,
html>body #menu li h2 {
width: auto;
}
#menu li a:hover {
border-left: 10px solid #020253;
background-color: #8dc3d7;
color: #020253;
}
.content {
margin: 0;
padding: 0 1em 1em 17em;
}
html>body .content {
padding-left: 13em;
padding-right: 13em;
}
.content h1 {
font-weight: bold;
font-size: 1.4em;
margin-bottom: 1em;
border-bottom: 1px solid black;
}
.content h2 {
font-weight: bold;
font-size: 1.2em;
margin-top: 2em;
border-bottom: 1px solid #cccccc;
}
.content h3 {
font-weight: bold;
font-size: 1.1em;
font-style: italic;
clear: both;
}
.content pre {
border: 1px solid black;
background-color: #cccccc;
padding: 1em;
width: auto;
}
table.documentation {
font-size: small;
border: 1px solid black;
width: 100%;
padding: 0;
}
table.documentation tr {
background-color: #eeeeee;
}
table.documentation tr.oddrow {
background-color: #dddddd;
}
table.documentation th,
table.documentation td {
padding: 0.25em;
}
table.documentation th {
text-align: left;
font-weight: bold;
color: white;
background-color: #020253;
vertical-align: top;
}
table.documentation td {
vertical-align: top;
}
table.documentation td dl {
margin: 0 0 0 1em;
}
table.documentation td dl dt {
font-weight: bold;
}
.hierarchy {
float: right;
border: 1px dashed black;
font-size: smaller;
margin: 0 0 0.5em 0.5em;
padding: 2px;
background-color: #eeeeee;
}
.hierarchy pre {
border: none;
margin: 0;
padding: 0.25em;
width: auto;
background-color: #dddddd;
}
a.external {
padding-right: 13px;
background: right center no-repeat url(external.png);
}
a.javadoc {
padding-left: 13px;
background: left center no-repeat url(javadoc.png);
}
.printonly {
display: none;
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.