source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/magusine/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

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1/* corps des texte et header */
2.logo {
3        float: left;
4        margin: 0 1em 1em 0;   
5}
6
7.logo img {
8
9}
10
11h1 {
12        font-weight: normal;
13        color: #e00000;
14       
15}
16
17#contexte1 h1 {
18font-size: 18px;
19}
20
21#contexte2 h1 {
22font-size: 16px;
23}
24
25#corps h1 {
26font-size: 24px;
27}
28
29.clearer_header {
30clear: left;   
31}
32
33#texteconteneur { 
34margin-bottom: 2em;
35}
36
37.sursoustitre {
38color: #666;
39}
40
41#corps .sursoustitre {
42font-size: 11px;
43}
44
45#contextes .sursoustitre {
46font-size: 9px;
47}
48
49.soustitre {
50margin-bottom: 1em;     
51}
52
53.dateauteurs {
54        color: #000;
55        margin-bottom: 1em;
56}
57
58.dateauteurs a {
59color: #111;
60}
61
62.dateauteurs a:hover {
63
64}
65
66#corps .dateauteurs {
67        font-size: 10px;
68}
69
70#contextes .dateauteurs {
71font-size: 9px; 
72}
73
74#header {
75margin-bottom: 1.2em;
76}
77
78.chapeau {
79font-size: 13px;
80line-height: 135%;
81color: #222;
82font-family: times, georgia, sans-serif;
83font-style: italic;     
84margin-bottom: 1em;
85}
86
87.texte {
88font-size: 11px;
89line-height: 140%;     
90}
91
92.ps {
93color: #222;   
94}
95
96#corps .ps {
97font-size: 10px;       
98}
99
100#contextes .ps {
101font-size: 9px;
102}
103
104.ps a {
105color: #222;
106}
107
108.clearer_texte {
109clear: left;
110       
111}
Note: See TracBrowser for help on using the repository browser.