Changeset 182 for presentations/Tools
- Timestamp:
- Sep 22, 2006, 6:46:03 PM (19 years ago)
- File:
-
- 1 edited
-
presentations/Tools/v2/css/styles.css (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
presentations/Tools/v2/css/styles.css
r179 r182 54 54 55 55 div.slide { 56 width: 100%;57 height: 100%;56 width: auto; 57 height: auto; 58 58 z-index: 20; 59 59 top: 0; … … 65 65 border: 0; 66 66 // 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% ; 67 84 } 68 85 } … … 103 120 max-width: 100%; 104 121 max-height: 100%; 122 center; 105 123 } 106 124 img { 107 125 max-width: 80%; 108 126 max-height: 80%; 127 center; 109 128 } 110 129 h1 { … … 130 149 // background: transparent; 131 150 } 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 } 132 171 } 133 172 … … 373 412 font-size: 1em; 374 413 } 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; }380 414 381 415 /* General Classes */ … … 562 596 html>body div.slideLogo { width: auto; height: auto; } 563 597 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 582 598 // div#cover h1:first-letter { color: #ff0000;} 583 599 // div#cover h1 … … 651 667 text-align: center; 652 668 } 653 html>body div.themes { width: auto; height: auto; }669 html>body div.themes { width: 100%; height: 100%; } 654 670 655 671 div.themes h2 {
Note:
See TracChangeset
for help on using the changeset viewer.
