source: geisa/web/resources/css/tapas.css @ 390

Last change on this file since 390 was 390, checked in by npipsl, 12 years ago

Création du projet GEISA

File size: 5.9 KB
Line 
1/** ***************************************************** **/
2/** ************************ TITLES ********************* **/
3/** ***************************************************** **/
4.title1 {
5    color: #165076;
6    font-weight: bold;
7    font-size: 15px;
8}
9
10.title2 {
11    color: #165076;
12    font-weight: bold;
13}
14
15/** ***************************************************** **/
16/** ********************** CONTAINER ******************** **/
17/** ***************************************************** **/
18.containerTapas {
19    -moz-border-radius: 4px 4px 4px 4px;
20    -webkit-border-radius: 4px 4px 4px 4px;
21    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
22    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
23    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
24    width: 980px;
25    float: left;
26    margin-bottom: 10px;
27}
28
29.containerTitle {
30    font-size: 20px;
31    color: #581700;
32    font-weight: bold;
33    float: left;
34    margin-top: 9px;
35    padding-left: 177px;
36}
37
38.containerLogo {
39    -moz-border-radius: 4px 4px 4px 4px;
40    -webkit-border-radius: 4px 4px 4px 4px;
41    float: left;
42    margin-bottom: 10px;
43    margin-right: 20px;
44    padding-left: 30px;
45    width: 120px;
46    top: -32px;
47    position: relative;
48}
49
50.containerUserLogout {
51    float: left;
52    margin-right: 5px;
53}
54
55.containerImgLogout {
56    float: right;
57    position: relative;
58    top: 13px;
59}
60
61.containerNav {
62    -moz-border-radius: 4px 4px 4px 4px;
63    -webkit-border-radius: 4px 4px 4px 4px;
64    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
65    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
66    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
67    float: left;
68    position: relative;
69    width: 450px;
70    height: 33px;
71    color: #04155D;
72    top: 4px;
73    margin-bottom: 20px;
74    padding-top: 6px;
75    padding-left: 10px;
76    font-size: 11px;
77}
78
79.containerMenu {
80    float: right;
81}
82
83.containerTitleContentBorder {
84    float: left;
85    position: relative;
86    height: 2px;
87    border-bottom: 10px solid white;
88    z-index: 1;
89    left: -10px;
90    width: 810px;
91}
92
93.containerTitleContent {
94    -moz-border-radius: 4px 4px 0 0;
95    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
96    -webkit-border-radius: 4px 4px 0 0;
97    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
98    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
99    background: -moz-linear-gradient(#581700, white) repeat scroll 0 0 transparent;
100    background: -ms-linear-gradient(#581700, white) repeat scroll 0 0 transparent; /*For IE10*/
101    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#581700', endColorstr = 'white'); /*For IE7-8-9*/
102    float: left;
103    position: relative;
104    width: 800px;
105    height: 26px;
106    color: white;
107    font-weight: bold;
108    padding-left: 10px;
109    padding-top: 4px;
110}
111
112.containerCenter {
113    -moz-border-radius-topright: 0;
114    -webkit-border-radius: 0; /*#E8EFF3*//* #618EAC*/
115    background: -moz-linear-gradient(white, #F6DC12);
116    background: -webkit-linear-gradient(white, #F6DC12);
117    background: -ms-linear-gradient(white, #F6DC12) repeat scroll 0 0 transparent; /*For IE10*/
118    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = 'white', endColorstr = '#F6DC12'); /*For IE7-8-9*/
119    min-height: 400px;
120    text-align: justify;
121    position: relative;
122    top: -32px;
123    padding: 10px;
124    width: 960px;
125}
126
127.containerBottom {
128    background: -moz-linear-gradient(left center, white, #581700);
129    background: -webkit-linear-gradient(white, #F6DC12);
130    background: -ms-linear-gradient(white, #F6DC12) repeat scroll 0 0 transparent; /*For IE10*/
131    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = 'white', endColorstr = '#F6DC12'); /*For IE7-8-9*/
132    color: #FFFFFF;
133    height: 26px;
134    padding-right: 10px;
135    position: relative;
136    top: -32px;
137    width: 972px;
138}
139
140.containerBottom a {
141    color: white;
142}
143
144.containerErrors, #errors {
145    background: #FEF1EC;
146    -moz-border-radius: 4px 4px 4px 4px;
147    -webkit-border-radius: 4px 4px 4px 4px;
148    border: 1px solid #CD0A0A;
149    color: #CD0A0A;
150    padding: 10px;
151    margin: 10px;
152}
153
154.containerErrors {
155    display: none;
156}
157
158.containerInfos {
159    background: url("images/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #F0FFF0;
160    -moz-border-radius: 4px 4px 4px 4px;
161    -webkit-border-radius: 4px 4px 4px 4px;
162    border: 1px solid #529214;
163    color: #529214;
164    padding: 10px;
165    margin: 10px;
166    display: none;
167}
168
169/** ***************************************************** **/
170/** ************************ OTHER ********************** **/
171/** ***************************************************** **/
172.roundTable {
173    -moz-border-radius: 4px;
174    -webkit-border-radius: 4px;
175    border: 1px solid;
176    width: 100%;
177}
178
179.smallRoundTable {
180    -moz-border-radius: 4px;
181    -webkit-border-radius: 4px;
182    border: 1px solid;
183}
184
185.divMenu_arrow, .divMenu_arrow.deployed, .divMenu_arrow_left, .divMenu_arrow_left.deployed {
186    height: 13px;
187    width: 13px;
188    position: relative;
189    float: right;
190    top: -17px;
191}
192
193.divMenu_arrow, .divMenu_arrow_left {
194    background-image: url("../images/utils/toggle_down_dark.png");
195}
196
197.divMenu_arrow_left, .divMenu_arrow_left.deployed {
198    float: left;
199    top: 4px;
200    margin-left: -19px;
201}
202
203.divMenu_arrow.deployed, .divMenu_arrow_left.deployed {
204    background-image: url("../images/utils/toggle_up_dark.png");
205}
206
207.divMenu_content {
208    display: none;
209}
210
211/** ***************************************************** **/
212/** ************************ PAGES ********************** **/
213/** ***************************************************** **/
214#title_tools, #title_tools .links li a {
215    height: 39px;
216}
217
218#title_tools {
219    font: 12px/18px Trebuchet MS, Arial, san-serif;
220    margin: 18px auto 12px;
221    position: relative;
222}
223
224.dataProtocolDownloadButton {
225    float: right;
226}
227
228.dataProtocolCheckbox, .dataProtocolCheckboxText {
229    float: left;
230    margin-left: 3px;
231    margin-top: 7px;
232}
233
234.dataProtocolCheckboxText {
235    margin-top: 4px;
236}
Note: See TracBrowser for help on using the repository browser.