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

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