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

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

[extensions] Autosize fix compatibility with 2.4, update

File size: 2.1 KB
Line 
1  #bp_img_cla,#icon_gmaps,#bp_cla{
2
3  height:26px}
4  .actionButtons{
5  overflow:hidden;
6  height:30px}
7
8  #theImage img{
9   }
10#theImage {
11
12}
13body {
14
15}
16#bp_cla {
17  vertical-align: middle;
18  text-align: center;
19}
20#the_page {
21
22   
23}
24#mapPicture{
25top:40% ;
26
27}
28#mapPicture{
29top:40% ;
30
31}
32
33#imageHeaderBar {
34
35   
36}
37#navThumbNext, #navThumbPrev{ 
38
39 
40}
41
42#theImageAndInfos, #theImageAndTitle {
43
44
45}
46#content {
47
48}
49#theImage {/*
50background-color: #DDE3E3;
51background-image: url('../images/quadrille_100.png');
52*/
53 /*height:auto;
54   */
55}
56/*
57.imageComment{
58 background-color: green;
59background-image: url('../images/quadrille_100.png');
60  }
61.licencetag {
62background-color:blue;
63background-image: url('../images/quadrille_100.png');
64}
65
66#theMainImage {
67
68} */
69#imageInfos{ 
70overflow:hidden ;
71 
72
73 }
74
75#imageInfoBar {
76
77}
78#thePicturePage{
79
80}
81#menubar{
82
83
84}
85
86#debug {
87  background-color: #FFFFCC;
88  color: #003300;
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.