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/ext/resources/css/theme-gray/core.css @ 76

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

Ajout du répertoire web

  • Property svn:executable set to *
Line 
1/*!
2 * Ext JS Library 3.4.0
3 * Copyright(c) 2006-2011 Sencha Inc.
4 * licensing@sencha.com
5 * http://www.sencha.com/license
6 */
7.ext-el-mask {
8    background-color: #ccc;
9}
10
11.ext-el-mask-msg {
12    border-color:#999;
13    background-color:#ddd;
14    background-image:url(../images/gray/panel/white-top-bottom.gif);
15    background-position: 0 -1px;
16}
17.ext-el-mask-msg div {
18    background-color: #eee;
19    border-color:#d0d0d0;
20    color:#222;
21    font:normal 11px tahoma, arial, helvetica, sans-serif;
22}
23
24.x-mask-loading div {
25    background-color:#fbfbfb;
26    background-image:url(../images/default/grid/loading.gif);
27}
28
29.x-item-disabled {
30    color: gray;
31}
32
33.x-item-disabled * {
34    color: gray !important;
35}
36
37.x-splitbar-proxy {
38    background-color: #aaa;
39}
40
41.x-color-palette a {
42    border-color:#fff;
43}
44
45.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
46    border-color:#CFCFCF;
47    background-color: #eaeaea;
48}
49
50/*
51.x-color-palette em:hover, .x-color-palette span:hover{   
52    background-color: #eaeaea;
53}
54*/
55
56.x-color-palette em {
57    border-color:#aca899;
58}
59
60.x-ie-shadow {
61    background-color:#777;
62}
63
64.x-shadow .xsmc {
65    background-image: url(../images/default/shadow-c.png);
66}
67
68.x-shadow .xsml, .x-shadow .xsmr {
69    background-image: url(../images/default/shadow-lr.png);
70}
71
72.x-shadow .xstl, .x-shadow .xstc,  .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr{
73    background-image: url(../images/default/shadow.png);
74}
75
76.loading-indicator {
77    font-size: 11px;
78    background-image: url(../images/default/grid/loading.gif);
79}
80
81.x-spotlight {
82    background-color: #ccc;
83}
Note: See TracBrowser for help on using the repository browser.