source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/pommier/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: 1.7 KB
Line 
1#general {
2font-size:10px;
3font-family:verdana, arial,sans-serif;
4text-decoration:none;
5}
6
7a {
8color:#b14b06;
9}
10
11a:hover {
12
13}
14
15#corps{
16font-size:12px;
17text-decoration:none
18color:black;
19}
20
21#contextes{
22font-size:12px;
23
24}
25
26#contextes h2 {
27font-size:11px;
28text-transform:uppercase;
29}
30
31.listagetitre a{
32color:#883d06;
33}
34
35#corps .logo {
36margin: 0 1em 1em 0;
37float: left;
38}
39
40#texteconteneur {
41margin-bottom: 3em;
42}
43
44.chapeau, .texte {
45clear:left;
46line-height:150%;
47}
48
49.chapeau {
50font-weight:bold;
51}
52
53
54#contextes .listageconteneur li {
55margin: 0 0 1.3em 0;
56padding:0;
57}
58
59#contextes .listageconteneur {
60padding:0;
61margin: 0 0 2em 0;
62}
63
64#corps .listageconteneur li {
65clear: left;
66margin-bottom:2em;
67}
68
69#corps .listagetitre {
70color:#883d06;
71font-size:25px;
72margin: 0 0 0.5em 0;
73}
74
75#contextes .listagetitre {
76font-size: 14px;
77margin: 0 0 0.5em 0;
78}
79
80.listagetexte {
81line-height:150%;
82}
83
84#corps .listagelogo {
85float: left;
86margin: 0 1em 1em 0;
87}
88
89#contextes .listagetexte {
90font-size: 10px;
91}
92
93#contextes .listageinfo {
94font-size: 9px;
95}
96
97#corps .listageinfo {
98font-size:11px;
99}
100
101.listagebloc {
102margin-bottom: 3em;
103}
104
105
106.listagebloc h2{
107font-family:verdana,arial,helvetica,sans-serif;
108font-size:12px;
109color:#883d06;
110}
111
112.listageinfo strong a {
113font-family:verdana,arial,helvetica,serif;
114color:#be5509;
115}
116
117.listageconteneur a{
118color:#be5509;
119}
120.listagerepondre {
121text-align:right;
122font-size:10px;
123}
124
125.menu-rubrique a{
126color:red;
127}
128#chemin{
129font-size:11px;
130}
131
132#chemin a {
133color: #b14b06;
134text-decoration:none;
135}
136
137#chemin a:hover {
138color: #000;
139}
140
141#identification-visiteur .listageconteneur{
142font-size:12px;
143font-family:verdana,arial,helvetica,sans-serif;
144margin-bottom:10px;
145padding:20px;
146}
147
148#forum .listagetitre {
149font-size:21px;
150}
Note: See TracBrowser for help on using the repository browser.