source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/cge/listes.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: 1.4 KB
Line 
1#contextes a {
2color:#fff;
3text-decoration:none;
4}
5
6#contextes .listagebloc {
7margin-bottom:12px;
8}
9
10#contextes h2 {
11background-color:#700;
12color:#ddd;
13padding:6px;
14font-size:12px;
15background-image: url(h2.png);
16text-align:center;
17}
18
19#corps h2 {
20font-size: 10px;
21letter-spacing:0.1em;
22border-bottom: 1px solid #333;
23color:#333;
24font-weight:normal;
25padding:1em 0 0.4em 0.3em;
26margin-bottom:1em;
27
28}
29
30#contextes .listageconteneur {
31padding:6px;
32background-color:#666;
33color:#cdcdcd;
34font-size:11px;
35}
36
37#contextes .listageconteneur li {
38margin-bottom:1em;
39}
40
41#corps .listageconteneur li {
42margin-bottom:1.5em;
43}
44
45#corps .listagetitre {
46font-size:16px;
47margin: 0.2em 0 0.3em 0;
48}
49
50#galerieimg .listagetitre {
51text-align:center;
52font-size:14px;
53}
54
55#corps .listagetitre a {
56color:#700;
57text-decoration:none;
58}
59
60#contextes .listagetitre {
61font-size:12px;
62margin: 0 0 0.3em 0;
63}
64
65#corps .listagetexte {
66line-height:120%;
67font-sze:10px;
68margin: 0 0 0.6em 0;
69}
70
71.listageinfo {
72font-size:9px;
73color:#444;
74margin-bottom:0.6em;
75}
76
77#contextes .listageinfo {
78color: #bbb;
79}
80
81.listagesuite {
82font-size:10px;
83margin: 0.2em 0 1em 0;
84}
85
86.listagerepondre {
87text-align:right;
88font-size:10px;
89margin: 1em 3em 1em 0;
90}
91
92.listagerepondre a {
93color:#555;
94}
95
96/* galerie de piece jointes */
97#piecesjointes li {
98min-height:60px;
99_height:60px;
100}
101
102#piecesjointes .listagelogo {
103float:left;
104margin: 0 1em 0.5em 0;
105}
106
107#galerieimg .listageconteneur {
108
109}
110
111#galerieimg img {
112padding:0 8px 8px 0;
113}
Note: See TracBrowser for help on using the repository browser.