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
250
251
252
253
254
255
256
257
|
@import url('reset.css');
@import url('styles.css');
@import url('forms.css');
/* moin specific overrides go below */
.clear { clear: both; }
#fullsearch { display: none; }
body {
background-image: url("../images/bg_dotted.png");
}
#ubuntu-header {
left: 841px;
background-image: url("../images/logo.png");
}
#main-menu a {
padding: 24px 8px;
}
#search-box {
margin-left: 720px;
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-box-shadow: #bbb 0px 0px 2px;
-webkit-box-shadow: #bbb 0px 0px 2px;
background-color: #F2F2F2;
width: 224px;
height: 40px;
}
#search-box #searchinput {
float: left;
width: 172px;
height: 20px;
margin: 8px 0 0 8px;
padding: 3px 0 1px 4px;
font-size: 11px;
border: 1px solid #ccc;
}
#search-box #titlesearch {
float: left;
background: url("../images/search_button_sprite.png") transparent;
width: 24px;
height: 24px;
margin: 8px 0 0 8px;
padding: 0;
border: none;
cursor: pointer;
text-indent: 50px;
}
#search-box button span {
position: absolute;
overflow: hidden;
text-indent: -9999px;
}
#second-nav {
-moz-border-radius:0 0 4px 4px;
-moz-box-shadow:0 0 2px #BBBBBB;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-box-shadow: #bbb 0px 0px 2px;
background-color:#F2F2F2;
height:40px;
/* margin-left:720px; */
width:715px;
float:left;
}
#second-nav li {
display: block;
float:left;
font-size: 12px;
padding: 13px 8px 0 10px;
}
#second-nav li:first-child {
background-color: #F2F2F2;
background: url("../images/subnav_active_bg.png") repeat scroll left 1px transparent !important;
}
#second-nav li:first-child a {
color: #DD4814;
display: block;
padding-bottom: 13px;
}
#second-nav li a {
display: block;
padding-bottom: 13px;
}
#cwt-nav3 {
-moz-border-radius: 4px 4px;
-webkit-border-radius: 4px;
border-radius: 4px 4px;
margin: 0 16px;
background-color: #f7f7f7;
}
#cwt-nav3 ul {
display: inline;
margin-bottom: 0;
}
#cwt-nav3 li {
display: block;
font-size: 12px;
float: left;
height: 30px;
padding: 12px 10px 0;
margin-bottom: 0;
border-right: 1px solid #e9e9e9;
color: #333;
}
#cwt-nav3 li a {
color: #888;
}
#cwt-nav3 hr {
border: 0;
width: 100%;
color: #d9d9d9;
background-color: #d9d9d9;
margin: 0;
padding: 0;
}
/*
#subheader li {
display: inline;
}*/
#subheader ul {
display: inline;
float: left;
}
#title span {
color: #AEA79F;
}
#cwt-content {
padding-right: 16px;
}
/* fix TOC styles */
#cwt-content table li {
margin-left: 1.5em;
line-height: 18px;
}
#cwt-content table ol {
list-style-type: decimal;
}
/* fix wiki styles */
#cwt-content pre {
line-height: 16px;
margin-bottom: 8px;
}
#cwt-content h1 {
margin-bottom: 8px;
}
/* knock the size of headings in the content area one notch */
/* let's turn this off for now
#cwt-content h1 {
font-size: 24px;
line-height: 28px;
}
#cwt-content h2 {
font-size: 16px;
line-height: 20px;
}
#cwt-content h3 {
font-size: 12px;
line-height: 16px;
}
#cwt-content h4 {
font-size: 12px;
font-weight: bold;
line-height: 16px;
}
*/ /* end disabled heading size bumps */
#cwt-content dt {
font-weight: bold;
margin-top: 10px;
}
#cwt-content dt, #cwt-content dd {
line-height: 18px;
font-size: 14px;
}
#footer .footer-div {
height: 120px;
}
#footer * {
line-height: 16px;
}
#footer li {
padding: 0 0 1px;
}
#copyright {
background-image: none;
padding-top: 0;
}
#copyright a {
display: block;
float: right;
position: relative;
right: -8px;
top:-12px;
}
/* edit form */
#editor-textarea {
width: 100%;
font-size: 14px;
padding: 4px;
}
#cwt-content input[type=text] {
width: 100%;
}
/* moin's msg dialog */
#message {
padding: 16px;
margin: 8px 0;
border: 20px #F1F1ED solid;
font-size: 14px;
background-color: white;
}
#message p {
font-size: 14px;
font-weight: bold;
}
/* tables need a little spacing */
#cwt-content td, #cwt-content th {
margin: 1px;
padding: 4px;
}
#cwt-content td, #cwt-content th {
border: 1px solid #E9E9E9;
}
#cwt-content ol, #cwt-content ul, #cwt-content dl {
margin-bottom: 8px;
list-style-type: decimal;
}
#cwt-content li, #cwt-content dd, #cwt-content dt {
line-height: 14px;
}
#cwt-content ol li {
margin-left: 18px;
}
#cwt-content tt {
font-family: monospace;
}
|