Last change
on this file since 28930 was
28169,
checked in by pierre.basson@…, 12 years ago
|
facteur : modif css par défaut
|
-
Property svn:executable set to
*
|
File size:
688 bytes
|
Line | |
---|
1 | <style type="text/css" media="screen"> |
---|
2 | .faux_body { |
---|
3 | background-color: #fff; |
---|
4 | font-size: 12px; |
---|
5 | font-family: verdana, sans-serif; |
---|
6 | } |
---|
7 | |
---|
8 | .titre { |
---|
9 | text-align: center; |
---|
10 | color: #000; |
---|
11 | font-size: 24px; |
---|
12 | } |
---|
13 | |
---|
14 | h2 { |
---|
15 | font-size: 18px; |
---|
16 | } |
---|
17 | |
---|
18 | h3 { |
---|
19 | font-size: 16px; |
---|
20 | clear: both; |
---|
21 | } |
---|
22 | |
---|
23 | a { |
---|
24 | text-decoration: none; |
---|
25 | } |
---|
26 | |
---|
27 | a:hover { |
---|
28 | text-decoration: underline; |
---|
29 | } |
---|
30 | |
---|
31 | a:visited { |
---|
32 | } |
---|
33 | |
---|
34 | .spip_documents_left { |
---|
35 | float: left; |
---|
36 | margin-right: 10px; |
---|
37 | } |
---|
38 | |
---|
39 | .spip_documents_center { |
---|
40 | display: block; |
---|
41 | text-align: center; |
---|
42 | margin: 10px 0; |
---|
43 | } |
---|
44 | |
---|
45 | .spip_documents_right { |
---|
46 | float: right; |
---|
47 | margin-left: 10px; |
---|
48 | } |
---|
49 | |
---|
50 | .petit { |
---|
51 | padding-top: 20px; |
---|
52 | text-align: center; |
---|
53 | font-size: 10px; |
---|
54 | } |
---|
55 | |
---|
56 | ul { |
---|
57 | clear: both; |
---|
58 | } |
---|
59 | |
---|
60 | .invisible { |
---|
61 | color: #eee; |
---|
62 | } |
---|
63 | </style> |
---|
Note: See
TracBrowser
for help on using the repository browser.