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