source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/metices/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: 849 bytes
Line 
1/* comportement des listes */
2
3#corps .listagebloc {
4background: url(images/ligne_sep.png) top left no-repeat;
5padding-top:5px;
6margin-bottom:30px;
7}
8
9#contexte2 .listagebloc {
10margin-bottom:20px;     
11}
12
13#corps h2 {
14font-size:12px;
15font-weight:normal;
16margin-bottom:8px;
17text-transform:uppercase;       
18}
19
20#contexte2 h2 {
21background: url(images/h2-contexte.png) repeat-y top left;
22font-family: verdana, arial, sans-serif;
23font-size:10px;
24color:#000;
25padding:6px;
26margin-bottom:6px;     
27}
28
29.listagelogo {
30float:left;
31margin:0 1em 0.4em 0;
32}
33
34.listagetitre {
35font-size: 11px;
36font-weight: bold;
37color: #323232; 
38margin-bottom:6px;
39}
40
41.listagetitre a {
42text-decoration:none;
43color: #323232; 
44}
45
46.listagetitre a:hover {
47background-color:#ddd;
48}
49
50.listageinfo {
51font-size: 9px;
52color:#000;
53}
54
55.listagetexte {
56font-size:10px;
57line-height:140%;
58margin-bottom:6px;
59}
60
Note: See TracBrowser for help on using the repository browser.