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

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1#contextes a {
2color:#333;
3}
4
5#corps a {
6color:#940000;
7}
8
9#texteconteneur {
10margin-bottom:3em;
11}
12
13#header {
14margin-bottom:22px;
15}
16
17.logo {
18float:left;
19margin:0 1em 1em 0;
20width:120px;
21}
22
23.clearer_header {
24clear:left;
25}
26
27h1 {
28font-size:33px;
29font-weight:normal;
30margin-bottom:10px;
31}
32
33.sursoustitre {
34font-size:11px;
35font-style:italic;
36}
37
38.surtitre {
39margin-bottom:10px;
40}
41
42.chapeau {
43font-style: italic;
44font-family: georgia,times,serif;
45color: #666;
46font-weight: bold;
47font-size: 16px;
48line-height: 150%;
49margin: 0.3em 0 1em 0;
50}
51
52.texte {
53font-size:14px;
54line-height:150%;
55color:#333;
56}
57
58.texte p {
59margin:0 0 1em 0;
60}
61
62h3 {
63font-family: georgia,times,serif;
64font-size:23px;
65font-weight: normal;
66margin:2em 0 0.4em 0;
67}
68
69
70.listagerepondre {
71text-align:right;
72margin:1em 4em 1em 0;
73}
74
75.ps {
76margin-top:36px;
77margin-right:25%;
78border-top: 1px solid #999;
79}
80
81.notes {
82margin-right:50%;
83border-top: 1px solid #666;
84}
85
86.ps,.notes {
87margin-bottom:12px;
88padding-top:6px;
89
90color:#444;
91}
92
93.spip_documents img {
94border:1px solid #666;
95}
Note: See TracBrowser for help on using the repository browser.