source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/thinner/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: 1.5 KB
Line 
1.listageconteneur li {
2clear:left;     
3}
4
5.listagelogo {
6float:left;
7margin: 0 1em 0.6em 0; 
8}
9
10/* contexte 1 */
11
12#contextes h2 {
13font-family:Georgia,"Times New Roman",Times,serif;
14text-align:center;
15background-color:transparent;
16font-size: 9px;
17text-transform:uppercase;
18letter-spacing:0.3em;
19margin:0 0 2em 0;       
20}
21
22#contextes .listagebloc {
23margin-bottom:20px;     
24border-top:1px dotted #ccc;
25padding:1.6em 0;
26}
27
28
29#contextes .listageconteneur {
30line-height:140%;
31padding:0 6px;
32}
33
34#contextes .listageconteneur li {
35margin-bottom:6px;     
36}
37
38#contextes .listagetitre, #contextes .listagetitre a {
39font-weight:normal;
40font-size:12px;
41text-decoration:none;
42}
43
44#contextes a:hover {
45color:#336699; 
46}
47
48
49/* corps */
50
51#corps .listagebloc {
52margin: 0 10px 20px 10px;       
53
54border-top:1px dotted #ccc;
55padding:1.6em 0;
56clear:left;     
57background:url(images/separateur.png) top center no-repeat;
58padding-top:18px;
59}
60
61#corps h2 {
62font-size:18px;
63color:#8A4B4B;
64margin:0 0 8px 0;
65font-family:"Lucida Grande", arial, geneva, sans-serif;
66font-weight:normal;     
67}
68
69#corps .listageconteneur li {
70margin-bottom: 14px;
71clear:left;     
72}
73
74#corps .listagetitre {
75font-size:14px;
76color:#373737;
77margin:0 0 2px 0;
78font-weight:normal;     
79}
80
81#corps .listagetitre a {
82text-decoration:none;   
83}
84
85#corps .listagetitre a:hover {
86color:#336699; 
87}
88
89#corps .listageinfo {
90font-size:9px;
91margin:0 0 2px 0;       
92}
93
94#corps .listageinfo a {
95color:#222;
96text-decoration:none;   
97}
98
99#galerieimg .listageconteneur {
100padding-left:4px;
101}
102
103#galerieimg img {
104border:1px solid #ccc;
105padding:2px;
106margin:0 2px 2px 0;     
107}
Note: See TracBrowser for help on using the repository browser.