source: trunk/spip/2.1/extensions/magusine-portage2.1/css/popup-images.css @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 632 bytes
Line 
1#popup-image {
2padding: 6px;
3color:#aaa;
4}
5
6#grand-format {
7text-align:center;
8}
9
10#grand-format #image {
11margin-bottom:6px;
12}
13
14#grand-format img {
15border: 1px #333 solid;
16}
17
18#popup-image a img {
19border: 1px #333 solid;
20margin: 0 2px;
21}
22
23#popup-image #titre {
24font-weight:bold;
25text-align:center;
26}
27
28#popup-image #descriptif {
29text-align:center;
30}
31
32#vignettes {
33text-align:center;
34margin-top:20px;
35position:absolute;
36bottom:0;
37width:100%;
38margin-bottom:8px;
39}
40
41#vignettes img {
42border: 1px #fff solid;
43}
44
45#vignettes .actuelle img {
46border: 3px #fff solid;
47}
48
49#vignettes li {
50display:inline;
51}
52
53#start {
54
55}
56
57#end {
58
59}
Note: See TracBrowser for help on using the repository browser.