source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/trendy/galerie.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: 561 bytes
Line 
1body.bodygalerie {
2background-image: none;
3background-color: #fff;
4}
5
6.bodygalerie a img {
7border: 1px #333 solid;
8margin: 0 2px;
9}
10
11.bodygalerie a .precedent, .bodygalerie a .suivant {
12border: none;
13}
14
15
16#popup {
17        border: 1px solid #ccc;
18        text-align: center;
19        font-size: 11px;
20        background-color: #fff;
21       
22}
23
24.barre {
25padding: 4px 0 6px 0;
26}
27
28.bodygalerie #corps {
29}
30
31#innercorps {
32}
33.info {
34 padding: 2px;
35}
36
37
38.imgitself {
39padding: 1px;
40border: 1px solid #ccc;
41}
42
43.bodygalerie ul {
44margin: 10px auto;
45text-align: center;
46}
47
48.bodygalerie li {
49display: inline;
50
51}
Note: See TracBrowser for help on using the repository browser.