-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity-all.css
306 lines (248 loc) · 5.41 KB
/
community-all.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
/**
* Copyright (c) Petals Link - 2012
**/
* {
margin: 0; padding: 0; list-style: none;
}
body {
background:url("http://files.petalslink.com/img/community/fond_2.0.gif") no-repeat scroll center top transparent;
color: #333333;
font: 76% Verdana,Arial,Helvetica,sans-serif;
}
h1 {
color: #B04D1C;
font-size: 1.3em;
padding-top: 5px;
}
a {
font-weight: bold;
text-decoration: none;
}
a:visited, a:link {
color: #783187;
}
a:hover {
color: #A37DAE;
text-decoration: underline;
}
img {
border: none;
}
#wrapper {
width:1000px;
margin:auto;
min-height:520px;
margin-top:80px;
}
#content {
width:72%;
margin-left: 0.5%;
float: left;
clear: left; /* Ajout de sécurité si on veut diminuer la taille en dessous de 70%.*/
}
#download-button {
text-align:center;
margin: 7px 0 15px 0;
}
#explanation-img {
margin: 15px 0;
}
#download-img-wrapper {
text-align: center;
margin: 18px auto;
}
p {
line-height:1.6em;
text-align:justify;
margin-bottom: 10px;
}
h1 {
margin: 18px 0 13px 0;
}
h1.title {
background: url("http://files.petalslink.com/img/community/h1_underline.png") no-repeat scroll 0 100% transparent;
color: #777777;
font-size: 1.5em;
font-weight: bold;
padding-bottom: 5px;
padding-top: 5px;
margin-top: 0px;
}
h2 {
color: #492562;
font-size: 1.2em;
padding-top: 3px;
}
h3 {
color: #E46425;
font-size: 1em;
font-weight: bold;
}
#content ul {
margin: 10px 0 10px 40px;
}
#content ul li {
list-style-image: url("http://files.petalslink.com/img/common/puce_v.png") !important;
}
li li {
list-style-image: url("http://files.petalslink.com/img/common/puce_o.png");
}
li li li {
list-style-image: url("http://files.petalslink.com/img/common/puce_g.png");
}
li li li li {
list-style-image: url("http://files.petalslink.com/img/common/puce_b.png");
}
/* Sidebar */
#sidebar{
min-width:200px;
width:25%;
float:right;
}
#sidebar h2 {
background:url('http://files.petalslink.com/img/community/colonne_droite_onglet.png') no-repeat scroll center top transparent;
color:white;
text-align:center;
padding-bottom:10px;
}
#sidebar h2 + p {
text-align:center;
margin:0 0 15px 0;
padding:0 5px;
}
#articles, #networks {
margin-top: 15px;
}
/*---------- COMMUNITY GALAXY ---------- */
/*----------- GALAXY CSS -------------*/
#galaxy {
background: url('http://files.petalslink.com/img/common/galaxy_line.gif') repeat-x;
clear: both;
padding-left:40%;
width:100%;
}
#galaxy a {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #783187;
padding: 2px 10px;
}
#galaxy a.active, #galaxy a:hover {
background-color: #834190;
color: white;
}
/*---------- COMMUNITY HEADER ----------*/
#menus {
width: 1000px;
margin: auto;
margin-top: 6px;
}
#banner {
width: 300px;
float: left;
}
#nav{
background: url('http://files.petalslink.com/img/community/back_menu.png') repeat-x;
height: 26px;
font-weight: bold;
margin-bottom: 10px;
border: 1px solid #B9B9B9;
margin-left: 373px; /*ancienne valeur 2 avec 4 items de menu : 375px. Ancienne valeur 340px avec le logo Petals classique.*/
margin-right: 17px; /*ancienne valeur avec les 4 items de niveau 1: 100px*/
padding-left: 0px;
position: relative;
top: 50px;
}
#nav li{
float:left;
position:relative;
}
#nav a {
display: block;
height: 26px;
padding: 3px 10px;
color: #646464;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 13px;
text-decoration: none;
}
#nav a:hover, #nav a.select{
background: url("http://files.petalslink.com/img/community/back_menu_hover.png") repeat-x scroll center top transparent;
color: white;
text-decoration:none;
}
/*--- DROPDOWN ---*/
#nav ul{
color: #646464;
float: left;
padding: 0px 5px;
position: absolute;
left: -9999px;
}
#nav ul li {
float: none;
left: -5px;
list-style: none outside none;
height:32px;
top: -5px;
}
#nav ul a{
white-space: nowrap;
}
#nav li:hover ul{
left:0; /* Bring back on-screen when needed */
}
#nav li:hover a {
background: url("http://files.petalslink.com/img/community/back_menu_hover.png") repeat-x scroll center top transparent;
color: #FFFFFF;
}
#nav li:hover ul a {
background-image:none;
background-color:#F3F3F3;
color: #646464;
}
#nav li:hover ul li a:hover {
background: url("http://files.petalslink.com/img/community/back_menu_hover.png") repeat-x scroll center top transparent;
color: white;
}
/*
* "Disable" root links in the menu.
* Works with Firefox 3.6+, Safari 3+, Chrome 5+ & IE 8+.
*/
a.fhidden {
pointer-events: none;
cursor: default;
}
/* RSS + Tweets + Networks */
.rssBody li, .tweet_list li {
margin: 0 20px;
font-size: 11px;
padding: 5px;
overflow: hidden;
}
.tweet_list .tweet_even {
background-color: #EEE;
}
p.sociaux {margin:10px 0 0 40px !important;}
.sociaux a:hover img {width:40px ; height:40px; margin-top:-5px;margin-left:-5px;} /* agrandi les images lors du survol */
/*---------- COMMUNITY FOOTER ---------- */
#footer {
text-align: center;
background: url('http://files.petalslink.com/img/community/footer_8.0.gif') no-repeat center;
padding-top: 190px;
clear: both;
}
#footer a {
color: #783187;
font-weight: bold;
text-decoration: none;
font-size:10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
padding: 2px 10px;
border-right: solid #783187 1px;
}
#footer a.last-link {
border-right: none;
}