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

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

[extensions] Autosize fix compatibility with 2.4, new options

File size: 990 bytes
Line 
1 
2#theImage {
3    opacity: 100;
4    filter: alpha(opacity:100);
5   
6}
7body{
8 
9}
10#the_page {
11  /* 
12  margin-top: -4px;
13position:static ;*/
14   
15}
16#mapPicture{
17top:40% ;
18
19}
20#mapPicture{
21top:40% ;
22
23}
24
25
26#navThumbNext, #navThumbPrev{ /*height:200px;*/
27
28 
29}
30/**/
31#theImageAndInfos, #theImageAndTitle {
32/*   background-color: #FF0000; */
33
34}
35#content {
36/*
37  border: 5px solid #00FF00;
38padding:10px;
39 margin:15px
40 */
41}
42#theImage { 
43 /*  padding: 10px;  margin: 10px;
44 border: 5px solid #0000F0;
45  background-color: #0000FF;
46   background-image: url('../images/quadrille_100.gif');
47   */ }
48 
49
50
51#theMainImage {
52/*
53  margin: 15px;
54  border: 15px solid #f0f0ff;
55  padding:15px;
56 
57 background-color: #0000FF; */
58}
59
60#imageInfos, #imageInfoBar {
61/* margin : 20px;
62  border: 20px solid #FFf0f0;
63  padding: 20px;
64 
65 background-color: #FF0000; */
66}
67#thePicturePage{
68/* background-color: #FF0000;
69 border: 5px solid #FFfF00;*/
70}
71
72
Note: See TracBrowser for help on using the repository browser.