Ignore:
Timestamp:
04/17/14 10:49:43 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules; typo; dupe empty lines; trailing blanks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/style.css

    r139 r495  
    22/* DocBook CSS stylesheet of the Traduc.org project             */ 
    33 
    4 /* (c) Jean-Philippe Guérard - 14 août 2004                     */ 
    5 /* (c) Jean-Philippe Guérard - 14 August 2004                   */ 
     4/* (c) Jean-Philippe Guérard - 14 août 2004                     */ 
     5/* (c) Jean-Philippe Guérard - 14 August 2004                   */ 
    66 
    77/* Cette feuille de style est libre, vous pouvez la             */ 
     
    2020/* is only provided to help you understand this licence.        */ 
    2121 
    22 /* La dernière version de cette feuille de style est toujours   */ 
    23 /* disponible sur : http://tigreraye.org/style.css              */ 
    24 /* Elle est également disponible sur :                          */ 
     22/* La derniÚre version de cette feuille de style est toujours   */ 
     23/* disponible sur : http://tigreraye.org/style.css              */ 
     24/* Elle est également disponible sur :                          */ 
    2525/* http://www.traduc.org/docs/HOWTO/lecture/style.css           */ 
    2626 
     
    3030/* http://www.traduc.org/docs/HOWTO/lecture/style.css           */ 
    3131 
    32 /* N'hésitez pas à envoyer vos commentaires et corrections à    */ 
    33 /* Jean-Philippe Guérard <jean-philippe.guerard@tigreraye.org>  */ 
     32/* N'hésitez pas à envoyer vos commentaires et corrections à    */ 
     33/* Jean-Philippe Guérard <jean-philippe.guerard@tigreraye.org>  */ 
    3434 
    3535/* Please send feedback and bug reports to                      */ 
    36 /* Jean-Philippe Guérard <jean-philippe.guerard@tigreraye.org>  */ 
     36/* Jean-Philippe Guérard <jean-philippe.guerard@tigreraye.org>  */ 
    3737 
    3838/* $Id: style.css,v 1.26 2005/09/28 20:42:47 fevrier Exp fevrier $ */ 
    3939 
    40 /* Présentation générale du document */ 
     40/* Présentation générale du document */ 
    4141/* Overall document presentation */ 
    4242 
     
    5252* { font-size: 100%; } 
    5353 
    54 /* Gestion des textes mis en relief imbriqués */ 
     54/* Gestion des textes mis en relief imbriqués */ 
    5555/* Embedded emphasis */ 
    5656 
     
    8282h6 {                  font-weight: bold; } 
    8383 
    84 /* Nom de famille en petites majuscules (uniquement en français) */ 
     84/* Nom de famille en petites majuscules (uniquement en français) */ 
    8585/* Last names in small caps (for French only) */ 
    8686 
    8787*[class~="surname"]:lang(fr) { font-variant: small-caps; } 
    8888 
    89 /* Historique des révision */ 
     89/* Historique des révision */ 
    9090/* Revision History */ 
    9191 
     
    110110} 
    111111 
    112 /* Blocs litéraux : fond gris clair */ 
     112/* Blocs littéraux : fond gris clair */ 
    113113/* Literal blocs: light gray background */ 
    114114 
     
    119119} 
    120120 
    121 /* Programmes et captures texte : fond bleu clair */ 
     121/* Programmes et captures texte : fond bleu clair */ 
    122122/* Listing and text screen snapshots: light blue background */ 
    123123 
     
    128128} 
    129129 
    130 /* Les textes à remplacer sont surlignés en vert pâle */ 
     130/* Les textes à remplacer sont surlignés en vert pâle */ 
    131131/* Replaceable text in highlighted in pale green */ 
    132132 
    133 *[class~="replaceable"] {  
     133*[class~="replaceable"] { 
    134134    background-color: #98fb98; 
    135135    font-style: normal; } 
    136136 
    137 /* Tables : fonds gris clair & bords simples */ 
     137/* Tables : fonds gris clair & bords simples */ 
    138138/* Tables: light gray background and solid borders */ 
    139139 
     
    173173    text-align: left; 
    174174    padding: 0.1em 0.3em; 
    175     empty-cells: show;  
     175    empty-cells: show; 
    176176} 
    177177 
    178178/* Alignement des colonnes */ 
    179 /* Colunms alignment */ 
     179/* Columns alignment */ 
    180180 
    181181td[align=center] ,  th[align=center]  { text-align: center; } 
     
    189189img { border: 0; } 
    190190 
    191 /* Les liens ne sont pas soulignés */ 
     191/* Les liens ne sont pas soulignés */ 
    192192/* No underlines for links */ 
    193193 
    194194:link , :visited , :active { text-decoration: none; } 
    195195 
    196 /* Prudence : cadre jaune et fond jaune clair */ 
     196/* Prudence : cadre jaune et fond jaune clair */ 
    197197/* Caution: yellow border and light yellow background */ 
    198198 
     
    217217} 
    218218 
    219 /* Note importante : cadre jaune et fond jaune clair */ 
     219/* Note importante : cadre jaune et fond jaune clair */ 
    220220/* Important: yellow border and light yellow background */ 
    221221 
     
    240240} 
    241241 
    242  
    243 /* Mise en évidence : texte légèrement plus grand */ 
     242/* Mise en évidence : texte légÚrement plus grand */ 
    244243/* Highlights: slightly larger texts */ 
    245244 
     
    248247} 
    249248 
    250 /* Note : cadre bleu et fond bleu clair */ 
     249/* Note : cadre bleu et fond bleu clair */ 
    251250/* Notes: blue border and light blue background */ 
    252251 
     
    271270} 
    272271 
    273 /* Astuce : cadre vert et fond vert clair */ 
     272/* Astuce : cadre vert et fond vert clair */ 
    274273/* Tip: green border and light green background */ 
    275274 
     
    294293} 
    295294 
    296 /* Avertissement : cadre rouge et fond rouge clair */ 
     295/* Avertissement : cadre rouge et fond rouge clair */ 
    297296/* Warning: red border and light red background */ 
    298297 
    299298*[class~="warning"] { 
    300299    border: solid 2px #ff0000; 
    301     background-color: #fff0f0;  
     300    background-color: #fff0f0; 
    302301    padding: 5px 1em; 
    303302    margin: 5px; 
     
    307306    vertical-align: middle; 
    308307} 
    309                      
    310308 
    311309*[class~="warning"] table { 
     
    318316} 
    319317 
    320  
    321318/* Listes de renvois */ 
    322319/* Callout lists */ 
Note: See TracChangeset for help on using the changeset viewer.