Changeset 1138

Show
Ignore:
Timestamp:
09/12/08 00:53:34 (2 months ago)
Author:
gleu
Message:

Amélioration de la présentation du style des documents.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • traduc/branches/bv81x/manuel/stylesheets/fixed.css

    r1137 r1138  
    2424@import url("pgfr.css"); 
    2525 
    26  
    27 .post-info {background:transparent url(img/user.png) no-repeat scroll left center;padding:3px 1px 1px 21px;margin:0px 0;} 
    28 a.comment_count {background:transparent url(img/comment.png) no-repeat scroll left center;padding:0px 10px 0px 21px;margin:0px 0; } 
    29 a.ping_count {background:transparent url(img/retro.png) no-repeat scroll left center;padding:0px 10px 0px 19px;margin:0px 0; } 
    30 a.attach_count {background:transparent url(img/attach.png) no-repeat scroll left center;padding:0px 10px 0px 24px;margin:0px 0; } 
    31  
    32 /* Tags de home.html */ 
    33 ul.post-tags li{ 
    34 color:#BABABA; 
    35 display:inline; 
    36 margin:0pt 0pt 0pt 0px; 
    37 padding:4px 0; 
    38 
    39 .post-tags { 
    40   margin:0;padding:4px 0 
    41 
    42 .post-tags a { 
    43   background:transparent url(img/tag.png) no-repeat center left;padding:3px 5px 1px 18px; 
    44 
    45 /* ------------------------------------------------------------ 
    46  6. BILLETS 
    47 ------------------------------------------------------------- */ 
    48   
    49 .post {margin-top:20px } 
    50 .post.first {margin-top:0px} 
    51 .post.odd {} 
    52   
    53 .day-date { font-size:130%; 
    54 color:#fff; 
    55 text-align:right; 
    56 margin-top, margin-bottom: 10px; 
    57 background-color:#B7B7B7; 
    58 padding:5px; 
    59 text-decoration:none; } 
    60  
    61 .post-title { margin:0px; 
    62 padding:10px 0;color:#ce5c00} 
    63 .post-title a{color:#ce5c00} 
    64 .post-info {color:#888a85; 
    65 margin:0pt; 
    66 padding:0pt; } 
    67  
    68 .post-info a{color:#2e3436; 
    69 margin:0pt; 
    70 padding:0pt; } 
    71   
    72  
    73 .post-title a:hover{color:#3465a4;} 
    74 .post-tags {/* background:#FAFAFA;*/margin:0;padding:4px 0 
    75 
    76 .post-tags a{/* background:#FAFAFA;*/color:#2e3436; 
    77 
    78   
    79  
    80 ul.post-tags li{ 
    81 color:#BABABA; 
    82 display:inline; 
    83 margin:0pt 0pt 0pt 0px; 
    84 padding:4px 0; 
    85 
    86   
    87  
    88 .post-excerpt { } 
    89 .post-content { } 
    90   
    91 .post-info {background:transparent url(img/user.png) no-repeat scroll left center;padding:3px 1px 1px 21px;margin:0px 0;} 
    92 .post-tags a{background:transparent url(img/tag.png) no-repeat center left;padding:3px 5px 1px 18px;} 
    93 .read-it { } 
    94   
    95 .footnotes {margin:25px 2px 2px 2px; ;padding:0 50px;} 
    96 .footnotes h4 {padding:0 0 0 18px;margin:0;background:transparent url(img/nb.png) no-repeat scroll left center;text-decoration:underline} 
    97   
    98 .post-info-co {background-color:#f5f5f5; 
    99 margin:0pt; 
    100 padding:5px; 
    101 text-align:left; 
    102 text-decoration:none; } 
    103 .post-info-co a,.post-info-co a:link,.post-info-co a:hover{ 
    104 color:#000000; 
    105   
    106 
    107 .post-info-co a:hover{ 
    108   
    109 
    110 a.comment_count {background:transparent url(img/comment.png) no-repeat scroll left center;padding:0px 10px 0px 21px;margin:0px 0; } 
    111 a.ping_count {background:transparent url(img/retro.png) no-repeat scroll left center;padding:0px 10px 0px 19px;margin:0px 0; } 
    112 a.attach_count {background:transparent url(img/attach.png) no-repeat scroll left center;padding:0px 10px 0px 24px;margin:0px 0; } 
    113   
    114  
    115 #attachments { padding:2px;} 
    116 #attachments h3 { color:#555753;margin:0;padding:5px;text-decoration:underline;background:transparent url(img/attach.png) no-repeat scroll left center;padding:10px 10px 10px 24px; } 
    117 #attachments ul { margin:0 0 0 10px;padding:0 0 0 5px;border-left:1px solid #babdb6} 
    118 #attachments ul li {list-style:none;;padding-left:1px} 
    119 #attachments ul li a{color:#2e3436} 
    120 #attachments li.audio {} 
    121 #attachments li.package {  } 
    122 #attachments li.text { } 
    123 #attachments li.image {  } 
    124 #attachments li.video {  } 
    125   
    126 fieldset { 
    127 border: 0px; 
     26div#pgSideWrap { 
     27  margin-top: -6px; 
    12828} 
    12929 
    130 form
    131 margin: 0px
     30dt
     31  background-color: white
    13232} 
     33 
     34table { 
     35  width: 100%; 
     36} 
     37 
     38div.tip { 
     39  border-left: 10px solid #77FFFF; 
     40  background-color: #E3FFFD; 
     41} 
     42 
     43div.tip div.admonbody p { 
     44  padding-left: 10px; 
     45  padding-bottom: 5px; 
     46} 
     47 
     48div.tip div.admonhead h3.admontitle { 
     49  padding-top: 5px; 
     50} 
     51 
     52div.tip div.admonhead img { 
     53  float:left; 
     54  padding-right:5px; 
     55  padding-top:2px; 
     56} 
     57 
     58div.note { 
     59  border-left: 10px solid #FFFF99; 
     60  background-color: #FFFFc8; 
     61} 
     62 
     63div.note div.admonbody p { 
     64  padding-left: 10px; 
     65  padding-bottom: 5px; 
     66} 
     67 
     68div.note div.admonhead h3.admontitle { 
     69  padding-top: 5px; 
     70} 
     71 
     72div.note div.admonhead img { 
     73  float:left; 
     74  padding-right:5px; 
     75  padding-top:2px; 
     76} 
     77 
     78div.caution { 
     79  border-left: 10px solid #FAC85C; 
     80  background-color: #FCE8BC; 
     81} 
     82 
     83div.caution div.admonbody p { 
     84  padding-left: 10px; 
     85  padding-bottom: 5px; 
     86} 
     87 
     88div.caution div.admonhead h3.admontitle { 
     89  padding-top: 5px; 
     90} 
     91 
     92div.caution div.admonhead img { 
     93  float:left; 
     94  padding-right:5px; 
     95  padding-top:2px; 
     96} 
     97 
     98div.important, div.warning { 
     99  border-left: 10px solid #DF421E; 
     100  background-color: #FFF0F0; 
     101} 
     102 
     103div.important div.admonbody p, div.warning div.admonbody p { 
     104  padding-left: 10px; 
     105  padding-bottom: 5px; 
     106} 
     107 
     108div.important div.admonhead h3.admontitle, div.warning div.admonhead h3.admontitle { 
     109  padding-top: 5px; 
     110} 
     111 
     112div.important div.admonhead img, div.warning div.admonhead img { 
     113  float:left; 
     114  padding-right:5px; 
     115  padding-top:2px; 
     116} 
     117 
     118pre.programlisting, pre.userinput, pre.screen, pre.synopsis { 
     119  font-size: 1.2em; 
     120  border-left: 10px solid #bbb; 
     121  background-color: #eee; 
     122  padding-left:10px; 
     123  padding-right:5px; 
     124  padding-top:2px; 
     125  padding-bottom:2px; 
     126} 
     127 
     128tt.filename { 
     129  font-size: 1.0em; 
     130} 
     131 
     132div.navfooter table { 
     133        width: 100%; 
     134        border: 0px solid #6495ed; 
     135        border-collapse: collapse; 
     136        /* margin:auto; */ 
     137        height: 30px; 
     138        color: #FFFFFF; 
     139} 
     140 
     141div.navfooter img { 
     142        border: 0px; 
     143        vertical-align: middle; 
     144} 
     145 
     146div.navfooter table td.left{ 
     147        text-align: left; 
     148        vertical-align: middle; 
     149        width: 47%; 
     150        font-size: 92%; 
     151} 
     152 
     153div.navfooter table td.left img{ 
     154        padding-right: 5px; 
     155        width: 24px; 
     156        height: 24px;    
     157} 
     158 
     159div.navfooter table td.right{ 
     160        text-align: right; 
     161        vertical-align: middle; 
     162        width: 47%; 
     163        font-size: 92%; 
     164} 
     165 
     166div.navfooter table td.right img{ 
     167        padding-left: 5px; 
     168        width: 24px; 
     169        height: 24px; 
     170} 
     171 
     172div.navfooter table td.center{ 
     173        vertical-align: top; 
     174        width: 6%; 
     175} 
  • traduc/branches/bv81x/manuel/stylesheets/pg-chunk-common.xsl

    r1137 r1138  
    1 <?xml version="1.0" encoding="ASCII"?> 
     1<?xml version="1.0" encoding="iso8859-15"?> 
    22<!--This file was created automatically by html2xhtml--> 
    33<!--from the HTML stylesheets.--> 
     
    2828    </span> 
    2929    <span id="pgHeaderLogoRight"> 
    30       <a href="/" title="La base de donnees la plus sophistiquee au monde."><img src="http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/hdr_right.png" width="210" height="80" alt="La base de donnees la plus sophistiquee au monde." /></a> 
     30      <a href="/" title="La base de données la plus sophistiquée au monde."><img src="http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/hdr_right.png" width="210" height="80" alt="La base de données la plus sophistiquée au monde." /></a> 
    3131    </span> 
    3232  </div> 
     
    4141  <ul class="pgTopNavList"> 
    4242   <li> <a href="http://www.postgresql.fr/" title="Accueil">Accueil</a> </li> 
    43    <li> <a href="http://blog.postgresql.fr/" title="Lire les actualites">Actualites</a> </li> 
     43   <li> <a href="http://blog.postgresql.fr/" title="Lire les actualités">Actualités</a> </li> 
    4444   <li> <a href="http://docs.postgresql.fr/" title="Lire la documentation officielle">Documentation</a> </li> 
    4545   <li> <a href="http://forums.postgresql.fr/" title="Pour poser des questions">Forums</a> </li> 
    4646   <li> <a href="http://asso.postgresql.fr/" title="La vie de l'association">Association</a></li> 
    47    <li> <a href="http://trac.postgresql.fr" title="Trac des developpeurs">Developpeurs</a></li> 
    48    <li> <a href="http://planete.postgresql.fr" title="La planete francophone sur PostgreSQL">Planete</a></li> 
     47   <li> <a href="http://trac.postgresql.fr" title="Trac des développeurs">Développeurs</a></li> 
     48   <li> <a href="http://planete.postgresql.fr" title="La planète francophone sur PostgreSQL">Planète</a></li> 
    4949   <li> <a href="http://support.postgresql.fr" title="Support sur PostgreSQL">Support</a></li> 
    5050  </ul> 
     
    6565  <div id="pgContentWrap"> 
    6666    <div id="pgContentNav"> 
    67       <xsl:call-template name="user.header.content"/> 
     67 
    6868 
    6969      <xsl:call-template name="footer.navigation"> 
  • traduc/branches/bv81x/manuel/stylesheets/pg-chunked-web.xsl

    r1137 r1138  
    3434  <xsl:include href="xhtml/pg-navigational-web.xsl"/> 
    3535 
    36 <xsl:param name="refentry.generate.name" select="0"></xsl:param> 
    37 <xsl:param name="refentry.generate.title" select="1"></xsl:param> 
     36  <xsl:param name="refentry.generate.name" select="0"></xsl:param> 
     37  <xsl:param name="refentry.generate.title" select="1"></xsl:param> 
    3838 
    3939</xsl:stylesheet> 
  • traduc/branches/bv81x/manuel/stylesheets/pg-chunked2-web.xsl

    r1137 r1138  
    3030  <xsl:template name="breadcrumbs"> 
    3131    <xsl:param name="this.node" select="."/> 
    32     <div class="breadcrumbs"> 
    33       <xsl:for-each select="$this.node/ancestor::*"> 
    34         <span class="breadcrumb-link"> 
    35           <a> 
    36             <xsl:attribute name="href"> 
    37               <xsl:call-template name="href.target"> 
    38                 <xsl:with-param name="object" select="."/> 
    39                 <xsl:with-param name="context" select="$this.node"/> 
    40               </xsl:call-template> 
    41             </xsl:attribute> 
    42             <xsl:apply-templates select="." mode="title.markup"/> 
    43           </a> 
    44         </span> 
    45         <xsl:text> &gt; </xsl:text> 
    46       </xsl:for-each> 
    47       <!-- And display the current node, but not as a link --> 
    48       <span class="breadcrumb-node"> 
    49         <xsl:apply-templates select="$this.node" mode="title.markup"/> 
     32    <xsl:for-each select="$this.node/ancestor::*"> 
     33      <span class="breadcrumb-link"> 
     34        <a> 
     35          <xsl:attribute name="href"> 
     36            <xsl:call-template name="href.target"> 
     37              <xsl:with-param name="object" select="."/> 
     38              <xsl:with-param name="context" select="$this.node"/> 
     39            </xsl:call-template> 
     40          </xsl:attribute> 
     41          <xsl:apply-templates select="." mode="title.markup"/> 
     42        </a> 
    5043      </span> 
    51     </div> 
     44      <xsl:text> &gt; </xsl:text> 
     45    </xsl:for-each> 
     46    <!-- And display the current node, but not as a link --> 
     47    <span class="breadcrumb-node"> 
     48      <xsl:apply-templates select="$this.node" mode="title.markup"/> 
     49    </span> 
    5250  </xsl:template> 
    5351   
  • traduc/branches/bv81x/manuel/stylesheets/xhtml/pg-navigational-web.xsl

    r1137 r1138  
    168168            or count($next) &gt; 0 or generate-id($home) != generate-id(.)"/> 
    169169    <xsl:if test="$row"> 
    170       <div class="navfooter"> 
     170      <div class="navfooter tblBasic"> 
    171171        <table summary="Barre de navigation"> 
     172          <tr class="firstrow"> 
     173            <td class="left colFirst"> 
     174              <xsl:call-template name="user.header.content"/> 
     175            </td> 
     176            <td class="colLast"></td> 
     177          </tr> 
    172178          <tr> 
    173179          <!-- Précédent --> 
    174           <td class="left"> 
     180          <td class="left colFirst"> 
    175181          <xsl:if test="count($prev)&gt;0 and $prev != $home"> 
    176182              <a accesskey="p"> 
     
    203209          </td> 
    204210            <!-- Suivant --> 
    205             <td class="right"> 
     211            <td class="right colLast"> 
    206212            <xsl:if test="count($next)&gt;0"> 
    207213              <a accesskey="n"> 
  • traduc/branches/bv82x/manuel/stylesheets/fixed.css

    r1137 r1138  
    156156@import url("pgfr.css"); 
    157157 
    158  
    159 .post-info {background:transparent url(img/user.png) no-repeat scroll left center;padding:3px 1px 1px 21px;margin:0px 0;} 
    160 a.comment_count {background:transparent url(img/comment.png) no-repeat scroll left center;padding:0px 10px 0px 21px;margin:0px 0; } 
    161 a.ping_count {background:transparent url(img/retro.png) no-repeat scroll left center;padding:0px 10px 0px 19px;margin:0px 0; } 
    162 a.attach_count {background:transparent url(img/attach.png) no-repeat scroll left center;padding:0px 10px 0px 24px;margin:0px 0; } 
    163  
    164 /* Tags de home.html */ 
    165 ul.post-tags li{ 
    166 color:#BABABA; 
    167 display:inline; 
    168 margin:0pt 0pt 0pt 0px; 
    169 padding:4px 0; 
    170 
    171 .post-tags { 
    172   margin:0;padding:4px 0 
    173 
    174 .post-tags a { 
    175   background:transparent url(img/tag.png) no-repeat center left;padding:3px 5px 1px 18px; 
    176 
    177 /* ------------------------------------------------------------ 
    178  6. BILLETS 
    179 ------------------------------------------------------------- */ 
    180   
    181 .post {margin-top:20px } 
    182 .post.first {margin-top:0px} 
    183 .post.odd {} 
    184   
    185 .day-date { font-size:130%; 
    186 color:#fff; 
    187 text-align:right; 
    188 margin-top, margin-bottom: 10px; 
    189 background-color:#B7B7B7; 
    190 padding:5px; 
    191 text-decoration:none; } 
    192  
    193 .post-title { margin:0px; 
    194 padding:10px 0;color:#ce5c00} 
    195 .post-title a{color:#ce5c00} 
    196 .post-info {color:#888a85; 
    197 margin:0pt; 
    198 padding:0pt; } 
    199  
    200 .post-info a{color:#2e3436; 
    201 margin:0pt; 
    202 padding:0pt; } 
    203   
    204  
    205 .post-title a:hover{color:#3465a4;} 
    206 .post-tags {/* background:#FAFAFA;*/margin:0;padding:4px 0 
    207 
    208 .post-tags a{/* background:#FAFAFA;*/color:#2e3436; 
    209 
    210   
    211  
    212 ul.post-tags li{ 
    213 color:#BABABA; 
    214 display:inline; 
    215 margin:0pt 0pt 0pt 0px; 
    216 padding:4px 0; 
    217 
    218   
    219  
    220 .post-excerpt { } 
    221 .post-content { } 
    222   
    223 .post-info {background:transparent url(img/user.png) no-repeat scroll left center;padding:3px 1px 1px 21px;margin:0px 0;} 
    224 .post-tags a{background:transparent url(img/tag.png) no-repeat center left;padding:3px 5px 1px 18px;} 
    225 .read-it { } 
    226   
    227 .footnotes {margin:25px 2px 2px 2px; ;padding:0 50px;} 
    228 .footnotes h4 {padding:0 0 0 18px;margin:0;background:transparent url(img/nb.png) no-repeat scroll left center;text-decoration:underline} 
    229   
    230 .post-info-co {background-color:#f5f5f5; 
    231 margin:0pt; 
    232 padding:5px; 
    233 text-align:left; 
    234 text-decoration:none; } 
    235 .post-info-co a,.post-info-co a:link,.post-info-co a:hover{ 
    236 color:#000000; 
    237   
    238 
    239 .post-info-co a:hover{ 
    240   
    241 
    242 a.comment_count {background:transparent url(img/comment.png) no-repeat scroll left center;padding:0px 10px 0px 21px;margin:0px 0; } 
    243 a.ping_count {background:transparent url(img/retro.png) no-repeat scroll left center;padding:0px 10px 0px 19px;margin:0px 0; } 
    244 a.attach_count {background:transparent url(img/attach.png) no-repeat scroll left center;padding:0px 10px 0px 24px;margin:0px 0; } 
    245   
    246  
    247 #attachments { padding:2px;} 
    248 #attachments h3 { color:#555753;margin:0;padding:5px;text-decoration:underline;background:transparent url(img/attach.png) no-repeat scroll left center;padding:10px 10px 10px 24px; } 
    249 #attachments ul { margin:0 0 0 10px;padding:0 0 0 5px;border-left:1px solid #babdb6} 
    250 #attachments ul li {list-style:none;;padding-left:1px} 
    251 #attachments ul li a{color:#2e3436} 
    252 #attachments li.audio {} 
    253 #attachments li.package {  } 
    254 #attachments li.text { } 
    255 #attachments li.image {  } 
    256 #attachments li.video {  } 
    257   
    258 fieldset { 
    259 border: 0px; 
    260 
    261  
    262 form { 
    263 margin: 0px; 
    264 
     158div#pgSideWrap { 
     159  margin-top: -6px; 
     160
     161 
     162dt { 
     163  background-color: white; 
     164
     165 
     166table { 
     167  width: 100%; 
     168
     169 
     170div.tip { 
     171  border-left: 10px solid #77FFFF; 
     172  background-color: #E3FFFD; 
     173
     174 
     175div.tip div.admonbody p { 
     176  padding-left: 10px; 
     177  padding-bottom: 5px; 
     178
     179 
     180div.tip div.admonhead h3.admontitle { 
     181  padding-top: 5px; 
     182
     183 
     184div.tip div.admonhead img { 
     185  float:left; 
     186  padding-right:5px; 
     187  padding-top:2px; 
     188
     189 
     190div.note { 
     191  border-left: 10px solid #FFFF99; 
     192  background-color: #FFFFc8; 
     193
     194 
     195div.note div.admonbody p { 
     196  padding-left: 10px; 
     197  padding-bottom: 5px; 
     198
     199 
     200div.note div.admonhead h3.admontitle { 
     201  padding-top: 5px; 
     202
     203 
     204div.note div.admonhead img { 
     205  float:left; 
     206  padding-right:5px; 
     207  padding-top:2px; 
     208
     209 
     210div.caution { 
     211  border-left: 10px solid #FAC85C; 
     212  background-color: #FCE8BC; 
     213
     214 
     215div.caution div.admonbody p { 
     216  padding-left: 10px; 
     217  padding-bottom: 5px; 
     218
     219 
     220div.caution div.admonhead h3.admontitle { 
     221  padding-top: 5px; 
     222
     223 
     224div.caution div.admonhead img { 
     225  float:left; 
     226  padding-right:5px; 
     227  padding-top:2px; 
     228
     229 
     230div.important, div.warning { 
     231  border-left: 10px solid #DF421E; 
     232  background-color: #FFF0F0; 
     233
     234 
     235div.important div.admonbody p, div.warning div.admonbody p { 
     236  padding-left: 10px; 
     237  padding-bottom: 5px; 
     238
     239 
     240div.important div.admonhead h3.admontitle, div.warning div.admonhead h3.admontitle { 
     241  padding-top: 5px; 
     242
     243 
     244div.important div.admonhead img, div.warning div.admonhead img { 
     245  float:left; 
     246  padding-right:5px; 
     247  padding-top:2px; 
     248
     249 
     250pre.programlisting, pre.userinput, pre.screen, pre.synopsis { 
     251  font-size: 1.2em; 
     252  border-left: 10px solid #bbb; 
     253  background-color: #eee; 
     254  padding-left:10px; 
     255  padding-right:5px; 
     256  padding-top:2px; 
     257  padding-bottom:2px; 
     258
     259 
     260tt.filename { 
     261  font-size: 1.0em; 
     262
     263 
     264div.navfooter table { 
     265        width: 100%; 
     266        border: 0px solid #6495ed; 
     267        border-collapse: collapse; 
     268        /* margin:auto; */ 
     269        height: 30px; 
     270        color: #FFFFFF; 
     271
     272 
     273div.navfooter img { 
     274        border: 0px; 
     275        vertical-align: middle; 
     276
     277 
     278div.navfooter table td.left{ 
     279        text-align: left; 
     280        vertical-align: middle; 
     281        width: 47%; 
     282        font-size: 92%; 
     283
     284 
     285div.navfooter table td.left img{ 
     286        padding-right: 5px; 
     287        width: 24px; 
     288        height: 24px;    
     289
     290 
     291div.navfooter table td.right{ 
     292        text-align: right; 
     293        vertical-align: middle; 
     294        width: 47%; 
     295        font-size: 92%; 
     296
     297 
     298div.navfooter table td.right img{ 
     299        padding-left: 5px; 
     300        width: 24px; 
     301        height: 24px; 
     302
     303 
     304div.navfooter table td.center{ 
     305        vertical-align: top; 
     306        width: 6%; 
     307
  • traduc/branches/bv82x/manuel/stylesheets/pg-chunk-common.xsl

    r1137 r1138  
    1 <?xml version="1.0" encoding="ASCII"?> 
     1<?xml version="1.0" encoding="iso8859-15"?> 
    22<!--This file was created automatically by html2xhtml--> 
    33<!--from the HTML stylesheets.--> 
     
    2828    </span> 
    2929    <span id="pgHeaderLogoRight"> 
    30       <a href="/" title="La base de donnees la plus sophistiquee au monde."><img src="http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/hdr_right.png" width="210" height="80" alt="La base de donnees la plus sophistiquee au monde." /></a> 
     30      <a href="/" title="La base de données la plus sophistiquée au monde."><img src="http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/hdr_right.png" width="210" height="80" alt="La base de données la plus sophistiquée au monde." /></a> 
    3131    </span> 
    3232  </div> 
     
    4141  <ul class="pgTopNavList"> 
    4242   <li> <a href="http://www.postgresql.fr/" title="Accueil">Accueil</a> </li> 
    43    <li> <a href="http://blog.postgresql.fr/" title="Lire les actualites">Actualites</a> </li> 
     43   <li> <a href="http://blog.postgresql.fr/" title="Lire les actualités">Actualités</a> </li> 
    4444   <li> <a href="http://docs.postgresql.fr/" title="Lire la documentation officielle">Documentation</a> </li> 
    4545   <li> <a href="http://forums.postgresql.fr/" title="Pour poser des questions">Forums</a> </li> 
    4646   <li> <a href="http://asso.postgresql.fr/" title="La vie de l'association">Association</a></li> 
    47    <li> <a href="http://trac.postgresql.fr" title="Trac des developpeurs">Developpeurs</a></li> 
    48    <li> <a href="http://planete.postgresql.fr" title="La planete francophone sur PostgreSQL">Planete</a></li> 
     47   <li> <a href="http://trac.postgresql.fr" title="Trac des développeurs">Développeurs</a></li> 
     48   <li> <a href="http://planete.postgresql.fr" title="La planète francophone sur PostgreSQL">Planète</a></li> 
    4949   <li> <a href="http://support.postgresql.fr" title="Support sur PostgreSQL">Support</a></li> 
    5050  </ul> 
     
    6565  <div id="pgContentWrap"> 
    6666    <div id="pgContentNav"> 
    67       <xsl:call-template name="user.header.content"/> 
     67 
    6868 
    6969      <xsl:call-template name="footer.navigation"> 
  • traduc/branches/bv82x/manuel/stylesheets/pg-chunked-web.xsl

    r1136 r1138  
    3434  <xsl:include href="xhtml/pg-navigational-web.xsl"/> 
    3535 
    36 <xsl:param name="refentry.generate.name" select="0"></xsl:param> 
    37 <xsl:param name="refentry.generate.title" select="1"></xsl:param> 
     36  <xsl:param name="refentry.generate.name" select="0"></xsl:param> 
     37  <xsl:param name="refentry.generate.title" select="1"></xsl:param> 
    3838 
    3939</xsl:stylesheet> 
  • traduc/branches/bv82x/manuel/stylesheets/pg-chunked2-web.xsl

    r1136 r1138  
    3030  <xsl:template name="breadcrumbs"> 
    3131    <xsl:param name="this.node" select="."/> 
    32     <div class="breadcrumbs"> 
    33       <xsl:for-each select="$this.node/ancestor::*"> 
    34         <span class="breadcrumb-link"> 
    35           <a> 
    36             <xsl:attribute name="href"> 
    37               <xsl:call-template name="href.target"> 
    38                 <xsl:with-param name="object" select="."/> 
    39                 <xsl:with-param name="context" select="$this.node"/> 
    40               </xsl:call-template> 
    41             </xsl:attribute> 
    42             <xsl:apply-templates select="." mode="title.markup"/> 
    43           </a> 
    44         </span> 
    45         <xsl:text> &gt; </xsl:text> 
    46       </xsl:for-each> 
    47       <!-- And display the current node, but not as a link --> 
    48       <span class="breadcrumb-node"> 
    49         <xsl:apply-templates select="$this.node" mode="title.markup"/> 
     32    <xsl:for-each select="$this.node/ancestor::*"> 
     33      <span class="breadcrumb-link"> 
     34        <a> 
     35          <xsl:attribute name="href"> 
     36            <xsl:call-template name="href.target"> 
     37              <xsl:with-param name="object" select="."/> 
     38              <xsl:with-param name="context" select="$this.node"/> 
     39            </xsl:call-template> 
     40          </xsl:attribute> 
     41          <xsl:apply-templates select="." mode="title.markup"/> 
     42        </a> 
    5043      </span> 
    51     </div> 
     44      <xsl:text> &gt; </xsl:text> 
     45    </xsl:for-each> 
     46    <!-- And display the current node, but not as a link --> 
     47    <span class="breadcrumb-node"> 
     48      <xsl:apply-templates select="$this.node" mode="title.markup"/> 
     49    </span> 
    5250  </xsl:template> 
    5351   
  • traduc/branches/bv82x/manuel/stylesheets/xhtml/pg-navigational-web.xsl

    r1136 r1138  
    168168            or count($next) &gt; 0 or generate-id($home) != generate-id(.)"/> 
    169169    <xsl:if test="$row"> 
    170       <div class="navfooter"> 
     170      <div class="navfooter tblBasic"> 
    171171        <table summary="Barre de navigation"> 
     172          <tr class="firstrow"> 
     173            <td class="left colFirst"> 
     174              <xsl:call-template name="user.header.content"/> 
     175            </td> 
     176            <td class="colLast"></td> 
     177          </tr> 
    172178          <tr> 
    173179          <!-- Précédent --> 
    174           <td class="left"> 
     180          <td class="left colFirst"> 
    175181          <xsl:if test="count($prev)&gt;0 and $prev != $home"> 
    176182              <a accesskey="p"> 
     
    203209          </td> 
    204210            <!-- Suivant --> 
    205             <td class="right"> 
     211            <td class="right colLast"> 
    206212            <xsl:if test="count($next)&gt;0"> 
    207213              <a accesskey="n"> 
  • traduc/trunk/postgresql/stylesheets/fixed.css

    r1137 r1138  
    2424@import url("pgfr.css"); 
    2525 
    26  
    27 .post-info {background:transparent url(img/user.png) no-repeat scroll left center;padding:3px 1px 1px 21px;margin:0px 0;} 
    28 a.comment_count {background:transparent url(img/comment.png) no-repeat scroll left center;padding:0px 10px 0px 21px;margin:0px 0; } 
    29 a.ping_count {background:transparent url(img/retro.png) no-repeat scroll left center;padding:0px 10px 0px 19px;margin:0px 0; } 
    30 a.attach_count {background:transparent url(img/attach.png) no-repeat scroll left center;padding:0px 10px 0px 24px;margin:0px 0; } 
    31  
    32 /* Tags de home.html */ 
    33 ul.post-tags li{ 
    34 color:#BABABA; 
    35 display:inline; 
    36 margin:0pt 0pt 0pt 0px; 
    37 padding:4px 0; 
    38 
    39 .post-tags { 
    40   margin:0;padding:4px 0 
    41 
    42 .post-tags a { 
    43   background:transparent url(img/tag.png) no-repeat center left;padding:3px 5px 1px 18px; 
    44 
    45 /* ------------------------------------------------------------ 
    46  6. BILLETS 
    47 ------------------------------------------------------------- */ 
    48   
    49 .post {margin-top:20px } 
    50 .post.first {margin-top:0px} 
    51 .post.odd {} 
    52   
    53 .day-date { font-size:130%; 
    54 color:#fff; 
    55 text-align:right; 
    56 margin-top, margin-bottom: 10px; 
    57 background-color:#B7B7B7; 
    58 padding:5px; 
    59 text-decoration:none; } 
    60  
    61 .post-title { margin:0px; 
    62 padding:10px 0;color:#ce5c00} 
    63 .post-title a{color:#ce5c00} 
    64 .post-info {color:#888a85; 
    65 margin:0pt; 
    66 padding:0pt; } 
    67  
    68 .post-info a{color:#2e3436; 
    69 margin:0pt; 
    70 padding:0pt; } 
    71   
    72  
    73 .post-title a:hover{color:#3465a4;} 
    74 .post-tags {/* background:#FAFAFA;*/margin:0;padding:4px 0 
    75 
    76 .post-tags a{/* background:#FAFAFA;*/color:#2e3436; 
    77 
    78   
    79  
    80 ul.post-tags li{ 
    81 color:#BABABA; 
    82 display:inline; 
    83 margin:0pt 0pt 0pt 0px; 
    84 padding:4px 0; 
    85 
    86   
    87  
    88 .post-excerpt { } 
    89 .post-content { } 
    90   
    91 .post-info {background:transparent url(img/user.png) no-repeat scroll left center;padding:3px 1px 1px 21px;margin:0px 0;} 
    92 .post-tags a{background:transparent url(img/tag.png) no-repeat center left;padding:3px 5px 1px 18px;} 
    93 .read-it { } 
    94   
    95 .footnotes {margin:25px 2px 2px 2px; ;padding:0 50px;} 
    96 .footnotes h4 {padding:0 0 0 18px;margin:0;background:transparent url(img/nb.png) no-repeat scroll left center;text-decoration:underline} 
    97   
    98 .post-info-co {background-color:#f5f5f5; 
    99 margin:0pt; 
    100 padding:5px; 
    101 text-align:left; 
    102 text-decoration:none; } 
    103 .post-info-co a,.post-info-co a:link,.post-info-co a:hover{ 
    104 color:#000000; 
    105   
    106 
    107 .post-info-co a:hover{ 
    108   
    109 
    110 a.comment_count {background:transparent url(img/comment.png) no-repeat scroll left center;padding:0px 10px 0px 21px;margin:0px 0; } 
    111 a.ping_count {background:transparent url(img/retro.png) no-repeat scroll left center;padding:0px 10px 0px 19px;margin:0px 0; } 
    112 a.attach_count {background:transparent url(img/attach.png) no-repeat scroll left center;padding:0px 10px 0px 24px;margin:0px 0; } 
    113   
    114  
    115 #attachments { padding:2px;} 
    116 #attachments h3 { color:#555753;margin:0;padding:5px;text-decoration:underline;background:transparent url(img/attach.png) no-repeat scroll left center;padding:10px 10px 10px 24px; } 
    117 #attachments ul { margin:0 0 0 10px;padding:0 0 0 5px;border-left:1px solid #babdb6} 
    118 #attachments ul li {list-style:none;;padding-left:1px} 
    119 #attachments ul li a{color:#2e3436} 
    120 #attachments li.audio {} 
    121 #attachments li.package {  } 
    122 #attachments li.text { } 
    123 #attachments li.image {  } 
    124 #attachments li.video {  } 
    125   
    126 fieldset { 
    127 border: 0px; 
     26div#pgSideWrap { 
     27  margin-top: -6px; 
    12828} 
    12929 
    130 form
    131 margin: 0px
     30dt
     31  background-color: white
    13232} 
     33 
     34table { 
     35  width: 100%; 
     36} 
     37 
     38div.tip { 
     39  border-left: 10px solid #77FFFF; 
     40  background-color: #E3FFFD; 
     41} 
     42 
     43div.tip div.admonbody p { 
     44  padding-left: 10px; 
     45  padding-bottom: 5px; 
     46} 
     47 
     48div.tip div.admonhead h3.admontitle { 
     49  padding-top: 5px; 
     50} 
     51 
     52div.tip div.admonhead img { 
     53  float:left; 
     54  padding-right:5px; 
     55  padding-top:2px; 
     56} 
     57 
     58div.note { 
     59  border-left: 10px solid #FFFF99; 
     60  background-color: #FFFFc8; 
     61} 
     62 
     63div.note div.admonbody p { 
     64  padding-left: 10px; 
     65  padding-bottom: 5px; 
     66} 
     67 
     68div.note div.admonhead h3.admontitle { 
     69  padding-top: 5px; 
     70} 
     71 
     72div.note div.admonhead img { 
     73  float:left; 
     74  padding-right:5px; 
     75  padding-top:2px; 
     76} 
     77 
     78div.caution { 
     79  border-left: 10px solid #FAC85C; 
     80  background-color: #FCE8BC; 
     81} 
     82 
     83div.caution div.admonbody p { 
     84  padding-left: 10px; 
     85  padding-bottom: 5px; 
     86} 
     87 
     88div.caution div.admonhead h3.admontitle { 
     89  padding-top: 5px; 
     90} 
     91 
     92div.caution div.admonhead img { 
     93  float:left; 
     94  padding-right:5px; 
     95  padding-top:2px; 
     96} 
     97 
     98div.important, div.warning { 
     99  border-left: 10px solid #DF421E; 
     100  background-color: #FFF0F0; 
     101} 
     102 
     103div.important div.admonbody p, div.warning div.admonbody p { 
     104  padding-left: 10px; 
     105  padding-bottom: 5px; 
     106} 
     107 
     108div.important div.admonhead h3.admontitle, div.warning div.admonhead h3.admontitle { 
     109  padding-top: 5px; 
     110} 
     111 
     112div.important div.admonhead img, div.warning div.admonhead img { 
     113  float:left; 
     114  padding-right:5px; 
     115  padding-top:2px; 
     116} 
     117 
     118pre.programlisting, pre.userinput, pre.screen, pre.synopsis { 
     119  font-size: 1.2em; 
     120  border-left: 10px solid #bbb; 
     121  background-color: #eee; 
     122  padding-left:10px; 
     123  padding-right:5px; 
     124  padding-top:2px; 
     125  padding-bottom:2px; 
     126} 
     127 
     128tt.filename { 
     129  font-size: 1.0em; 
     130} 
     131 
     132div.navfooter table { 
     133        width: 100%; 
     134        border: 0px solid #6495ed; 
     135        border-collapse: collapse; 
     136        /* margin:auto; */ 
     137        height: 30px; 
     138        color: #FFFFFF; 
     139} 
     140 
     141div.navfooter img { 
     142        border: 0px; 
     143        vertical-align: middle; 
     144} 
     145 
     146div.navfooter table td.left{ 
     147        text-align: left; 
     148        vertical-align: middle; 
     149        width: 47%; 
     150        font-size: 92%; 
     151} 
     152 
     153div.navfooter table td.left img{ 
     154        padding-right: 5px; 
     155        width: 24px; 
     156        height: 24px;    
     157} 
     158 
     159div.navfooter table td.right{ 
     160        text-align: right; 
     161        vertical-align: middle; 
     162        width: 47%; 
     163        font-size: 92%; 
     164} 
     165 
     166div.navfooter table td.right img{ 
     167        padding-left: 5px; 
     168        width: 24px; 
     169        height: 24px; 
     170} 
     171 
     172div.navfooter table td.center{ 
     173        vertical-align: top; 
     174        width: 6%; 
     175} 
  • traduc/trunk/postgresql/stylesheets/pg-chunk-common.xsl

    r1137 r1138  
    1 <?xml version="1.0" encoding="ASCII"?> 
     1<?xml version="1.0" encoding="iso8859-15"?> 
    22<!--This file was created automatically by html2xhtml--> 
    33<!--from the HTML stylesheets.--> 
     
    2828    </span> 
    2929    <span id="pgHeaderLogoRight"> 
    30       <a href="/" title="La base de donnees la plus sophistiquee au monde."><img src="http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/hdr_right.png" width="210" height="80" alt="La base de donnees la plus sophistiquee au monde." /></a> 
     30      <a href="/" title="La base de données la plus sophistiquée au monde."><img src="http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/hdr_right.png" width="210" height="80" alt="La base de données la plus sophistiquée au monde." /></a> 
    3131    </span> 
    3232  </div> 
     
    4141  <ul class="pgTopNavList"> 
    4242   <li> <a href="http://www.postgresql.fr/" title="Accueil">Accueil</a> </li> 
    43    <li> <a href="http://blog.postgresql.fr/" title="Lire les actualites">Actualites</a> </li> 
     43   <li> <a href="http://blog.postgresql.fr/" title="Lire les actualités">Actualités</a> </li> 
    4444   <li> <a href="http://docs.postgresql.fr/" title="Lire la documentation officielle">Documentation</a> </li> 
    4545   <li> <a href="http://forums.postgresql.fr/" title="Pour poser des questions">Forums</a> </li> 
    4646   <li> <a href="http://asso.postgresql.fr/" title="La vie de l'association">Association</a></li> 
    47    <li> <a href="http://trac.postgresql.fr" title="Trac des developpeurs">Developpeurs</a></li> 
    48    <li> <a href="http://planete.postgresql.fr" title="La planete francophone sur PostgreSQL">Planete</a></li> 
     47   <li> <a href="http://trac.postgresql.fr" title="Trac des développeurs">Développeurs</a></li> 
     48   <li> <a href="http://planete.postgresql.fr" title="La planète francophone sur PostgreSQL">Planète</a></li> 
    4949   <li> <a href="http://support.postgresql.fr" title="Support sur PostgreSQL">Support</a></li> 
    5050  </ul> 
     
    6565  <div id="pgContentWrap"> 
    6666    <div id="pgContentNav"> 
    67       <xsl:call-template name="user.header.content"/> 
     67 
    6868 
    6969      <xsl:call-template name="footer.navigation"> 
  • traduc/trunk/postgresql/stylesheets/pg-chunked-web.xsl

    r1136 r1138  
    3434  <xsl:include href="xhtml/pg-navigational-web.xsl"/> 
    3535 
    36 <xsl:param name="refentry.generate.name" select="0"></xsl:param> 
    37 <xsl:param name="refentry.generate.title" select="1"></xsl:param> 
     36  <xsl:param name="refentry.generate.name" select="0"></xsl:param> 
     37  <xsl:param name="refentry.generate.title" select="1"></xsl:param> 
    3838 
    3939</xsl:stylesheet> 
  • traduc/trunk/postgresql/stylesheets/pg-chunked2-web.xsl

    r1136 r1138  
    3030</