Last change
on this file since 84 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.4 KB
|
Line | |
---|
1 | /* sens_sculpture : theme */ |
---|
2 | /* juillet 2007, par stephane */ |
---|
3 | |
---|
4 | |
---|
5 | /* comportement par defaut */ |
---|
6 | body { |
---|
7 | background: url('fond-ds.jpg') no-repeat top left #9EAFB6; |
---|
8 | font-family: verdana, arial, geneva, sans-serif; |
---|
9 | color: #fff; |
---|
10 | font-size: 11px; |
---|
11 | } |
---|
12 | |
---|
13 | a { |
---|
14 | color: #fff; |
---|
15 | } |
---|
16 | a:hover { |
---|
17 | color:#333; |
---|
18 | } |
---|
19 | |
---|
20 | ul, li { |
---|
21 | padding: 0; |
---|
22 | margin: 0; |
---|
23 | list-style-type: none; |
---|
24 | } |
---|
25 | |
---|
26 | h1, h2, h3, h4, h5, h6 { |
---|
27 | font-family: arial, vardana, geneva, sans-serif; |
---|
28 | font-weight: normal; |
---|
29 | margin: 0; |
---|
30 | } |
---|
31 | |
---|
32 | a img { |
---|
33 | border: none; |
---|
34 | } |
---|
35 | |
---|
36 | /* comportement du texte */ |
---|
37 | |
---|
38 | #header { |
---|
39 | margin-bottom: 2em; |
---|
40 | } |
---|
41 | |
---|
42 | .logo { |
---|
43 | margin: 0 1em 0.5em 0; |
---|
44 | } |
---|
45 | |
---|
46 | .logo img { |
---|
47 | /*border: 1px solid #666; */ |
---|
48 | } |
---|
49 | |
---|
50 | #corps h1 { |
---|
51 | font-size: 32px; |
---|
52 | } |
---|
53 | |
---|
54 | #contextes h1 { |
---|
55 | font-size: 14px; |
---|
56 | } |
---|
57 | |
---|
58 | .surtitre { |
---|
59 | font-style: italic; |
---|
60 | } |
---|
61 | |
---|
62 | .soustitre { |
---|
63 | font-style: italic; |
---|
64 | } |
---|
65 | |
---|
66 | .clearer_header { |
---|
67 | clear: left; |
---|
68 | } |
---|
69 | |
---|
70 | .dateauteurs { |
---|
71 | margin: 2em 0 0 0; |
---|
72 | } |
---|
73 | |
---|
74 | #corps .dateauteurs { |
---|
75 | font-size: 10px; |
---|
76 | } |
---|
77 | |
---|
78 | #contextes .dateauteurs { |
---|
79 | font-size: 9px; |
---|
80 | } |
---|
81 | |
---|
82 | #texteconteneur { |
---|
83 | margin-bottom: 2em; |
---|
84 | } |
---|
85 | |
---|
86 | |
---|
87 | .chapeau { |
---|
88 | font-weight: bold; |
---|
89 | clear: left; |
---|
90 | margin-bottom: 2em; |
---|
91 | } |
---|
92 | |
---|
93 | .texte { |
---|
94 | clear: left; |
---|
95 | line-height: 140%; |
---|
96 | margin-bottom: 1em; |
---|
97 | text-align: justify; |
---|
98 | } |
---|
99 | |
---|
100 | #corps .texte { |
---|
101 | font-size: 12px; |
---|
102 | } |
---|
103 | |
---|
104 | #contextes .texte { |
---|
105 | font-size: 10px; |
---|
106 | } |
---|
107 | |
---|
108 | .ps { |
---|
109 | margin-bottom: 2em; |
---|
110 | } |
---|
111 | |
---|
112 | #corps .ps { |
---|
113 | font-size: 10px; |
---|
114 | } |
---|
115 | |
---|
116 | #contextes .ps { |
---|
117 | font-size: 9px; |
---|
118 | } |
---|
119 | |
---|
120 | h3 { |
---|
121 | margin-top: 2em; |
---|
122 | margin-bottom: 0.5em |
---|
123 | } |
---|
124 | |
---|
125 | #corps h3 { |
---|
126 | font-size: 18px; |
---|
127 | } |
---|
128 | |
---|
129 | #contextes h3 { |
---|
130 | font-size: 12px; |
---|
131 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.