Changeset 182 for presentations/Tools


Ignore:
Timestamp:
Sep 22, 2006, 6:46:03 PM (19 years ago)
Author:
garnier
Message:

seconde revision de la feuille de style pour print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • presentations/Tools/v2/css/styles.css

    r179 r182  
    5454
    5555  div.slide {
    56     width: 100%;
    57     height: 100%;
     56    width: auto;
     57    height: auto;
    5858    z-index: 20;
    5959    top: 0;
     
    6565    border: 0;
    6666    //  background: transparent;
     67  }
     68  a:link    { border-bottom: thin dashed; color: #291B66; text-decoration: none; }
     69  a:visited { border-bottom: thin dashed; color: #291B66; text-decoration: none; }
     70  a:hover   { color: #4A31BA; }
     71  a:active  { color: #291B66; }
     72
     73  /* Cover */
     74  div#cover {
     75    width: auto;
     76    height: auto;
     77    background-color: white;
     78    color: black;
     79    background: white; 
     80    background-repeat:  no-repeat;
     81    background-image: url(../Logos/logoLAL50ansgrand.jpg);
     82    background-attachment: fixed;       
     83    background-position: 97% 90% ;
    6784  }
    6885}
     
    103120    max-width: 100%;
    104121    max-height: 100%;
     122    center;
    105123  }
    106124  img {
    107125    max-width: 80%;
    108126    max-height: 80%;
     127    center;
    109128  }
    110129  h1 {
     
    130149    //  background: transparent;
    131150  }
     151  a {
     152    text-decoration: none;
     153  }
     154  a:link    { border-bottom: thin dashed; color: #291B66; text-decoration: none; }
     155  a:visited { border-bottom: thin dashed; color: #291B66; text-decoration: none; }
     156  a:hover   { color: #4A31BA; }
     157  a:active  { color: #291B66; }
     158
     159  /* Cover */
     160  div#cover {
     161    width: auto;
     162    height: 100%;
     163    background-color: white;
     164    color: black;
     165    background: white; 
     166    background-repeat:  no-repeat;
     167    background-image: url(../Logos/logoLAL50ansgrand.jpg);
     168    background-attachment: fixed;       
     169    background-position: 80% 80% ;
     170  }
    132171}
    133172
     
    373412  font-size: 1em;
    374413}
    375 
    376 a:link    { border-bottom: thin dashed; color: #291B66; text-decoration: none; }
    377 a:visited { border-bottom: thin dashed; color: #291B66; text-decoration: none; }
    378 a:hover   { color: #4A31BA; }
    379 a:active  { color: #291B66; }
    380414
    381415/* General Classes */
     
    562596html>body div.slideLogo { width: auto; height: auto; }
    563597
    564 /* logo */
    565 div.logo {}
    566 
    567 /* Cover */
    568 div#cover {
    569   width: 100%;
    570   height: 100%;
    571   background-color: white;
    572   color: black;
    573   background: white;   
    574   background-repeat:  no-repeat;
    575   background-image: url(../Logos/logoLAL50ansgrand.jpg);
    576   background-attachment: fixed;
    577   background-position: 97% 90% ;
    578 }
    579 
    580 html>body div#cover { width: auto; height: auto; }
    581 
    582598// div#cover h1:first-letter { color: #ff0000;}
    583599// div#cover h1
     
    651667  text-align: center;
    652668}
    653 html>body div.themes { width: auto; height: auto; }
     669html>body div.themes { width: 100%; height: 100%; }
    654670
    655671div.themes h2 {
Note: See TracChangeset for help on using the changeset viewer.