source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/euclides/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: 960 bytes
Line 
1body {
2margin: 0;
3background-color: #DEDEDE;
4font-family: verdana, arial, sans-serif;
5font-size: 10px;
6color: #666;
7
8}
9a{
10color: #444
11
12}
13a:hover{
14color:#F00;
15}
16ul,li {
17padding: 0; margin: 0;
18list-style-type: none;
19
20}
21
22#general{
23width: 714px;
24margin: 0 auto;
25background-color: #fff;
26padding: 20px;
27}
28
29#bandeau{
30height: 130px;
31background-repeat: no-repeat;
32}
33#chemin, #chemin-vide{
34display: none;
35}
36
37#contexte1{
38position: absolute;
39width: 72px;
40}
41
42#contexte2{
43float: right;
44width: 144px;
45margin-bottom: 20px;
46
47}
48#corps{
49margin-left: 92px;
50margin-right: 164px;
51
52}
53
54#footer{
55border-top: 1px solid #ccc;
56padding: 20px;
57margin-top: 20px;
58clear: both;
59text-align: right;
60
61}
62
63#magusine-footer{
64display: none;
65}
66
67
68/* texte et plus  */
69
70h1{
71font-size: 16px;
72font-weight: normal;
73}
74
75.sursoustitre{
76font-size: 10px;
77margin: 0.6em 0;
78} 
79
80.dateauteurs{
81font-size: 9px;
82margin-top: 1em;
83}
84.logo{
85float: left;
86margin: 0 1em 1em 0;
87}
88.chapeau{
89clear: left;
90}
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Note: See TracBrowser for help on using the repository browser.