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/visual/window.css @ 76

Revision 76, 1.7 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.x-window-proxy {
8    background-color:#c7dffc;
9    border-color:#99bbe8;
10}
11
12.x-window-tl .x-window-header {
13    color:#15428b;
14        font:bold 11px tahoma,arial,verdana,sans-serif;
15}
16
17.x-window-tc {
18        background-image: url(../images/default/window/top-bottom.png);
19}
20
21.x-window-tl {
22        background-image: url(../images/default/window/left-corners.png);
23}
24
25.x-window-tr {
26        background-image: url(../images/default/window/right-corners.png);
27}
28
29.x-window-bc {
30        background-image: url(../images/default/window/top-bottom.png);
31}
32
33.x-window-bl {
34        background-image: url(../images/default/window/left-corners.png);
35}
36
37.x-window-br {
38        background-image: url(../images/default/window/right-corners.png);
39}
40
41.x-window-mc {
42    border-color:#99bbe8;
43    font: normal 11px tahoma,arial,helvetica,sans-serif;
44    background-color:#dfe8f6;
45}
46
47.x-window-ml {
48        background-image: url(../images/default/window/left-right.png);
49}
50
51.x-window-mr {
52        background-image: url(../images/default/window/left-right.png);
53}
54
55.x-window-maximized .x-window-tc {
56    background-color:#fff;
57}
58
59.x-window-bbar .x-toolbar {
60    border-top-color:#99bbe8;
61}
62
63.x-panel-ghost .x-window-tl {
64    border-bottom-color:#99bbe8;
65}
66
67.x-panel-collapsed .x-window-tl {
68    border-bottom-color:#84a0c4;
69}
70
71.x-dlg-mask{
72   background-color:#ccc;
73}
74
75.x-window-plain .x-window-mc {
76    background-color: #ccd9e8;
77    border-color: #a3bae9 #dfe8f6 #dfe8f6 #a3bae9;
78}
79
80.x-window-plain .x-window-body {
81    border-color: #dfe8f6 #a3bae9 #a3bae9 #dfe8f6;
82}
83
84body.x-body-masked .x-window-plain .x-window-mc {
85    background-color: #ccd9e8;
86}
Note: See TracBrowser for help on using the repository browser.