source:
trunk/workshop-routing-foss4g/web/GeoExt/docs/_static/geoext.css
@
81
Revision 76, 4.2 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[76] | 1 | @import url(http://extjs.cachefly.net/ext-3.2.1/resources/css/ext-all.css); |
2 | ||
3 | @import url(sphinxdoc.css); | |
4 | ||
5 | /* override some of ext-all.css */ | |
6 | ul, ol { | |
7 | margin: 14px 0; | |
8 | padding-left: 40px; | |
9 | } | |
10 | ul { | |
11 | list-style: disc; | |
12 | } | |
13 | ol { | |
14 | list-style-type:decimal; | |
15 | } | |
16 | strong { | |
17 | font-weight: bolder; | |
18 | } | |
19 | ||
20 | /* override some of sphinxdoc.css */ | |
21 | html { | |
22 | margin: 0; | |
23 | padding: 0; | |
24 | } | |
25 | body { | |
26 | border: none; | |
27 | background-color: white; | |
28 | margin: 0; | |
29 | padding: 0; | |
30 | min-width: 900px; | |
31 | } | |
32 | h1, h2, h3, h4, h5, h6 { | |
33 | color: #385F95; | |
34 | } | |
35 | table td, table th { | |
36 | padding: 0; | |
37 | } | |
38 | div.related { | |
39 | margin: 0 80px; | |
40 | width: auto; | |
41 | } | |
42 | div.related ul { | |
43 | border: 1px solid #EEEEEE; | |
44 | } | |
45 | div.bodywrapper { | |
46 | border-right: 0; | |
47 | } | |
48 | a.reference em { | |
49 | font-style: normal; | |
50 | } | |
51 | div.sphinxsidebar { | |
52 | padding-right: 95px; | |
53 | } | |
54 | div.sphinxsidebar h3, div.sphinxsidebar h4 { | |
55 | background: inherit; | |
56 | border: none; | |
57 | color: #385F95; | |
58 | padding: 0; | |
59 | } | |
60 | div.sphinxsidebar h3 a { | |
61 | color: inherit; | |
62 | } | |
63 | div.document { | |
64 | margin: 0 80px; | |
65 | } | |
66 | div.documentwrapper { | |
67 | width: auto; | |
68 | border-left: 1px solid #EEEEEE; | |
69 | border-right: 1px solid #EEEEEE; | |
70 | } | |
71 | div.footer { | |
72 | background: #4E7AB2 url(img/footer-bg.png) repeat-x; | |
73 | color: #d9d9d9; | |
74 | padding: 60px 0 35px; | |
75 | text-align: center; | |
76 | } | |
77 | ||
78 | /* custom header */ | |
79 | div.header { | |
80 | position: relative; | |
81 | overflow: hidden; | |
82 | height: 120px; | |
83 | background: #97b7e1 url(img/header-bg.png) 0 0 repeat-x; | |
84 | } | |
85 | div.header div.wrap { | |
86 | margin: 0 80px; | |
87 | } | |
88 | #logo { | |
89 | padding: 0; | |
90 | } | |
91 | #logo a { | |
92 | float: left; | |
93 | width: 300px; | |
94 | height: 120px; | |
95 | overflow: hidden; | |
96 | text-indent: -9999em; | |
97 | background: url(img/geoext-logo.png) no-repeat; | |
98 | } | |
99 | #top-nav { | |
100 | position: absolute; | |
101 | bottom: 22px; | |
102 | right: 90px; | |
103 | list-style: none; | |
104 | margin: 0; | |
105 | } | |
106 | ||
107 | #top-nav li { | |
108 | display: inline; | |
109 | margin: 0; | |
110 | padding: 0 8px; | |
111 | border-left: 1px solid #fff; | |
112 | } | |
113 | ||
114 | #top-nav li:first-child, #top-nav li.first { | |
115 | border-left: 0; | |
116 | } | |
117 | ||
118 | #top-nav li a { | |
119 | color: #fff; | |
120 | font-weight: bold; | |
121 | text-decoration: none; | |
122 | font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; | |
123 | } | |
124 | ||
125 | #top-nav li a:hover { | |
126 | color: #e0e0e0; | |
127 | } | |
128 | ||
129 | /* search box style */ | |
130 | #searchbox { | |
131 | position: absolute; | |
132 | bottom: 70px; | |
133 | right: 95px; | |
134 | background: transparent url(img/search-box.png) top left no-repeat; | |
135 | height: 28px; | |
136 | width: 190px; | |
137 | } | |
138 | #searchbox-query { | |
139 | color: #72a629; | |
140 | font-size: 0.92em; | |
141 | border: 0; | |
142 | background: transparent; | |
143 | width: 175px; | |
144 | margin: 5px 0 0 8px; | |
145 | } | |
146 | #searchbox-submit { | |
147 | position: absolute; | |
148 | top: 6px; | |
149 | right: 5px; | |
150 | } | |
151 | a.headerlink { | |
152 | display: none; | |
153 | } | |
154 | ||
155 | /* meta-info about a class/module get pulled out */ | |
156 | .meta { | |
157 | float: right; | |
158 | padding: 0 2em; | |
159 | background-color: white; | |
160 | } | |
161 | .meta ul { | |
162 | list-style-type: none; | |
163 | padding: 0; | |
164 | } | |
165 | ||
166 | /* overriding clear: both on dl */ | |
167 | dl.class { | |
168 | clear: left; | |
169 | } | |
170 | ||
171 | /* don't display class names for attributes or methods*/ | |
172 | .attribute .descclassname { | |
173 | display: none; | |
174 | } | |
175 | .method .descclassname { | |
176 | display: none; | |
177 | } | |
178 | .classmethod .descclassname, .classmethod .property { | |
179 | display: none; | |
180 | } | |
181 | ||
182 | /* headers with bottom border get some padding */ | |
183 | h2, h3, h4 { | |
184 | padding-bottom: 4px; | |
185 | } | |
186 | ||
187 | /* making code samples less gigantic */ | |
188 | pre { | |
189 | font-size: 0.8em; | |
190 | } | |
191 | ||
192 | /* blog entry style */ | |
193 | ul.rss_items li.rss_item { | |
194 | padding-bottom: 0.5em; | |
195 | } | |
196 | ||
197 | /* execute button style */ | |
198 | .x-btn.execute { | |
199 | margin: 1em; | |
200 | } | |
201 | ||
202 | .exampleblock { | |
203 | width: 225px; | |
204 | margin: 5px; | |
205 | height: 110px; | |
206 | overflow: auto; | |
207 | } | |
208 | .exampleblock h2 { | |
209 | margin-top: 0; | |
210 | font-size: 1em; | |
211 | } | |
212 | a.examplelink { | |
213 | margin: 5px; | |
214 | text-decoration: none !important; | |
215 | float: left; | |
216 | display: block; | |
217 | border: 1px solid #FFFFFF; | |
218 | } | |
219 | a.examplelink:hover { | |
220 | border: 1px solid #E5EDD3; | |
221 | background-color: #F5FDE3 | |
222 | } | |
223 | ||
224 | ||
225 | /* builder page style */ | |
226 | div.builder-form { | |
227 | margin-top: 1em; | |
228 | } | |
229 | .module-desc { | |
230 | padding: 0 0 5px; | |
231 | font-size: 12px; | |
232 | } | |
233 | .component label { | |
234 | font-family: "Lucida Console", "Courier New", Courier, monospace; | |
235 | font-size: 11px; | |
236 | } | |
237 | ||
238 | div.download-button { | |
239 | margin: 0 1em 2em; | |
240 | } | |
241 | div.download-button>table { | |
242 | float: right; | |
243 | } | |
244 | ||
245 | .x-btn .download { | |
246 | background-image: url(img/disk.png); | |
247 | } | |
248 | ||
249 | p.credit { | |
250 | font-size: smaller; | |
251 | color: #666666; | |
252 | } |
Note: See TracBrowser
for help on using the repository browser.