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

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

[extensions] Autosize fix compatibility with 2.4, add option: SelMax / Autosize (default setting)

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