source:
trunk/spip/esqueleto-redcta/plugins/magusine/themes/euclides/general.css
@
96
Last change on this file since 96 was 80, checked in by , 16 years ago | |
---|---|
|
|
File size: 960 bytes |
Rev | Line | |
---|---|---|
[80] | 1 | body { |
2 | margin: 0; | |
3 | background-color: #DEDEDE; | |
4 | font-family: verdana, arial, sans-serif; | |
5 | font-size: 10px; | |
6 | color: #666; | |
7 | ||
8 | } | |
9 | a{ | |
10 | color: #444 | |
11 | ||
12 | } | |
13 | a:hover{ | |
14 | color:#F00; | |
15 | } | |
16 | ul,li { | |
17 | padding: 0; margin: 0; | |
18 | list-style-type: none; | |
19 | ||
20 | } | |
21 | ||
22 | #general{ | |
23 | width: 714px; | |
24 | margin: 0 auto; | |
25 | background-color: #fff; | |
26 | padding: 20px; | |
27 | } | |
28 | ||
29 | #bandeau{ | |
30 | height: 130px; | |
31 | background-repeat: no-repeat; | |
32 | } | |
33 | #chemin, #chemin-vide{ | |
34 | display: none; | |
35 | } | |
36 | ||
37 | #contexte1{ | |
38 | position: absolute; | |
39 | width: 72px; | |
40 | } | |
41 | ||
42 | #contexte2{ | |
43 | float: right; | |
44 | width: 144px; | |
45 | margin-bottom: 20px; | |
46 | ||
47 | } | |
48 | #corps{ | |
49 | margin-left: 92px; | |
50 | margin-right: 164px; | |
51 | ||
52 | } | |
53 | ||
54 | #footer{ | |
55 | border-top: 1px solid #ccc; | |
56 | padding: 20px; | |
57 | margin-top: 20px; | |
58 | clear: both; | |
59 | text-align: right; | |
60 | ||
61 | } | |
62 | ||
63 | #magusine-footer{ | |
64 | display: none; | |
65 | } | |
66 | ||
67 | ||
68 | /* texte et plus */ | |
69 | ||
70 | h1{ | |
71 | font-size: 16px; | |
72 | font-weight: normal; | |
73 | } | |
74 | ||
75 | .sursoustitre{ | |
76 | font-size: 10px; | |
77 | margin: 0.6em 0; | |
78 | } | |
79 | ||
80 | .dateauteurs{ | |
81 | font-size: 9px; | |
82 | margin-top: 1em; | |
83 | } | |
84 | .logo{ | |
85 | float: left; | |
86 | margin: 0 1em 1em 0; | |
87 | } | |
88 | .chapeau{ | |
89 | clear: 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.