source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/explode/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/* general */
2
3body {
4        font-family: geneva, arial, sans-serif; 
5        color: #151515;
6}
7
8a {
9        text-decoration: none; 
10        color: #151515;
11}
12
13a:hover {
14        color: #fff;   
15}
16
17#contextes a:hover {
18        color:#666;
19}
20
21h1, h2, h3, h4, h5 {
22        font-weight:normal;
23}
24
25#chemin {
26        color: #ccc;
27        font-size: 9px;
28}
29
30#chemin a {
31color: #ccc;   
32}
33
34#chemin a:hover {
35color: #666;   
36}
37
38/* corps des texte et header */
39#header {
40margin-bottom:1em;
41}
42
43.logo {
44float: left;
45margin: 0 1em 0.5em 0;         
46}
47
48.logo img {
49border: 1px solid #151515;
50padding: 0;
51}
52
53h1 {
54        font-weight: normal;
55        margin: 0.1em 0;
56font-family: "helvetica neue", helvetica, geneva, sans-serif;
57color:#000;
58}
59
60#contextes h1 {
61font-size: 16px;
62}
63
64#corps h1 {
65font-size: 26px;
66}
67
68.clearer_header {
69clear: left;   
70}
71
72#texteconteneur { 
73margin-bottom: 2em; 
74}
75
76.sursoustitre {
77font-size: 11px;
78font-style: italic;
79color: #111;   
80margin: 0.2em 0;
81letter-spacing: 0.05em;
82}
83
84#corps .sursoutitre {
85font-size: 11px;       
86}
87
88#contextes .sursoustitre {
89font-size: 9px;
90}
91
92.soustitre {
93margin-bottom: 1em;     
94}
95
96.dateauteurs {
97        color: #151515;
98        margin-bottom: 1em;
99}
100
101#corps .dateauteurs {
102        font-size: 10px;
103}
104
105#contextes .dateauteurs {
106font-size: 9px; 
107}
108
109.chapeau {
110font-size: 11px;
111line-height: 140%;
112font-weight: bold;
113color: #000;
114margin-bottom:2em;     
115}
116
117.texte {
118font-size: 11px;
119line-height: 140%;     
120}
121
122.texte a {
123text-decoration: underline;
124}
125
126.texte a:hover {
127}
128
129#corps h3 {
130font-size: 18px;
131color:#111;
132}
133
134.ps {
135color: #000;
136margin-bottom: 1em;     
137}
138
139#corps .ps {
140font-size: 10px;       
141}
142
143#contextes .ps {
144font-size: 9px;
145}
146
147.clearer_texte {
148clear: left;
149padding-bottom: 2em;   
150}
151
152#footer {
153        font-size: 9px;
154        color:#666;
155}
156
157#footer a {
158        color:#aaa;
159}
160
161#footer a:hover {
162        color:#eee;
163}
164
165#contextes .forml, #contextes .forml select {
166        width: 125px;
167        font-size: 10px;       
168}
Note: See TracBrowser for help on using the repository browser.