source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/atout/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

File size: 997 bytes
Line 
1/* comportement des listes */
2
3#contextes a {
4text-decoration: none;
5color: #06064f;
6}
7
8#contextes a:hover {
9text-decoration: underline;
10color: #000;
11}
12
13.listagebloc {
14margin-bottom: 2em;
15clear: left;
16}
17
18#contextes h2 {
19font-size: 13px;
20color: #06064e;
21}
22
23#corps h2 {
24font-size: 10px;
25color: #000;
26display: inline;
27border-bottom: 1px solid #999;
28text-transform: uppercase;
29}
30
31h2 {
32margin: 0 0 1em 0;
33}
34
35#contextes .listageconteneur {
36font-size: 10px;
37color: #333;
38}
39
40#corps .listageconteneur {
41font-size: 10px;
42color: #222;
43padding-top: 10px;
44}
45
46#corps .listageconteneur li {
47margin-bottom: 1.6em;
48}
49
50#contextes .listageconteneur li {
51margin-bottom: 0.5em;
52}
53
54h4 {
55margin-bottom: 0.5em;
56}
57
58#corps h4 {
59font-size: 16px;
60margin: 0 0 0.2em 0;
61}
62
63#corps h4 a {
64text-decoration: none;
65}
66
67#corps h4 a:hover {
68text-decoration: underline;
69}
70
71#corps .listagetexte {
72font-size: 11px;
73}
74
75.listageinfo {
76font-size: 9px;
77}
78
79.listagerepondre {
80clear: left;
81font-size: 10px;
82margin: 0.8em 0;
83}
84
85.listagesite {
86
87}
Note: See TracBrowser for help on using the repository browser.