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

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

[extensions] Autosize fix compatibility with 2.4, add theme directive

File size: 1.7 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}
16body {
17
18}
19#bp_cla {
20  vertical-align: middle;
21  text-align: center;
22}
23#the_page {
24
25   
26}
27#mapPicture{
28top:40% ;
29
30}
31#imageHeaderBar {
32
33   
34}
35#navThumbNext, #navThumbPrev{ 
36
37 
38}
39
40#theImageAndInfos, #theImageAndTitle {
41
42
43}
44#content {
45
46}
47
48#imageInfos{ 
49overflow:hidden ;
50 
51
52 }
53
54#imageInfoBar {
55
56}
57#thePicturePage{
58
59}
60#menubar{
61
62
63}
64
65#debug {
66  background-color: #FFFFCC;
67  color: #003300;
68}
69#Debug0 {
70  align: center;
71  color: black;
72/*  z-index: 2000;*/
73  position: absolute;
74  background-color: Beige;
75  top: 0px;
76  left: 0px;
77  width: 800px;
78  margin: auto;
79}
80#Debug1 {
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
92
93#Debug2 {
94  align: center;
95  color: black;
96 /*  z-index: 2000;*/
97  position: absolute;
98  background-color: yellow;
99  top: 0px;
100  left: 0px;
101  width: 800px;
102  margin: auto;
103}
104#Debug3 {
105  align: center;
106  color: #FFFFFF;
107/*  z-index: 2000;*/
108  position: absolute;
109  background-color: blue;
110  top: 0px;
111  left: 0px;
112  width: 800px;
113  margin: auto;
114}
115#Debug4 {
116  align: center;
117  color: #CCFF33;
118 
119/*  z-index: 2000;*/
120  background-color: green;
121  top: 0px;
122  left: 0px;
123  width: 800px;
124  margin: auto;
125}
126
127
128#Debug5 {
129  align: center;
130/*  z-index: 2000;*/
131  z-index: 2000;
132  position: absolute;
133  background-color: red;
134  top: 100px;
135  left: 0px;
136  width: 300px;
137  margin: auto;
138}
139#Debug6 {
140  align: center;
141  display: none;
142}
Note: See TracBrowser for help on using the repository browser.