Changeset 7043

Show
Ignore:
Timestamp:
09/29/10 23:39:26 (3 years ago)
Author:
Gotcha
Message:

Merge ./local/default-rules.css with theme.css

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/sobre/theme.css

    r6405 r7043  
    231231/* Mise en page du tableau */ 
    232232TABLE.infoTable { 
    233 width:920px; 
    234 background: #505050; 
     233  width:920px; 
     234  background: #505050; 
     235  border: solid 1px; 
     236  margin-top: 6px; 
    235237} 
    236238TABLE.infoTable .label { 
     
    240242  padding-right: 0.5em; 
    241243  padding-left: 3px; 
    242 } 
    243 TABLE.infoTable { 
    244   border: solid 1px; 
    245   margin-top: 6px; 
     244  width: 100px; 
    246245} 
    247246TABLE.infoTable .value p { 
     
    252251  max-width: 320px; 
    253252} 
    254 TABLE.infoTable .label { 
    255   width: 100px; 
    256 } 
    257253TABLE.infoTable .value p a, input.rateButton { 
    258254border-width:0; 
     
    261257/* Modification de zone de commentaires */ 
    262258#comments fieldset { 
     259    width: 910px; 
    263260        margin: auto; 
    264261        padding: 0; 
     
    295292        border-width:0; 
    296293        padding:5px; 
     294    padding-bottom: 13px; 
     295        width: 910px; 
     296        margin: 0 auto; 
     297        background-color: #505050; 
    297298} 
    298299#theImage table { 
     
    301302        width: 800px; 
    302303        margin:10px auto 0; 
    303 } 
    304 #comments { 
    305         width: 910px; 
    306         margin: 0 auto; 
    307         background-color: #505050; 
    308304} 
    309305#comments h3 { 
     
    324320        font-style:italic; 
    325321} 
    326 #comments fieldset legend { 
    327         margin-left: 10px; 
    328 } 
    329322form.filter fieldset ul, form.filter fieldset label { 
    330323        padding-top: 5px; 
     
    339332} 
    340333 
     334/* 
     335Petite bidouille pour le panneau de connection en haut du site avec PWG_Stuffs 
     336#stuffs_block_2 form.properties span.property { 
     337  width: 150px; 
     338  text-align: left; 
     339} 
     340*/ 
     341 
    341342/* Modification pûrement visuel et esthétique modifiant l'affichage de l'enveloppe sous une miniature nouvelle */ 
    342343.content ul.thumbnails span.thumbLegend img { 
     
    356357/* Pour IE et Chrome surtout */ 
    357358.content ul.thumbnailCategories { 
    358 width: 100%; 
     359width: 99%; /* Peut être à 100% */ 
    359360padding-left: 4px; /* Correction du centrage du cadre de la catégorie */ 
    360361}