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.0 KB
|
Line | |
---|
1 | /* specifique a emilio : menu groupe horizontal */ |
---|
2 | |
---|
3 | #corps #menu-groupe li { |
---|
4 | float: left; |
---|
5 | width: 120px; |
---|
6 | clear: none; |
---|
7 | } |
---|
8 | |
---|
9 | |
---|
10 | #corps .listagebloc { |
---|
11 | clear: left; |
---|
12 | } |
---|
13 | |
---|
14 | #corps #menu-groupe .listagetitre { |
---|
15 | font-size: 12px; |
---|
16 | } |
---|
17 | |
---|
18 | |
---|
19 | #corps #menu-groupe .listagelogo img { |
---|
20 | border: 1px solid #000; |
---|
21 | } |
---|
22 | |
---|
23 | #corps #menu-groupe .listagelogo { |
---|
24 | float: none; |
---|
25 | } |
---|
26 | |
---|
27 | /* edito en haut */ |
---|
28 | |
---|
29 | |
---|
30 | #page-sommaire #navigation { |
---|
31 | margin-top: 7em; |
---|
32 | } |
---|
33 | |
---|
34 | #corps #edito h2 { |
---|
35 | display: none; |
---|
36 | } |
---|
37 | |
---|
38 | #page-sommaire #edito { |
---|
39 | position: absolute; |
---|
40 | top: 150px; |
---|
41 | width: 440px; |
---|
42 | } |
---|
43 | |
---|
44 | #page-sommaire .listagebloc h1 { |
---|
45 | font-size: 14px; |
---|
46 | font-weight: bold; |
---|
47 | } |
---|
48 | |
---|
49 | #page-sommaire #edito .texte { |
---|
50 | font-size: 11px; |
---|
51 | } |
---|
52 | |
---|
53 | /* page mot */ |
---|
54 | |
---|
55 | #page-mot #recherche-articles h2 { |
---|
56 | display: none; |
---|
57 | } |
---|
58 | |
---|
59 | /* rubrique liens */ |
---|
60 | |
---|
61 | .dernliens-branche { |
---|
62 | |
---|
63 | border: 1px dashed #666; |
---|
64 | padding: 8px 6px 6px 6px; |
---|
65 | } |
---|
66 | |
---|
67 | .dernliens-branche .listagetexte{ |
---|
68 | font-size: 10px; |
---|
69 | } |
---|
70 | |
---|
71 | #corps .dernliens-branche h2 { |
---|
72 | background-color: #f00; |
---|
73 | } |
---|
74 | |
---|
75 | #corps .dernliens-branche h4 { |
---|
76 | font-size: 14px; |
---|
77 | margin-bottom:0; |
---|
78 | } |
---|
79 | |
---|
80 | #corps .dernliens-branche li { |
---|
81 | padding-bottom:0.1em; |
---|
82 | } |
---|
83 | |
---|
Note: See
TracBrowser
for help on using the repository browser.