source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/womenlife/vf-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: 669 bytes
Line 
1/* specifique au site vie feminine */
2#bandeau {
3position:relative;
4}
5
6#navigation {
7z-index:10;
8}
9
10#slogan {
11position: absolute;
12right:0;
13bottom:20px;
14width:279px;
15height: 38px;
16background:url('../../../../pages-custom/vf-slogan.png') top left no-repeat;
17}
18
19#logo-vf {
20z-index:110;
21position:absolute;
22top:24px;
23height:40px;
24width:243px;
25background:url('../../../../pages-custom/logo-vf.png') top left no-repeat;
26}
27
28/* cacher titre h2 pour artinrub */
29
30#artinrub h2, #rubinrub h2 {
31display:none;
32}
33
34#corps #artinrub .listagetitre, #corps #rubinrub .listagetitre {
35font-size: 14px;
36}
37
38#corps #artinrub .listagetitre a, #corps #rubinrub .listagetitre a {
39color:#5d6b10;
40}
Note: See TracBrowser for help on using the repository browser.