source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/magusine/magusine-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.3 KB
Line 
1/* specifique au site magunews */
2
3
4/* bloc-dernier cdf  */
5#corps #derncdf .listageconteneur {
6background: url('fond-bloc/bloc_ligne-red.png') repeat-x;
7background-color: #bf0000;
8padding-top:14px;
9}
10
11#corps #derncdf h2 {
12background: url('fond-bloc/h2-bloc-red.png') repeat-x top right;
13color: #fff;
14float: none;
15margin-left: 0;
16padding: 6px;
17}
18
19#corps #derncdf ul {
20padding:0.5em;
21}
22
23#corps #derncdf .cdfvoir {
24border-top: 1px solid #770000;
25padding-top: 8px;
26}
27
28#corps #derncdf, #corps #derncdf .cdflemot, #corps #derncdf .cdflemot a, #corps #derncdf .listagetexte a {
29color: #fff;
30}
31
32#corps #derncdf h4 {
33color: #fff;
34}
35
36#corps #derncdf .listageinfo {
37color: #eee;
38}
39
40#corps #derncdf .listagetexte {
41color: #FFBFA6
42}
43
44#corps #derncdf li {
45padding-bottom: 6px;
46}
47
48/*  page cdf */ 
49
50.cdflemot {
51font-size: 11px;
52color: #333;
53margin: 0.5em 0;
54}
55
56.cdfcomment {
57font-size: 11px;
58margin: 1em 0;
59line-height: 140%;
60font-style: italic;
61}
62
63.article-cdf .cdflemot {
64font-size: 13px;
65font-weight: bold;
66margin-top: 1.5em;
67}
68
69.cdfvoir {
70font-size: 11px;
71margin-top: 1em;
72}
73
74.article-cdf .cdfvoir {
75line-height: 140%;
76font-size: 12px;
77font-weight: bold;
78}
79
80#derncdf .cdfvoir a {
81color: #fff;
82}
83
84.cdfvoir a:hover {
85text-decoration: underline;
86}
87
88#corps .rubcdf {
89
90}
91
92#corps .rubcdf .listagelogo {
93float:none;
94border: 0;
95}
96
97#corps .rubcdf .listagelogo img {
98border:1px solid #7f7f7f;
99}
100
101#corps .rubcdf li {
102width: 135px;
103height: 140px;
104margin-right: 10px;
105margin-bottom: 10px;
106float: left;
107clear: none;
108}
109
110.partenaire-nom {
111font-weight: bold;
112}
113
114#corps #cdf {
115/*background-color: #a30000;*/
116}
117
118#corps #cdf-descr {
119font-size: 10px;
120color: #000;
121padding: 10px 10px 10px 10px;
122background: url('fond-cdf.png') top left no-repeat;
123line-height: 130%;
124float: left;
125width: 110px;
126min-height: 160px;
127_height: 160px;
128}
129
130#corps #cdf-descr a {
131color: #f00;
132}
133
134#corps #sommaire-derncdf {
135padding:6px 10px 10px 16px;
136clear: none;
137}
138
139#corps #sommaire-derncdf .listageinfo {
140margin-bottom: 6px;
141}
142
143#corps #sommaire-derncdf h4 {
144font-weight: bold;
145}
146#corps #sommaire-derncdf h4 a {
147font-weight: bold;
148color: #000000;
149}
150
151#corps #sommaire-derncdf .listagetexte {
152font-size: 11px;
153}
154
155#corps #cdf a {
156}
157#corps #cdf .listagetitre {
158color: #f00;
159}
160
161#corps #cdf .listagetexte {
162}
163
164#corps #cdf .listageinfo, #corps #cdf .listageinfo a {
165color: #f00
166}
167
168#corps #cdf .listlastcdf {
169clear: left;
170padding-top: 10px;
171text-align: justify;
172}
Note: See TracBrowser for help on using the repository browser.