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

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

[extensions] Autosize fix compatibility with 2.4, clean up...

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