source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/loustic/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.3 KB
Line 
1/* corps */
2
3#edito h2 {
4display: none;
5}
6
7#corps a {
8color: #555;
9}
10
11.listagebloc {
12margin-bottom: 3em;
13}
14
15#corps .listageconteneur {
16margin-bottom:2em;
17}
18
19.listageconteneur li {
20margin-bottom:0.6em;
21}
22
23#corps h2 {
24font: bold 10px Verdana, Arial, sans-serif; 
25margin: 0 0 10px 0;
26padding: 5px 0 5px 5px;
27border-bottom: 1px solid #ccc;
28text-transform: uppercase;
29background: #eee;
30}
31
32#corps h4 {
33font: bold 11px Verdana, Arial, sans-serif;
34line-height: 18px;
35color: #222;
36}
37
38#corps h4 a {
39color: #222;
40text-decoration:none;
41}
42
43.listagerepondre {
44margin: 2em 4em 3em 0;
45text-align: right;
46font-size: 9px;
47}
48
49
50/* contexte 1 */
51
52#contexte1 a {
53color: #222;
54text-decoration: none;
55}
56
57#contexte1 h2 {
58font-size: 12px;
59margin-bottom:8px;
60}
61
62#contexte1 h2.deplier {
63background: url(loustic-puce.gif) center right no-repeat;
64padding-right:18px;
65}
66
67#contexte1 h4 {
68margin: 12px 0 6px 0;
69}
70
71#contexte1 .listagebloc {
72padding-bottom:6px;
73border-bottom: 1px solid #ccc;
74margin-bottom: 6px;
75text-align: right;
76}
77
78#contexte .listageconteneur {
796px 0:
80}
81
82.listagesite, .listagesuite {
83margin:0.6em 0;
84}
85
86/* contexte 2 */
87
88#contexte2 a {
89color: #540000;
90text-decoration: none;
91}
92
93#contexte2 a:hover {
94text-decoration: underline;
95}
96
97#contexte2 h2 {
98font-size: 13px;
99color: #222;
100margin-bottom: 0.6em;
101}
102
103#contexte2 .listagetexte {
104font-size: 9px;
105}
106
107#contexte2 h4 {
108margin: 2px 0 4px 0;
109}
110
Note: See TracBrowser for help on using the repository browser.