source: extensions/Autosize/css/autosize.css @ 17192

Last change on this file since 17192 was 17192, checked in by cljosse, 12 years ago

[extensions] Autosize fix compatibility with 2.4, new options

File size: 2.4 KB
Line 
1 
2#theImage {
3/*    opacity: 0.1;
4    filter: alpha(opacity:10);
5    */
6   
7}
8body {
9
10}
11#the_page {
12  /*  background-color: #FF0000;
13  margin-top: -4px;
14position:static ;*/
15   
16}
17#mapPicture{
18top:40% ;
19
20}
21#mapPicture{
22top:40% ;
23
24}
25
26#imageHeaderBar {background-color: transparent;
27  /* 
28  margin-top: -4px;
29position:static ;*/
30   
31}
32#navThumbNext, #navThumbPrev{ /*height:200px;*/
33
34 
35}
36/**/
37#theImageAndInfos, #theImageAndTitle {
38/*   background-color: #FF0000; */
39
40}
41#content {
42 /* background-color: transparent;*/
43 
44}
45#theImage {   /*
46 background-image: url('../images/quadrille_100.gif');
47  margin: 5px;
48 border: 10px solid #0000F0;
49  padding: 20px;
50 */
51 /*  background-color: transparent;*/ 
52   }
53 
54.licencetag,.imageComment{
55 
56  }
57
58#theMainImage { 
59/*
60  margin: 15px;
61  border: 15px solid #f0f0ff;
62  padding:15px;
63 
64 background-color: #0000FF; */
65}
66#imageInfos{ 
67overflow:hidden ;
68/*
69margin : 0px;
70  border: 0px solid #00f0f0;
71  padding: 10px;*/ 
72
73 }
74 
75#imageInfoBar {
76/*
77margin : 20px;
78  border: 20px solid #00f0f0;
79  padding: 20px;
80
81 background-color: #00FF00;
82 opacity:0.3 ;*/ 
83}
84#thePicturePage{
85/* background-color: #FF0000;
86 border: 5px solid #FFfF00;*/
87}
88
89
90#Debug0 {
91  align: center;
92  color: black;
93/*  z-index: 2000;*/
94  position: absolute;
95  background-color: Beige;
96  top: 0px;
97  left: 0px;
98  width: 800px;
99  margin: auto;
100}
101#Debug1 {
102  align: center;
103  color: black;
104/*  z-index: 2000;*/
105  position: absolute;
106  background-color: Beige;
107  top: 0px;
108  left: 0px;
109  width: 800px;
110  margin: auto;
111}
112
113
114#Debug2 {
115  align: center;
116  color: black;
117 /*  z-index: 2000;*/
118  position: absolute;
119  background-color: yellow;
120  top: 0px;
121  left: 0px;
122  width: 800px;
123  margin: auto;
124}
125#Debug3 {
126  align: center;
127  color: #FFFFFF;
128/*  z-index: 2000;*/
129  position: absolute;
130  background-color: blue;
131  top: 0px;
132  left: 0px;
133  width: 800px;
134  margin: auto;
135}
136#Debug4 {
137  align: center;
138  color: #CCFF33;
139 
140/*  z-index: 2000;*/
141  background-color: green;
142  top: 0px;
143  left: 0px;
144  width: 800px;
145  margin: auto;
146}
147
148
149#Debug5 {
150  align: center;
151/*  z-index: 2000;*/
152  z-index: 2000;
153  position: absolute;
154  background-color: red;
155  top: 100px;
156  left: 0px;
157  width: 300px;
158  margin: auto;
159}
160#Debug6 {
161  align: center;
162  display: none;
163}
Note: See TracBrowser for help on using the repository browser.