source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/atout/texte.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: 903 bytes
Line 
1/* texte */
2
3h1 {
4font-size: 24px;
5color: #000;
6
7}
8
9#header {
10margin-bottom: 1em;
11}
12
13.logo {
14margin: 0 1em 1em 0;
15float: left;
16}
17
18.sursoustitre {
19font-style: italic;
20letter-spacing: 0.1em;
21color: #333;
22}
23
24#edito h2 {
25display: none;
26}
27
28.dateauteurs {
29margin: 0.7em 0;
30color: #444;
31}
32
33#corps .dateauteurs {
34font-size: 11px;
35margin: 0.7em 0;
36color: #444;
37}
38
39.dateauteurs a {
40color: #222;
41}
42
43.chapeau {
44font-weight: bold;
45color: #06064e;
46clear: left;
47font-size: 12px;
48line-height: 140%;
49text-align: justify;
50}
51
52.texte {
53font-size: 12px;
54line-height: 140%;
55text-align: justify;
56}
57
58h3 {
59font-size: 16px;
60margin-top: 1.6em;
61margin-bottom: 0.4em;
62} 
63
64#texteconteneur {
65margin-bottom: 2em;
66}
67
68#chemin {
69font-family: arial, geneva, sans-serif;
70font-size: 10px;
71color: #06064f;
72}
73
74#chemin a {
75color: #06064f;
76}
77
78#chemin a:hover {
79color: #000;
80}
81
82#footer {
83font-size: 10px;
84font-family: arial, geneva, sans-serif;
85}
Note: See TracBrowser for help on using the repository browser.