source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/disa/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.listagebloc {
2margin-bottom: 3em;
3clear:left;
4}
5
6#contextes h2 {
7background: url(bande-small.gif) no-repeat;
8height:29px;
9font-size:10px;
10color: #fff;
11text-transform:uppercase;
12font-weight: normal;
13padding:6px 2px 0 8px;
14}
15
16#contextes #bloc-recherche h2 {
17background: url(bande-small-bleu.gif) no-repeat;
18}
19
20#contextes .bloclibre h2 {
21background: url(bande-small-orange.gif) no-repeat;
22}
23
24#corps h2 {
25font-size:12px;
26margin-bottom:16px;
27color:#940000;
28letter-spacing:0.1em;
29border-bottom:1px solid #940000;
30
31}
32
33.listageconteneur li {
34margin-bottom:10px;
35clear:left;
36}
37
38.listageconteneur .listagelogo {
39float:left;
40margin: 0 1em 1em 0;
41}
42
43#piecesjointes .listageconteneur .listagelogo {
44width:40px;
45}
46
47#corps .listagetitre a {
48color:#222232;
49text-decoration:none;
50}
51
52#corps .listagetitre a:hover {
53
54}
55
56#edito h2 {
57display:none;
58}
59
60#corps #edito.listagebloc {
61margin:2em 0 4em 0;
62}
63
64#contextes .forml {
65padding:2px;
66color:#666;
67font-size:10px;
68}
69
70#corps .listagetitre {
71margin-bottom:10px;
72font-size:16px;
73font-weight:normal;
74margin:0 0 2px 0;
75}
76
77#contextes .listagetitre {
78font-size:14px;
79}
80
81#contextes .listagetitre a {
82text-decoration:none;
83}
84
85.listagetexte {
86font-size:12px;
87line-height:140%;
88margin-bottom:4px;
89} 
90
91#contextes .listagetexte {
92font-size:11px;
93}
94
95.listageinfo{
96color:#666;
97margin-bottom:4px;
98}
99
100.listagesuite {
101margin:1em 0;
102}
103
104.listagesite {
105margin: 1em 0;
106}
107
108#corps .listagesite {
109font-size: 12px;
110}
111
112.image-galerie {
113padding:1px;
114line-height:18px;
115}
Note: See TracBrowser for help on using the repository browser.