source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/womenlife2/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: 2.1 KB
Line 
1#bandeau {
2position:relative;
3}
4
5#navigation {
6z-index:10;
7}
8
9#slogan {
10position: absolute;
11right:0;
12bottom:20px;
13width:279px;
14height: 38px;
15background:url('../../../../pages-custom/vf-slogan.png') top left no-repeat;
16}
17
18#logo-vf {
19z-index:70;
20position:absolute;
21top:24px;
22height:40px;
23width:243px;
24background:url('../../../../pages-custom/logo-vf.png') top left no-repeat;
25}
26
27#contexte1 #menu-lat {
28font-size: 13px;
29margin-bottom: 12px;
30padding-bottom: 4px;
31border-bottom: 1px solid #888;
32}
33
34#contexte1 #menu-lat h2 {
35display:none;
36}
37
38#contexte1 #menu-lat a:hover {
39color:#E30071;
40}
41
42#contexte1 #menu-lat li {
43border-top: 1px solid #888;
44padding-top:4px;
45margin-top:4px;
46margin-bottom:0;
47color: #888;
48}
49
50#contexte1 #menu-lat .menu-lat-niv2 li {
51border-top:none;
52padding-top:0;
53margin-left: 2em;
54font-size: 10px;       
55}
56
57#region-une h2 {
58display:none;
59}
60
61#contexte2 #texteconteneur {
62margin:14px;
63border-bottom:1px solid #C6CA56;
64padding:0 0 14px 0;
65}
66
67#contexte2 #header {
68margin:14px;
69}
70
71#contexte2 #header h1 {
72font-weight:bold;
73}
74
75#region-focus .listageconteneur li {
76width:190px;
77margin-right:10px;
78float: left;
79clear:none;
80height:120px;
81margin-bottom:20px;
82}
83#region-focus .listageconteneur .listagetitre,#region-focus .listageconteneur .listagetitre a {
84color:#8FA419
85}
86
87#region-focus li .listagetexte {
88text-align:left;
89}
90
91/* agenda */
92#agenda h4, #agenda-encours h4 {
93font-weight:bold;
94text-transform:uppercase;
95}
96
97#agenda h2,#agenda-encours h2 {
98color: #222;
99}
100
101#agenda .listagesuite a,#agenda-encours .listagesuite a {
102color: #222;
103}
104
105#agenda .listagesuite,#agenda-encours .listagesuite  {
106text-align:left;
107margin:6px 0 8px 0;
108}
109
110#agenda-encours {
111padding:8px;
112background:url('images/trame-vert.gif') top left;
113}
114
115#agenda .listageinfo, #agenda-encours .listageinfo {
116font-weight:bold;
117margin: 4px 0;
118}
119
120.evenement-region h4 {
121color: #00a1e3;
122}
123
124.evenement-national h4 {
125color: #00a1e3;
126}
127
128/* cacher titre h2 pour artinrub */
129
130#artinrub h2, #rubinrub h2 {
131display:none;
132}
133
134#corps #artinrub .listagetitre, #corps #rubinrub .listagetitre {
135font-size: 14px;
136}
137
138#corps #artinrub .listagetitre a, #corps #rubinrub .listagetitre a {
139color:#5d6b10;
140}
141
142#rubrique-une h2 {
143display:none;
144}
Note: See TracBrowser for help on using the repository browser.