source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/piment/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.0 KB
Line 
1body {
2font-family: verdana, arial, sans-serif;
3font-size: 11px;
4}
5
6a {
7font-family: verdana,arial, sans-serif;
8color: #a5a1a2;
9}
10
11#general {
12
13}
14
15#footer{
16text-align: center;
17color: brown;
18font-size: 10px;}
19
20#magusine-footer a{
21color: #187308;}
22
23#chemin{
24color:#008000;
25font-size: 11px;
26}
27
28#corps{ 
29
30font-family: tahoma, "times new roman", serif;}
31
32.logo img {
33
34}
35
36h1 {
37/*color:#a90925;*/
38color:green;
39font-weight:normal;
40font-size:28px;
41margin:4px 0;
42}
43
44.texteheader {
45margin-bottom:12px;
46color: gray;
47}
48
49.chapeau {
50font-size:12px;
51font-weight:bold;
52}
53
54.texte {
55line-height: 140%;
56}
57
58#texteconteneur {
59margin-bottom: 24px;
60}
61
62#contextes h2{
63color:green;
64font-size:12px;
65padding-bottom:10px;
66
67}
68#contextes h2 a {
69color: green;
70}
71
72#corps h2 {
73color: #333;
74font-size:12px;
75padding-bottom:20px;
76}
77
78.listageconteneur{
79list-style-type:none;
80text-decoration:none;}
81
82#corps .listageconteneur li{
83margin-bottom: 2em;
84}
85
86#contextes .listageconteneur li{
87margin-bottom: 1.2em;
88}
89
90#contextes .listagetitre {
91margin-bottom: 1em;
92font-size:12px;
93font-family:arial,sans-serif;
94margin-bottom:2px;
95}
96
97#contextes .listagetitre a {
98color: #333;
99text-decoration: none;
100}
101
102#corps .listagetitre {
103font-size:15px;
104margin: 0 0 3px 0;
105}
106
107#corps .listagetitre a {
108text-decoration:none;
109color:#1A6F21;
110}
111
112#corps .listagetitre a:hover {
113color:#a90925;
114}
115
116#contextes a:hover {
117color:#ac333a;
118}
119
120#contextes .listageinfo {
121font-size: 9px;
122margin-bottom:2px;
123
124}
125
126.listagebloc{
127padding:10px 0;
128}
129
130#corps .listagetexte{
131font-size: 11px;
132line-height: 130%;
133color: #273a1c;
134}
135
136#contextes .listagetexte{
137font-size: 10px;
138line-height: 130%;
139color: #273a1c;
140}
141
142.listagelogo img {
143margin-bottom: 0.5em;
144}
145
146p.listageinfo{
147color: #29391c;}
148
149
150
151.listageinfo {
152font-size: 10px;
153color:#75823D;
154}
155
156.listageinfo strong {
157font-weight:normal;
158}
159
160.listagesuite {
161font-size: 11px;
162margin: 1em 0 1em 0;
163}
164
165.listagesuite a {
166
167}
168
169#feed.listagebloc{
170font-size: 15 px;
171color: red;
172}
173
174
175.spip_logo{
176color:red;}
177
178.spip-admin-float{
179color:gray;}
180
181#chemin a{
182color:#a90925 ;}
183#navigation a:hover{
184color:green;}
185
186
Note: See TracBrowser for help on using the repository browser.