source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/womenlife/general.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.6 KB
Line 
1/* comportement generaux */
2
3body {
4font-family: arial, geneva, sans-serif;
5font-size: 12px;
6}
7
8a {
9color: #8fa419;
10}
11
12a:hover{
13color: #493f0b;
14}
15
16.listagebloc ul, .listagebloc li, #navigation ul, #navigation li {
17list-style-type:none;
18margin:0;
19padding:0;
20}
21
22h1, h2, h3, h4, h5, h6 {
23font-weight: normal;
24margin:0;
25}
26
27/* chemin */
28#chemin {
29margin: 0 0 10px 0;
30font-size: 10px;
31}
32
33/* contexte 2 */
34
35#contexte2 {
36background: url("images/contexte-vert-top.png") top left no-repeat #889800;
37}
38
39#fin-contexte2 {
40background: url("images/contexte-vert-bottom.png") bottom left no-repeat;
41height:12px;
42}
43
44/* partie texte */
45
46#corps {
47font-family: arial, verdana, sans-serif;
48}
49
50#corps h1 {
51color: #8fa419;
52font-size: 24px;
53}
54
55#corps .dateauteurs {
56color:#000;
57font-size: 10px;
58}
59
60#corps .dateauteurs a {
61color:#000;
62}
63
64#contextes h1 {
65font-size:13px;
66}
67
68#corps .clearer_header {
69clear: left;
70}
71
72#corps .texteheader {
73margin-bottom: 16px;
74}
75
76#corps .chapeau {
77font-weight:bold;
78line-height: 130%;
79color:#333;
80margin-bottom:1em;
81}
82
83#corps .texte {
84line-height: 130%;
85text-align:justify;
86font-size: 12px;
87}
88
89h3 {
90font-size: 18px;
91color:#5d6b10;
92margin: 2em 0 0.6em 0;
93}
94
95#corps h3 {
96margin-top: 2em;
97clear:left;
98}
99
100
101#corps #texteconteneur {
102margin-bottom: 16px;
103}
104
105#corps .listagerepondre {
106text-align:right;
107font-size:11px;
108margin:1em 2em 1em 0;
109}
110
111/* footer */
112
113#footer {
114color:#fff;
115}
116
117#footer a {
118color: #fff;
119}
120
121#footer a:hover {
122color:#f5a0ca;
123} 
124
125#site-footer img {
126border:0;
127}
128
129/* cas particulier */
130
131#edito {
132margin-bottom: 3em;
133}
134
135#edito h2 {
136display:none;
137}
138
139#edito h1 {
140margin-bottom:6px;
141}
142
143#edito .texte {
144font-size: 14px;
145line-height: 140%;
146color:#666;
147}
Note: See TracBrowser for help on using the repository browser.