~ubuntu-fr-forum-admins/ubuntu-fr-website/forum.prod

« back to all changes in this revision

Viewing changes to style/Kubuntu.css

  • Committer: xabilon
  • Date: 2010-10-08 13:18:35 UTC
  • Revision ID: xabilonmodo@yahoo.fr-20101008131835-i22ldl3u83y1t0di
Copie de forum.dev r155 pour mise en ligne

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**********************************************************************************************/
2
 
/* NE PAS CHANGER CETTE PARTIE - REPARE CERTAINS BUGS ET MASQUE CERTAINS ELEMENTS             */
3
 
/**********************************************************************************************/
4
 
 
5
 
.clearer, .nosize {
6
 
    HEIGHT: 0;
7
 
    WIDTH: 0;
8
 
    LINE-HEIGHT: 0;
9
 
    FONT-SIZE: 0;
10
 
    OVERFLOW: hidden
11
 
}
12
 
 
13
 
.clearer, .clearb {clear: both}
14
 
 
15
 
div#brdfooter .clearer { /*- IE -*/
16
 
   clear: both !important;
17
 
   clear: none;
18
 
}
19
 
.nosize {POSITION: absolute; LEFT: -10000px}
20
 
 
21
 
DIV>DIV.block>DIV>.inbox , BODY>DIV>.block2col {BORDER-BOTTOM: 1px solid transparent}
22
 
 
23
 
/** HTML .inbox, * HTML .tclcon, * HTML .inform {HEIGHT: 1%}*/
24
 
* HTML .tclcon, * HTML .inform {HEIGHT: 1%}
25
 
* HTML .blockpost .inbox {HEIGHT: 1%}
26
 
 
27
 
#brdfooter H2, #brdstats H2, #brdstats .conl DT, #brdstats .conr DT,
28
 
#modcontrols DT {
29
 
    POSITION: absolute;
30
 
    LEFT: -10000px
31
 
}
32
 
 
33
 
.postright h3 { display: none }
34
 
 
35
 
body {margin: 0; padding: 0;}
36
 
 
37
 
/**********************************************************************************************/
38
 
/* PROPRIETES INITIALES                                                                       */
39
 
/**********************************************************************************************/
40
 
 
41
 
TABLE, DIV, FORM, P, H1, H2, H3, H4, PRE, BLOCKQUOTE, UL, OL, LI, DL, DT, DD {
42
 
    MARGIN: 0px;
43
 
    PADDING: 0px;
44
 
}
45
 
 
46
 
UL, OL, LI, DL, DT, DD {LIST-STYLE: none}
47
 
 
48
 
 
49
 
 
50
 
/**********************************************************************************************/
51
 
/* MISE EN PAGE                                                                               */
52
 
/**********************************************************************************************/
53
 
 
54
 
/* Alignement et largeur des elements */
55
 
 
56
 
.conr {
57
 
    FLOAT: right;
58
 
    TEXT-ALIGN: right;
59
 
    WIDTH: 60%;
60
 
    WHITE-SPACE: nowrap;
61
 
}
62
 
 
63
 
.conl {
64
 
    FLOAT: left;
65
 
    WIDTH: 35%;
66
 
    WHITE-SPACE: nowrap;
67
 
}
68
 
 
69
 
form .conl {
70
 
    WIDTH: auto;
71
 
    MARGIN-RIGHT: 10px;
72
 
}
73
 
 
74
 
.linkst .conl, .linksb .conl, .postlinksb .conl {WIDTH: auto; margin-right: 5px;}
75
 
 
76
 
.linkst .conr, .linksb .conr, .postlinksb .conr {WIDTH:140px;}
77
 
 
78
 
FORM .linksb .conr {WIDTH: 32em;}
79
 
 
80
 
.block2col .blockform, .block2col .block, #viewprofile DD {MARGIN-LEFT: 170px}
81
 
 
82
 
.blockmenu, #viewprofile DT {
83
 
    FLOAT: left;
84
 
    WIDTH: 160px;
85
 
}
86
 
 
87
 
#profileavatar IMG {
88
 
    float: right;
89
 
    margin-left: 1em;
90
 
}
91
 
 
92
 
#brdfooter {
93
 
   float: right;
94
 
   width: 100%;
95
 
   padding-right: 10px;
96
 
}
97
 
 
98
 
#gagnant {
99
 
   float: right;
100
 
   width: 240Px;
101
 
   text-align: right;
102
 
   padding: 10px;
103
 
}
104
 
#liensaide {padding: 10px;}
105
 
#info {padding-top: 5px;}
106
 
 
107
 
/* Format des tableaux */
108
 
 
109
 
table {WIDTH: 100%}
110
 
 
111
 
th {
112
 
    TEXT-ALIGN: left;
113
 
    WHITE-SPACE: nowrap
114
 
}
115
 
 
116
 
.tc2, .tc3 {
117
 
    WIDTH: 7%;
118
 
    TEXT-ALIGN: center;
119
 
    WHITE-SPACE: nowrap
120
 
}
121
 
 
122
 
.tcr {
123
 
    WIDTH: 26%;
124
 
    WHITE-SPACE: nowrap;
125
 
    padding-right: 10px;
126
 
}
127
 
 
128
 
/*- Tête des tableaux -*/
129
 
thead tr {
130
 
   height: 22px;
131
 
}
132
 
thead .tcl {
133
 
   padding-left: 24px;
134
 
}
135
 
 
136
 
#punsearch #vf .tc2 {
137
 
    WIDTH: 18%;
138
 
    TEXT-ALIGN: left;
139
 
    WHITE-SPACE: nowrap
140
 
}
141
 
 
142
 
#users1 TD, #users1 TH {TEXT-ALIGN: left}
143
 
 
144
 
#users1 .tc2 {WIDTH: 25%}
145
 
 
146
 
#users1 .tc3 {WIDTH: 10%; TEXT-ALIGN: center}
147
 
 
148
 
#debug .tcr {WIDTH: 85%; WHITE-SPACE: normal}
149
 
 
150
 
#vf TD, #users1 TD, #users2 TD {LINE-HEIGHT: 1.5em}
151
 
 
152
 
.tcmod {TEXT-ALIGN: center}
153
 
 
154
 
.tcmod INPUT, .linksb INPUT {
155
 
    margin-right: 0;
156
 
    margin-top: 0;
157
 
    margin-bottom: 0
158
 
}
159
 
 
160
 
 
161
 
/* Format des topics */
162
 
 
163
 
.postleft {
164
 
   position: relative;
165
 
}
166
 
 
167
 
.postleft dl dt, .postleft dl dd {
168
 
   display: inline;
169
 
   padding: 2px 5px 3px 5px;
170
 
}
171
 
.postleft .postavatar {
172
 
   position: absolute;
173
 
   left: 0;
174
 
   top: 22px;
175
 
}
176
 
 
177
 
.postfootleft {text-align: center; display: none;}
178
 
 
179
 
.postfootright {text-align: right; display: block;}
180
 
.postfootright UL {display: inline}
181
 
 
182
 
.postsignature, .postmsg {overflow: hidden}
183
 
 
184
 
.postmsg {
185
 
   /*height: auto !important;
186
 
   height: 90px;*/
187
 
   min-height: 80px;
188
 
}
189
 
 
190
 
BLOCKQUOTE {
191
 
   height: auto !important;
192
 
   height: 60px;
193
 
   min-height: 60px;
194
 
}
195
 
 
196
 
.incqbox, .inimgbox {width: 100%; overflow: hidden}
197
 
 
198
 
.scrollbox {width: 100%; overflow: auto}
199
 
 
200
 
* HTML .imgbox {width: auto}
201
 
 
202
 
#postpreview .postright {border-left: none}
203
 
 
204
 
.postsignature HR {
205
 
    margin-left: 0;
206
 
    width: 200px;
207
 
    text-align: left;
208
 
    height: 1px;
209
 
    border: none
210
 
}
211
 
 
212
 
.postsignature IMG, .postmsg IMG {VERTICAL-ALIGN: middle;}
213
 
 
214
 
#searchposts .postmsg {HEIGHT: 7em}
215
 
 
216
 
SPAN.bbu {TEXT-DECORATION: underline}
217
 
 
218
 
/* Format des listes */
219
 
 
220
 
#onlinelist DD, #onlinelist DT, .linkst LI, .linksb LI, .postlinksb LI,
221
 
.postfootright LI {DISPLAY: inline; HEIGHT: 0}
222
 
 
223
 
#posterror UL LI {LIST-STYLE: square inside}
224
 
 
225
 
#viewprofile DT {TEXT-ALIGN: right}
226
 
 
227
 
/* Format des formulaires */
228
 
 
229
 
.blockform FORM, .fakeform {PADDING: 20px 20px 10px 20px}
230
 
 
231
 
.inform {PADDING-BOTTOM: 12px}
232
 
 
233
 
.infldset {PADDING: 6px 10px}
234
 
 
235
 
LEGEND {PADDING: 0px 6px}
236
 
 
237
 
DIV.forminfo {
238
 
    PADDING: 10px;
239
 
    MARGIN-BOTTOM: 12px
240
 
}
241
 
 
242
 
FIELDSET LABEL INPUT, FIELDSET LABEL SELECT, 
243
 
FIELDSET LABEL TEXTAREA {DISPLAY: block; POSITION: relative}
244
 
 
245
 
DIV.rbox, .forminfo H3 {
246
 
    MARGIN-BOTTOM: 6px;
247
 
    MARGIN-TOP: 0px
248
 
}
249
 
 
250
 
.rbox INPUT, .blockpost INPUT {
251
 
    DISPLAY: inline;
252
 
    MARGIN-BOTTOM: 0;
253
 
    MARGIN-RIGHT: 1em;
254
 
    MARGIN-LEFT: 0;
255
 
}
256
 
 
257
 
.rbox {LINE-HEIGHT: 1.5}
258
 
 
259
 
FIELDSET INPUT, FIELDSET SELECT, FIELDSET TEXTAREA {
260
 
    MARGIN-TOP: 2px;
261
 
    MARGIN-BOTTOM: 6px
262
 
}
263
 
 
264
 
P INPUT {
265
 
    margin-left: 1em;
266
 
    margin-right: 1em
267
 
}
268
 
 
269
 
.bblinks {
270
 
    margin-top: 20px
271
 
}
272
 
 
273
 
/* Format de l'aide et autre */
274
 
 
275
 
#helpfile H1 {
276
 
    font-size: 1.7em;
277
 
    line-height: 2em;
278
 
    border: none
279
 
}
280
 
 
281
 
#helpfile H2 {margin-top: 12px}
282
 
 
283
 
#helpfile DIV.box {
284
 
    padding: 10px;
285
 
    background-color: #e5eef7
286
 
}
287
 
 
288
 
 
289
 
/* Liens de recherche */
290
 
 
291
 
dl#searchlinks {
292
 
   /*position: fixed !important;*/
293
 
   position: absolute;
294
 
   top: 394px;
295
 
   left: 10px;
296
 
   width: 180px;
297
 
   font-family: Verdana, Geneva, sans-serif;
298
 
   font-size: 1.1em;
299
 
   background: #AACCEE url(kubuntu/navbottom.png) no-repeat 0 100%;
300
 
}
301
 
   dl#searchlinks dt {
302
 
      color: #fff;
303
 
      background: #336699 url(kubuntu/navtop.png) no-repeat 0 0;
304
 
      padding: 5px;
305
 
      margin-bottom: 10px;
306
 
   }
307
 
   dl#searchlinks dd a {
308
 
      display: block;
309
 
      padding: 5px 5px 9px 28px;
310
 
      color: #000;
311
 
      background: transparent url(kubuntu/menu.png) no-repeat 6px center;
312
 
      text-decoration: none;
313
 
   }
314
 
   dl#searchlinks dd a:hover {
315
 
      color: #fff;
316
 
                background: #336699 url(kubuntu/menuhover.png) no-repeat 6px center;
317
 
   }
318
 
 
319
 
/**********************************************************************************************/
320
 
/* COULEURS DE LA CHARTE GRAPHIQUE ET IMAGES                                                  */
321
 
/**********************************************************************************************/
322
 
 
323
 
/* Couleurs d'arriere plan */
324
 
 
325
 
BODY {background-image: url(kubuntu/body.png);}
326
 
 
327
 
div#punwrap {
328
 
   background: #fff;
329
 
   }
330
 
   
331
 
.infldset TH, .box {background-color: none}
332
 
 
333
 
#brdwelcome ul {
334
 
   color: #000;
335
 
   }
336
 
 
337
 
div#brdfooter {
338
 
   background: #AACCEE url(kubuntu/footer.png) no-repeat 0 100%;
339
 
   }
340
 
 
341
 
#viewprofile DD, .forminfo,
342
 
.blockmenu .box {background-color: #AACCEE}
343
 
 
344
 
h2 {
345
 
   background: #336699 url(kubuntu/h2-top2_ie.png) no-repeat 0 0;
346
 
}
347
 
 
348
 
#postreview h2 {
349
 
   background: none;
350
 
   color: #000;
351
 
}
352
 
#postreview .postleft {
353
 
   background: none;
354
 
}
355
 
 
356
 
 
357
 
#brdwelcome {
358
 
   background: #AACCEE url(kubuntu/main2_ie.png) no-repeat 0 0;
359
 
}
360
 
 
361
 
#brdstats {
362
 
   background-color: #AACCEE;
363
 
}
364
 
   
365
 
TH {background-color: #AACCEE;}
366
 
 
367
 
TH.tcr {
368
 
   background-image: url(kubuntu/inf-droit.png);
369
 
   background-repeat: no-repeat;
370
 
   background-position: 100% 100%;
371
 
}
372
 
 
373
 
#adminconsole th.tcl {background-image: none !important}
374
 
 
375
 
#brdmenu {
376
 
   background-image: url(kubuntu/navbottom.png);
377
 
   background-repeat: no-repeat;
378
 
   background-position: 0 100%;
379
 
   }
380
 
#brdmenu ul {
381
 
   background-color: #AACCEE;
382
 
   }
383
 
 
384
 
.blockmenu ul li a:hover {background-color: #336699}
385
 
 
386
 
#brdmenu LI:hover, #brdmenu A:hover {background-color: #336699}
387
 
 
388
 
td.tcmod, #vtpreview, TEXTAREA, INPUT, SELECT, OPTGROUP {background-color: #e5eef7}
389
 
 
390
 
#viewprofile .box {
391
 
   background: #AACCEE;
392
 
}
393
 
 
394
 
.postleft {background: #AACCEE url(kubuntu/inf-droit.png) no-repeat bottom right;}
395
 
.postfootleft {background-color: #fff;}
396
 
.postright {background-color: #e5eef7;}
397
 
.postfootright {background: #e5eef7 url(kubuntu/message-bottom.png) no-repeat bottom left;}
398
 
 
399
 
TEXTAREA, INPUT, SELECT, OPTGROUP {border: 1px solid #336699}
400
 
 
401
 
HR {background-color:#336699}
402
 
 
403
 
BLOCKQUOTE {background: #fff url(kubuntu/citation.png) no-repeat 4px 4px;}
404
 
 
405
 
.blockform {
406
 
   background: #AACCEE url(kubuntu/inf-droit.png) no-repeat bottom right;
407
 
}
408
 
 
409
 
.inbox tbody tr:hover {background-color:#e5eef7;}
410
 
 
411
 
td.tc2, td.tc3 {background-color: #e5eef7}
412
 
 
413
 
#profile .blockmenu, #adminconsole .blockmenu {
414
 
   background: #AACCEE url(kubuntu/blockmenu-bottom_ie.png) no-repeat bottom left;
415
 
}
416
 
 
417
 
#profile .blockmenu h2, #adminconsole .blockmenu h2 {
418
 
   background: #336699 url(kubuntu/blockmenu-top_ie.png) no-repeat top left !important;
419
 
}
420
 
 
421
 
#punredirect {
422
 
   background-color: #fff;
423
 
}
424
 
#punredirect h2 {
425
 
   background: #AACCEE url(kubuntu/main2_ie.png) no-repeat top left;
426
 
   color: #000;
427
 
}
428
 
 
429
 
 
430
 
#msg, #adintro, #adstats {
431
 
   background: #AACCEE url(kubuntu/h2-bottom_ie.png) no-repeat bottom left;
432
 
}
433
 
 
434
 
 
435
 
#announce {
436
 
   background: #336699;
437
 
   height: auto !important;
438
 
   height: 1px;
439
 
}
440
 
 
441
 
#announce h2 {background: transparent url(kubuntu/h2-top2_ie.png) no-repeat 0 0;}
442
 
 
443
 
#announce .box {
444
 
   background: #AACCEE url(kubuntu/inf-droit.png) no-repeat bottom right;
445
 
}
446
 
 
447
 
 
448
 
#announce .inbox div {
449
 
  /* background: transparent url(kubuntu/stop_hand.png) no-repeat 8px 8px;*/
450
 
   padding-left: 85px;
451
 
   padding-right: 10px;
452
 
   height: auto !important;
453
 
   height: 80px;
454
 
   min-height: 80px;
455
 
   text-align: justify;
456
 
}
457
 
 
458
 
#info {
459
 
   border-top: 1px solid #336699;
460
 
   border-bottom: 1px solid #336699;
461
 
}
462
 
 
463
 
/* Couleurs des textes */
464
 
 
465
 
BODY {COLOR: #000}
466
 
 
467
 
h2 {
468
 
   color: #fff;
469
 
}
470
 
 
471
 
#brdwelcome li {
472
 
   color: #000;
473
 
}
474
 
#brdwelcome p {
475
 
   color: #000;
476
 
}
477
 
#brdstats dd, #brdstats dl {
478
 
   color: #000;
479
 
}
480
 
 
481
 
 
482
 
#brdtitle .inbox {color: #000}
483
 
 
484
 
LEGEND, .showhot, #posterror LI STRONG {color: #0607c8}
485
 
 
486
 
.linkst .inbox, .linksb .inbox, .postlinksb .inbox , #brdwelcome {color: #000}
487
 
 
488
 
 
489
 
/* Couleurs des bordures */
490
 
 
491
 
 
492
 
DIV>FIELDSET {border-color: #003366}
493
 
 
494
 
.postright, .postfootright {border-left-color: #fff}
495
 
 
496
 
/* Couleurs des liens */
497
 
 
498
 
a:link {color: #0607c8}
499
 
a:visited {color: #000079}
500
 
a:hover {color: #0000ed}
501
 
 
502
 
h2 a:link, h2 a:visited{color: #fff}
503
 
h2 a:hover, h2 a:active {color: #fff}
504
 
 
505
 
#brdmenu a,  #brdmenu a:link, #brdmenu a:visited {color: #000}
506
 
 
507
 
.linkst .inbox a:link, .linkst .inbox a:visited,
508
 
.postlinksb .inbox a:link, .postlinksb .inbox a:visited,
509
 
.linksb .inbox a:link, .linksb .inbox a:visited,
510
 
.linkst .inbox a:hover, .linksb .inbox a:hover,
511
 
.postlinksb .inbox a:hover {color: #0000ed}
512
 
 
513
 
.blockmenu ul li a:link, .blockmenu ul li a:visited {color: #000}
514
 
.blockmenu ul li a:hover {color: #fff}
515
 
 
516
 
a:link.showclosed,  a:visited.showclosed {color: #0607c8}
517
 
a:hover.showclosed {color: #0000ed}
518
 
a img { border: none;}
519
 
 
520
 
/****************************************************************/
521
 
/* ETAT DES POSTS */
522
 
/****************************************************************/
523
 
 
524
 
.inormal, .iclosed, .iredirect, .icon.inew { /* .inew, */
525
 
    FLOAT: left;
526
 
    MARGIN-TOP: 0.65em;
527
 
    MARGIN-LEFT: 0.25em;
528
 
    BORDER-WIDTH: 0.17em 0.17em 0.17em 0.17em;
529
 
    BORDER-STYLE: dashed;
530
 
}
531
 
 
532
 
.isticky, .iclosed{
533
 
        float: none;
534
 
        border-style: none;
535
 
}
536
 
 
537
 
.iclosed{
538
 
        font-style: italic;
539
 
}
540
 
 
541
 
#searchposts .inew, #searchposts .inormal {MARGIN-LEFT: 0}
542
 
 
543
 
.iredirect, .iclosed {BORDER-COLOR: #ddd}
544
 
 
545
 
.inormal {BORDER-COLOR: #336699}
546
 
 
547
 
.inew {BORDER-COLOR: #336699; }
548
 
 
549
 
TD .tclcon {MARGIN-LEFT: 1.5em}
550
 
 
551
 
/**********************************************************************************************/
552
 
/* PROPRIETES DES TEXTES                                                                      */
553
 
/**********************************************************************************************/
554
 
 
555
 
body, input, select, textarea, optgroup {
556
 
   font-family: Verdana, Geneva, sans-serif;
557
 
   font-weight: normal;
558
 
   font-size: 80%/* !important;
559
 
   font-size: 75%;*/
560
 
   }
561
 
 
562
 
TABLE {font-size: 0.9em}
563
 
 
564
 
PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}
565
 
 
566
 
H2, #viewprofile DD, .postmsg P, .forminfo P, #puninstall .block P, .postsignature {
567
 
    font-size: 1.1em;
568
 
    font-weight: normal;
569
 
}
570
 
 
571
 
#brdmenu {
572
 
    font-size: 1.1em;
573
 
}
574
 
 
575
 
.blockmenu LI.isactive A {
576
 
    font-weight: bold
577
 
}
578
 
 
579
 
#brdtitle .inbox {
580
 
    font-size: 1.2em;
581
 
    font-weight: bold
582
 
}
583
 
 
584
 
#brdwelcome, .postleft DD, .showhot, .blockpost H2, #brdfooter {
585
 
  font-size: 0.9em;
586
 
}
587
 
 
588
 
.blockform H2, .blockmenu H2, .block H2, .blocktable H2 { 
589
 
  font-size: 1em;
590
 
  font-weight: bold
591
 
}
592
 
 
593
 
H3, PRE {font-size: 1.1em}
594
 
 
595
 
TEXTAREA, LABEL, SELECT, OPTGROUP {font-size: 1em}
596
 
 
597
 
LEGEND, INPUT, LABEL TEXTAREA {font-size: 1em}
598
 
 
599
 
.linkst .conl, .linkst ul, .linkst .conr, .linksb .conl, .linksb ul, .linksb .conr, .postlinksb .conl, .postlinksb ul, .postlinksb .conr {font-size: 0.9em;}
600
 
 
601
 
TH, #viewprofile DD A {font-weight: normal}
602
 
 
603
 
.linkst LI, .linksb LI, .postlink, .postmsg H4 {font-size: 1em; font-weight: bold}
604
 
 
605
 
div.postright, div.postfootright {font-size: 0.9em}
606
 
 
607
 
#vf td {font-size: 1.1em;}
608
 
 
609
 
thead tr {
610
 
   font-style: italic;
611
 
}
612
 
 
613
 
#gagnant span {
614
 
   font-style: italic;
615
 
}
616
 
 
617
 
p.postedit {
618
 
        text-align: right;
619
 
        font-size: 0.9em;
620
 
}
621
 
 
622
 
/**********************************************************************************************/
623
 
/* PROPRIETES DES LIENS                                                                       */
624
 
/**********************************************************************************************/
625
 
 
626
 
A:link, A:visited {text-decoration: underline}
627
 
A:hover {text-decoration: underline}
628
 
 
629
 
.postfootright A:link, .postfootright A:visited, H2 A:link, H2 A:visited {text-decoration: none}
630
 
 
631
 
.postleft DT A:link, .postleft DT A:visited {text-decoration: none}
632
 
 
633
 
.blockmenu A:link, .blockmenu A:visited {text-decoration: none}
634
 
 
635
 
.postlink A:link, .postlink A:visited {text-decoration:none}
636
 
 
637
 
#brdmenu A:link,  #brdmenu A:visited {text-decoration: none}
638
 
 
639
 
A:link.showclosed,  A:visited.showclosed {text-decoration: none}
640
 
 
641
 
#brdmenu A:hover {text-decoration: none}
642
 
 
643
 
H2 A:hover {text-decoration: underline}
644
 
 
645
 
/**********************************************************************************************/
646
 
/* PROPRIETES DES BORDURES                                                                    */
647
 
/**********************************************************************************************/
648
 
 
649
 
.blockpost, .blockmenu, .blocktable, .box, TD, TH, .forminfo {border: none}
650
 
BLOCKQUOTE {
651
 
   border-top: 1px solid #AACCEE;
652
 
   border-left: 1px solid #AACCEE;
653
 
   }
654
 
 
655
 
.codebox {
656
 
   border: 1px solid #336699;
657
 
   }
658
 
 
659
 
.box, TD, TH {border: none}
660
 
 
661
 
th.tcl, th.tc1, th.tc2, th.tc3, th.tcr {border: none}
662
 
 
663
 
td.tcr {border: none}
664
 
 
665
 
td.tcl, td.tc1, td.tc2, td.tc3, td.tcr {border-bottom: 1px solid #AACCEE;}/*TODO change color ?*/
666
 
/*td.tcl, td.tc1, td.tc2, td.tc3, td.tcr {border: none}*/
667
 
 
668
 
H1, #brdtitle, #brdheader .box {border:none}
669
 
 
670
 
.linkst .box, .postlinksb .box {border: none}
671
 
 
672
 
TD, TH {border: none}
673
 
 
674
 
.tcr {border-right-width: 0px;}
675
 
 
676
 
div>fieldset {border-style: solid; border-width: 1px;}
677
 
 
678
 
.postlinksb {
679
 
   border-top: 1px solid #AACCEE;
680
 
}
681
 
 
682
 
#postreview .box {
683
 
   border-top: 1px solid #AACCEE;
684
 
   border-left: 1px solid #AACCEE;
685
 
}
686
 
 
687
 
.blockpost .inbox {
688
 
   background-color: #fff;
689
 
}
690
 
#brdfooter {
691
 
   border-top: 1px solid #336699;
692
 
}
693
 
#punindex #brdfooter {
694
 
   border: none;
695
 
   }
696
 
#punindex #brdstats {
697
 
   border-top: 1px solid #336699;
698
 
   }
699
 
#brdwelcome {
700
 
   border-bottom: 1px solid #336699;
701
 
   }
702
 
 
703
 
#punredirect h2 {
704
 
   border-bottom: 1px solid #336699;
705
 
}
706
 
/**********************************************************************************************/
707
 
/* ESPACES ENTRE LES ELEMENTS                                                                 */
708
 
/**********************************************************************************************/
709
 
 
710
 
BODY {margin: 0}
711
 
#punwrap {
712
 
   margin: 0 0 10px 205px;
713
 
}
714
 
.blocktable, .block, .blockform, .block2col, #postreview {margin-bottom: 10px;}
715
 
 
716
 
.blocktable, .linkst, .linksb, .postlinkst, .postlinksb, .blockpost, .blockform {margin-right: 10px}
717
 
 
718
 
#punindex .blocktable, .blockpost {margin-bottom: 10px;}
719
 
 
720
 
BLOCKQUOTE, .codebox {
721
 
    margin: 10px;
722
 
    }
723
 
 
724
 
#brdtitle, .block2col .blockform, .block2col .block {margin-bottom: 0}
725
 
 
726
 
#brdmenu, #brdmenu LI, #brdwelcome,  .blockmenu {margin: 0}
727
 
 
728
 
/*#brdwelcome .conl, #brdwelcome .conr {margin: 0 0 10px -10px;}*/
729
 
#brdwelcome {
730
 
   margin: 0 0 10px -10px;
731
 
}
732
 
 
733
 
#brdstats {
734
 
   margin: 20px 0 0 -10px;
735
 
   }
736
 
   #brdstats .inbox {
737
 
      margin: 10px 10px auto 10px;
738
 
      }
739
 
#brdfooter {
740
 
   margin-left: -10px;
741
 
}
742
 
 
743
 
DD.usercontacts {margin-top: 5px}
744
 
 
745
 
DD.postavatar {
746
 
    margin-top: 5px;
747
 
    margin-bottom: 5px
748
 
}
749
 
 
750
 
.postmsg H4 {margin-bottom: 10px}
751
 
 
752
 
* HTML .imgbox {margin-right: -18px}  
753
 
 
754
 
FORM P INPUT {margin-left: 12px; margin-right: 12px}
755
 
 
756
 
#modcontrols {margin: 5px}
757
 
 
758
 
p.subscribelink {margin: 15px 0 5px 0}
759
 
 
760
 
#punredirect {
761
 
   margin: 75px 0px -10px -10px;
762
 
}
763
 
 
764
 
#info {
765
 
   margin-left: 10px;
766
 
   margin-right: 10px;
767
 
}
768
 
 
769
 
#announce {
770
 
   margin-right: 10px;
771
 
}
772
 
 
773
 
#postreview .box {
774
 
        margin-top: 10px;
775
 
}
776
 
 
777
 
p.postedit {
778
 
        margin-top: 10px;
779
 
}
780
 
 
781
 
/**********************************************************************************************/
782
 
/* BORDURES INTERIEURE DES ELEMENTS                                                           */
783
 
/**********************************************************************************************/
784
 
 
785
 
#punwrap {padding: 0 0 10px 10px;}/*--*/
786
 
 
787
 
TH, TD, H2 {PADDING: 3px 6px}
788
 
 
789
 
.block .inbox {PADDING: 6px 6px 0px 6px}
790
 
 
791
 
.block P, .blockform P, DL, #announce .inbox {PADDING-BOTTOM: 6px}
792
 
 
793
 
TD P {PADDING: 3px 0px 0px 0px}
794
 
 
795
 
.linkst {PADDING: 8px 5px 4px 5px}
796
 
 
797
 
.linksb, .postlinksb {PADDING: 4px 5px 8px 5px}
798
 
 
799
 
.linkst P, .linksb P {PADDING: 0px}
800
 
 
801
 
#brdtitle {padding: 0}
802
 
.inbox {PADDING: 0}
803
 
 
804
 
#brdwelcome, #brdfooter DL A {LINE-HEIGHT: 1.2em}
805
 
 
806
 
#brdwelcome {PADDING: 0 0 10px 30px}
807
 
 
808
 
#brdwelcome ul {padding: 0px}
809
 
#brdwelcome ul li, #brdwelcome p {padding: 3px 5px}
810
 
 
811
 
#brdstats .inbox {
812
 
   padding: 0 0 0 5px
813
 
}
814
 
 
815
 
#brdfooter .inbox {
816
 
   padding: 10px 10px 10px 15px;
817
 
}
818
 
 
819
 
#viewprofile .inbox {PADDING: 20px 20px 15px 10px}
820
 
 
821
 
#viewprofile DD, #viewprofile DT {PADDING: 4px 6px}
822
 
 
823
 
#profile .blockmenu, #adminconsole .blockmenu {padding-bottom: 10px;}
824
 
 
825
 
.blockmenu ul li a {
826
 
   display: block;
827
 
   width: 150px;
828
 
   padding: 5px;
829
 
}
830
 
 
831
 
dl#searchlinks {padding: 0 0 5px 0}
832
 
 
833
 
dl#searchlinks {padding: 0 0 5px 0}
834
 
 
835
 
FORM #qjump, #posterror UL {PADDING-BOTTOM: 6px}
836
 
 
837
 
.postleft {padding: 3px 0 0 0}
838
 
 
839
 
.postright {padding: 4px 20px 10px 70px}
840
 
#postreview .postright {padding: 4px 20px 10px 10px}
841
 
 
842
 
.postfootright, .postsignature {padding-bottom: 3px; padding-top: 5px}
843
 
 
844
 
.postfootright P {padding: 0}
845
 
 
846
 
.postfootright UL, .postfootright DIV {PADDING: 6px 5px 10px 0px}
847
 
 
848
 
BLOCKQUOTE, .codebox {
849
 
    padding: 10px;
850
 
}
851
 
 
852
 
/*.incqbox H4 {PADDING-LEFT:10px} */
853
 
.incqbox p {padding-left: 5px}
854
 
 
855
 
fieldset {
856
 
   padding: 10px 20px;
857
 
}
858
 
 
859
 
.searchposts .clearb {padding-left: 5px;}
860
 
 
861
 
/* Recherche
862
 
*********************************************************************************/
863
 
 
864
 
#navigation div#quicksearch{background: transparent}
865
 
 
866
 
#quicksearch fieldset{
867
 
        background: transparent;
868
 
        border: none;
869
 
        text-align: right;
870
 
        padding: 0;
871
 
        margin-right: 1ex;
872
 
}
873
 
 
874
 
#quicksearch input, #quicksearch select{
875
 
        padding: 1px;
876
 
        background-color: #fff;
877
 
        border: 1px solid #336699;
878
 
}
879
 
 
880
 
#quicksearch h2 {
881
 
  display: none;
882
 
}
883
 
 
884
 
#quicksearch #q{
885
 
        width: 15em;
886
 
        padding: 2px 2px 2px 20px;
887
 
        background: #fff url(kubuntu/q.png) no-repeat 3px center;
888
 
}
889
 
 
890
 
#quicksearch{
891
 
        width: 35em;
892
 
        position: absolute;
893
 
        top: 0;
894
 
        right: 0;
895
 
}
896
 
 
897
 
#quicksearch fieldset{
898
 
        margin-top: 25px;
899
 
}
900
 
 
901
 
/* Top
902
 
*********************************************************************************/
903
 
div#top{
904
 
        height: 80px;
905
 
        margin-bottom: 2px;
906
 
        position: relative;
907
 
        background: #AACCEE url(kubuntu/top.png) no-repeat right top;
908
 
        }
909
 
        #top h1{
910
 
                margin: 0 0 0 10px;
911
 
                width: 290px;
912
 
                background: #AACCEE url(kubuntu/logo.png) no-repeat;
913
 
                /* Image replacement */ /*
914
 
                text-indent: -100em;
915
 
                overflow: hidden;*/
916
 
      height: 0px !important;
917
 
      height /**/:60px;
918
 
      padding-top: 60px;
919
 
      overflow: hidden;
920
 
      
921
 
      font-size: 1.5em;
922
 
                }
923
 
                #top h1 a{
924
 
                        display: block;
925
 
                        height: 100%;
926
 
                        width: 100%;
927
 
                        text-decoration: none;
928
 
                        }
929
 
        #top p {
930
 
      margin:0 0 0 10px;
931
 
      line-height: 1.5em;
932
 
      }
933
 
 
934
 
  
935
 
/* Barre de navigation
936
 
*********************************************************************************/
937
 
#navbar {
938
 
        background-color: #336699;
939
 
        margin:0 0 20px 0;
940
 
   padding: 2px 0 0 0;
941
 
   height: 21px;
942
 
        }
943
 
        #navbar ul{
944
 
                float:right;
945
 
                margin:0 10px 0 0;
946
 
                list-style: none;
947
 
                vertical-align: middle;
948
 
                font-weight:bold;
949
 
                }
950
 
                #navbar li {
951
 
                        float: left;
952
 
                        margin:0;
953
 
                        padding:0;
954
 
                        padding-left: 13px;
955
 
                        display: block;
956
 
                        }
957
 
                        #navbar li a {
958
 
                                text-decoration: none;
959
 
                                background-image:url(kubuntu/images.png) !important;
960
 
                                background-image:url(kubuntu/images_ie.png);
961
 
                                background-repeat: no-repeat;
962
 
                                padding:0 5px 5px 35px;
963
 
                                height:25px;
964
 
                                color:#fff;
965
 
                                }
966
 
                                #navbar li a#navbar_www {       background-position:0 -35px}
967
 
                                #navbar li a#navbar_doc {       background-position:0 -110px}
968
 
                                #navbar li a#navbar_forum {     background-position:0 -185px}
969
 
                                #navbar li a#navbar_planet {background-position:0 -260px}
970
 
                                
971
 
                        #navbar li a:hover, #navbar li#active a { 
972
 
                                color:#000;
973
 
                                }
974
 
                                #navbar li a:hover#navbar_www, #navbar li#active a#navbar_www {         background-position:0 0}
975
 
                                #navbar li a:hover#navbar_doc, #navbar li#active a#navbar_doc {         background-position:0 -75px}
976
 
                                #navbar li a:hover#navbar_forum, #navbar li#active a#navbar_forum {     background-position:0 -150px}
977
 
                                #navbar li a:hover#navbar_planet, #navbar li#active a#navbar_planet{background-position:0 -225px}
978
 
                                
979
 
        #navbar p {
980
 
                margin:0 0 0 10px;
981
 
                padding:3px 0 0 0;
982
 
                height:18px;
983
 
                color:white;
984
 
                }
985
 
                #navbar p a{
986
 
         color:white;
987
 
         text-decoration: none;
988
 
         }
989
 
                #navbar p a:hover{
990
 
         text-decoration: underline;
991
 
         }
992
 
      
993
 
    form#search_top{
994
 
                position: absolute;
995
 
                top: 5px;
996
 
                right: 0;
997
 
                margin:0;
998
 
                }
999
 
                #search_top fieldset{
1000
 
                        background: transparent;
1001
 
                        border: none;
1002
 
                        text-align: right;
1003
 
                        padding: 0;
1004
 
                        margin-right: 1ex;
1005
 
                        }
1006
 
                #search_top input{
1007
 
                        padding: 1px;
1008
 
                        background-color: #eee;
1009
 
         margin: 0;
1010
 
                        }
1011
 
                #search_top #q{
1012
 
                        width: 15em;
1013
 
                        padding: 2px 2px 2px 20px;
1014
 
                        background: #fff url(kubuntu/q.png) no-repeat 3px center;
1015
 
                        }
1016
 
      #search_top select{
1017
 
                        background-color: #fff;
1018
 
         margin: 0;
1019
 
         border: 1px solid #aaa;
1020
 
         }
1021
 
         
1022
 
         
1023
 
/* Barre de navigation du forum
1024
 
*********************************************************************************/
1025
 
#brdmenu {
1026
 
   /*position: fixed !important;*/
1027
 
   position: absolute;
1028
 
   top: 125px;
1029
 
   left: 10px;
1030
 
   width: 180px;
1031
 
   padding: 0 0 5px 0
1032
 
   }
1033
 
   #brdmenu ul {
1034
 
      padding: 0 0 5px 0;
1035
 
      background-color: #AACCEE; /* Non présent dans la CSS Ubuntu */
1036
 
      }
1037
 
      #brdmenu ul li {
1038
 
         font-size: 0.9em;
1039
 
                }
1040
 
         #brdmenu ul li h2 {
1041
 
            background-image: url(kubuntu/navtop.png) !important;
1042
 
            background-repeat: no-repeat;
1043
 
            background-position: 0 0;
1044
 
            background-color: #336699;
1045
 
            color: #fff;
1046
 
            padding-top: 5px;
1047
 
            margin-bottom: 10px;
1048
 
            }
1049
 
         #brdmenu ul li a {
1050
 
            display: block;
1051
 
            width: 147px;
1052
 
                        padding: 5px 5px 9px 28px;
1053
 
                        color: #000;
1054
 
                        background: transparent url(kubuntu/menu.png) no-repeat 6px center;
1055
 
                        text-decoration: none;
1056
 
            }
1057
 
         #brdmenu ul li a:hover{
1058
 
                        color: #fff;
1059
 
                        background: #336699 url(kubuntu/menuhover.png) no-repeat 6px center;
1060
 
                        }
1061
 
 
1062
 
/*- cacher le menu -*/
1063
 
#hidemenu {
1064
 
   margin: 0;
1065
 
   padding: 0
1066
 
}
1067
 
#hidemenu a span {
1068
 
   display: none;
1069
 
}
1070
 
#hidemenu a {
1071
 
   display: block;
1072
 
   position: absolute;
1073
 
   left: 210px;
1074
 
   top: 130px;
1075
 
   background-image: url(kubuntu/bouton-menu-hide.png);
1076
 
   background-repeat: no-repeat;
1077
 
   width: 22px;
1078
 
   height: 22px;
1079
 
}