Changeset 315
- Timestamp:
- 03/24/08 19:25:56 (8 months ago)
- Files:
-
- branches/luxbum-0.6/_structure/vignette.mxt (modified) (3 diffs)
- branches/luxbum-0.6/_styles/style_dark.css (modified) (6 diffs)
- branches/luxbum-0.6/_styles/style_light.css (modified) (6 diffs)
- branches/luxbum-0.6/_styles/style_linux62.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/luxbum-0.6/_structure/vignette.mxt
r295 r315 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> 5 5 <head> … … 9 9 <mx:bloc id="favicon"><link rel="shortcut icon" mXattribut="href:favicon"/></mx:bloc id="favicon"> 10 10 <mx:bloc id="stylesheet"> 11 <link mXattribut="rel:rel;href:href;title:title" type="text/css" /></mx:bloc id="stylesheet">11 <link mXattribut="rel:rel;href:href;title:title" type="text/css" /></mx:bloc id="stylesheet"> 12 12 </head> 13 13 … … 16 16 <div id="center"> 17 17 <h1 class="vig_titre"><mx:text id="nom_dossier"/></h1> 18 <div id="apercu"> 19 <div id="menunav"> 20 <ol class="tree"> 21 <li>» <a href="index.php"><strong>Accueil</strong></a></li> 22 <li>» <mx:text id="nom_dossier"/></li> 23 </ol> 18 19 <div id="apercu"> 20 21 <div id="menunav"> 22 <ol class="tree"> 23 <li>» <a href="index.php"><strong>Accueil</strong></a></li> 24 <li>» <mx:text id="nom_dossier"/></li> 25 </ol> 26 </div> 27 28 <div id="navigThumb"> 29 30 <div id="thumbList"> 31 <mx:bloc id="liste"> 32 <div mXattribut="class:styleCol"> 33 <div class="thumbNumber"><mx:text id="num_photo"/></div> 34 <div mXattribut="class:style"> 35 <a mXattribut="href:lien" target="affichage"><img mXattribut="src:vignette;alt:alt;title:title"/></a> 36 </div> 37 </div> 38 </mx:bloc id="liste"> 24 39 </div> 25 26 <div class="liste_apercu"> 27 <mx:bloc id="liste"> 28 <div mXattribut="class:styleCol"> 29 <div class="num_photo"><mx:text id="num_photo"/></div> 30 <div mXattribut="class:style"> 31 <a mXattribut="href:lien" target="affichage"><img mXattribut="src:vignette;alt:alt;title:title"/></a> 32 </div> 33 </div></mx:bloc id="liste"> 34 35 <div class="spacer"></div> 36 </div> 40 37 41 <div id="aff_page"> 38 42 <mx:text id="aff_page"/> 39 43 </div> 40 44 </div> 45 41 46 42 47 <div id="iframeaffichage"> 43 48 <iframe mXattribut="src:affichage" frameborder="0" scrolling="no" name="affichage"></iframe> 44 49 </div> 50 </div> 51 45 52 </div> 46 53 branches/luxbum-0.6/_styles/style_dark.css
r286 r315 75 75 #footer { 76 76 position:absolute; 77 top: 560px;77 top:610px; 78 78 font-size:10px; 79 79 color:#BEBEBE; … … 163 163 #apercu { 164 164 text-align: left; 165 width: 294px; 166 height:542px; 165 width: 980px; 167 166 margin: 0px 10px 10px 0px; 167 position: relative; 168 168 background:#2C2C2C; 169 169 border: 1px solid #838183; … … 174 174 } 175 175 *> #apercu { 176 height:520px; 177 } 178 .liste_apercu { 179 height:445px; 176 height:560px; 177 } 178 179 #navigThumb { 180 height:400px; 180 181 width:294px; 182 float:left; 183 } 184 #thumbList { 185 height:485px; 181 186 } 182 187 .view_photo { … … 184 189 text-align:center; 185 190 } 186 . num_photo{191 .thumbNumber { 187 192 text-align:center; 188 193 padding-top:3px; … … 294 299 margin: 0; 295 300 background: #2C2C2C; 296 border:1px solid #838183;297 301 -moz-border-radius:6px; 298 302 border-radius:6px; … … 310 314 text-align:center; 311 315 } 316 #affichage_photo #laphoto { 317 height: 500px; 318 } 319 312 320 313 321 /*=========================================== branches/luxbum-0.6/_styles/style_light.css
r286 r315 75 75 #footer { 76 76 position:absolute; 77 top: 570px;77 top:610px; 78 78 font-size:10px; 79 79 color:#BEBEBE; … … 161 161 #apercu { 162 162 text-align: left; 163 width: 294px; 164 height:542px; 163 width: 980px; 165 164 margin: 0px 10px 10px 0px; 166 165 position: relative; … … 170 169 border-radius:6px; 171 170 padding: 15px 5px 5px 5px; 171 text-align: left; 172 padding: 15px 5px 5px 5px; 172 173 float:left; 173 174 } 174 175 *> #apercu { 175 height:520px; 176 } 177 .liste_apercu { 178 height:445px; 176 height:560px; 177 } 178 179 #navigThumb { 180 height:400px; 179 181 width:294px; 182 float:left; 183 } 184 #thumbList { 185 height:485px; 180 186 } 181 187 .view_photo { … … 183 189 text-align:center; 184 190 } 185 . num_photo{191 .thumbNumber { 186 192 text-align:center; 187 193 padding-top:3px; … … 298 304 margin: 0; 299 305 background: #FFF; 300 border:1px solid #cfcfcf;301 306 -moz-border-radius:6px; 302 307 border-radius:6px; … … 311 316 text-align:center; 312 317 } 313 318 #affichage_photo #laphoto { 319 height: 500px; 320 } 314 321 315 322 branches/luxbum-0.6/_styles/style_linux62.css
r286 r315 103 103 #footer { 104 104 position:absolute; 105 top: 570px;105 top:610px; 106 106 font-size:10px; 107 107 color:#BEBEBE; … … 222 222 #apercu { 223 223 text-align: left; 224 width: 294px; 225 height:542px; 224 width: 980px; 226 225 margin: 0px 10px 10px 0px; 227 226 position: relative; … … 231 230 float:left; 232 231 } 232 233 233 *> #apercu { 234 height:5 20px;235 } 236 237 .liste_apercu{238 height:4 45px;234 height:560px; 235 } 236 237 #navigThumb { 238 height:400px; 239 239 width:294px; 240 } 241 *> .liste_apercu { 242 height:455px; 243 } 240 float:left; 241 } 242 #thumbList { 243 height:485px; 244 } 244 245 245 246 .view_photo { … … 248 249 } 249 250 250 . num_photo{251 .thumbNumber { 251 252 text-align:center; 252 253 padding-top:3px; … … 382 383 margin: 0; 383 384 background: #FFF; 384 border: 2px dashed #d3a461;385 385 padding: 5px 5px 5px 5px; 386 386 float:left; 387 387 } 388 389 388 #iframeaffichage iframe { 390 389 width:660px; 391 390 height:530px; 392 391 } 393 394 395 392 #affichage_photo img { 396 /* border:1px solid #DDBA88;*/397 /* border: 1px solid #dedede;*/398 393 padding:2px; 399 394 } … … 402 397 text-align:center; 403 398 } 404 399 #affichage_photo #laphoto { 400 height: 500px; 401 } 405 402 406 403
