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