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

Proposed by McPeter
Status: Merged
Merged at revision: 38
Proposed branch: lp:~mcpeter/ubuntu-fr-static/fix715133
Merge into: lp:ubuntu-fr-static
Diff against target: 1811 lines (+625/-897)
6 files modified
theme2010/css/doc-general.css (+2/-8)
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)
To merge this branch: bzr merge lp:~mcpeter/ubuntu-fr-static/fix715133
Reviewer Review Type Date Requested Status
Ubuntu-fr-webteam Pending
Review via email: mp+50504@code.launchpad.net

Description of the change

* Création de la page forum.css
  - Actuellement cette page contient par @import les différents styles communs et
    spécifiques. Cette page doit être utilisé en l'état pour la dev, à la fois
    comme fichier et en inclusion html. En prod elle sera (pour des raisons
    d'optimisation) le résultat d'un concat des différents styles.

* Modification de fichiers
  - theme2010/css/forum-general.css
    * Retrait des blocks :
        INIT.CSS / PAGE.CSS / HEADER.CSS / NAVIGATION.CSS
      Ces block se trouvent à présent dans la page forum.css sous forme d'import.
    * Retrait du block #accessibar qui fait partit de page.css
    * Retrait des styles sur 'hidemenu' devenus inutiles
    * Nettoyage/indentation du code

  - themes2010/css/doc-general.css
    * Retrait du block "hidemenu"

  - theme2010/css/header.css
    * Ajout du block "hidemenu"
    * Ajout du comportement input_focused (commun à tous les sites)
    * Ajout du cache des label de login/pass

  - theme2010/css/init.css
    * Réactivation des font-size de h1-2-3-4 en concordance avec le forum.
      (à noter que la doc en prod a une erreur de codage css sur la hauteur de
      ligne H2 : pas d'unité donné à la taille)

  - theme2010/js/common.js
    * Modification des cibles JS passation de 'name' à 'id' pour simplifier les
      appels.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'theme2010/css/doc-general.css'
--- theme2010/css/doc-general.css 2011-02-19 01:18:38 +0000
+++ theme2010/css/doc-general.css 2011-02-20 13:32:13 +0000
@@ -19,12 +19,6 @@
19h3{ font-size:1.25em; }19h3{ font-size:1.25em; }
20h4{ font-size:1em; }20h4{ font-size:1em; }
2121
22/* Cacher / afficher menu Navigation */
23html.hidemenu #navigation{ display:none; }
24html.hidemenu #navbar, html.hidemenu #main, html.hidemenu #references, html.hidemenu #announce{ margin-left:0; }
25html.hidemenu #hidemenu{ background-position:50% 27px; }
26/* - - */
27
28 #navbar{22 #navbar{
29 margin:0 0 0 16em;23 margin:0 0 0 16em;
30 background:#f6f6f6 url('../images/commun/menu_c.png') bottom left repeat-x;24 background:#f6f6f6 url('../images/commun/menu_c.png') bottom left repeat-x;
@@ -575,6 +569,6 @@
575 }569 }
576570
577/* Images */571/* Images */
578.medialeft{ margin-right:0.5em; }572img.medialeft{ margin-right:0.5em; }
579.mediaright{ margin-left:0.5em; }573img.mediaright{ margin-left:0.5em; }
580574
581575
=== modified file 'theme2010/css/forum-general.css'
--- theme2010/css/forum-general.css 2010-11-14 21:03:09 +0000
+++ theme2010/css/forum-general.css 2011-02-20 13:32:13 +0000
@@ -1,1094 +1,817 @@
1/************************************* INIT.CSS ***********************************
2 Refonte des styles de base
3 - origine : http://www.alsacreations.com/astuce/lire/654-feuille-de-styles-de-base.html
4*/
5
6html{font-size:100%}
7body {padding:0;
8margin-top:0;
9background-repeat:repeat-x}
10body, input, select, option, textarea{font-family:Arial, sans-serif; line-height:1.4em;
11background-color:#FFF;color:#000}
12body, option {font-size:0.85em;}
13textarea, input, select {font-size:1em;}
14h1, h2, h3, h4 {margin:1em 0 .5em 0;
15line-height:1.2;
16font-weight:bold; font-style:normal}
17h1{font-size:1.75em}
18h2{font-size:1.1em}
19h3{font-size:1.1em}
20h4{font-size:1em}
21ul, ol{margin:0.75em 0 0.75em 12px; padding:0}
22.alpha {list-style-type:lower-alpha}
23p{margin:0.75em 0}
24address{margin:0.75em 0; font-style:normal}
25ol li p, ul li p{margin:0}
26a{text-decoration:none;
27color:#323232;}
28a:hover, a:focus, a:active{text-decoration:underline}
29a:active{outline:none}
30a img{border:none}
31em{font-style:italic}
32strong{font-weight:bold}
33form, fieldset{
34margin:0; padding:0;
35border:none}
36input, button, select{vertical-align:middle; max-width:100%}
37select{padding-right:5px}
38/*************************** PAGE.CSS ********************************/
39#page{
40margin:1em; padding:0.4em 1.8em 0;
41min-width:925px;
42min-height:42em;
43background-image:url('../images/commun/ground_page.png');
44background-color:#F6F6F6;
45background-position:top left; background-repeat:repeat-x;
46border:1px outset #D2D2D2;
47border-right:2px outset #D2D2D2;
48border-bottom:3px outset #D2D2D2;
49border-radius:8px;
50-moz-border-radius:8px;
51-o-border-radius:8px;
52-khtml-border-radius:8px;
53position:relative;
54}
55/*********************************** HEADER.CSS ********************************
56 v0.1 - 13/06/2010 - McPeter
57*/
58#header{
59height:7.5em;
60margin-bottom:0px;
61}
62#header:after{content:''; display:block; clear:both}
63#logo{
64float:left;
65background-repeat:no-repeat;
66}
67#logo h1{
68margin:0;
69 /* 325px au lieu de 256px pour le logo 'edubuntu' - McPeter - 27/07/2010 */
70min-width:325px; min-height:65px;
71text-indent:-9000px;
72}
73#logo a{font-size:0.85em}
74#search {
75float:none;
76margin-left:auto;
77width:340px; height:23px;
78background-color:#FFF;
79-o-border-radius:11px;
80-khtml-border-radius:11px;
81-moz-border-radius:11px;
82border-radius:11px;
83border-width:1px;
84border-style:inset;
85border-color:#AAA #FFF #FFF #AAA;
86vertical-align:bottom;
87}
88#search input[type=text]{
89float:left;
90margin:3px 0 0 4px; padding:0 0 2px 20px;
91width:170px;
92background-color:transparent; background-position:1px 1px; background-repeat:no-repeat;
93border:none;
94}
95#search select{
96position:relative; z-index:1;
97margin-top:1px;
98width:110px;
99background-color:transparent;
100border:none;
101border-left:1px solid #B3B3B3;
102}
103#search input[type=submit]{
104position:relative; z-index:1;
105margin-top:1px; padding:0.1em 0 0.3em;
106width:30px;
107background-color:transparent;
108border:none;
109border-left:1px solid #B3B3B3;
110cursor:pointer;
111}
112#search select option{background-color:#FFF; font-size:1.2em; }
113#brdwelcome p{padding:0}
114#brdwelcome a{padding:0 0 -5px; color:#3C3B37}
115#brdwelcome{
116clear:none;
117float:right;
118text-align:right;
119}
120#brdwelcome ul.conl li span strong {margin-right:50px}
121#login_top{
122margin:5px 0 0 auto;
123width:350px;
124text-align:right;
125}
126/*#login_top input, #login_top a{font-size:0.9em;}*/
127#login_top input[type=text], #login_top input[type=password]{
128margin-right:10px; padding:2px 5px;
129width:80px;
130background-color:#FFF;
131border-width:1px;
132border-style:inset;
133border-color:#AAA #FFF #FFF #AAA;
134-o-border-radius:11px;
135-khtml-border-radius:11px;
136-moz-border-radius:11px;
137border-radius:1em;
138}
139#login_top input[type=submit]{
140padding:0;
141background-color:transparent;
142border:none;
143cursor:pointer;
144}
145#login .btn_logout{float:right}
146#login a{text-decoration:none}
147#login h2{font-size:1.2em}
148#login_top input, #search input{color:grey}
149.input_focused{
150color:black !important;
151}
152
153/****************** NAVIGATION.CSS *************************
154 v0.1 - 12/06/2010 - McPeter */
155#navigation{
156position:absolute; /*top:11.7em; left:4em; */
157width:16em;
158}
159#navigation ul{margin:0}
160#navigation li{list-style:none}
161#navigation li.menu{
162margin:0 0 8px; padding-top:1px;
163background:#f6f6f6 url('../images/commun/menu_c.png') bottom left repeat-x;
164border:1px solid #BEC0C0;
165border-radius:5px 5px;
166-moz-border-radius:5px 5px;
167-o-border-radius:5px 5px;
168-khtml-border-radius:5px 5px;
169}
170#navigation a{
171display:block;
172text-decoration:none;
173color:#000;
174}
175#navigation a.title{
176height:1.4em;
177min-height:20px;
178text-decoration:none;
179padding-bottom:0;
180}
181#navigation a.title:hover{font-weight:bold}
182 /* Icones des sections */
183#menu-accueil, #menu-doc, #menu-forum, #menu-planet{
184background-image:url('../images/commun/list_menu.png');
185background-repeat:repeat-y;
186}
187 /* positionnement des icones au repos/au survol/sélectionné */
188a#menu-accueil{background-position:5px 0}
189a#menu-accueil:hover{background-position:5px -20px}
190a#menu-doc{background-position:5px -40px}
191a#menu-doc:hover{background-position:5px -60px}
192a#menu-forum{background-position:5px -100px; }
193a#menu-planet{background-position:5px -120px; }
194a#menu-planet:hover{background-position:5px -140px}
195
196#navigation .title, #navigation h2{font-size:1.1em}
197
198#navigation h2{
199margin:5px 2px 0; padding:2px;
200background-repeat:repeat-x;
201border:1px outset #BEC0C0;
202border-bottom-width:0px;
203border-radius:5px 5px 0 0;
204-moz-border-radius:5px 5px 0 0;
205-o-border-radius:5px 5px 0 0;
206-khtml-border-radius:5px 5px 0 0;
207-webkit-border-top-right-radius:5px;
208-webkit-border-top-left-radius:5px;
209}
210#navigation h2:before{
211padding-right:8px;
212content:url('../images/commun/icon/newcoment.png');
213vertical-align:middle;
214}
215#navigation #active{
216background-position:top left;
217border:1px solid #BEC0C0;
218border-radius:5px 5px;
219-moz-border-radius:5px 5px;
220-o-border-radius:5px 5px;
221-khtml-border-radius:5px 5px;
222}
223#navigation #active .title{
224border-bottom:2px groove #9D9E9E;
225font-weight:bold;
226}
227.cat a{padding-bottom:0.3em}
228#navigation .isactive a {font-weight:bold}
229/** 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 **/
230#navigation #active{background-image:none;}
231
232.cat a:before{padding:0 4px; content:'-';}
233.cat a:hover{font-weight:bold; /*color:red;*/}
234.cat a:hover:before{
235padding:0 0 0 3px;
236content:'\2192'
237/* content:url('../images/commun/icon/row-red.png');*/
238}
239
240 /* Effet hallo rouge */
241a.title span{
242display:block;
243position:absolute;
244margin-top:-0.42em;padding-top:0.46em;
245padding-left:30px; /* emplacement réservé pour l'icone de section */
246width:12em;
247}
248a.title:hover span{
249background-position:center top;
250background-repeat:no-repeat;
251}
252#navigation{
253top:7.8em;
254left:1em;
255/*font-size:1em;*/
256}
257
258/* Retrait de profil, inscription, déconnexion et connexion du menu forum */1/* Retrait de profil, inscription, déconnexion et connexion du menu forum */
259#navprofile, #navlogin, #navlogout, #navregister {display:none}2#navprofile, #navlogin, #navlogout, #navregister{ display:none; }
2603
261/* -- Base commune aux FORUMS -- */4/* -- Base commune aux FORUMS -- */
2625
263/* page d'accueil : icones des categories*/6/* page d'accueil : icones des categories*/
264#idx1 h2{background-position:0 -408px}7#idx1 h2{ background-position:0 -408px; }
265#idx2 h2{background-position:0 -255px}8#idx2 h2{ background-position:0 -255px; }
266#idx3 h2{background-position:0 -153px}9#idx3 h2{ background-position:0 -153px; }
267#idx4 h2{background-position:0 -357px}10#idx4 h2{ background-position:0 -357px; }
268#idx5 h2{background-position:0 -204px}11#idx5 h2{ background-position:0 -204px; }
269#idx6 h2{background-position:0 -102px}12#idx6 h2{ background-position:0 -102px; }
270#idx7 h2{background-position:0 -306px}13#idx7 h2{ background-position:0 -306px; }
27114
272.stickytext, .closedtext, .movedtext, .reportlink a/*, #brdwelcome .conr li span*/ {background:url('../images/forum/icones.png') transparent no-repeat; max-height:16px;}15.stickytext, .closedtext, .movedtext, .reportlink a/*, #brdwelcome .conr li span*/{
273#pundelete form{padding-bottom:15px}16 background:transparent url('../images/forum/icones.png') no-repeat;
274/* Mise en forme page */17 max-height:16px;
275#accessibar{
276margin:0px;
277margin-top:0;
278padding-top:0;
279height:1em;
280}18}
19#pundelete form{ padding-bottom:15px; }
28120
282/* Annonce importante */21/* Annonce importante */
283#announce {22#announce{
284margin:0 0 15px 16em;23 margin:0 0 15px 16em;
285border:1px solid #B0C0C0;24 border:1px solid #B0C0C0;
286-o-border-radius:5px;25 border-radius:5px;
287border-radius:5px;26 -o-border-radius:5px;
288-moz-border-radius:5px;27 -moz-border-radius:5px;
289-khtml-border-radius:5px;28 -khtml-border-radius:5px;
290}29}
291#announce{margin-top:-1px !important}30#announce{ margin-top:-1px !important; }
29231
293#announce .hd {32#announce .hd{
294border-bottom:2px groove #ADAEAE;33 padding-left:10px;
295background-position:left top;34 background-position:left top;
296background-repeat:repeat-x;35 background-repeat:repeat-x;
297padding-left:10px;36 border-bottom:2px groove #ADAEAE;
298}37}
299#announce h2 {38#announce h2{
300margin:0px;39 margin:0px;
301font-weight:bold;40 font-weight:bold;
302font-size:1.1em;41 font-size:1.1em;
303text-align:left;42 text-align:left;
304}43}
305#announce-block {margin:10px}44#announce-block{margin:10px}
30645
307/* Annonce par forum */46/* Annonce par forum */
30847
309#announce-forum {48#announce-forum{
310margin:0;49 margin:0; padding:10px;
311border-color:#B0C0C0;50 background-color:#F3F2F2;
312border-style:solid;51 border-color:#B0C0C0;
313border-width :1px 1px 0 1px;52 border-style:solid;
314-moz-border-radius:5px 5px 0 0;53 border-width :1px 1px 0 1px;
315-o-border-radius:5px 5px 0 0;54 border-radius:5px 5px 0 0;
316border-radius:5px 5px 0 0;55 -moz-border-radius:5px 5px 0 0;
317-khtml-border-radius:5px 5px 0 0;56 -o-border-radius:5px 5px 0 0;
318-webkit-border-top-left-radius:5px;57 -khtml-border-radius:5px 5px 0 0;
319-webkit-border-top-right-radius:5px;58 -webkit-border-top-left-radius:5px;
320background-color:#F3F2F2;59 -webkit-border-top-right-radius:5px;
321padding:10px;
322}60}
32361
324/* Cadre principal */62/* Cadre principal */
325/* pour decaler le contenu des menus */63/* pour decaler le contenu des menus */
32664
327#mainindex, #main, #mainviewforum , #mainviewindex {65#mainindex, #main, #mainviewforum , #mainviewindex{
328clear:left;66 clear:left;
329background-color:#FFFFFF;67 margin-left:16em; padding:0.5em; padding-top:0px; padding-bottom:0px;
330border-color:#BEC0C0;68 background-color:#FFFFFF;
331border-style:solid;69 border-color:#BEC0C0;
332border-width:0 1px 0 1px;70 border-style:solid;
333margin-left:16em;71 border-width:0 1px 0 1px;
334padding:0.5em;
335padding-top:0px;
336padding-bottom:0px;
337}72}
33873
339/* Pied de page avec les stats*/74/* Pied de page avec les stats*/
34075
341#brdstats {76#brdstats{
342border-radius:0 0 5px 5px;77 margin:0; padding-left:30px; padding-right:30px; padding-top:10px;
343-moz-border-radius:0 0 5px 5px;78 background:#EDEDED url('../images/forum/Pied_gauche.png') repeat-y scroll left bottom;
344-o-border-radius:0 0 5px 5px;79 border-radius:0 0 5px 5px;
345-khtml-border-radius:0 0 5px 5px;80 -moz-border-radius:0 0 5px 5px;
346background:#EDEDED url('../images/forum/Pied_gauche.png') repeat-y scroll left bottom;81 -o-border-radius:0 0 5px 5px;
347padding-left:30px;82 -khtml-border-radius:0 0 5px 5px;
348padding-right:30px;83 border-color:#BEC0C0;
349padding-top:10px;84 border-style:solid;
350border-color:#BEC0C0;85 border-width:0 1px 1px;
351border-style:solid;
352border-width:0 1px 1px;
353margin:0;
354}86}
355#brdstats h2 {display:none}87#brdstats h2{display:none}
35688
357#footer #brdfooter{89#footer #brdfooter{
358padding-top:1px;90 padding-top:1px;
359border-color:#BEC0C0;91 background-color:white;
360border-style:solid;92 border-color:#BEC0C0;
361border-width:0 1px 1px;93 border-style:solid;
362background-color:white;94 border-width:0 1px 1px;
363border-bottom:0px;95 border-bottom:0;
364}96}
365#punlogin #brdfooter{margin-top:-20px}97#punlogin #brdfooter{margin-top:-20px}
36698
367/********* STYLE DE BASE **************/99/********* STYLE DE BASE **************/
368100
369table {margin:0 auto}101table{ margin:0 auto; }
370102
371 /** STYLES SPECIFIQUES DE L INTERIEUR DE LA PAGE **/103 /** STYLES SPECIFIQUES DE L INTERIEUR DE LA PAGE **/
372 104
373/*** pour palier a des bugs avec les float:left; **/105/*** pour palier a des bugs avec les float:left; **/
374106
375.clear, .clearer {clear:both}107.clear, .clearer{ clear:both; }
376108
377/* block de base FIXME :est-il utilise ?*/109/* block de base FIXME :est-il utilise ?*/
378110
379.block {margin:1em}111.block{ margin:1em; }
380112
381/* fil d ariane */113/* fil d ariane */
382114
383#navbar {115#navbar{
384margin:-14px 0 0 12px;116 margin:-17px 0 0 12px; padding-left:0.5em; padding-right:0.5em;
385-o-border-radius:5px 5px 0 0;117 border-radius:5px 5px 0 0;
386border-radius:5px 5px 0 0;118 -o-border-radius:5px 5px 0 0;
387-moz-border-radius:5px 5px 0 0;119 -moz-border-radius:5px 5px 0 0;
388-khtml-border-radius:5px 5px 0 0;120 -khtml-border-radius:5px 5px 0 0;
389-webkit-border-top-left-radius:5px;121 -webkit-border-top-left-radius:5px;
390-webkit-border-top-right-radius:5px;122 -webkit-border-top-right-radius:5px;
391padding-left:0.5em;123}
392padding-right:0.5em;124#navbar p{
393}125 margin:0px; padding:1px 0 1px 20px;
394#navbar p {126}
395margin:0px;127.linksb .crumbs, .linksb .postlink{ display:none; }
396padding:1px 0 1px 20px;128.linkst{
397}129 margin-top:0px;
398.linksb .crumbs, .linksb .postlink {display:none}130 margin-bottom:0.5em;
399.linkst {131}
400margin-top:0px;132.linkst, .linksb{ margin-left:20px; }
401margin-bottom:0.5em;133.crumbs{ margin:0; clear:both; }
402}
403.linkst, .linksb {margin-left:20px}
404.crumbs {margin:0;clear:both}
405134
406/* bouton pour cacher la colonne de liens*/135/* bouton pour cacher la colonne de liens*/
407136
408#hidemenu {137#hidemenu{
409background:transparent url('../images/commun/bt_open_close.png');138 position:relative;
410background-position:0 14px;139 margin:4px 0 0 -4px; padding:0;
411cursor:pointer;140 width:12px; height:14px;
412height:14px;141 background:transparent url('../images/commun/bt_open_close.png');
413margin:-8px 0 0 -4px;142 background-position:0 14px;
414position:relative;143 cursor:pointer;
415width:12px;
416padding:0;
417}144}
418#hidemenu span {margin:0.75em 0;
419height:14px;
420display:block; }
421#hidemenu a {text-decoration:none;}
422145
423/*******redirection**********/146/*******redirection**********/
424#punredirect .top-box, #punredirect .end-box {height:20px}147#punredirect .top-box, #punredirect .end-box{ height:20px; }
425#punredirect {margin:1em}148#punredirect{ margin:1em; }
426#punredirect #brdmain {149#punredirect #brdmain{
427margin-top:-30px;150 margin-top:-30px; margin-bottom:-15px;
428margin-bottom:-15px;
429}151}
430152
431/* mise en forme des tableaux des messages et des categories et des listes de posts */153/* mise en forme des tableaux des messages et des categories et des listes de posts */
432154
433.blocktable h2, .blockpost h2, #quickpost h2 {155.blocktable h2, .blockpost h2, #quickpost h2{
434height:44px;156 margin-left:-2px; padding-top:7px;
435background-repeat:no-repeat;157 height:44px;
436background-position:0px 0px;158 background-repeat:no-repeat;
437text-indent:55px;159 background-position:0px 0px;
438padding-top:7px;160 text-indent:55px;
439margin-left:-2px;161 /*font-size:1.1em;*/
440/*font-size:1.1em;*/162}
441}163.blockpost h2, #quickpost h2, #postreview .blockpost .postleft dt{background-position:0 -51px}
442.blockpost h2, #quickpost h2, #postreview .blockpost .postleft dt {background-position:0 -51px}164.blockpost h2, #quickpost h2{
443.blockpost h2, #quickpost h2 {165 background-repeat:no-repeat;
444background-repeat:no-repeat;166 margin:0;
445margin:0;167 margin-left:-6px;
446margin-left:-6px;168 padding-right:6px;
447padding-right:6px;169}
448}170.blockpost, #quickpost, .blocktable{
449.blockpost, #quickpost, .blocktable {171 background-repeat:repeat-x;
450background-repeat:repeat-x;172}
451}173.blocktable .box{
452.blocktable .box {174 margin-top:-30px;
453margin-top:-30px;
454}175}
455.blocktable h2 span{176.blocktable h2 span{
456width:100%;177 width:100%;
457display:block;178 display:block;
458background-repeat:no-repeat;179 background-repeat:no-repeat;
459background-position:top right;180 background-position:top right;
460margin-top:-7px;181 margin-top:-7px;
461height:17px;182 height:17px;
462margin-right:-2px;183 margin-right:-2px;
463padding-top:7px;184 padding-top:7px;
464}185}
465#quickpost h2 span {186#quickpost h2 span{
466padding-right:7px;187 padding-right:7px;
467}188}
468.blockpost h2 span.conr, #quickpost h2 span.conr {189.blockpost h2 span.conr, #quickpost h2 span.conr{
469background-repeat:no-repeat;190 background-repeat:no-repeat;
470background-position:top right;191 background-position:top right;
471margin-top:-7px;192 margin-top:-7px;
472height:17px;193 height:17px;
473padding-top:7px;194 padding-top:7px;
474margin-right:-7px;195 margin-right:-7px;
475padding-right:7px;196 padding-right:7px;
476}197}
477198
478/* pour ne pas afficher : Pied de page des forums */199/* pour ne pas afficher : Pied de page des forums */
479200
480#brdfooter h2 {display:none}201#brdfooter h2{display:none}
481202
482/******* cache les info "en ligne" et co. ******/203/******* cache les info "en ligne" et co. ******/
483.postfootleft{display:none}204.postfootleft{display:none}
484.postfoot{text-align:right}205.postfoot{text-align:right}
485.postfoot li{206.postfoot li{
486border-left-width:1px;207 border-left-width:1px;
487border-left-style:solid;208 border-left-style:solid;
488padding-left:6px;209 padding-left:6px;
489padding-right:5px;210 padding-right:5px;
490}211}
491.postreport{border-left-width:0px !important;}212.postreport{border-left-width:0px !important;}
492/************* pour ne pas que les sujets soit colles a gauche **************/213/************* pour ne pas que les sujets soit colles a gauche **************/
493.tclcon{214.tclcon{
494float:left;215 float:left;
495width:96%;216 width:96%;
496}217}
497/********* numero des forums *******/218/********* numero des forums *******/
498.tcl .icon{219.tcl .icon{
499width:4%;220 width:4%;
500float:left;221 float:left;
501min-height:20px;222 min-height:20px;
502height:1em;223 height:1em;
503}224}
504.tcl .icon .nosize{display:none}225.tcl .icon .nosize{display:none}
505#punindex .tcl .icon-new{226#punindex .tcl .icon-new{
506background-image:url('../images/forum/imgNewPost.png');227 background-image:url('../images/forum/imgNewPost.png');
507background-repeat:no-repeat;228 background-repeat:no-repeat;
508background-position:center center;229 background-position:center center;
509}230}
510231
511/********** icone d'épinglé ******************/232/********** icone d'épinglé ******************/
512.stickytext {233.stickytext{
513width:20px;234 width:20px;
514background-position:0 -73px;235 background-position:0 -73px;
515font-size:0px;236 font-size:0px;
516height:16px;237 height:16px;
517display:block;238 display:block;
518float:left;239 float:left;
519color:transparent;240 color:transparent;
520}241}
521.istick strong{242.istick strong{
522display:block;243 display:block;
523float:left;244 float:left;
524}245}
525.closedtext {246.closedtext{
526width:20px;247 width:20px;
527background-position:0 -19px;248 background-position:0 -19px;
528font-size:0px;249 font-size:0px;
529height:16px;250 height:16px;
530display:block;251 display:block;
531float:left;252 float:left;
532color:transparent;253 color:transparent;
533}254}
534.iclosed{font-style:italic}255.iclosed{font-style:italic}
535.movedtext {256.movedtext{
536width:20px;257 width:20px;
537background-position:0 -37px;258 background-position:0 -37px;
538font-size:0px;259 font-size:0px;
539height:16px;260 height:16px;
540display:block;261 display:block;
541float:left;262 float:left;
542color:transparent;263 color:transparent;
543}264}
544265
545/******** nom des forums ********/266/******** nom des forums ********/
546.tclcon h3267.tclcon h3
547{/*font-size:1em;*/268{/*font-size:1em;*/
548font-weight:bold;269 font-weight:bold;
549margin-top:0;270 margin-top:0;
550margin-bottom:0.5em;271 margin-bottom:0.5em;
551}272}
552.tclcon h3 a{text-decoration:underline}273.tclcon h3 a{text-decoration:underline}
553/******* description des forums ******/274/******* description des forums ******/
554.forumdesc {275.forumdesc{
555line-height:1.2em;276 line-height:1.2em;
556margin-bottom:3px;277 margin-bottom:3px;
557}278}
558.inbox table {width:100%}279.inbox table{width:100%}
559#brdstats .clearb {clear:both;}280#brdstats .clearb{clear:both;}
560th {281th{
561text-align:left;282 text-align:left;
562font-size:0.91em;283 font-size:0.91em;
563font-weight:normal;284 font-weight:normal;
564color:#353535;285 color:#353535;
565}286}
566#users1 th {287#users1 th{
567font-weight:bold;288 font-weight:bold;
568color:black;289 color:black;
569padding-top:5px;290 padding-top:5px;
570font-size:1em;291 font-size:1em;
571}292}
572th.tcl {padding:0 0 0.5em 2em}293th.tcl{padding:0 0 0.5em 2em}
573.postlink {294.postlink{
574text-align:right;295 text-align:right;
575display:block;296 display:block;
576}297}
577#page_up{298#page_up{
578text-align:right;299 text-align:right;
579margin-top:-2em;}300 margin-top:-2em;
301}
580302
581/** signature **/303/** signature **/
582304
583#punviewtopic .postsignature {305#punviewtopic .postsignature{
584margin-bottom:5px;306 margin-bottom:5px;
585}307}
586308
587/* cache les sujets des messages qui ne servent a rien*/309/* cache les sujets des messages qui ne servent a rien*/
588.postright h3 {display:none}310.postright h3{display:none}
589/* reponse rapide */311/* reponse rapide */
590.bblinks li {312.bblinks li{
591display:inline;313 display:inline;
592margin-right:20px;314 margin-right:20px;
593}315}
594/* resume message*/316/* resume message*/
595#postreview .postleft, #punmoderate .postleft {317#postreview .postleft, #punmoderate .postleft{
596margin:-20px 0 0 0;318 margin:-20px 0 0 0;
597float:none;319 float:none;
598width:auto;320 width:auto;
599padding:0;321 padding:0;
600}322}
601#postreview h2 {margin-bottom:75px}323#postreview h2{margin-bottom:75px}
602#postreview .postmsg {padding-top:0}324#postreview .postmsg{padding-top:0}
603#punmoderate .postmsg {padding:0}325#punmoderate .postmsg{padding:0}
604#postreview .blockpost {margin-top:30px}326#postreview .blockpost{margin-top:30px}
605#postreview .blockpost .postleft dl, #punmoderate .blockpost .postleft dl {327#postreview .blockpost .postleft dl, #punmoderate .blockpost .postleft dl{
606margin:0;328 margin:0;
607padding:0;329 padding:0;
608}330}
609.blockpost .postleft dt {padding-left:50px}331.blockpost .postleft dt{padding-left:50px}
610#postreview .blockpost .postleft dt, #punmoderate .blockpost .postleft dt {332#postreview .blockpost .postleft dt, #punmoderate .blockpost .postleft dt{
611width:100%;333 width:100%;
612height:44px;334 height:44px;
613padding:4px 6px 31px 50px;335 padding:4px 6px 31px 50px;
614background-repeat:no-repeat;336 background-repeat:no-repeat;
615margin:-3px -30px 0 -6px;337 margin:-3px -30px 0 -6px;
616}338}
617/*.postleft dt span {font-size:0.9em}*/339/*.postleft dt span{font-size:0.9em}*/
618#postreview .blockpost {background-repeat:repeat-x}340#postreview .blockpost{background-repeat:repeat-x}
619#postreview .blockpost h2 span {341#postreview .blockpost h2 span{
620width:100%;342 width:100%;
621display:block;343 display:block;
622background-repeat:no-repeat;344 background-repeat:no-repeat;
623background-position:top right;345 background-position:top right;
624margin-top:-7px;346 margin-top:-7px;
625height:17px;347 height:17px;
626padding-top:7px;348 padding-top:7px;
627margin-right:-7px;349 margin-right:-7px;
628padding-right:7px;350 padding-right:7px;
629}351}
630/*#postreview .postleft dd, #punmoderate .postleft dd {font-size:0.9em}*/352/*#postreview .postleft dd, #punmoderate .postleft dd{font-size:0.9em}*/
631#postpreview .postmsg{margin-top:10px}353#postpreview .postmsg{margin-top:10px}
632/*Alignement horizontal des champs de recherche dans userlist*/354/*Alignement horizontal des champs de recherche dans userlist*/
633#userlist .conl{355#userlist .conl{
634margin-right:10px;356 margin-right:10px;
635white-space:nowrap;357 white-space:nowrap;
636}358}
637359
638/* passage à la ligne pour les explications dans la page userlist*/360/* passage à la ligne pour les explications dans la page userlist*/
639#userlist .clearb{padding-left:5px; clear:both; }361#userlist .clearb{padding-left:5px; clear:both; }
640362
641.blockpost .conr {font-weight:normal}363.blockpost .conr{font-weight:normal}
642364
643/************** PROFIL **************/365/************** PROFIL **************/
644#profile li {366#profile li{
645display:inline;367 display:inline;
646margin-right:50px;368 margin-right:50px;
647}369}
648#profile li.isactive {text-decoration:none}370#profile li.isactive{text-decoration:none}
649371
650/************ Tableau principal **************/372/************ Tableau principal **************/
651#mainindex table {width:100%}373#mainindex table{width:100%}
652.tcl {width:61%;}374.tcl{width:61%;}
653.tc1, .tc2, .tc3 {width:7%; text-align:center;}375.tc1, .tc2, .tc3{width:7%; text-align:center;}
654.tcr {width:25%; padding-left:1em;}376.tcr{width:25%; padding-left:1em;}
655tbody .tcl, tbody .tc1, tbody .tc2, tbody .tc3, tbody .tc4, tbody .tc5, tbody .tcr {377tbody .tcl, tbody .tc1, tbody .tc2, tbody .tc3, tbody .tc4, tbody .tc5, tbody .tcr{
656border-bottom:1px solid lightgrey;378 border-bottom:1px solid lightgrey;
657padding:0.3em 0.15em 0.3em 0;379 padding:0.3em 0.15em 0.3em 0;
658}380}
659tbody .tcl{padding-right:0.5em}381tbody .tcl{padding-right:0.5em}
660#punindex .roweven, #punsearch .roweven, #vf .roweven {background-color:#F7F7F7}382#punindex .roweven, #punsearch .roweven, #vf .roweven{background-color:#F7F7F7}
661#vf tbody tr:hover, #punindex tbody tr:hover, #punuserlist tbody tr:hover, #punsearch tbody tr:hover {background-color:#E7E7E7}383#vf tbody tr:hover, #punindex tbody tr:hover, #punuserlist tbody tr:hover, #punsearch tbody tr:hover{background-color:#E7E7E7}
662#vf tbody a:hover, #punsearch tbody a:hover, #punuserlist tbody a:hover {text-decoration:none}384#vf tbody a:hover, #punsearch tbody a:hover, #punuserlist tbody a:hover{text-decoration:none}
663.byuser {font-size:0.91em}385.byuser{font-size:0.91em}
664386
665/* XABILON : mise en forme des colonnes dans punsearch */387/* XABILON : mise en forme des colonnes dans punsearch */
666388
667#punsearch .tcl {width:50%}389#punsearch .tcl{width:50%}
668#punsearch .tc2 {width:23%; text-align:left;}390#punsearch .tc2{width:23%; text-align:left;}
669/*#punviewtopic .postleft{391/*#punviewtopic .postleft{
670margin:0 10px 0 10px;392margin:0 10px 0 10px;
671height:20px;393height:20px;
672}*/394}*/
673#punviewtopic .postleft dd{395#punviewtopic .postleft dd{
674margin:0 10px;396 margin:0 10px;
675width:0px;397 width:0px;
676}398}
677399
678/* IP pas en gras, et espace avec le pseudo*/400/* IP pas en gras, et espace avec le pseudo*/
679#punviewtopic .postleft dt span {401#punviewtopic .postleft dt span{
680margin-left:10px;402 margin-left:10px;
681font-weight:normal;403 font-weight:normal;
682width:0px;404 width:0px;
683height:0px;405 height:0px;
684}406}
685.postleft dl {margin-top:-20px}407.postleft dl{margin-top:-20px}
686.postright {408.postright{
687padding-left:75px;409 padding-left:75px;
688padding-top:6px;410 padding-top:6px;
689}411}
690.postleft a {color:black !important}412.postleft a{color:black !important}
691.postmsg {413.postmsg{
692padding:5px;414 padding:5px;
693min-height:75px;415 min-height:75px;
694}416}
695.blockpost, .quotebox{417.blockpost, .quotebox{
696-o-border-radius:10px 0 10px 0;418 border-radius:10px 0px 10px 0px;
697-moz-border-radius:10px 0px 10px 0px; 419 -o-border-radius:10px 0 10px 0;
698-webkit-border-radius:10px 0px 10px 0px; 420 -moz-border-radius:10px 0px 10px 0px;
699-khtml-border-radius:10px 0px 10px 0px; 421 -webkit-border-radius:10px 0px 10px 0px;
700border-radius:10px 0px 10px 0px;422 -khtml-border-radius:10px 0px 10px 0px;
701}423}
702.blockpost{424.blockpost{
703position:relative;425 position:relative;
704background-color:#E8E8E8;426 background-color:#E8E8E8;
705margin-left:6px;427 margin-left:6px;
706border-color:#B0C0C0;428 border-color:#B0C0C0;
707border-style:solid;429 border-style:solid;
708border-width:0px 0.5px 1px 0px;430 border-width:0px 0.5px 1px 0px;
709margin-top:5px;431 margin-top:5px;
710clear:both;432 clear:both;
711}433}
712#quickpost {background-color:#edebeb}434#quickpost{ background-color:#edebeb; }
713.blockform .buttons {margin-left:15px}435.blockform .buttons{ margin-left:15px; }
714436
715/* XABILON :Cadre information + fieldset (l'ancien est ci-dessus)*/437/* XABILON :Cadre information + fieldset (l'ancien est ci-dessus)*/
716.inform {438.inform{
717margin:10px;439 margin:10px;
718padding-bottom:10px;440 padding-bottom:10px;
719clear:both;441 clear:both;
720}442}
721#profile .inform {padding-top:10px;}443#profile .inform{padding-top:10px;}
722#profile fieldset, #adminconsole fieldset, #viewprofile fieldset{444#profile fieldset, #adminconsole fieldset, #viewprofile fieldset{
723border:1px solid #606060;445 background-color:#E8E8E8;
724-o-border-radius:5px;446 border:1px solid #606060;
725-khtml-border-radius:5px;447 border-radius:5px;
726-moz-border-radius:5px;448 -o-border-radius:5px;
727border-radius:5px;449 -khtml-border-radius:5px;
728background-color:#E8E8E8450 -moz-border-radius:5px;
729}451}
730legend {452legend{
731font-weight:bold;453 font-weight:bold;
732padding:0 5px;454 padding:0 5px;
733margin-left:15px;455 margin-left:15px;
734}456}
735label {457label{
736margin-right:0.5em;458 margin-right:0.5em;
737padding-top:0.2em;459 padding-top:0.2em;
738}460}
739461
740/* XABILON : Propriété infldset (liste des signalements) */462/* XABILON : Propriété infldset (liste des signalements) */
741463
742.infldset {464.infldset{
743padding:6px 10px;465 padding:6px 10px;
744text-align:left;466 text-align:left;
745}467}
746#adminconsole .aligntop {width:100%}468#adminconsole .aligntop{width:100%}
747#adminconsole td span {margin-left:1em}469#adminconsole td span{margin-left:1em}
748#edforum .infldset TD {border-top:1px solid #C0C0C0}470#edforum .infldset TD{border-top:1px solid #C0C0C0}
749#censoring .tcl {width:auto}471#censoring .tcl{width:auto}
750#punadmin_reports TH {width:15em;}472#punadmin_reports TH{width:15em;}
751.blockpost h2 span span, .blockpost h2 span a {473.blockpost h2 span span, .blockpost h2 span a{
752display:block;474 display:block;
753float:right;475 float:right;
754font-size:0.9em;476 font-size:0.9em;
755}477}
756.blockpost h2 span span {text-align:right}478.blockpost h2 span span{text-align:right}
757.blockpost h2 span a {479.blockpost h2 span a{
758color:black !important;480 color:black !important;
759font-weight:normal;481 font-weight:normal;
760}482}
761.blockpost h2 span a:hover {text-decoration:none}483.blockpost h2 span a:hover{text-decoration:none}
762484
763/*#mainindex .inbox, mainview* .inbox {clear:both}*/485/*#mainindex .inbox, mainview* .inbox{clear:both}*/
764#mainindex .inbox, #mainviewforum .inbox, #mainviewindex .inbox {clear:both}486#mainindex .inbox, #mainviewforum .inbox, #mainviewindex .inbox{clear:both}
765.inbox li {display:inline}487.inbox li{display:inline}
766.postmsg li {display:list-item}488.postmsg li{display:list-item}
767.blockpost .box {489.blockpost .box{
768margin-top:-50px;490 margin-top:-50px;
769padding-bottom:10px;491 padding-bottom:10px;
770min-height:140px;492 min-height:140px;
771}493}
772.inbox {clear:both}494.inbox{clear:both}
773.top_links {495.top_links{
774margin-right:5px;496 margin-right:5px;
775margin-left:5px;497 margin-left:5px;
776}498}
777.blockpost .box .inbox .postbody .postright {float:none}499.blockpost .box .inbox .postbody .postright{float:none}
778#postreview .postright {float:none}500#postreview .postright{float:none}
779#postreview .postleft {501#postreview .postleft{
780margin:-20px 0 0 0;502 margin:-20px 0 0 0;
781padding:0px;503 padding:0px;
782float:none;504 float:none;
783width:auto;505 width:auto;
784}506}
785/* quote */507/* quote */
786.quotebox {508.quotebox{
787background:#fdfcfd url('../images/forum/quote.png') no-repeat;509 background:#fdfcfd url('../images/forum/quote.png') no-repeat;
788background-position:top left;510 background-position:top left;
789min-height:70px;511 min-height:70px;
790border-color:#A8A8A8 #C8C8C8 #C8C8C8 #A8A8A8;512 border-color:#A8A8A8 #C8C8C8 #C8C8C8 #A8A8A8;
791border-style:solid;513 border-style:solid;
792border-width:1px;514 border-width:1px;
793margin:9px 0.2em 1em;515 margin:9px 0.2em 1em;
794padding-top:0.2em;516 padding-top:0.2em;
795overflow:hidden; 517 overflow:hidden;
796}518}
797/* codebox */519/* codebox */
798.codebox {520.codebox{
799font-family:Consolas,'Lucida Console','Bitstream Vera Sans Mono','DejaVu Sans Mono',monospace;521 font-family:Consolas,'Lucida Console','Bitstream Vera Sans Mono','DejaVu Sans Mono',monospace;
800font-size:1.1em;522 font-size:1.1em;
801max-height:26em;523 max-height:26em;
802border:1px solid;524 border:1px solid;
803color:white;525 color:white;
804background-color:#333;526 background-color:#333;
805overflow:auto;527 overflow:auto;
806margin:9px 0.2em 1em;528 margin:9px 0.2em 1em;
807padding:0.3em 0.5em;529 padding:0.3em 0.5em;
808-moz-border-radius:5px;530 -moz-border-radius:5px;
809border-radius:5px;531 border-radius:5px;
810}532}
811.codebox pre {margin:0; white-space:pre-wrap;}533.codebox pre{margin:0; white-space:pre-wrap;}
812/* liste dans message*/534/* liste dans message*/
813.postmsg ul {list-style-type:square}535.postmsg ul{list-style-type:square}
814536
815/* cache les titres des pages du profil */537/* cache les titres des pages du profil */
816#profile h2 {display:none}538#profile h2{display:none}
817539
818/* Blocs de formulaires*/540/* Blocs de formulaires*/
819541
820.blockform h2 {542.blockform h2{
821font-size:1.1em;543 font-size:1.1em;
822padding-top:10px;544 padding-top:10px;
823padding-left:40px;545 padding-left:40px;
824margin-right:10px;546 margin-right:10px;
825padding-right:6px;547 padding-right:6px;
826}548}
827.fakeform, .blockform {549.fakeform, .blockform{
828-o-border-radius:10px;550 -o-border-radius:10px;
829-khtml-border-radius:10px;551 -khtml-border-radius:10px;
830-moz-border-radius:10px;552 -moz-border-radius:10px;
831border-radius:10px;553 border-radius:10px;
832border-bottom:1px solid grey;554 border-bottom:1px solid grey;
833border-right:1px solid grey;555 border-right:1px solid grey;
834background-color:lightgrey556 background-color:lightgrey
835}557}
836.postedit{text-align:right}558.postedit{text-align:right}
837.postfootright ul{559.postfootright ul{
838margin:0px;560 margin:0px;
839font-size:0.90em;561 font-size:0.90em;
840}562}
841.postsignature p{margin:0}563.postsignature p{margin:0}
842textarea{564textarea{
843width:99%;565 width:99%;
844padding:3px;566 padding:3px;
845}567}
846#punuserlist .linkst{margin:0 0 30px 0}568#punuserlist .linkst{margin:0 0 30px 0}
847cite{margin-left:10px; font-size:0.9em;}569cite{margin-left:10px; font-size:0.9em;}
848.modlist{display:none}570.modlist{display:none}
849#onlinelist dd, #onlinelist dl, #onlinelist dt{571#onlinelist dd, #onlinelist dl, #onlinelist dt{
850display:inline;572 display:inline;
851margin:0px573 margin:0px
852}574}
853#footer{margin-left:16em}575#footer{margin-left:16em}
854576
855/* Menu onglets profil */577/* Menu onglets profil */
856578
857#profile .blockmenu {579#profile .blockmenu{
858width:100%;580 width:100%;
859height:4em;581 height:4em;
860margin-top:8px;582 margin-top:8px;
861padding-top:1em;583 padding-top:1em;
862padding-left:0;584 padding-left:0;
863-o-border-radius:5px;585 -o-border-radius:5px;
864-moz-border-radius:5px;586 -moz-border-radius:5px;
865-khtml-border-radius:5px;587 -khtml-border-radius:5px;
866border-radius:5px;588 border-radius:5px;
867border-bottom:1px solid grey;589 border-bottom:1px solid grey;
868border-right:1px solid grey;590 border-right:1px solid grey;
869}591}
870#profile .blockmenu ul {592#profile .blockmenu ul{
871margin-left:0;593 margin-left:0;
872border-bottom:1px solid #8E9090;594 border-bottom:1px solid #8E9090;
873text-align:center;595 text-align:center;
874}596}
875#profile .blockmenu li {597#profile .blockmenu li{
876-o-border-radius:5px 5px 0 0;598 -o-border-radius:5px 5px 0 0;
877-khtml-border-radius:5px 5px 0 0;599 -khtml-border-radius:5px 5px 0 0;
878-moz-border-radius:5px 5px 0 0;600 -moz-border-radius:5px 5px 0 0;
879-webkit-border-top-left-radius:5px;601 -webkit-border-top-left-radius:5px;
880-webkit-border-top-right-radius:5px;602 -webkit-border-top-right-radius:5px;
881background-repeat:repeat-x;603 background-repeat:repeat-x;
882border-color:#BEC0C0;604 border-color:#BEC0C0;
883border-style:outset;605 border-style:outset;
884border-width:1px 1px 0;606 border-width:1px 1px 0;
885margin-right:-3px;607 margin-right:-3px;
886padding:0.5em 0.8em 0em 0.8em;608 padding:0.5em 0.8em 0em 0.8em;
887font-weight:bold;609 font-weight:bold;
888}610}
889#profile .blockmenu li.isactive{611#profile .blockmenu li.isactive{
890border-bottom-width:3px;612 border-bottom-width:3px;
891border-bottom-style:solid;613 border-bottom-style:solid;
892text-decoration:none;}614 text-decoration:none;
893#profile .blockmenu a {color:black}615}
894#profile .blockmenu a:hover {text-decoration:none}616#profile .blockmenu a{color:black}
617#profile .blockmenu a:hover{text-decoration:none}
895#searchlinks{display:none}618#searchlinks{display:none}
896619
897/* zone pied de fil pour modérateurs*/620/* zone pied de fil pour modérateurs*/
898621
899#brdfooter {622#brdfooter{
900margin:0;623 margin:0;
901padding:0 8px 1px 8px;624 padding:0 8px 1px 8px;
902display:block;625 display:block;
903}626}
904#brdfooter dt {display:none}627#brdfooter dt{display:none}
905.end-box {628.end-box{
906height:5px;629 height:5px;
907margin-bottom:20px;630 margin-bottom:20px;
908margin-top:0;631 margin-top:0;
909-o-border-radius:0 0 5px 5px;632 -o-border-radius:0 0 5px 5px;
910-moz-border-radius:0 0 5px 5px;633 -moz-border-radius:0 0 5px 5px;
911-khtml-border-radius:0 0 5px 5px;634 -khtml-border-radius:0 0 5px 5px;
912-webkit-border-bottom-left-radius:5px;635 -webkit-border-bottom-left-radius:5px;
913-webkit-border-bottom-right-radius:5px;636 -webkit-border-bottom-right-radius:5px;
914border-radius:0 0 5px 5px;637 border-radius:0 0 5px 5px;
915border-style:solid;638 border-style:solid;
916border-color:#BEC0C0;639 border-color:#BEC0C0;
917border-width:0 1px 1px 1px;640 border-width:0 1px 1px 1px;
918background-color:white;641 background-color:white;
919}642}
920.top-box {height:5px}643.top-box{height:5px}
921#main, .top-box {644#main, .top-box{
922margin-bottom:0;645 margin-bottom:0;
923-moz-border-radius:5px 5px 0 0;646 -moz-border-radius:5px 5px 0 0;
924-khtml-border-radius:5px 5px 0 0;647 -khtml-border-radius:5px 5px 0 0;
925-webkit-border-top-left-radius:5px;648 -webkit-border-top-left-radius:5px;
926-webkit-border-top-right-radius:5px;649 -webkit-border-top-right-radius:5px;
927-o-border-radius:5px 5px 0 0;650 -o-border-radius:5px 5px 0 0;
928border-radius:5px 5px 0 0;651 border-radius:5px 5px 0 0;
929border-style:solid;652 border-style:solid;
930border-color:#BEC0C0;653 border-color:#BEC0C0;
931border-width:1px 1px 0 1px;654 border-width:1px 1px 0 1px;
932background-color:white;655 background-color:white;
933}656}
934#brdmain {657#brdmain{
935margin:0;658 margin:0;
936border-style:solid;659 border-style:solid;
937border-color:#BEC0C0;660 border-color:#BEC0C0;
938border-width:0 1px 0 1px;661 border-width:0 1px 0 1px;
939background-color:white;662 background-color:white;
940}663}
941#poweredby {text-align:right}664#poweredby{text-align:right}
942#brdwelcome{665#brdwelcome{
943clear:none;666 clear:none;
944float:right;667 float:right;
945text-align:right;668 text-align:right;
946}669}
947670
948.pagelink, #punsearch #msg .inbox p, #punsearch #msg, #rules {margin-bottom:0px}671.pagelink, #punsearch #msg .inbox p, #punsearch #msg, #rules{margin-bottom:0px}
949/* redirection*/672/* redirection*/
950673
951674
952p.pagelink{padding:0px}675p.pagelink{padding:0px}
953.reportlink{676.reportlink{
954clear:both;677 clear:both;
955display:block !important;678 display:block !important;
956margin-right:-45px;679 margin-right:-45px;
957margin-bottom:-20px;680 margin-bottom:-20px;
958}681}
959.reportlink a {682.reportlink a{
960color:red !important;683 color:red !important;
961background-position:0 -55px;684 background-position:0 -55px;
962padding-left:25px;685 padding-left:25px;
963}686}
964687
965#brdfooternav .clearer {clear:both}688#brdfooternav .clearer{clear:both}
966#brdfooternav p {689#brdfooternav p{
967margin:0px;690 margin:0px;
968padding:0px;691 padding:0px;
969}692}
970#postreview .postleft dd span {padding-left:2em}693#postreview .postleft dd span{padding-left:2em}
971.usertitle {694.usertitle{
972color:#353535;695 color:#353535;
973white-space:nowrap;696 white-space:nowrap;
974}697}
975.usertitle strong {font-weight:normal}698.usertitle strong{font-weight:normal}
976.postmsg p {word-wrap:break-word}699.postmsg p{word-wrap:break-word}
977#main {overflow:hidden}700#main{overflow:hidden}
978.postavatar {701.postavatar{
979position:absolute;702 position:absolute;
980top:42px;703 top:42px;
981left:0;704 left:0;
982}705}
983.blockpost {min-height:140px}706.blockpost{min-height:140px}
984707
985span.bbs{text-decoration:line-through}708span.bbs{text-decoration:line-through}
986span.bbu{text-decoration:underline}709span.bbu{text-decoration:underline}
987.postsignature {min-height:0px; font-size:0.9em;}710.postsignature{min-height:0px; font-size:0.9em;}
988711
989/* Mise en forme de l'affichage des règles*/712/* Mise en forme de l'affichage des règles*/
990#regles li {713#regles li{
991list-style-type:decimal;714 list-style-type:decimal;
992display:list-item;715 display:list-item;
993}716}
994717
995/** Cadres Accueil et gagnant du Mois **/718/** Cadres Accueil et gagnant du Mois **/
996719
997#announce-welcome {min-height:101px}720#announce-welcome{min-height:101px}
998#announce-welcome table {721#announce-welcome table{
999min-height:101px;722 min-height:101px;
1000width:100%;723 width:100%;
1001}724}
1002#announce-welcome tbody {725#announce-welcome tbody{
1003height:100%;726 height:100%;
1004min-height:101px;727 min-height:101px;
1005}728}
1006.welcome {729.welcome{
1007width:75%;730 width:75%;
1008height:100%;731 height:100%;
1009-o-border-radius:8px;732 background-repeat:repeat-y;
1010-moz-border-radius:8px;733 border:1px solid #B0C0C0;
1011-khtml-border-radius:8px;734 border-radius:8px;
1012border-radius:8px;735 -o-border-radius:8px;
1013background-repeat:repeat-y; 736 -moz-border-radius:8px;
1014border:1px solid #B0C0C0;737 -khtml-border-radius:8px;
1015}738}
1016.welcome p {margin:0.6em}739.welcome p{margin:0.6em}
1017.winner {740.winner{
1018height:100%;741 height:100%;
1019border:1px solid lightgrey;742 border:1px solid lightgrey;
1020-o-border-radius:8px;743 -o-border-radius:8px;
1021-moz-border-radius:8px;744 -moz-border-radius:8px;
1022-khtml-border-radius:8px;745 -khtml-border-radius:8px;
1023border-radius:8px;746 border-radius:8px;
1024background-color:#F0F0F0;747 background-color:#F0F0F0;
1025vertical-align:top;748 vertical-align:top;
1026}749}
1027#winner_inbox {750#winner_inbox{
1028padding-right:5px;751 padding-right:5px;
1029width:100%;752 width:100%;
1030min-height:101px;753 min-height:101px;
1031background-repeat:no-repeat;754 background-repeat:no-repeat;
1032background-position:top right;755 background-position:top right;
1033}756}
1034#winner_inbox p {margin:0; margin-top:-5px; margin-left:-5px; padding:1em 54px 0.6em 0.6em; vertical-align:middle;757#winner_inbox p{margin:0; margin-top:-5px; margin-left:-5px; padding:1em 54px 0.6em 0.6em; vertical-align:middle;
1035758
1036}759}
1037.linux_pratique {760.linux_pratique{
1038font-weight:bold;761 font-weight:bold;
1039font-size:1.2em;762 font-size:1.2em;
1040}763}
1041.winner_name {764.winner_name{
1042font-style:italic;765font-style:italic;
1043font-size:1.1em;766font-size:1.1em;
1044}767}
1045video {max-width:50%}768video{max-width:50%}
1046#postpreview .postmsg h5 {margin-top:2em}769#postpreview .postmsg h5{margin-top:2em}
1047.postlinkst .subscribelink {display:none}770.postlinkst .subscribelink{display:none}
1048#punadmin_users .tc2, #punuserlist .tc4 {width:15%}771#punadmin_users .tc2, #punuserlist .tc4{width:15%}
1049#punadmin_users .tcl {772#punadmin_users .tcl{
1050width:20%;773 width:20%;
1051padding-left:20px;774 padding-left:20px;
1052}775}
1053#punadmin_users .tc3 {776#punadmin_users .tc3{
1054width:15%;777 width:15%;
1055font-size:0.9em;778 font-size:0.9em;
1056}779}
1057.block-inner{position:absolute;bottom:0}780.block-inner{position:absolute;bottom:0}
1058.block-inner li {781.block-inner li{
1059display:inline;782 display:inline;
1060list-style:none outside none;783 list-style:none outside none;
1061padding:0;784 padding:0;
1062}785}
1063.block-inner li.first {786.block-inner li.first{
1064border-right:1px solid #000000;787 border-right:1px solid #000000;
1065padding-right:1em;788 padding-right:1em;
1066}789}
1067.block-inner li.last {790.block-inner li.last{
1068border-left:1px solid #000000;791 border-left:1px solid #000000;
1069padding-left:1em;792 padding-left:1em;
1070}793}
1071.block-inner ul{794.block-inner ul{
1072margin:0 0 2px 0;795 margin:0 0 2px 0;
1073}796}
1074.block-inner a {color:#323232}797.block-inner a{color:#323232}
1075798
1076img {vertical-align:middle}799img{vertical-align:middle}
1077.postimg img {max-width:100%}800.postimg img{max-width:100%}
1078button {cursor:pointer}801button{cursor:pointer}
1079#toolbar img {cursor:pointer}802#toolbar img{cursor:pointer}
1080li.postedit {font-size:1em}803li.postedit{font-size:1em}
1081div.postright a {text-decoration:underline}804div.postright a{text-decoration:underline}
1082.postright a:visited{color:#551A8B}805.postright a:visited{color:#551A8B}
1083p.postedit {font-size:0.9em; color:#666;}806p.postedit{font-size:0.9em; color:#666;}
1084807
1085/********************************************* DEBUT OPTIMISATION *******************************/808/********************************************* DEBUT OPTIMISATION *******************************/
1086.conr{float:right;text-align:right}809.conr{float:right;text-align:right}
1087.conl{float:left}810.conl{float:left}
1088.conr, .conl{display:block}811.conr, .conl{display:block}
1089.postbody{padding:2px 0 0 0}812.postbody{padding:2px 0 0 0}
1090.postleft, .postleft dl, .postleft dl dt, .postleft dl dd {display:inline}813.postleft, .postleft dl, .postleft dl dt, .postleft dl dd{display:inline}
1091.postleft dl dt span a {margin-right:10px}814.postleft dl dt span a{margin-right:10px}
1092.postleft {width:auto; vertical-align:middle}815.postleft{width:auto; vertical-align:middle}
1093.blockpost .inbox{clear:none}816.blockpost .inbox{clear:none}
1094.postleft dl {margin:0; padding:0}817.postleft dl{margin:0; padding:0}
1095818
=== added file 'theme2010/css/forum.css'
--- theme2010/css/forum.css 1970-01-01 00:00:00 +0000
+++ theme2010/css/forum.css 2011-02-20 13:32:13 +0000
@@ -0,0 +1,5 @@
1@import url('init.css');
2@import url('page.css');
3@import url('header.css');
4@import url('navigation.css');
5@import url('forum-general.css');
0\ No newline at end of file6\ No newline at end of file
17
=== modified file 'theme2010/css/header.css'
--- theme2010/css/header.css 2011-02-19 01:08:15 +0000
+++ theme2010/css/header.css 2011-02-20 13:32:13 +0000
@@ -139,3 +139,10 @@
139 background-color:#FFF !important;139 background-color:#FFF !important;
140 color:#000 !important;140 color:#000 !important;
141}141}
142
143/* Cacher / afficher menu Navigation */
144html.hidemenu #navigation{ display:none; }
145html.hidemenu #main, html.hidemenu #references, html.hidemenu #announce{ margin-left:0; }
146html.hidemenu #hidemenu{ background-position:50% 27px; }
147/* - - */
148
142149
=== modified file 'theme2010/css/init.css'
--- theme2010/css/init.css 2010-12-07 02:09:37 +0000
+++ theme2010/css/init.css 2011-02-20 13:32:13 +0000
@@ -11,7 +11,7 @@
11 margin:0; padding:0;11 margin:0; padding:0;
12}12}
13body, input, select, option, textarea{13body, input, select, option, textarea{
14 font-family:sans-serif;14 font-family:Arial,sans-serif;
15 line-height:1.4em;15 line-height:1.4em;
16 color:black;16 color:black;
17 background-color:white;17 background-color:white;
@@ -23,13 +23,12 @@
23 line-height:1.2em; 23 line-height:1.2em;
24 font-weight:bold; font-style:normal; 24 font-weight:bold; font-style:normal;
25}25}
26/* modifié par rapport au forum */26
27/*
28h1{ font-size:1.75em; }27h1{ font-size:1.75em; }
29h2{ font-size:1.5em; }28h2{ font-size:1.1em; }
30h3{ font-size:1.25em; }29h3{ font-size:1.1em; }
31h4{ font-size:1em; }30h4{ font-size:1em; }
32*/31
33ul, ol{ margin:0.75em 0 0.75em 12px; padding:0; }32ul, ol{ margin:0.75em 0 0.75em 12px; padding:0; }
34ol li p, ul li p{margin:0}33ol li p, ul li p{margin:0}
3534
3635
=== modified file 'theme2010/js/common.js'
--- theme2010/js/common.js 2011-02-07 20:43:41 +0000
+++ theme2010/js/common.js 2011-02-20 13:32:13 +0000
@@ -74,9 +74,9 @@
74 /*inputElement.className='input_focused';*/74 /*inputElement.className='input_focused';*/
75 if (inputElement.id=='qsearch__in') {75 if (inputElement.id=='qsearch__in') {
76 if (inputElement.value == 'Recherche rapide....') inputElement.value = '';76 if (inputElement.value == 'Recherche rapide....') inputElement.value = '';
77 }else if(inputElement.name=='u') {77 }else if(inputElement.id=='u_field') {
78 if (inputElement.value == 'Identifiant') inputElement.value = '';78 if (inputElement.value == 'Identifiant') inputElement.value = '';
79 }else if(inputElement.name=='p') {79 }else if(inputElement.id=='p_field') {
80 if (inputElement.value == 'Mot de passe') inputElement.value = '';80 if (inputElement.value == 'Mot de passe') inputElement.value = '';
81 }81 }
82 }82 }
@@ -89,9 +89,9 @@
89 /*inputElement.className='';*/89 /*inputElement.className='';*/
90 if (inputElement.id=='qsearch__in') {90 if (inputElement.id=='qsearch__in') {
91 if (inputElement.value.length<1) inputElement.value = 'Recherche rapide....';91 if (inputElement.value.length<1) inputElement.value = 'Recherche rapide....';
92 }else if(inputElement.name=='u') {92 }else if(inputElement.id=='u_field') {
93 if (inputElement.value.length<1) inputElement.value = 'Identifiant';93 if (inputElement.value.length<1) inputElement.value = 'Identifiant';
94 }else if(inputElement.name=='p') {94 }else if(inputElement.id=='p_field') {
95 if (inputElement.value.length<1) inputElement.value = 'Mot de passe';95 if (inputElement.value.length<1) inputElement.value = 'Mot de passe';
96 }96 }
97 }97 }

Subscribers

People subscribed via source and target branches

to all changes: