source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/explode/gwen-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.1 KB
Line 
1/* specifique au site de gwen, peut être jeté pour les autres sites */
2
3#mot-articles h2, #menu-groupes h2, #artinrub h2 {
4display:none;
5}
6
7#menu-groupe h2, #galerie-video h2 {
8display:none;
9}
10
11#menugroupe a:hover {
12text-decoration:none;
13}
14
15#menu-groupe li {
16padding:0;
17float:left;
18clear:none;
19margin-bottom:20px;
20border:1px solid #151515;
21position:relative;
22width:190px;
23min-height:21px;
24_height:21px;
25}
26
27#menu-groupe .gauche {
28margin-right:16px;
29}
30
31#menu-groupe .listagetitre {
32padding:3px 6px;
33background-color:#151515;
34margin:0;
35_margin:-6px 0 0 0;
36position:absolute;
37bottom:0;
38width:178px;
39}
40
41#menu-groupe .listagelogo {
42float:none;
43margin:0;
44padding:0;
45}
46
47#menu-groupe .listagelogo img {
48border:0;
49}
50
51#menu-groupe .listagetexte {
52display:none;
53}
54/*
55#menu-groupe .listagetitre a {
56margin:0;
57padding:0;
58}
59
60#menu-groupe .listagelogo a {
61padding:0;
62margin:0;
63}
64
65#menu-groupe .listagelogo img {
66border:0;
67}
68
69
70*/
71#menu-groupe h4 a {
72color: #fff;
73}
74
75#menu-groupe h4 a:hover {
76color: #f30;
77}
78
79#menu-groupe .listageinfo {
80display:none;
81/*position:absolute;
82top:45px;
83margin:0 0 0 6px;*/
84}
85
86#bloc-recherche {
87border-top: 1px solid #333;
88padding-top:10px;
89}
Note: See TracBrowser for help on using the repository browser.