Merge lp:~mcpeter/ubuntu-fr-static/fix715393 into lp:ubuntu-fr-static

Proposed by McPeter
Status: Merged
Merged at revision: 39
Proposed branch: lp:~mcpeter/ubuntu-fr-static/fix715393
Merge into: lp:ubuntu-fr-static
Diff against target: 1883 lines (+657/-905)
7 files modified
theme2010/css/doc-general.css (+31/-13)
theme2010/css/forum-general.css (+602/-879)
theme2010/css/forum.css (+5/-0)
theme2010/css/header.css (+7/-0)
theme2010/css/init.css (+5/-6)
theme2010/js/common.js (+4/-4)
theme2010/js/menu.js (+3/-3)
To merge this branch: bzr merge lp:~mcpeter/ubuntu-fr-static/fix715393
Reviewer Review Type Date Requested Status
Ubuntu-fr-webteam Pending
Review via email: mp+50538@code.launchpad.net

Description of the change

Résout le problème de visibilité du code.
Résout le soucis de style lorsqu'un fichier/code est proposé au téléchargement
Résout par la même occasion le bug : https://bugs.launchpad.net/bug/715781

To post a comment you must log in.
Revision history for this message
McPeter (mcpeter) wrote :

erreur de post sur le lien de bug : https://bugs.launchpad.net/ubuntu-fr-doc/+bug/715781

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'theme2010/css/doc-general.css'
2--- theme2010/css/doc-general.css 2011-02-19 01:18:38 +0000
3+++ theme2010/css/doc-general.css 2011-02-21 00:22:52 +0000
4@@ -19,12 +19,6 @@
5 h3{ font-size:1.25em; }
6 h4{ font-size:1em; }
7
8-/* Cacher / afficher menu Navigation */
9-html.hidemenu #navigation{ display:none; }
10-html.hidemenu #navbar, html.hidemenu #main, html.hidemenu #references, html.hidemenu #announce{ margin-left:0; }
11-html.hidemenu #hidemenu{ background-position:50% 27px; }
12-/* - - */
13-
14 #navbar{
15 margin:0 0 0 16em;
16 background:#f6f6f6 url('../images/commun/menu_c.png') bottom left repeat-x;
17@@ -386,14 +380,38 @@
18
19 /* Style spécifique */
20
21-pre.code{
22+pre.code, pre.file{
23 padding:0.2em 1em;
24- background-color:#555555;
25+ background-color:#D4D4D4;
26+ border-top:1px solid #313131;
27 border-left:4px solid #313131;
28- color:#FFF;
29+ color:#000;
30 font-family:monospace !important;
31-}
32-
33+ overflow:auto;
34+}
35+pre.file{
36+ background-color:white;
37+ border-right:1px solid #313131;
38+ border-bottom:1px solid #313131;
39+}
40+ dl.code dt, dl.file dt{
41+ margin:0 0 0 2em; padding:4px;
42+ display:inline;
43+ border-top:1px solid #313131;
44+ border-right:1px solid #313131;
45+ border-left:1px solid #313131;
46+ -moz-border-radius:6px 6px 0 0;
47+ -o-border-radius:6px 6px 0 0;
48+ -khtml-border-radius:6px 6px 0 0;
49+ /* Chrome - Safari */
50+ -webkit-border-top-right-radius:6px;
51+ -webkit-border-top-left-radius:6px;
52+ }
53+ dl.code dt{ background-color:#D4D4D4; border-bottom:1px solid #D4D4D4; }
54+ dl.file dt{ background-color:#FFF; border-bottom:1px solid #FFF; }
55+ dl.code dd, dl.file dd{
56+ margin:-9px 0 0;
57+ }
58 /* Liens communs */
59 /* Basique */
60 #main a.wikilink2{ color:red; }
61@@ -575,6 +593,6 @@
62 }
63
64 /* Images */
65-.medialeft{ margin-right:0.5em; }
66-.mediaright{ margin-left:0.5em; }
67+img.medialeft{ margin-right:0.5em; }
68+img.mediaright{ margin-left:0.5em; }
69
70
71=== modified file 'theme2010/css/forum-general.css'
72--- theme2010/css/forum-general.css 2010-11-14 21:03:09 +0000
73+++ theme2010/css/forum-general.css 2011-02-21 00:22:52 +0000
74@@ -1,1094 +1,817 @@
75-/************************************* INIT.CSS ***********************************
76- Refonte des styles de base
77- - origine : http://www.alsacreations.com/astuce/lire/654-feuille-de-styles-de-base.html
78-*/
79-
80-html{font-size:100%}
81-body {padding:0;
82-margin-top:0;
83-background-repeat:repeat-x}
84-body, input, select, option, textarea{font-family:Arial, sans-serif; line-height:1.4em;
85-background-color:#FFF;color:#000}
86-body, option {font-size:0.85em;}
87-textarea, input, select {font-size:1em;}
88-h1, h2, h3, h4 {margin:1em 0 .5em 0;
89-line-height:1.2;
90-font-weight:bold; font-style:normal}
91-h1{font-size:1.75em}
92-h2{font-size:1.1em}
93-h3{font-size:1.1em}
94-h4{font-size:1em}
95-ul, ol{margin:0.75em 0 0.75em 12px; padding:0}
96-.alpha {list-style-type:lower-alpha}
97-p{margin:0.75em 0}
98-address{margin:0.75em 0; font-style:normal}
99-ol li p, ul li p{margin:0}
100-a{text-decoration:none;
101-color:#323232;}
102-a:hover, a:focus, a:active{text-decoration:underline}
103-a:active{outline:none}
104-a img{border:none}
105-em{font-style:italic}
106-strong{font-weight:bold}
107-form, fieldset{
108-margin:0; padding:0;
109-border:none}
110-input, button, select{vertical-align:middle; max-width:100%}
111-select{padding-right:5px}
112-/*************************** PAGE.CSS ********************************/
113-#page{
114-margin:1em; padding:0.4em 1.8em 0;
115-min-width:925px;
116-min-height:42em;
117-background-image:url('../images/commun/ground_page.png');
118-background-color:#F6F6F6;
119-background-position:top left; background-repeat:repeat-x;
120-border:1px outset #D2D2D2;
121-border-right:2px outset #D2D2D2;
122-border-bottom:3px outset #D2D2D2;
123-border-radius:8px;
124--moz-border-radius:8px;
125--o-border-radius:8px;
126--khtml-border-radius:8px;
127-position:relative;
128-}
129-/*********************************** HEADER.CSS ********************************
130- v0.1 - 13/06/2010 - McPeter
131-*/
132-#header{
133-height:7.5em;
134-margin-bottom:0px;
135-}
136-#header:after{content:''; display:block; clear:both}
137-#logo{
138-float:left;
139-background-repeat:no-repeat;
140-}
141-#logo h1{
142-margin:0;
143- /* 325px au lieu de 256px pour le logo 'edubuntu' - McPeter - 27/07/2010 */
144-min-width:325px; min-height:65px;
145-text-indent:-9000px;
146-}
147-#logo a{font-size:0.85em}
148-#search {
149-float:none;
150-margin-left:auto;
151-width:340px; height:23px;
152-background-color:#FFF;
153--o-border-radius:11px;
154--khtml-border-radius:11px;
155--moz-border-radius:11px;
156-border-radius:11px;
157-border-width:1px;
158-border-style:inset;
159-border-color:#AAA #FFF #FFF #AAA;
160-vertical-align:bottom;
161-}
162-#search input[type=text]{
163-float:left;
164-margin:3px 0 0 4px; padding:0 0 2px 20px;
165-width:170px;
166-background-color:transparent; background-position:1px 1px; background-repeat:no-repeat;
167-border:none;
168-}
169-#search select{
170-position:relative; z-index:1;
171-margin-top:1px;
172-width:110px;
173-background-color:transparent;
174-border:none;
175-border-left:1px solid #B3B3B3;
176-}
177-#search input[type=submit]{
178-position:relative; z-index:1;
179-margin-top:1px; padding:0.1em 0 0.3em;
180-width:30px;
181-background-color:transparent;
182-border:none;
183-border-left:1px solid #B3B3B3;
184-cursor:pointer;
185-}
186-#search select option{background-color:#FFF; font-size:1.2em; }
187-#brdwelcome p{padding:0}
188-#brdwelcome a{padding:0 0 -5px; color:#3C3B37}
189-#brdwelcome{
190-clear:none;
191-float:right;
192-text-align:right;
193-}
194-#brdwelcome ul.conl li span strong {margin-right:50px}
195-#login_top{
196-margin:5px 0 0 auto;
197-width:350px;
198-text-align:right;
199-}
200-/*#login_top input, #login_top a{font-size:0.9em;}*/
201-#login_top input[type=text], #login_top input[type=password]{
202-margin-right:10px; padding:2px 5px;
203-width:80px;
204-background-color:#FFF;
205-border-width:1px;
206-border-style:inset;
207-border-color:#AAA #FFF #FFF #AAA;
208--o-border-radius:11px;
209--khtml-border-radius:11px;
210--moz-border-radius:11px;
211-border-radius:1em;
212-}
213-#login_top input[type=submit]{
214-padding:0;
215-background-color:transparent;
216-border:none;
217-cursor:pointer;
218-}
219-#login .btn_logout{float:right}
220-#login a{text-decoration:none}
221-#login h2{font-size:1.2em}
222-#login_top input, #search input{color:grey}
223-.input_focused{
224-color:black !important;
225-}
226-
227-/****************** NAVIGATION.CSS *************************
228- v0.1 - 12/06/2010 - McPeter */
229-#navigation{
230-position:absolute; /*top:11.7em; left:4em; */
231-width:16em;
232-}
233-#navigation ul{margin:0}
234-#navigation li{list-style:none}
235-#navigation li.menu{
236-margin:0 0 8px; padding-top:1px;
237-background:#f6f6f6 url('../images/commun/menu_c.png') bottom left repeat-x;
238-border:1px solid #BEC0C0;
239-border-radius:5px 5px;
240--moz-border-radius:5px 5px;
241--o-border-radius:5px 5px;
242--khtml-border-radius:5px 5px;
243-}
244-#navigation a{
245-display:block;
246-text-decoration:none;
247-color:#000;
248-}
249-#navigation a.title{
250-height:1.4em;
251-min-height:20px;
252-text-decoration:none;
253-padding-bottom:0;
254-}
255-#navigation a.title:hover{font-weight:bold}
256- /* Icones des sections */
257-#menu-accueil, #menu-doc, #menu-forum, #menu-planet{
258-background-image:url('../images/commun/list_menu.png');
259-background-repeat:repeat-y;
260-}
261- /* positionnement des icones au repos/au survol/sélectionné */
262-a#menu-accueil{background-position:5px 0}
263-a#menu-accueil:hover{background-position:5px -20px}
264-a#menu-doc{background-position:5px -40px}
265-a#menu-doc:hover{background-position:5px -60px}
266-a#menu-forum{background-position:5px -100px; }
267-a#menu-planet{background-position:5px -120px; }
268-a#menu-planet:hover{background-position:5px -140px}
269-
270-#navigation .title, #navigation h2{font-size:1.1em}
271-
272-#navigation h2{
273-margin:5px 2px 0; padding:2px;
274-background-repeat:repeat-x;
275-border:1px outset #BEC0C0;
276-border-bottom-width:0px;
277-border-radius:5px 5px 0 0;
278--moz-border-radius:5px 5px 0 0;
279--o-border-radius:5px 5px 0 0;
280--khtml-border-radius:5px 5px 0 0;
281--webkit-border-top-right-radius:5px;
282--webkit-border-top-left-radius:5px;
283-}
284-#navigation h2:before{
285-padding-right:8px;
286-content:url('../images/commun/icon/newcoment.png');
287-vertical-align:middle;
288-}
289-#navigation #active{
290-background-position:top left;
291-border:1px solid #BEC0C0;
292-border-radius:5px 5px;
293--moz-border-radius:5px 5px;
294--o-border-radius:5px 5px;
295--khtml-border-radius:5px 5px;
296-}
297-#navigation #active .title{
298-border-bottom:2px groove #9D9E9E;
299-font-weight:bold;
300-}
301-.cat a{padding-bottom:0.3em}
302-#navigation .isactive a {font-weight:bold}
303-/** ajouté par Xabilon pour un bug d'affichage KHTML : menu_c.png est affiché sous le titre actif, donc bande grise sous le titre du menu **/
304-#navigation #active{background-image:none;}
305-
306-.cat a:before{padding:0 4px; content:'-';}
307-.cat a:hover{font-weight:bold; /*color:red;*/}
308-.cat a:hover:before{
309-padding:0 0 0 3px;
310-content:'\2192'
311-/* content:url('../images/commun/icon/row-red.png');*/
312-}
313-
314- /* Effet hallo rouge */
315-a.title span{
316-display:block;
317-position:absolute;
318-margin-top:-0.42em;padding-top:0.46em;
319-padding-left:30px; /* emplacement réservé pour l'icone de section */
320-width:12em;
321-}
322-a.title:hover span{
323-background-position:center top;
324-background-repeat:no-repeat;
325-}
326-#navigation{
327-top:7.8em;
328-left:1em;
329-/*font-size:1em;*/
330-}
331-
332 /* Retrait de profil, inscription, déconnexion et connexion du menu forum */
333-#navprofile, #navlogin, #navlogout, #navregister {display:none}
334+#navprofile, #navlogin, #navlogout, #navregister{ display:none; }
335
336 /* -- Base commune aux FORUMS -- */
337
338 /* page d'accueil : icones des categories*/
339-#idx1 h2{background-position:0 -408px}
340-#idx2 h2{background-position:0 -255px}
341-#idx3 h2{background-position:0 -153px}
342-#idx4 h2{background-position:0 -357px}
343-#idx5 h2{background-position:0 -204px}
344-#idx6 h2{background-position:0 -102px}
345-#idx7 h2{background-position:0 -306px}
346+#idx1 h2{ background-position:0 -408px; }
347+#idx2 h2{ background-position:0 -255px; }
348+#idx3 h2{ background-position:0 -153px; }
349+#idx4 h2{ background-position:0 -357px; }
350+#idx5 h2{ background-position:0 -204px; }
351+#idx6 h2{ background-position:0 -102px; }
352+#idx7 h2{ background-position:0 -306px; }
353
354-.stickytext, .closedtext, .movedtext, .reportlink a/*, #brdwelcome .conr li span*/ {background:url('../images/forum/icones.png') transparent no-repeat; max-height:16px;}
355-#pundelete form{padding-bottom:15px}
356-/* Mise en forme page */
357-#accessibar{
358-margin:0px;
359-margin-top:0;
360-padding-top:0;
361-height:1em;
362+.stickytext, .closedtext, .movedtext, .reportlink a/*, #brdwelcome .conr li span*/{
363+ background:transparent url('../images/forum/icones.png') no-repeat;
364+ max-height:16px;
365 }
366+#pundelete form{ padding-bottom:15px; }
367
368 /* Annonce importante */
369-#announce {
370-margin:0 0 15px 16em;
371-border:1px solid #B0C0C0;
372--o-border-radius:5px;
373-border-radius:5px;
374--moz-border-radius:5px;
375--khtml-border-radius:5px;
376+#announce{
377+ margin:0 0 15px 16em;
378+ border:1px solid #B0C0C0;
379+ border-radius:5px;
380+ -o-border-radius:5px;
381+ -moz-border-radius:5px;
382+ -khtml-border-radius:5px;
383 }
384-#announce{margin-top:-1px !important}
385+#announce{ margin-top:-1px !important; }
386
387-#announce .hd {
388-border-bottom:2px groove #ADAEAE;
389-background-position:left top;
390-background-repeat:repeat-x;
391-padding-left:10px;
392-}
393-#announce h2 {
394-margin:0px;
395-font-weight:bold;
396-font-size:1.1em;
397-text-align:left;
398-}
399-#announce-block {margin:10px}
400+#announce .hd{
401+ padding-left:10px;
402+ background-position:left top;
403+ background-repeat:repeat-x;
404+ border-bottom:2px groove #ADAEAE;
405+}
406+#announce h2{
407+ margin:0px;
408+ font-weight:bold;
409+ font-size:1.1em;
410+ text-align:left;
411+}
412+#announce-block{margin:10px}
413
414 /* Annonce par forum */
415
416-#announce-forum {
417-margin:0;
418-border-color:#B0C0C0;
419-border-style:solid;
420-border-width :1px 1px 0 1px;
421--moz-border-radius:5px 5px 0 0;
422--o-border-radius:5px 5px 0 0;
423-border-radius:5px 5px 0 0;
424--khtml-border-radius:5px 5px 0 0;
425--webkit-border-top-left-radius:5px;
426--webkit-border-top-right-radius:5px;
427-background-color:#F3F2F2;
428-padding:10px;
429+#announce-forum{
430+ margin:0; padding:10px;
431+ background-color:#F3F2F2;
432+ border-color:#B0C0C0;
433+ border-style:solid;
434+ border-width :1px 1px 0 1px;
435+ border-radius:5px 5px 0 0;
436+ -moz-border-radius:5px 5px 0 0;
437+ -o-border-radius:5px 5px 0 0;
438+ -khtml-border-radius:5px 5px 0 0;
439+ -webkit-border-top-left-radius:5px;
440+ -webkit-border-top-right-radius:5px;
441 }
442
443 /* Cadre principal */
444 /* pour decaler le contenu des menus */
445
446-#mainindex, #main, #mainviewforum , #mainviewindex {
447-clear:left;
448-background-color:#FFFFFF;
449-border-color:#BEC0C0;
450-border-style:solid;
451-border-width:0 1px 0 1px;
452-margin-left:16em;
453-padding:0.5em;
454-padding-top:0px;
455-padding-bottom:0px;
456+#mainindex, #main, #mainviewforum , #mainviewindex{
457+ clear:left;
458+ margin-left:16em; padding:0.5em; padding-top:0px; padding-bottom:0px;
459+ background-color:#FFFFFF;
460+ border-color:#BEC0C0;
461+ border-style:solid;
462+ border-width:0 1px 0 1px;
463 }
464
465 /* Pied de page avec les stats*/
466
467-#brdstats {
468-border-radius:0 0 5px 5px;
469--moz-border-radius:0 0 5px 5px;
470--o-border-radius:0 0 5px 5px;
471--khtml-border-radius:0 0 5px 5px;
472-background:#EDEDED url('../images/forum/Pied_gauche.png') repeat-y scroll left bottom;
473-padding-left:30px;
474-padding-right:30px;
475-padding-top:10px;
476-border-color:#BEC0C0;
477-border-style:solid;
478-border-width:0 1px 1px;
479-margin:0;
480+#brdstats{
481+ margin:0; padding-left:30px; padding-right:30px; padding-top:10px;
482+ background:#EDEDED url('../images/forum/Pied_gauche.png') repeat-y scroll left bottom;
483+ border-radius:0 0 5px 5px;
484+ -moz-border-radius:0 0 5px 5px;
485+ -o-border-radius:0 0 5px 5px;
486+ -khtml-border-radius:0 0 5px 5px;
487+ border-color:#BEC0C0;
488+ border-style:solid;
489+ border-width:0 1px 1px;
490 }
491-#brdstats h2 {display:none}
492+#brdstats h2{display:none}
493
494 #footer #brdfooter{
495-padding-top:1px;
496-border-color:#BEC0C0;
497-border-style:solid;
498-border-width:0 1px 1px;
499-background-color:white;
500-border-bottom:0px;
501+ padding-top:1px;
502+ background-color:white;
503+ border-color:#BEC0C0;
504+ border-style:solid;
505+ border-width:0 1px 1px;
506+ border-bottom:0;
507 }
508 #punlogin #brdfooter{margin-top:-20px}
509
510 /********* STYLE DE BASE **************/
511
512-table {margin:0 auto}
513+table{ margin:0 auto; }
514
515 /** STYLES SPECIFIQUES DE L INTERIEUR DE LA PAGE **/
516
517 /*** pour palier a des bugs avec les float:left; **/
518
519-.clear, .clearer {clear:both}
520+.clear, .clearer{ clear:both; }
521
522 /* block de base FIXME :est-il utilise ?*/
523
524-.block {margin:1em}
525+.block{ margin:1em; }
526
527 /* fil d ariane */
528
529-#navbar {
530-margin:-14px 0 0 12px;
531--o-border-radius:5px 5px 0 0;
532-border-radius:5px 5px 0 0;
533--moz-border-radius:5px 5px 0 0;
534--khtml-border-radius:5px 5px 0 0;
535--webkit-border-top-left-radius:5px;
536--webkit-border-top-right-radius:5px;
537-padding-left:0.5em;
538-padding-right:0.5em;
539-}
540-#navbar p {
541-margin:0px;
542-padding:1px 0 1px 20px;
543-}
544-.linksb .crumbs, .linksb .postlink {display:none}
545-.linkst {
546-margin-top:0px;
547-margin-bottom:0.5em;
548-}
549-.linkst, .linksb {margin-left:20px}
550-.crumbs {margin:0;clear:both}
551+#navbar{
552+ margin:-17px 0 0 0; padding-left:20px; padding-right:0.5em;
553+ border-radius:5px 5px 0 0;
554+ -o-border-radius:5px 5px 0 0;
555+ -moz-border-radius:5px 5px 0 0;
556+ -khtml-border-radius:5px 5px 0 0;
557+ -webkit-border-top-left-radius:5px;
558+ -webkit-border-top-right-radius:5px;
559+}
560+#navbar p{
561+ margin:0px; padding:1px 0 1px 20px;
562+}
563+.linksb .crumbs, .linksb .postlink{ display:none; }
564+.linkst{
565+ margin-top:0px;
566+ margin-bottom:0.5em;
567+}
568+.linkst, .linksb{ margin-left:20px; }
569+.crumbs{ margin:0; clear:both; }
570
571 /* bouton pour cacher la colonne de liens*/
572
573-#hidemenu {
574-background:transparent url('../images/commun/bt_open_close.png');
575-background-position:0 14px;
576-cursor:pointer;
577-height:14px;
578-margin:-8px 0 0 -4px;
579-position:relative;
580-width:12px;
581-padding:0;
582+#hidemenu{
583+ position:relative;
584+ margin:4px 0 0 -4px; padding:0;
585+ width:12px; height:14px;
586+ background:transparent url('../images/commun/bt_open_close.png');
587+ background-position:0 14px;
588+ cursor:pointer;
589 }
590-#hidemenu span {margin:0.75em 0;
591-height:14px;
592-display:block; }
593-#hidemenu a {text-decoration:none;}
594
595 /*******redirection**********/
596-#punredirect .top-box, #punredirect .end-box {height:20px}
597-#punredirect {margin:1em}
598-#punredirect #brdmain {
599-margin-top:-30px;
600-margin-bottom:-15px;
601+#punredirect .top-box, #punredirect .end-box{ height:20px; }
602+#punredirect{ margin:1em; }
603+#punredirect #brdmain{
604+ margin-top:-30px; margin-bottom:-15px;
605 }
606
607 /* mise en forme des tableaux des messages et des categories et des listes de posts */
608
609-.blocktable h2, .blockpost h2, #quickpost h2 {
610-height:44px;
611-background-repeat:no-repeat;
612-background-position:0px 0px;
613-text-indent:55px;
614-padding-top:7px;
615-margin-left:-2px;
616-/*font-size:1.1em;*/
617-}
618-.blockpost h2, #quickpost h2, #postreview .blockpost .postleft dt {background-position:0 -51px}
619-.blockpost h2, #quickpost h2 {
620-background-repeat:no-repeat;
621-margin:0;
622-margin-left:-6px;
623-padding-right:6px;
624-}
625-.blockpost, #quickpost, .blocktable {
626-background-repeat:repeat-x;
627-}
628-.blocktable .box {
629-margin-top:-30px;
630+.blocktable h2, .blockpost h2, #quickpost h2{
631+ margin-left:-2px; padding-top:7px;
632+ height:44px;
633+ background-repeat:no-repeat;
634+ background-position:0px 0px;
635+ text-indent:55px;
636+ /*font-size:1.1em;*/
637+}
638+.blockpost h2, #quickpost h2, #postreview .blockpost .postleft dt{background-position:0 -51px}
639+.blockpost h2, #quickpost h2{
640+ background-repeat:no-repeat;
641+ margin:0;
642+ margin-left:-6px;
643+ padding-right:6px;
644+}
645+.blockpost, #quickpost, .blocktable{
646+ background-repeat:repeat-x;
647+}
648+.blocktable .box{
649+ margin-top:-30px;
650 }
651 .blocktable h2 span{
652-width:100%;
653-display:block;
654-background-repeat:no-repeat;
655-background-position:top right;
656-margin-top:-7px;
657-height:17px;
658-margin-right:-2px;
659-padding-top:7px;
660-}
661-#quickpost h2 span {
662-padding-right:7px;
663-}
664-.blockpost h2 span.conr, #quickpost h2 span.conr {
665-background-repeat:no-repeat;
666-background-position:top right;
667-margin-top:-7px;
668-height:17px;
669-padding-top:7px;
670-margin-right:-7px;
671-padding-right:7px;
672+ width:100%;
673+ display:block;
674+ background-repeat:no-repeat;
675+ background-position:top right;
676+ margin-top:-7px;
677+ height:17px;
678+ margin-right:-2px;
679+ padding-top:7px;
680+}
681+#quickpost h2 span{
682+ padding-right:7px;
683+}
684+.blockpost h2 span.conr, #quickpost h2 span.conr{
685+ background-repeat:no-repeat;
686+ background-position:top right;
687+ margin-top:-7px;
688+ height:17px;
689+ padding-top:7px;
690+ margin-right:-7px;
691+ padding-right:7px;
692 }
693
694 /* pour ne pas afficher : Pied de page des forums */
695
696-#brdfooter h2 {display:none}
697+#brdfooter h2{display:none}
698
699 /******* cache les info "en ligne" et co. ******/
700 .postfootleft{display:none}
701 .postfoot{text-align:right}
702 .postfoot li{
703-border-left-width:1px;
704-border-left-style:solid;
705-padding-left:6px;
706-padding-right:5px;
707+ border-left-width:1px;
708+ border-left-style:solid;
709+ padding-left:6px;
710+ padding-right:5px;
711 }
712 .postreport{border-left-width:0px !important;}
713 /************* pour ne pas que les sujets soit colles a gauche **************/
714 .tclcon{
715-float:left;
716-width:96%;
717+ float:left;
718+ width:96%;
719 }
720 /********* numero des forums *******/
721 .tcl .icon{
722-width:4%;
723-float:left;
724-min-height:20px;
725-height:1em;
726+ width:4%;
727+ float:left;
728+ min-height:20px;
729+ height:1em;
730 }
731 .tcl .icon .nosize{display:none}
732 #punindex .tcl .icon-new{
733-background-image:url('../images/forum/imgNewPost.png');
734-background-repeat:no-repeat;
735-background-position:center center;
736+ background-image:url('../images/forum/imgNewPost.png');
737+ background-repeat:no-repeat;
738+ background-position:center center;
739 }
740
741 /********** icone d'épinglé ******************/
742-.stickytext {
743-width:20px;
744-background-position:0 -73px;
745-font-size:0px;
746-height:16px;
747-display:block;
748-float:left;
749-color:transparent;
750+.stickytext{
751+ width:20px;
752+ background-position:0 -73px;
753+ font-size:0px;
754+ height:16px;
755+ display:block;
756+ float:left;
757+ color:transparent;
758 }
759 .istick strong{
760-display:block;
761-float:left;
762+ display:block;
763+ float:left;
764 }
765-.closedtext {
766-width:20px;
767-background-position:0 -19px;
768-font-size:0px;
769-height:16px;
770-display:block;
771-float:left;
772-color:transparent;
773+.closedtext{
774+ width:20px;
775+ background-position:0 -19px;
776+ font-size:0px;
777+ height:16px;
778+ display:block;
779+ float:left;
780+ color:transparent;
781 }
782 .iclosed{font-style:italic}
783-.movedtext {
784-width:20px;
785-background-position:0 -37px;
786-font-size:0px;
787-height:16px;
788-display:block;
789-float:left;
790-color:transparent;
791+.movedtext{
792+ width:20px;
793+ background-position:0 -37px;
794+ font-size:0px;
795+ height:16px;
796+ display:block;
797+ float:left;
798+ color:transparent;
799 }
800
801 /******** nom des forums ********/
802 .tclcon h3
803 {/*font-size:1em;*/
804-font-weight:bold;
805-margin-top:0;
806-margin-bottom:0.5em;
807+ font-weight:bold;
808+ margin-top:0;
809+ margin-bottom:0.5em;
810 }
811 .tclcon h3 a{text-decoration:underline}
812 /******* description des forums ******/
813-.forumdesc {
814-line-height:1.2em;
815-margin-bottom:3px;
816-}
817-.inbox table {width:100%}
818-#brdstats .clearb {clear:both;}
819-th {
820-text-align:left;
821-font-size:0.91em;
822-font-weight:normal;
823-color:#353535;
824-}
825-#users1 th {
826-font-weight:bold;
827-color:black;
828-padding-top:5px;
829-font-size:1em;
830-}
831-th.tcl {padding:0 0 0.5em 2em}
832-.postlink {
833-text-align:right;
834-display:block;
835+.forumdesc{
836+ line-height:1.2em;
837+ margin-bottom:3px;
838+}
839+.inbox table{width:100%}
840+#brdstats .clearb{clear:both;}
841+th{
842+ text-align:left;
843+ font-size:0.91em;
844+ font-weight:normal;
845+ color:#353535;
846+}
847+#users1 th{
848+ font-weight:bold;
849+ color:black;
850+ padding-top:5px;
851+ font-size:1em;
852+}
853+th.tcl{padding:0 0 0.5em 2em}
854+.postlink{
855+ text-align:right;
856+ display:block;
857 }
858 #page_up{
859-text-align:right;
860-margin-top:-2em;}
861+ text-align:right;
862+ margin-top:-2em;
863+}
864
865 /** signature **/
866
867-#punviewtopic .postsignature {
868-margin-bottom:5px;
869+#punviewtopic .postsignature{
870+ margin-bottom:5px;
871 }
872
873 /* cache les sujets des messages qui ne servent a rien*/
874-.postright h3 {display:none}
875+.postright h3{display:none}
876 /* reponse rapide */
877-.bblinks li {
878-display:inline;
879-margin-right:20px;
880+.bblinks li{
881+ display:inline;
882+ margin-right:20px;
883 }
884 /* resume message*/
885-#postreview .postleft, #punmoderate .postleft {
886-margin:-20px 0 0 0;
887-float:none;
888-width:auto;
889-padding:0;
890-}
891-#postreview h2 {margin-bottom:75px}
892-#postreview .postmsg {padding-top:0}
893-#punmoderate .postmsg {padding:0}
894-#postreview .blockpost {margin-top:30px}
895-#postreview .blockpost .postleft dl, #punmoderate .blockpost .postleft dl {
896-margin:0;
897-padding:0;
898-}
899-.blockpost .postleft dt {padding-left:50px}
900-#postreview .blockpost .postleft dt, #punmoderate .blockpost .postleft dt {
901-width:100%;
902-height:44px;
903-padding:4px 6px 31px 50px;
904-background-repeat:no-repeat;
905-margin:-3px -30px 0 -6px;
906-}
907-/*.postleft dt span {font-size:0.9em}*/
908-#postreview .blockpost {background-repeat:repeat-x}
909-#postreview .blockpost h2 span {
910-width:100%;
911-display:block;
912-background-repeat:no-repeat;
913-background-position:top right;
914-margin-top:-7px;
915-height:17px;
916-padding-top:7px;
917-margin-right:-7px;
918-padding-right:7px;
919-}
920-/*#postreview .postleft dd, #punmoderate .postleft dd {font-size:0.9em}*/
921+#postreview .postleft, #punmoderate .postleft{
922+ margin:-20px 0 0 0;
923+ float:none;
924+ width:auto;
925+ padding:0;
926+}
927+#postreview h2{margin-bottom:75px}
928+#postreview .postmsg{padding-top:0}
929+#punmoderate .postmsg{padding:0}
930+#postreview .blockpost{margin-top:30px}
931+#postreview .blockpost .postleft dl, #punmoderate .blockpost .postleft dl{
932+ margin:0;
933+ padding:0;
934+}
935+.blockpost .postleft dt{padding-left:50px}
936+#postreview .blockpost .postleft dt, #punmoderate .blockpost .postleft dt{
937+ width:100%;
938+ height:44px;
939+ padding:4px 6px 31px 50px;
940+ background-repeat:no-repeat;
941+ margin:-3px -30px 0 -6px;
942+}
943+/*.postleft dt span{font-size:0.9em}*/
944+#postreview .blockpost{background-repeat:repeat-x}
945+#postreview .blockpost h2 span{
946+ width:100%;
947+ display:block;
948+ background-repeat:no-repeat;
949+ background-position:top right;
950+ margin-top:-7px;
951+ height:17px;
952+ padding-top:7px;
953+ margin-right:-7px;
954+ padding-right:7px;
955+}
956+/*#postreview .postleft dd, #punmoderate .postleft dd{font-size:0.9em}*/
957 #postpreview .postmsg{margin-top:10px}
958 /*Alignement horizontal des champs de recherche dans userlist*/
959 #userlist .conl{
960-margin-right:10px;
961-white-space:nowrap;
962+ margin-right:10px;
963+ white-space:nowrap;
964 }
965
966 /* passage à la ligne pour les explications dans la page userlist*/
967 #userlist .clearb{padding-left:5px; clear:both; }
968
969-.blockpost .conr {font-weight:normal}
970+.blockpost .conr{font-weight:normal}
971
972 /************** PROFIL **************/
973-#profile li {
974-display:inline;
975-margin-right:50px;
976+#profile li{
977+ display:inline;
978+ margin-right:50px;
979 }
980-#profile li.isactive {text-decoration:none}
981+#profile li.isactive{text-decoration:none}
982
983 /************ Tableau principal **************/
984-#mainindex table {width:100%}
985-.tcl {width:61%;}
986-.tc1, .tc2, .tc3 {width:7%; text-align:center;}
987-.tcr {width:25%; padding-left:1em;}
988-tbody .tcl, tbody .tc1, tbody .tc2, tbody .tc3, tbody .tc4, tbody .tc5, tbody .tcr {
989-border-bottom:1px solid lightgrey;
990-padding:0.3em 0.15em 0.3em 0;
991+#mainindex table{width:100%}
992+.tcl{width:61%;}
993+.tc1, .tc2, .tc3{width:7%; text-align:center;}
994+.tcr{width:25%; padding-left:1em;}
995+tbody .tcl, tbody .tc1, tbody .tc2, tbody .tc3, tbody .tc4, tbody .tc5, tbody .tcr{
996+ border-bottom:1px solid lightgrey;
997+ padding:0.3em 0.15em 0.3em 0;
998 }
999 tbody .tcl{padding-right:0.5em}
1000-#punindex .roweven, #punsearch .roweven, #vf .roweven {background-color:#F7F7F7}
1001-#vf tbody tr:hover, #punindex tbody tr:hover, #punuserlist tbody tr:hover, #punsearch tbody tr:hover {background-color:#E7E7E7}
1002-#vf tbody a:hover, #punsearch tbody a:hover, #punuserlist tbody a:hover {text-decoration:none}
1003-.byuser {font-size:0.91em}
1004+#punindex .roweven, #punsearch .roweven, #vf .roweven{background-color:#F7F7F7}
1005+#vf tbody tr:hover, #punindex tbody tr:hover, #punuserlist tbody tr:hover, #punsearch tbody tr:hover{background-color:#E7E7E7}
1006+#vf tbody a:hover, #punsearch tbody a:hover, #punuserlist tbody a:hover{text-decoration:none}
1007+.byuser{font-size:0.91em}
1008
1009 /* XABILON : mise en forme des colonnes dans punsearch */
1010
1011-#punsearch .tcl {width:50%}
1012-#punsearch .tc2 {width:23%; text-align:left;}
1013+#punsearch .tcl{width:50%}
1014+#punsearch .tc2{width:23%; text-align:left;}
1015 /*#punviewtopic .postleft{
1016 margin:0 10px 0 10px;
1017 height:20px;
1018 }*/
1019 #punviewtopic .postleft dd{
1020-margin:0 10px;
1021-width:0px;
1022+ margin:0 10px;
1023+ width:0px;
1024 }
1025
1026 /* IP pas en gras, et espace avec le pseudo*/
1027-#punviewtopic .postleft dt span {
1028-margin-left:10px;
1029-font-weight:normal;
1030-width:0px;
1031-height:0px;
1032-}
1033-.postleft dl {margin-top:-20px}
1034-.postright {
1035-padding-left:75px;
1036-padding-top:6px;
1037-}
1038-.postleft a {color:black !important}
1039-.postmsg {
1040-padding:5px;
1041-min-height:75px;
1042+#punviewtopic .postleft dt span{
1043+ margin-left:10px;
1044+ font-weight:normal;
1045+ width:0px;
1046+ height:0px;
1047+}
1048+.postleft dl{margin-top:-20px}
1049+.postright{
1050+ padding-left:75px;
1051+ padding-top:6px;
1052+}
1053+.postleft a{color:black !important}
1054+.postmsg{
1055+ padding:5px;
1056+ min-height:75px;
1057 }
1058 .blockpost, .quotebox{
1059--o-border-radius:10px 0 10px 0;
1060--moz-border-radius:10px 0px 10px 0px;
1061--webkit-border-radius:10px 0px 10px 0px;
1062--khtml-border-radius:10px 0px 10px 0px;
1063-border-radius:10px 0px 10px 0px;
1064+ border-radius:10px 0px 10px 0px;
1065+ -o-border-radius:10px 0 10px 0;
1066+ -moz-border-radius:10px 0px 10px 0px;
1067+ -webkit-border-radius:10px 0px 10px 0px;
1068+ -khtml-border-radius:10px 0px 10px 0px;
1069 }
1070 .blockpost{
1071-position:relative;
1072-background-color:#E8E8E8;
1073-margin-left:6px;
1074-border-color:#B0C0C0;
1075-border-style:solid;
1076-border-width:0px 0.5px 1px 0px;
1077-margin-top:5px;
1078-clear:both;
1079+ position:relative;
1080+ background-color:#E8E8E8;
1081+ margin-left:6px;
1082+ border-color:#B0C0C0;
1083+ border-style:solid;
1084+ border-width:0px 0.5px 1px 0px;
1085+ margin-top:5px;
1086+ clear:both;
1087 }
1088-#quickpost {background-color:#edebeb}
1089-.blockform .buttons {margin-left:15px}
1090+#quickpost{ background-color:#edebeb; }
1091+.blockform .buttons{ margin-left:15px; }
1092
1093 /* XABILON :Cadre information + fieldset (l'ancien est ci-dessus)*/
1094-.inform {
1095-margin:10px;
1096-padding-bottom:10px;
1097-clear:both;
1098+.inform{
1099+ margin:10px;
1100+ padding-bottom:10px;
1101+ clear:both;
1102 }
1103-#profile .inform {padding-top:10px;}
1104+#profile .inform{padding-top:10px;}
1105 #profile fieldset, #adminconsole fieldset, #viewprofile fieldset{
1106-border:1px solid #606060;
1107--o-border-radius:5px;
1108--khtml-border-radius:5px;
1109--moz-border-radius:5px;
1110-border-radius:5px;
1111-background-color:#E8E8E8
1112-}
1113-legend {
1114-font-weight:bold;
1115-padding:0 5px;
1116-margin-left:15px;
1117-}
1118-label {
1119-margin-right:0.5em;
1120-padding-top:0.2em;
1121+ background-color:#E8E8E8;
1122+ border:1px solid #606060;
1123+ border-radius:5px;
1124+ -o-border-radius:5px;
1125+ -khtml-border-radius:5px;
1126+ -moz-border-radius:5px;
1127+}
1128+legend{
1129+ font-weight:bold;
1130+ padding:0 5px;
1131+ margin-left:15px;
1132+}
1133+label{
1134+ margin-right:0.5em;
1135+ padding-top:0.2em;
1136 }
1137
1138 /* XABILON : Propriété infldset (liste des signalements) */
1139
1140-.infldset {
1141-padding:6px 10px;
1142-text-align:left;
1143-}
1144-#adminconsole .aligntop {width:100%}
1145-#adminconsole td span {margin-left:1em}
1146-#edforum .infldset TD {border-top:1px solid #C0C0C0}
1147-#censoring .tcl {width:auto}
1148-#punadmin_reports TH {width:15em;}
1149-.blockpost h2 span span, .blockpost h2 span a {
1150-display:block;
1151-float:right;
1152-font-size:0.9em;
1153-}
1154-.blockpost h2 span span {text-align:right}
1155-.blockpost h2 span a {
1156-color:black !important;
1157-font-weight:normal;
1158-}
1159-.blockpost h2 span a:hover {text-decoration:none}
1160+.infldset{
1161+ padding:6px 10px;
1162+ text-align:left;
1163+}
1164+#adminconsole .aligntop{width:100%}
1165+#adminconsole td span{margin-left:1em}
1166+#edforum .infldset TD{border-top:1px solid #C0C0C0}
1167+#censoring .tcl{width:auto}
1168+#punadmin_reports TH{width:15em;}
1169+.blockpost h2 span span, .blockpost h2 span a{
1170+ display:block;
1171+ float:right;
1172+ font-size:0.9em;
1173+}
1174+.blockpost h2 span span{text-align:right}
1175+.blockpost h2 span a{
1176+ color:black !important;
1177+ font-weight:normal;
1178+}
1179+.blockpost h2 span a:hover{text-decoration:none}
1180
1181-/*#mainindex .inbox, mainview* .inbox {clear:both}*/
1182-#mainindex .inbox, #mainviewforum .inbox, #mainviewindex .inbox {clear:both}
1183-.inbox li {display:inline}
1184-.postmsg li {display:list-item}
1185-.blockpost .box {
1186-margin-top:-50px;
1187-padding-bottom:10px;
1188-min-height:140px;
1189-}
1190-.inbox {clear:both}
1191-.top_links {
1192-margin-right:5px;
1193-margin-left:5px;
1194-}
1195-.blockpost .box .inbox .postbody .postright {float:none}
1196-#postreview .postright {float:none}
1197-#postreview .postleft {
1198-margin:-20px 0 0 0;
1199-padding:0px;
1200-float:none;
1201-width:auto;
1202+/*#mainindex .inbox, mainview* .inbox{clear:both}*/
1203+#mainindex .inbox, #mainviewforum .inbox, #mainviewindex .inbox{clear:both}
1204+.inbox li{display:inline}
1205+.postmsg li{display:list-item}
1206+.blockpost .box{
1207+ margin-top:-50px;
1208+ padding-bottom:10px;
1209+ min-height:140px;
1210+}
1211+.inbox{clear:both}
1212+.top_links{
1213+ margin-right:5px;
1214+ margin-left:5px;
1215+}
1216+.blockpost .box .inbox .postbody .postright{float:none}
1217+#postreview .postright{float:none}
1218+#postreview .postleft{
1219+ margin:-20px 0 0 0;
1220+ padding:0px;
1221+ float:none;
1222+ width:auto;
1223 }
1224 /* quote */
1225-.quotebox {
1226-background:#fdfcfd url('../images/forum/quote.png') no-repeat;
1227-background-position:top left;
1228-min-height:70px;
1229-border-color:#A8A8A8 #C8C8C8 #C8C8C8 #A8A8A8;
1230-border-style:solid;
1231-border-width:1px;
1232-margin:9px 0.2em 1em;
1233-padding-top:0.2em;
1234-overflow:hidden;
1235+.quotebox{
1236+ background:#fdfcfd url('../images/forum/quote.png') no-repeat;
1237+ background-position:top left;
1238+ min-height:70px;
1239+ border-color:#A8A8A8 #C8C8C8 #C8C8C8 #A8A8A8;
1240+ border-style:solid;
1241+ border-width:1px;
1242+ margin:9px 0.2em 1em;
1243+ padding-top:0.2em;
1244+ overflow:hidden;
1245 }
1246 /* codebox */
1247-.codebox {
1248-font-family:Consolas,'Lucida Console','Bitstream Vera Sans Mono','DejaVu Sans Mono',monospace;
1249-font-size:1.1em;
1250-max-height:26em;
1251-border:1px solid;
1252-color:white;
1253-background-color:#333;
1254-overflow:auto;
1255-margin:9px 0.2em 1em;
1256-padding:0.3em 0.5em;
1257--moz-border-radius:5px;
1258-border-radius:5px;
1259+.codebox{
1260+ font-family:Consolas,'Lucida Console','Bitstream Vera Sans Mono','DejaVu Sans Mono',monospace;
1261+ font-size:1.1em;
1262+ max-height:26em;
1263+ border:1px solid;
1264+ color:white;
1265+ background-color:#333;
1266+ overflow:auto;
1267+ margin:9px 0.2em 1em;
1268+ padding:0.3em 0.5em;
1269+ -moz-border-radius:5px;
1270+ border-radius:5px;
1271 }
1272-.codebox pre {margin:0; white-space:pre-wrap;}
1273+.codebox pre{margin:0; white-space:pre-wrap;}
1274 /* liste dans message*/
1275-.postmsg ul {list-style-type:square}
1276+.postmsg ul{list-style-type:square}
1277
1278 /* cache les titres des pages du profil */
1279-#profile h2 {display:none}
1280+#profile h2{display:none}
1281
1282 /* Blocs de formulaires*/
1283
1284-.blockform h2 {
1285-font-size:1.1em;
1286-padding-top:10px;
1287-padding-left:40px;
1288-margin-right:10px;
1289-padding-right:6px;
1290+.blockform h2{
1291+ font-size:1.1em;
1292+ padding-top:10px;
1293+ padding-left:40px;
1294+ margin-right:10px;
1295+ padding-right:6px;
1296 }
1297-.fakeform, .blockform {
1298--o-border-radius:10px;
1299--khtml-border-radius:10px;
1300--moz-border-radius:10px;
1301-border-radius:10px;
1302-border-bottom:1px solid grey;
1303-border-right:1px solid grey;
1304-background-color:lightgrey
1305+.fakeform, .blockform{
1306+ -o-border-radius:10px;
1307+ -khtml-border-radius:10px;
1308+ -moz-border-radius:10px;
1309+ border-radius:10px;
1310+ border-bottom:1px solid grey;
1311+ border-right:1px solid grey;
1312+ background-color:lightgrey
1313 }
1314 .postedit{text-align:right}
1315 .postfootright ul{
1316-margin:0px;
1317-font-size:0.90em;
1318+ margin:0px;
1319+ font-size:0.90em;
1320 }
1321 .postsignature p{margin:0}
1322 textarea{
1323-width:99%;
1324-padding:3px;
1325+ width:99%;
1326+ padding:3px;
1327 }
1328 #punuserlist .linkst{margin:0 0 30px 0}
1329 cite{margin-left:10px; font-size:0.9em;}
1330 .modlist{display:none}
1331 #onlinelist dd, #onlinelist dl, #onlinelist dt{
1332-display:inline;
1333-margin:0px
1334+ display:inline;
1335+ margin:0px
1336 }
1337 #footer{margin-left:16em}
1338
1339 /* Menu onglets profil */
1340
1341-#profile .blockmenu {
1342-width:100%;
1343-height:4em;
1344-margin-top:8px;
1345-padding-top:1em;
1346-padding-left:0;
1347--o-border-radius:5px;
1348--moz-border-radius:5px;
1349--khtml-border-radius:5px;
1350-border-radius:5px;
1351-border-bottom:1px solid grey;
1352-border-right:1px solid grey;
1353-}
1354-#profile .blockmenu ul {
1355-margin-left:0;
1356-border-bottom:1px solid #8E9090;
1357-text-align:center;
1358-}
1359-#profile .blockmenu li {
1360--o-border-radius:5px 5px 0 0;
1361--khtml-border-radius:5px 5px 0 0;
1362--moz-border-radius:5px 5px 0 0;
1363--webkit-border-top-left-radius:5px;
1364--webkit-border-top-right-radius:5px;
1365-background-repeat:repeat-x;
1366-border-color:#BEC0C0;
1367-border-style:outset;
1368-border-width:1px 1px 0;
1369-margin-right:-3px;
1370-padding:0.5em 0.8em 0em 0.8em;
1371-font-weight:bold;
1372+#profile .blockmenu{
1373+ width:100%;
1374+ height:4em;
1375+ margin-top:8px;
1376+ padding-top:1em;
1377+ padding-left:0;
1378+ -o-border-radius:5px;
1379+ -moz-border-radius:5px;
1380+ -khtml-border-radius:5px;
1381+ border-radius:5px;
1382+ border-bottom:1px solid grey;
1383+ border-right:1px solid grey;
1384+}
1385+#profile .blockmenu ul{
1386+ margin-left:0;
1387+ border-bottom:1px solid #8E9090;
1388+ text-align:center;
1389+}
1390+#profile .blockmenu li{
1391+ -o-border-radius:5px 5px 0 0;
1392+ -khtml-border-radius:5px 5px 0 0;
1393+ -moz-border-radius:5px 5px 0 0;
1394+ -webkit-border-top-left-radius:5px;
1395+ -webkit-border-top-right-radius:5px;
1396+ background-repeat:repeat-x;
1397+ border-color:#BEC0C0;
1398+ border-style:outset;
1399+ border-width:1px 1px 0;
1400+ margin-right:-3px;
1401+ padding:0.5em 0.8em 0em 0.8em;
1402+ font-weight:bold;
1403 }
1404 #profile .blockmenu li.isactive{
1405-border-bottom-width:3px;
1406-border-bottom-style:solid;
1407-text-decoration:none;}
1408-#profile .blockmenu a {color:black}
1409-#profile .blockmenu a:hover {text-decoration:none}
1410+ border-bottom-width:3px;
1411+ border-bottom-style:solid;
1412+ text-decoration:none;
1413+}
1414+#profile .blockmenu a{color:black}
1415+#profile .blockmenu a:hover{text-decoration:none}
1416 #searchlinks{display:none}
1417
1418 /* zone pied de fil pour modérateurs*/
1419
1420-#brdfooter {
1421-margin:0;
1422-padding:0 8px 1px 8px;
1423-display:block;
1424-}
1425-#brdfooter dt {display:none}
1426-.end-box {
1427-height:5px;
1428-margin-bottom:20px;
1429-margin-top:0;
1430--o-border-radius:0 0 5px 5px;
1431--moz-border-radius:0 0 5px 5px;
1432--khtml-border-radius:0 0 5px 5px;
1433--webkit-border-bottom-left-radius:5px;
1434--webkit-border-bottom-right-radius:5px;
1435-border-radius:0 0 5px 5px;
1436-border-style:solid;
1437-border-color:#BEC0C0;
1438-border-width:0 1px 1px 1px;
1439-background-color:white;
1440-}
1441-.top-box {height:5px}
1442-#main, .top-box {
1443-margin-bottom:0;
1444--moz-border-radius:5px 5px 0 0;
1445--khtml-border-radius:5px 5px 0 0;
1446--webkit-border-top-left-radius:5px;
1447--webkit-border-top-right-radius:5px;
1448--o-border-radius:5px 5px 0 0;
1449-border-radius:5px 5px 0 0;
1450-border-style:solid;
1451-border-color:#BEC0C0;
1452-border-width:1px 1px 0 1px;
1453-background-color:white;
1454-}
1455-#brdmain {
1456-margin:0;
1457-border-style:solid;
1458-border-color:#BEC0C0;
1459-border-width:0 1px 0 1px;
1460-background-color:white;
1461-}
1462-#poweredby {text-align:right}
1463+#brdfooter{
1464+ margin:0;
1465+ padding:0 8px 1px 8px;
1466+ display:block;
1467+}
1468+#brdfooter dt{display:none}
1469+.end-box{
1470+ height:5px;
1471+ margin-bottom:20px;
1472+ margin-top:0;
1473+ -o-border-radius:0 0 5px 5px;
1474+ -moz-border-radius:0 0 5px 5px;
1475+ -khtml-border-radius:0 0 5px 5px;
1476+ -webkit-border-bottom-left-radius:5px;
1477+ -webkit-border-bottom-right-radius:5px;
1478+ border-radius:0 0 5px 5px;
1479+ border-style:solid;
1480+ border-color:#BEC0C0;
1481+ border-width:0 1px 1px 1px;
1482+ background-color:white;
1483+}
1484+.top-box{height:5px}
1485+#main, .top-box{
1486+ margin-bottom:0;
1487+ -moz-border-radius:5px 5px 0 0;
1488+ -khtml-border-radius:5px 5px 0 0;
1489+ -webkit-border-top-left-radius:5px;
1490+ -webkit-border-top-right-radius:5px;
1491+ -o-border-radius:5px 5px 0 0;
1492+ border-radius:5px 5px 0 0;
1493+ border-style:solid;
1494+ border-color:#BEC0C0;
1495+ border-width:1px 1px 0 1px;
1496+ background-color:white;
1497+}
1498+#brdmain{
1499+ margin:0;
1500+ border-style:solid;
1501+ border-color:#BEC0C0;
1502+ border-width:0 1px 0 1px;
1503+ background-color:white;
1504+}
1505+#poweredby{text-align:right}
1506 #brdwelcome{
1507-clear:none;
1508-float:right;
1509-text-align:right;
1510+ clear:none;
1511+ float:right;
1512+ text-align:right;
1513 }
1514
1515-.pagelink, #punsearch #msg .inbox p, #punsearch #msg, #rules {margin-bottom:0px}
1516+.pagelink, #punsearch #msg .inbox p, #punsearch #msg, #rules{margin-bottom:0px}
1517 /* redirection*/
1518
1519
1520 p.pagelink{padding:0px}
1521 .reportlink{
1522-clear:both;
1523-display:block !important;
1524-margin-right:-45px;
1525-margin-bottom:-20px;
1526+ clear:both;
1527+ display:block !important;
1528+ margin-right:-45px;
1529+ margin-bottom:-20px;
1530 }
1531-.reportlink a {
1532-color:red !important;
1533-background-position:0 -55px;
1534-padding-left:25px;
1535+.reportlink a{
1536+ color:red !important;
1537+ background-position:0 -55px;
1538+ padding-left:25px;
1539 }
1540
1541-#brdfooternav .clearer {clear:both}
1542-#brdfooternav p {
1543-margin:0px;
1544-padding:0px;
1545-}
1546-#postreview .postleft dd span {padding-left:2em}
1547-.usertitle {
1548-color:#353535;
1549-white-space:nowrap;
1550-}
1551-.usertitle strong {font-weight:normal}
1552-.postmsg p {word-wrap:break-word}
1553-#main {overflow:hidden}
1554-.postavatar {
1555-position:absolute;
1556-top:42px;
1557-left:0;
1558-}
1559-.blockpost {min-height:140px}
1560+#brdfooternav .clearer{clear:both}
1561+#brdfooternav p{
1562+ margin:0px;
1563+ padding:0px;
1564+}
1565+#postreview .postleft dd span{padding-left:2em}
1566+.usertitle{
1567+ color:#353535;
1568+ white-space:nowrap;
1569+}
1570+.usertitle strong{font-weight:normal}
1571+.postmsg p{word-wrap:break-word}
1572+#main{overflow:hidden}
1573+.postavatar{
1574+ position:absolute;
1575+ top:42px;
1576+ left:0;
1577+}
1578+.blockpost{min-height:140px}
1579
1580 span.bbs{text-decoration:line-through}
1581 span.bbu{text-decoration:underline}
1582-.postsignature {min-height:0px; font-size:0.9em;}
1583+.postsignature{min-height:0px; font-size:0.9em;}
1584
1585 /* Mise en forme de l'affichage des règles*/
1586-#regles li {
1587-list-style-type:decimal;
1588-display:list-item;
1589+#regles li{
1590+ list-style-type:decimal;
1591+ display:list-item;
1592 }
1593
1594 /** Cadres Accueil et gagnant du Mois **/
1595
1596-#announce-welcome {min-height:101px}
1597-#announce-welcome table {
1598-min-height:101px;
1599-width:100%;
1600-}
1601-#announce-welcome tbody {
1602-height:100%;
1603-min-height:101px;
1604-}
1605-.welcome {
1606-width:75%;
1607-height:100%;
1608--o-border-radius:8px;
1609--moz-border-radius:8px;
1610--khtml-border-radius:8px;
1611-border-radius:8px;
1612-background-repeat:repeat-y;
1613-border:1px solid #B0C0C0;
1614-}
1615-.welcome p {margin:0.6em}
1616-.winner {
1617-height:100%;
1618-border:1px solid lightgrey;
1619--o-border-radius:8px;
1620--moz-border-radius:8px;
1621--khtml-border-radius:8px;
1622-border-radius:8px;
1623-background-color:#F0F0F0;
1624-vertical-align:top;
1625-}
1626-#winner_inbox {
1627-padding-right:5px;
1628-width:100%;
1629-min-height:101px;
1630-background-repeat:no-repeat;
1631-background-position:top right;
1632-}
1633-#winner_inbox p {margin:0; margin-top:-5px; margin-left:-5px; padding:1em 54px 0.6em 0.6em; vertical-align:middle;
1634+#announce-welcome{min-height:101px}
1635+#announce-welcome table{
1636+ min-height:101px;
1637+ width:100%;
1638+}
1639+#announce-welcome tbody{
1640+ height:100%;
1641+ min-height:101px;
1642+}
1643+.welcome{
1644+ width:75%;
1645+ height:100%;
1646+ background-repeat:repeat-y;
1647+ border:1px solid #B0C0C0;
1648+ border-radius:8px;
1649+ -o-border-radius:8px;
1650+ -moz-border-radius:8px;
1651+ -khtml-border-radius:8px;
1652+}
1653+.welcome p{margin:0.6em}
1654+.winner{
1655+ height:100%;
1656+ border:1px solid lightgrey;
1657+ -o-border-radius:8px;
1658+ -moz-border-radius:8px;
1659+ -khtml-border-radius:8px;
1660+ border-radius:8px;
1661+ background-color:#F0F0F0;
1662+ vertical-align:top;
1663+}
1664+#winner_inbox{
1665+ padding-right:5px;
1666+ width:100%;
1667+ min-height:101px;
1668+ background-repeat:no-repeat;
1669+ background-position:top right;
1670+}
1671+#winner_inbox p{margin:0; margin-top:-5px; margin-left:-5px; padding:1em 54px 0.6em 0.6em; vertical-align:middle;
1672
1673 }
1674-.linux_pratique {
1675-font-weight:bold;
1676-font-size:1.2em;
1677+.linux_pratique{
1678+ font-weight:bold;
1679+ font-size:1.2em;
1680 }
1681-.winner_name {
1682+.winner_name{
1683 font-style:italic;
1684 font-size:1.1em;
1685 }
1686-video {max-width:50%}
1687-#postpreview .postmsg h5 {margin-top:2em}
1688-.postlinkst .subscribelink {display:none}
1689-#punadmin_users .tc2, #punuserlist .tc4 {width:15%}
1690-#punadmin_users .tcl {
1691-width:20%;
1692-padding-left:20px;
1693+video{max-width:50%}
1694+#postpreview .postmsg h5{margin-top:2em}
1695+.postlinkst .subscribelink{display:none}
1696+#punadmin_users .tc2, #punuserlist .tc4{width:15%}
1697+#punadmin_users .tcl{
1698+ width:20%;
1699+ padding-left:20px;
1700 }
1701-#punadmin_users .tc3 {
1702-width:15%;
1703-font-size:0.9em;
1704+#punadmin_users .tc3{
1705+ width:15%;
1706+ font-size:0.9em;
1707 }
1708 .block-inner{position:absolute;bottom:0}
1709-.block-inner li {
1710-display:inline;
1711-list-style:none outside none;
1712-padding:0;
1713-}
1714-.block-inner li.first {
1715-border-right:1px solid #000000;
1716-padding-right:1em;
1717-}
1718-.block-inner li.last {
1719-border-left:1px solid #000000;
1720-padding-left:1em;
1721+.block-inner li{
1722+ display:inline;
1723+ list-style:none outside none;
1724+ padding:0;
1725+}
1726+.block-inner li.first{
1727+ border-right:1px solid #000000;
1728+ padding-right:1em;
1729+}
1730+.block-inner li.last{
1731+ border-left:1px solid #000000;
1732+ padding-left:1em;
1733 }
1734 .block-inner ul{
1735-margin:0 0 2px 0;
1736+ margin:0 0 2px 0;
1737 }
1738-.block-inner a {color:#323232}
1739+.block-inner a{color:#323232}
1740
1741-img {vertical-align:middle}
1742-.postimg img {max-width:100%}
1743-button {cursor:pointer}
1744-#toolbar img {cursor:pointer}
1745-li.postedit {font-size:1em}
1746-div.postright a {text-decoration:underline}
1747+img{vertical-align:middle}
1748+.postimg img{max-width:100%}
1749+button{cursor:pointer}
1750+#toolbar img{cursor:pointer}
1751+li.postedit{font-size:1em}
1752+div.postright a{text-decoration:underline}
1753 .postright a:visited{color:#551A8B}
1754-p.postedit {font-size:0.9em; color:#666;}
1755+p.postedit{font-size:0.9em; color:#666;}
1756
1757 /********************************************* DEBUT OPTIMISATION *******************************/
1758 .conr{float:right;text-align:right}
1759 .conl{float:left}
1760 .conr, .conl{display:block}
1761 .postbody{padding:2px 0 0 0}
1762-.postleft, .postleft dl, .postleft dl dt, .postleft dl dd {display:inline}
1763-.postleft dl dt span a {margin-right:10px}
1764-.postleft {width:auto; vertical-align:middle}
1765+.postleft, .postleft dl, .postleft dl dt, .postleft dl dd{display:inline}
1766+.postleft dl dt span a{margin-right:10px}
1767+.postleft{width:auto; vertical-align:middle}
1768 .blockpost .inbox{clear:none}
1769-.postleft dl {margin:0; padding:0}
1770+.postleft dl{margin:0; padding:0}
1771
1772=== added file 'theme2010/css/forum.css'
1773--- theme2010/css/forum.css 1970-01-01 00:00:00 +0000
1774+++ theme2010/css/forum.css 2011-02-21 00:22:52 +0000
1775@@ -0,0 +1,5 @@
1776+@import url('init.css');
1777+@import url('page.css');
1778+@import url('header.css');
1779+@import url('navigation.css');
1780+@import url('forum-general.css');
1781\ No newline at end of file
1782
1783=== modified file 'theme2010/css/header.css'
1784--- theme2010/css/header.css 2011-02-19 01:08:15 +0000
1785+++ theme2010/css/header.css 2011-02-21 00:22:52 +0000
1786@@ -139,3 +139,10 @@
1787 background-color:#FFF !important;
1788 color:#000 !important;
1789 }
1790+
1791+/* Cacher / afficher menu Navigation */
1792+html.hidemenu #navigation{ display:none; }
1793+html.hidemenu #navbar, html.hidemenu #main, html.hidemenu #references, html.hidemenu #announce{ margin-left:0; }
1794+html.hidemenu #hidemenu{ background-position:50% 27px; }
1795+/* - - */
1796+
1797
1798=== modified file 'theme2010/css/init.css'
1799--- theme2010/css/init.css 2010-12-07 02:09:37 +0000
1800+++ theme2010/css/init.css 2011-02-21 00:22:52 +0000
1801@@ -11,7 +11,7 @@
1802 margin:0; padding:0;
1803 }
1804 body, input, select, option, textarea{
1805- font-family:sans-serif;
1806+ font-family:Arial,sans-serif;
1807 line-height:1.4em;
1808 color:black;
1809 background-color:white;
1810@@ -23,13 +23,12 @@
1811 line-height:1.2em;
1812 font-weight:bold; font-style:normal;
1813 }
1814-/* modifié par rapport au forum */
1815-/*
1816+
1817 h1{ font-size:1.75em; }
1818-h2{ font-size:1.5em; }
1819-h3{ font-size:1.25em; }
1820+h2{ font-size:1.1em; }
1821+h3{ font-size:1.1em; }
1822 h4{ font-size:1em; }
1823-*/
1824+
1825 ul, ol{ margin:0.75em 0 0.75em 12px; padding:0; }
1826 ol li p, ul li p{margin:0}
1827
1828
1829=== modified file 'theme2010/js/common.js'
1830--- theme2010/js/common.js 2011-02-07 20:43:41 +0000
1831+++ theme2010/js/common.js 2011-02-21 00:22:52 +0000
1832@@ -74,9 +74,9 @@
1833 /*inputElement.className='input_focused';*/
1834 if (inputElement.id=='qsearch__in') {
1835 if (inputElement.value == 'Recherche rapide....') inputElement.value = '';
1836- }else if(inputElement.name=='u') {
1837+ }else if(inputElement.id=='u_field') {
1838 if (inputElement.value == 'Identifiant') inputElement.value = '';
1839- }else if(inputElement.name=='p') {
1840+ }else if(inputElement.id=='p_field') {
1841 if (inputElement.value == 'Mot de passe') inputElement.value = '';
1842 }
1843 }
1844@@ -89,9 +89,9 @@
1845 /*inputElement.className='';*/
1846 if (inputElement.id=='qsearch__in') {
1847 if (inputElement.value.length<1) inputElement.value = 'Recherche rapide....';
1848- }else if(inputElement.name=='u') {
1849+ }else if(inputElement.id=='u_field') {
1850 if (inputElement.value.length<1) inputElement.value = 'Identifiant';
1851- }else if(inputElement.name=='p') {
1852+ }else if(inputElement.id=='p_field') {
1853 if (inputElement.value.length<1) inputElement.value = 'Mot de passe';
1854 }
1855 }
1856
1857=== modified file 'theme2010/js/menu.js'
1858--- theme2010/js/menu.js 2011-02-07 20:43:41 +0000
1859+++ theme2010/js/menu.js 2011-02-21 00:22:52 +0000
1860@@ -9,19 +9,19 @@
1861 if (menu_hidden) {
1862 menu_hidden=0;
1863 document.documentElement.className = '';
1864- setCookie('menuDoc', 'visible');
1865+ setCookie('menuAffiche', 'visible');
1866 }
1867 else {
1868 menu_hidden=1;
1869 document.documentElement.className = 'hidemenu';
1870- setCookie('menuDoc', 'hidden');
1871+ setCookie('menuAffiche', 'hidden');
1872 }
1873 }
1874
1875 window.onload=function(){
1876 menu();
1877 inputLook();
1878- if(getCookie('menuDoc')=='hidden'){
1879+ if(getCookie('menuAffiche')=='hidden'){
1880 switchMenuVisible();
1881 }
1882 }
1883\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: