Bienvenue sur PostGIS.fr

Bienvenue sur PostGIS.fr , le site de la communauté des utilisateurs francophones de PostGIS.

PostGIS ajoute le support d'objets géographique à la base de données PostgreSQL. En effet, PostGIS "spatialise" le serverur PostgreSQL, ce qui permet de l'utiliser comme une base de données SIG.

Maintenu à jour, en fonction de nos disponibilités et des diverses sorties des outils que nous testons, nous vous proposons l'ensemble de nos travaux publiés en langue française.

source: trunk/workshop-routing-foss4g/web/GeoExt/docs/_static/geoext.css @ 76

Revision 76, 4.2 KB checked in by djay, 12 years ago (diff)

Ajout du répertoire web

  • Property svn:executable set to *
Line 
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 */
6ul, ol {
7    margin: 14px 0;
8    padding-left: 40px;
9}
10ul {
11    list-style: disc;
12}
13ol {
14    list-style-type:decimal;
15}
16strong {
17    font-weight: bolder;
18}
19
20/* override some of sphinxdoc.css */
21html {
22    margin: 0;
23    padding: 0;
24}
25body {
26    border: none;
27    background-color: white;
28    margin: 0;
29    padding: 0;
30    min-width: 900px;
31}
32h1, h2, h3, h4, h5, h6 {
33    color: #385F95;
34}
35table td, table th {
36    padding: 0;
37}
38div.related {
39    margin: 0 80px;
40    width: auto;
41}
42div.related ul {
43    border: 1px solid #EEEEEE;
44}
45div.bodywrapper {
46    border-right: 0;
47}
48a.reference em {
49    font-style: normal;
50}
51div.sphinxsidebar {
52    padding-right: 95px;
53}
54div.sphinxsidebar h3, div.sphinxsidebar h4 {
55    background: inherit;
56    border: none;
57    color: #385F95;
58    padding: 0;
59}
60div.sphinxsidebar h3 a {
61    color: inherit;
62}
63div.document {
64    margin: 0 80px;
65}
66div.documentwrapper {
67    width: auto;
68    border-left: 1px solid #EEEEEE;
69    border-right: 1px solid #EEEEEE;
70}
71div.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 */
79div.header {
80    position: relative;
81    overflow: hidden;
82    height: 120px;
83    background: #97b7e1 url(img/header-bg.png) 0 0 repeat-x;
84}
85div.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}
151a.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 */
167dl.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 */
183h2, h3, h4 {
184    padding-bottom: 4px;
185}
186
187/* making code samples less gigantic */
188pre {
189    font-size: 0.8em;
190}
191
192/* blog entry style */
193ul.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}
212a.examplelink {
213    margin: 5px;
214    text-decoration: none !important;
215    float: left;
216    display: block;
217    border: 1px solid #FFFFFF;
218}
219a.examplelink:hover {
220    border: 1px solid #E5EDD3;
221    background-color: #F5FDE3
222}
223
224
225/* builder page style */
226div.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
238div.download-button {
239    margin: 0 1em 2em;
240}
241div.download-button>table {
242    float: right;
243}
244
245.x-btn .download {
246    background-image: url(img/disk.png);
247}
248
249p.credit {
250    font-size: smaller;
251    color: #666666;
252}
Note: See TracBrowser for help on using the repository browser.