source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/tob/polices.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: 2.3 KB
Line 
1/* feuille de style theme : Tob */
2
3/* blocs de premier niveau */
4
5body {
6background-color: #000;
7font-family:Arial,Helvetica,sans-serif;
8color: #999;
9}
10
11a img {
12border: none;
13}
14
15img {
16behavior: url("win_png.htc");   
17}
18
19a {
20        text-decoration: none;
21}
22
23a:hover {
24        text-decoration: underline;
25}       
26
27ul, li {
28        list-style-type: none;
29        padding: 0;
30        margin: 0;
31}
32
33p {
34        margin: 0;
35        }
36
37/* fond du bloc principal */
38#general {
39        }
40       
41#chemin {
42font-size:10px;
43color:#555;
44}
45
46#chemin a {
47color: #555;
48}
49
50#chemin a:hover {
51color:#ccc;
52}
53
54#footer {
55color: #555;
56}       
57
58#footer a {
59color: #aaa;
60}
61
62
63#footer img {
64border: 0;
65margin: 3px;
66}
67
68
69/* corps du texte */
70
71#texteconteneur {
72margin: 6px 0 28px 0;
73}
74
75#header {       
76margin-top: 20px;       
77}
78
79.logo {
80        float: left;
81        margin: 0 10px 10px 0;
82        border:1px solid #292929;
83}
84
85.sursoustitre {
86        font-size: 10px;
87        color: #333333;
88        letter-spacing: 0.2em;
89        line-height: 12px;
90}
91
92h1 {
93        font-family: lucida grande, verdana, arial, sans-serif;
94        font-style: normal;
95}
96
97#corps h1 {
98        font-size: 24px;
99        font-weight:bold;
100        color:#fff;     
101}
102
103#contextes h1 {
104font-size: 14px;
105}
106
107.dateauteurs {
108        font-size: 10px;
109        color: #999999;
110        margin-top:4px;
111}
112
113.chapeau {
114font-size: 11px;
115font-weight: bold;
116line-height: 150%;
117margin-right: 10em;
118color: #888101;
119margin-bottom: 1em;
120}
121
122#corps .chapeau, #corps .texte {
123clear: left;
124}
125
126.texte {
127        color: #999999;
128        line-height: 150%;
129        font-size: 11px;
130        text-align: justify;
131        clear: left;
132}
133
134.ps {
135        clear: left;
136        font-size: 9px;
137        margin: 6px 0px 6px 0px;
138}
139
140h3 {
141        font-weight: normal;
142        line-height: 120%;
143        text-align: left;
144}
145
146#corps h3 {
147font-size: 18px;
148margin: 24px 0 12px 0;
149}
150
151#contextes h3 {
152font-size: 13px;
153margin: 12px 0 6px 0;
154}
155
156strong.spip {
157        font-size: 110%;
158}
159
160
161/* specifique a la page sommaire */
162
163#corps .listagebloc#edito {
164margin-bottom: 36px;
165}
166
167#edito h1 {
168font-size: 24px;
169margin: 0px 0px 6px 0px;
170letter-spacing: -1px;
171font-weight: normal;
172}
173
174#edito h2 {
175display:none;   
176}
177
178#edito .texte {
179        font-size: 12px;
180        text-align: justify;
181}
182
183#edito .chapeau {
184font-size: 10px;
185margin: 0px 0px 2px 0px;
186
187}
188
189#edito .autreseditos {
190font-variant: normal;
191font-size: 9px;
192text-align: right;
193}
194
195#corps .article-une h2 a, #corps .rubrique-une h2 a {
196color:#000;
197}
198
199#corps .article-une h2 a:hover, #corps .rubrique-une h2 a:hover {
200color:#fff;
201text-decoration:none;
202}
Note: See TracBrowser for help on using the repository browser.