Changeset 265
- Timestamp:
- Sep 26, 2008, 3:37:48 PM (17 years ago)
- Location:
- presentations
- Files:
-
- 1 added
- 12 edited
- 4 copied
-
tags/Tools (added)
-
tags/Tools/v1 (copied) (copied from presentations/trunk/Tools/v1 )
-
tags/Tools/v2 (copied) (copied from presentations/trunk/Tools/v2 )
-
tags/Tools/v3 (copied) (copied from presentations/trunk/Tools/v3 )
-
tags/Tools/v4 (copied) (copied from presentations/trunk/Tools/v4 )
-
tags/Tools/v4/css/screen.css (modified) (1 diff)
-
tags/Tools/v4/css/styles.css (modified) (1 diff)
-
trunk/BT/BT.html (modified) (1 diff)
-
trunk/CmtScons/CmtScons.html (modified) (1 diff)
-
trunk/DevCollaboratifs/Index.htm (modified) (1 diff)
-
trunk/GestionDeVersion/GestionDeVersion.html (modified) (1 diff)
-
trunk/InstallationLogicielsLAL/InstallationLogicielsLAL.html (modified) (1 diff)
-
trunk/OutilsPresentationWeb/outils.html (modified) (1 diff)
-
trunk/SoftwareUpdate/SoftwareUpdate.html (modified) (1 diff)
-
trunk/Subversion/subversion.html (modified) (1 diff)
-
trunk/Trac/trac.html (modified) (1 diff)
-
trunk/XGRID/XGrid.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
presentations/tags/Tools/v4/css/screen.css
r253 r265 1 @charset "UTF-8"; 2 1 3 /* default styles (hidden from old-school browsers) */ 2 4 3 5 @import "styles.css"; 6 7 /* Definition for screen, projection media */ 8 @media projection, screen { 9 body { 10 margin : 0; 11 padding : 0; 12 width : 100%; 13 height : 100%; 14 color : black; 15 background : white url(../images/header.gif) repeat-x left top; 16 font-size : 20pt; 17 } 18 img#fullscreen { 19 position : absolute; 20 top : 2.5em; 21 bottom : 40px; 22 left : 0; 23 right : auto; 24 max-width : 100%; 25 max-height : 100%; 26 z-index : 300; 27 overflow : auto; 28 display : block; 29 visibility : visible; 30 } 31 h1 { 32 margin : 0 0 0.1em 1em; 33 padding-left : 100px; 34 padding-bottom : 0.3em; 35 font-size : 1.5em; 36 border-bottom : medium dotted #291873; 37 background : url(../images/h3_marker.gif) no-repeat 0 0.3em; 38 } 39 div.slide { 40 width : auto; 41 height : auto; 42 z-index : 20; 43 top : 0; 44 bottom : 0; 45 left : 0; 46 right : 0; 47 margin : 0; 48 padding : 2em 40px 0; 49 border : 0; 50 } 51 a:link { 52 border-bottom : thin dashed; 53 color : #291b66; 54 text-decoration : none; 55 } 56 a:visited { 57 border-bottom : thin dashed; 58 color : #291b66; 59 text-decoration : none; 60 } 61 a:hover { 62 color : #4a31ba; 63 } 64 a:active { 65 color : #291b66; 66 } 67 div#cover { 68 width : auto; 69 height : auto; 70 background-color : white; 71 color : black; 72 background-repeat : no-repeat; 73 background-image : url(../Logos/logoLAL50ansgrand.jpg); 74 background-attachment : fixed; 75 background-position : 97% 90%; 76 } 77 } -
presentations/tags/Tools/v4/css/styles.css
r253 r265 1 @charset "UTF-8"; 2 3 /* *********************************************************** 4 * 5 * Since: 2006-08-22 6 * Guideline: N/A 7 * Author: Vincent Garonne (based on Takahiro Mashiko's work) 8 * 9 * *********************************************************** 10 */ 1 @charset "utf-8"; 11 2 12 3 * { 13 margin: 0; 14 padding: 0; 15 font-family: Verdana, Arial, sans-serif; 16 } 17 18 /* Definition for page */ 19 @page paysage { 20 size: landscape; 4 margin : 0; 5 padding : 0; 6 font-family : Verdana, Arial, sans-serif; 21 7 } 22 8 23 9 @page :left { 24 margin-left : 1cm;25 margin-right : 0.5cm;10 margin-left : 1cm; 11 margin-right : 0.5cm; 26 12 } 27 13 @page :right { 28 margin-left: 3cm; 29 margin-right: 4cm; 30 } 31 32 /* Definition for screen, projection media */ 33 @media screen, projection { 34 body { 35 margin: 0; 36 padding: 0; 37 width: 100%; 38 height: 100%; 39 color: black; 40 /* background-color: #291873; */ 41 background: white url(../images/header.gif) repeat-x left top; 42 font-size: 20pt; 43 } 44 45 img#fullscreen { 46 position: absolute; 47 top: 2.5em; 48 bottom: 40px; 49 left: 0em; 50 right: auto; 51 max-width: 100%; 52 max-height: 100%; 53 z-index: 300; 54 overflow: auto; 55 display: block; 56 visibility: visible; 57 } 58 h1 { 59 margin: 0em 0 0.1em 1em; 60 padding-left: 100px; 61 padding-bottom: 0.3em; 62 font-size: 1.5em; 63 border-bottom: medium dotted #291873; 64 background: url(../images/h3_marker.gif) no-repeat 0px 0.3em; 65 } 66 67 div.slide { 68 width: auto; 69 height: auto; 70 z-index: 20; 71 top: 0; 72 bottom: 0; 73 left: 0; 74 right: 0; 75 margin: 0; 76 padding: 2em 40px 0; 77 border: 0; 78 /* background: transparent; */ 79 } 80 a:link { border-bottom: thin dashed; color: #291B66; text-decoration: none; } 81 a:visited { border-bottom: thin dashed; color: #291B66; text-decoration: none; } 82 a:hover { color: #4A31BA; } 83 a:active { color: #291B66; } 84 85 /* Cover */ 86 div#cover { 87 width: auto; 88 height: auto; 89 background-color: white; 90 color: black; 91 background-repeat: no-repeat; 92 background-image: url(../Logos/logoLAL50ansgrand.jpg); 93 background-attachment: fixed; 94 background-position: 97% 90% ; 95 } 96 } 97 /* Definition for print media 98 */ 99 @media print { 100 * html div.slide { 101 height: 100%; 102 overflow: auto; 103 padding: 0px; 104 } /* end ie6-hack */ 105 div.slide { 106 page-break-after: auto; 107 } 108 div.handout { 109 display: block; 110 } 111 112 body { 113 margin: 0; 114 padding: 0; 115 width: 100%; 116 height: 100%; 117 color: black; 118 background: white; 119 font-size: 16pt; 120 } 121 122 img#fullscreen { 123 max-width: 100%; 124 max-height: 100%; 125 text-align: center; 126 } 127 img { 128 max-width: 80%; 129 max-height: 80%; 130 text-align: center; 131 } 132 h1 { 133 margin: 0em 0 0.1em; 134 margin-bottom: 1em; 135 padding-left: 100px; 136 padding-bottom: 0.3em; 137 font-size: 1.5em; 138 border-bottom: medium dotted #291873; 139 background: #CCCCFF url(../images/h3_marker.gif) no-repeat 0px 0.3em; 140 } 141 div.slide { 142 page: paysage; 143 width: 100%; 144 height: 100%; 145 z-index: 20; 146 top: 0; 147 bottom: 0; 148 left: 0; 149 right: 0; 150 margin: 0; 151 padding: 0em 40px 0; 152 border: 0; 153 /* background: transparent; */ 154 } 155 a { 156 text-decoration: none; 157 } 158 a:link { border-bottom: thin dashed; color: #291B66; text-decoration: none; } 159 a:visited { border-bottom: thin dashed; color: #291B66; text-decoration: none; } 160 a:hover { color: #4A31BA; } 161 a:active { color: #291B66; } 162 163 /* Cover */ 164 div#cover { 165 page: paysage; 166 width: auto; 167 height: 100%; 168 background-color: white; 169 color: black; 170 background-repeat: no-repeat; 171 background-image: url(../Logos/logoLAL50ansgrand.jpg); 172 background-attachment: fixed; 173 background-position: 80% 80% ; 174 } 175 } 176 177 /* Global definitions */ 178 179 180 14 margin-left : 3cm; 15 margin-right : 4cm; 16 } 181 17 h2 { 182 margin: 0em 0 0.1em 1em; 183 /* padding-left: 100px; */ 184 padding-bottom: 0.3em; 185 font-size: 1.5em; 186 border-bottom: medium dotted #291873; 187 } 188 18 margin : 0 0 0.1em 1em; 19 padding-bottom : 0.3em; 20 font-size : 1.5em; 21 border-bottom : medium dotted #291873; 22 } 189 23 h3 { 190 margin-top: 0.1em; 191 text-align: center; 192 margin-bottom: 0.5em; 193 } 194 24 margin-top : 0.1em; 25 text-align : center; 26 margin-bottom : 0.5em; 27 } 195 28 div.slide h3 { 196 margin-top: 2.5em; 197 } 198 29 margin-top : 2.5em; 30 } 199 31 h4 { 200 margin: 0 0 0.5em; 201 border-bottom: 2px dotted #291873; 202 font-size: 1em; 203 } 204 205 p { margin: 0.5em 0; line-height: 1.15; } 206 207 blockquote { margin: 0.3em 0; padding: 0.8em ; background-color: #E6E7F5 ; } 208 blockquote ul, 209 blockquote ol { margin-left: 0em; } 210 211 ul, ol { margin-top: 0.5em; margin-bottom: 0.3em; line-height: 1.15; font-size: 100%;} 212 213 ul li { 214 list-style-type: none; 215 /* margin: 0.3em 1em 0.3em 1em; */ 216 margin: 0.3em 2em 0.3em 1em; 217 font-size: 100%; 218 /* padding-left: 20px; */ 219 list-style-image: url(../images/bullet_blue.gif) ; 220 } 221 32 margin : 0 0 0.5em; 33 border-bottom : 2px dotted #291873; 34 font-size : 1em; 35 } 36 p { 37 margin : 0.5em 0; 38 line-height : 1.15; 39 } 40 blockquote { 41 margin : 0.3em 0; 42 padding : 0.8em; 43 background-color : #e6e7f5; 44 } 45 blockquote ul, blockquote ol { 46 margin-left : 0; 47 } 48 ul, ol { 49 margin-top : 0.5em; 50 margin-bottom : 0.3em; 51 line-height : 1.15; 52 font-size : 100%; 53 } 54 ul li { 55 list-style-type : none; 56 margin : 0.3em 2em 0.3em 1em; 57 font-size : 100%; 58 list-style-image : url(../images/bullet_blue.gif); 59 } 222 60 ul li ul li { 223 list-style-image: url(../images/li_marker.gif); 224 font-size: 95%; 225 } 226 227 ul li ul li ul li{ 228 list-style-image: url(../images/blue_square.gif) ; 229 font-size: 100%; 230 } 231 61 list-style-image : url(../images/li_marker.gif); 62 font-size : 95%; 63 } 64 ul li ul li ul li { 65 list-style-image : url(../images/blue_square.gif); 66 font-size : 100%; 67 } 232 68 ul li ul li ol li { 233 list-style-image: url(../images/blue_square.gif) ; 234 } 235 ol li { margin: 0.3em 1em 0.3em 2em; } 236 dl { margin: 0.3em 0; font-size: 1em; line-height: 1.15; } 237 dl dt { margin-top: 0.3em; font-size: 1.3em;margin-bottom: 0; } 238 dl dd { margin: 0 0 0 1em; font-size: 1em;} 239 240 ul{ 241 list-style-type: square; 242 font-size: 95%; 243 color: #000011 244 } 245 ul ul { 246 list-style-type: disc; 247 font-size: 90%; 248 line-height: 1.05; 249 color: #111199 250 } 251 ul ul ul { 252 list-style-type: circle; 253 font-size: 85%; 254 color: #9900DD 69 list-style-image : url(../images/blue_square.gif); 70 } 71 ol li { 72 margin : 0.3em 1em 0.3em 2em; 73 } 74 dl { 75 margin : 0.3em 0; 76 font-size : 1em; 77 line-height : 1.15; 78 } 79 dl dt { 80 margin-top : 0.3em; 81 font-size : 1.3em; 82 margin-bottom : 0; 83 } 84 dl dd { 85 margin : 0 0 0 1em; 86 font-size : 1em; 87 } 88 ul { 89 list-style-type : square; 90 font-size : 95%; 91 color : #000011; 92 } 93 ul ul { 94 list-style-type : disc; 95 font-size : 90%; 96 line-height : 1.05; 97 color : #111199; 98 } 99 ul ul ul { 100 list-style-type : circle; 101 font-size : 85%; 102 color : #9900dd; 255 103 } 256 104 ul ul ul ul { 257 list-style-type: disc; 258 font-size: 80%; 259 color: #334455 260 } 261 262 ul ul, ul ol, ul dl, ul p, ol ul, ol ol, ol p, 263 dl dl, dl ul, dl ol, dl p { margin-top: 0; margin-bottom: 0; font-size: 1em; } 264 265 /* rectangular blue bullet + unfold/nofold/fold widget */ 266 267 /* 268 setting class="outline on ol or ul makes it behave as an 269 ouline list where blocklevel content in li elements is 270 hidden by default and can be expanded or collapsed with 271 mouse click. Set class="expand" on li to override default 272 */ 273 274 ol.outline li:hover { cursor: pointer } 275 ol.outline li.nofold:hover { cursor: default } 276 277 ul.outline li:hover { cursor: pointer } 278 ul.outline li.nofold:hover { cursor: default } 279 280 ol.outline { list-style:decimal; } 281 ol.outline ol { list-style-type:lower-alpha } 282 105 list-style-type : disc; 106 font-size : 80%; 107 color : #334455; 108 } 109 ul ul, ul ol, ul dl, ul p, ol ul, ol ol, ol p, dl dl, dl ul, dl ol, dl p { 110 margin-top : 0; 111 margin-bottom : 0; 112 font-size : 1em; 113 } 114 ol.outline li:hover { 115 cursor : pointer; 116 } 117 ol.outline li.nofold:hover { 118 cursor : default; 119 } 120 ul.outline li:hover { 121 cursor : pointer; 122 } 123 ul.outline li.nofold:hover { 124 cursor : default; 125 } 126 ol.outline { 127 list-style : decimal; 128 } 129 ol.outline ol { 130 list-style-type : lower-alpha; 131 } 283 132 ol.outline li.nofold { 284 padding : 0 0 0 20px;285 background : transparent url(../images/nofold-dim.bmp) no-repeat 0px0.5em;133 padding : 0 0 0 20px; 134 background : transparent url(../images/nofold-dim.bmp) no-repeat 0 0.5em; 286 135 } 287 136 ol.outline li.unfolded { 288 padding : 0 0 0 20px;289 background : transparent url(../images/fold-dim.gif) no-repeat 0px0.5em;137 padding : 0 0 0 20px; 138 background : transparent url(../images/fold-dim.gif) no-repeat 0 0.5em; 290 139 } 291 140 ol.outline li.folded { 292 padding : 0 0 0 20px;293 background : transparent url(../images/unfold-dim.gif) no-repeat 0px0.5em;141 padding : 0 0 0 20px; 142 background : transparent url(../images/unfold-dim.gif) no-repeat 0 0.5em; 294 143 } 295 144 ol.outline li.unfolded:hover { 296 padding : 0 0 0 20px;297 background : transparent url(../images/fold.bmp) no-repeat 0px0.5em;145 padding : 0 0 0 20px; 146 background : transparent url(../images/fold.bmp) no-repeat 0 0.5em; 298 147 } 299 148 ol.outline li.folded:hover { 300 padding: 0 0 0 20px; 301 background: transparent url(../images/unfold.bmp) no-repeat 0px 0.5em; 302 } 303 149 padding : 0 0 0 20px; 150 background : transparent url(../images/unfold.bmp) no-repeat 0 0.5em; 151 } 304 152 ul.outline li.nofold { 305 padding: 0 0 0 20px; 306 background: transparent url(../images/nofold-dim.bmp) no-repeat 5px 8px; 307 } 308 153 padding : 0 0 0 20px; 154 background : transparent url(../images/nofold-dim.bmp) no-repeat 5px 8px; 155 } 309 156 ul.outline li.unfolded { 310 padding : 0 0 0 20px;311 background : transparent url(../images/fold-dim.gif) no-repeat 5px 8px;157 padding : 0 0 0 20px; 158 background : transparent url(../images/fold-dim.gif) no-repeat 5px 8px; 312 159 } 313 160 ul.outline li.folded { 314 padding: 0 0 0 20px; 315 background: transparent url(../images/unfold-dim.gif) no-repeat 5px 8px; 316 } 317 161 padding : 0 0 0 20px; 162 background : transparent url(../images/unfold-dim.gif) no-repeat 5px 8px; 163 } 318 164 ul.outline li.unfolded:hover { 319 padding: 0 0 0 20px; 320 background: transparent url(../images/fold.bmp) no-repeat 5px 8px; 321 } 322 165 padding : 0 0 0 20px; 166 background : transparent url(../images/fold.bmp) no-repeat 5px 8px; 167 } 323 168 ul.outline li.folded:hover { 324 padding: 0 0 0 20px; 325 background: transparent url(../images/unfold.bmp) no-repeat 5px 8px; 326 } 327 169 padding : 0 0 0 20px; 170 background : transparent url(../images/unfold.bmp) no-repeat 5px 8px; 171 } 328 172 li ul.outline li.nofold { 329 padding : 0 0 0 20px;330 background : transparent url(../images/nofold-dim.bmp) no-repeat 5px 8px;173 padding : 0 0 0 20px; 174 background : transparent url(../images/nofold-dim.bmp) no-repeat 5px 8px; 331 175 } 332 176 li ul.outline li.unfolded { 333 padding : 0 0 0 20px;334 background : transparent url(../images/fold-dim.gif) no-repeat 5px 8px;177 padding : 0 0 0 20px; 178 background : transparent url(../images/fold-dim.gif) no-repeat 5px 8px; 335 179 } 336 180 li ul.outline li.folded { 337 padding : 0 0 0 20px;338 background : transparent url(../images/unfold-dim.gif) no-repeat 5px 8px;181 padding : 0 0 0 20px; 182 background : transparent url(../images/unfold-dim.gif) no-repeat 5px 8px; 339 183 } 340 184 li ul.outline li.unfolded:hover { 341 padding : 0 0 0 20px;342 background : transparent url(../images/fold.bmp) no-repeat 5px 8px;185 padding : 0 0 0 20px; 186 background : transparent url(../images/fold.bmp) no-repeat 5px 8px; 343 187 } 344 188 li ul.outline li.folded:hover { 345 padding: 0 0 0 20px; 346 background: transparent url(../images/unfold.bmp) no-repeat 5px 8px; 347 } 348 349 ul.outline li:hover { cursor: pointer } 350 ul.outline li.nofold:hover { cursor: default } 351 352 script { 353 font-family: OCRB, "Courier New", SimSun, Century, monospace; 354 background-color: #efefef; 355 font-size: 1.2em; 189 padding : 0 0 0 20px; 190 background : transparent url(../images/unfold.bmp) no-repeat 5px 8px; 191 } 192 ul.outline li:hover { 193 cursor : pointer; 194 } 195 ul.outline li.nofold:hover { 196 cursor : default; 197 } 198 script { 199 font-family : OCRB, "Courier New", SimSun, Century, monospace; 200 background-color : #efefef; 201 font-size : 1.2em; 356 202 } 357 203 pre { 358 overflow: auto; 359 margin: 0.3em 0; 360 padding: 0.1em 0.5em; 361 background-color: #bfbfbf; 362 font-size: 0.8em; 363 font-family: OCRB, "Courier New", SimSun, Century, monospace; 364 line-height: 1.0; 365 } 366 pre * { font-family: OCRB, "Courier New", SimSun, Century, monospace; } 367 pre span { display: none; } 204 overflow : auto; 205 margin : 0.3em 0; 206 padding : 0.1em 0.5em; 207 background-color : #bfbfbf; 208 font-size : 0.8em; 209 font-family : OCRB, "Courier New", SimSun, Century, monospace; 210 line-height : 1.0; 211 } 212 pre * { 213 font-family : OCRB, "Courier New", SimSun, Century, monospace; 214 } 215 pre span { 216 display : none; 217 } 368 218 pre.output { 369 font-size: 0.6em; 370 background-color: #efefef; 371 } 372 dl dd pre { font-size: 0.8em; } 373 219 font-size : 0.6em; 220 background-color : #efefef; 221 } 222 dl dd pre { 223 font-size : 0.8em; 224 } 374 225 table { 375 width: 100%; 376 font-size: 80%; 377 border-top: thin solid #291873; 378 border-left: thin solid #291873; 379 border-collapse: collapse; 380 border-spacing: 0; 381 } 382 226 width : 100%; 227 font-size : 80%; 228 border-top : thin solid #291873; 229 border-left : thin solid #291873; 230 border-collapse : collapse; 231 border-spacing : 0; 232 } 383 233 table.noborder { 384 border-style: none; 385 border-width: 0px; 386 } 387 234 border-style : none; 235 border-width : 0; 236 } 388 237 th.noborder, td.noborder { 389 border-style : none;390 border-width : 0px;391 } 238 border-style : none; 239 border-width : 0; 240 } 392 241 th, td { 393 border-right: thin solid #291873; 394 border-bottom: thin solid #291873; 395 font-size: 1.8em; 396 padding: 0 0.2em; 397 line-height: 1.2; 398 } 399 th { background-color: #E6E7F5 ; } 400 401 html>body th, html>body td { font-size: 1.2em; } 402 403 img { border: 0; background-color: transparent; } 404 strong { font-weight: bold; } 405 em { color: #291873; font-style: italic; } 406 cite { font-style: normal; } 407 abbr, acronym { border-bottom-color: silver; } 408 409 code { font-family: monospace; } 410 kbd { 411 margin: 0 0.1em; 412 border: thin solid gray; 413 background-color: #ccc; 414 color: #666; 415 font-family: Verdana, Arial, sans-serif; 416 font-size: 1em; 417 } 418 419 /* General Classes */ 420 p.goto { text-align: right; } 421 p.goto span { color: white; } 422 p.flow { text-align: center; } 423 a.longuri { font-size: 0.8em; } 424 span.uppercase { text-transform: uppercase; } 425 426 /* All Slides */ 427 /* 428 * A sidebar has the same color and the same rounded corners as the H1 429 * title, but on all sides. It is floated to the right. 430 */ 431 div.sidebar 432 { 433 display: block; 434 float: right; 435 clear: right; 436 margin: 0 -28px 0.5em 1em; /* 28px = width of the shadow */ 437 width: 30%; 438 color: white; 439 background: url(../images/blueround-right.png) right center repeat-y; 440 padding: 40px 40px 0 20px; /* Top 40px reserved for ::before */ 441 } 442 div.sidebar:before 443 { 444 display: block; 445 line-height: 0px; 446 margin: -40px -40px 0 -20px; /* height 40px - margin-top 40px = 0 */ 447 background: url(../images/blueround-topright.png) right top no-repeat; 448 text-align: left; 449 content: url(../images/blueround-topleft.png); /* height is 40px */ 450 } 451 div.sidebar:after 452 { 453 display: block; 454 line-height: 0px; 455 margin: 0 -40px 0 -20px; 456 background: url(../images/blueround-bottomright.png) right bottom no-repeat; 457 text-align: left; 458 content: url(../images/blueround-bottomleft.png); 459 } 460 div.sidebar > *:first-child 461 { 462 margin-top: -20px; 463 } 464 465 466 /* 467 * pour centrer horizontalement et verticalement 468 */ 469 div.vfill 470 { 471 position:relative; 472 top: 50%; 473 margin-top: -200px; 474 } 475 476 div.hfill 477 { 478 position:relative; 479 left: 50%; 480 margin-left: -350px; /* moitié de la largeur */ 481 } 482 483 div.hvfill 484 { 485 position:relative; 486 /* top: 50%; */ 487 left: 50%; 488 margin-left: -350px; /* moitié de la largeur */ 489 /* margin-top: -200px; */ 490 } 491 492 div.hfill 493 { 494 position:relative; 495 left: 50%; 496 margin-left: -350px; /* moitié de la largeur */ 497 } 498 499 500 /* 501 * A div.callout has a lighter background and also rounded corners. 502 */ 503 504 div.callout 505 { 506 display: block; 507 clear: both; 508 margin: 1em -20px 0 0; /* 20px = width of the shadow */ 509 max-width: 1600px; 510 color: #291873; /*#005A9C; */ 511 background: url(../images/lightblueround-right.png) right center repeat-y; 512 padding: 40px 40px 0 20px; /* Top 40px reserved for ::before */ 513 font-style: normal; 514 } 515 div.callout:before 516 { 517 display: block; 518 line-height: 0px; 519 margin: -40px -40px 0 -20px; /* Height + margin-top = 0 */ 520 background: url(../images/lightblueround-topright.png) right top no-repeat; 521 text-align: left; 522 content: url(../images/lightblueround-topleft.png); /* Height is 40px */ 523 } 524 div.callout:after 525 { 526 display: block; 527 line-height: 0px; 528 margin: 0 -40px 0 -20px; 529 background: url(../images/lightblueround-bottomright.png) right bottom no-repeat; 530 text-align: left; 531 content: url(../images/lightblueround-bottomleft.png); 532 clear: both; 533 } 534 div.callout > *:first-child, address > *:first-child 535 { 536 margin-top: -20px; 537 } 538 539 html>body div.slide { width: auto; height: auto; } 540 541 /* logo */ 242 border-right : thin solid #291873; 243 border-bottom : thin solid #291873; 244 font-size : 1.8em; 245 padding : 0 0.2em; 246 line-height : 1.2; 247 } 248 th { 249 background-color : #e6e7f5; 250 } 251 html > body th, html > body td { 252 font-size : 1.2em; 253 } 254 img { 255 border : 0; 256 background-color : transparent; 257 } 258 strong { 259 font-weight : bold; 260 } 261 em { 262 color : #291873; 263 font-style : italic; 264 } 265 cite { 266 font-style : normal; 267 } 268 abbr, acronym { 269 border-bottom-color : silver; 270 } 271 code { 272 font-family : monospace; 273 } 274 kbd { 275 margin : 0 0.1em; 276 border : thin solid gray; 277 background-color : #ccc; 278 color : #666; 279 font-family : Verdana, Arial, sans-serif; 280 font-size : 1em; 281 } 282 p.goto { 283 text-align : right; 284 } 285 p.goto span { 286 color : white; 287 } 288 p.flow { 289 text-align : center; 290 } 291 a.longuri { 292 font-size : 0.8em; 293 } 294 span.uppercase { 295 text-transform : uppercase; 296 } 297 div.sidebar { 298 display : block; 299 float : right; 300 clear : right; 301 margin : 0 -28px 0.5em 1em; 302 width : 30%; 303 color : white; 304 background : url(../images/blueround-right.png) repeat-y right center; 305 padding : 40px 40px 0 20px; 306 } 307 div.sidebar:before { 308 display : block; 309 line-height : 0; 310 margin : -40px -40px 0 -20px; 311 background : url(../images/blueround-topright.png) no-repeat right top; 312 text-align : left; 313 content : url(../images/blueround-topleft.png); 314 } 315 div.sidebar:after { 316 display : block; 317 line-height : 0; 318 margin : 0 -40px 0 -20px; 319 background : url(../images/blueround-bottomright.png) no-repeat right bottom; 320 text-align : left; 321 content : url(../images/blueround-bottomleft.png); 322 } 323 div.sidebar > *:first-child { 324 margin-top : -20px; 325 } 326 div.vfill { 327 position : relative; 328 top : 50%; 329 margin-top : -200px; 330 } 331 div.hfill { 332 position : relative; 333 left : 50%; 334 margin-left : -350px; 335 } 336 div.hvfill { 337 position : relative; 338 left : 50%; 339 margin-left : -350px; 340 } 341 div.hfill { 342 position : relative; 343 left : 50%; 344 margin-left : -350px; 345 } 346 div.callout { 347 display : block; 348 clear : both; 349 margin : 1em -20px 0 0; 350 max-width : 1600px; 351 color : #291873; 352 background : url(../images/lightblueround-right.png) repeat-y right center; 353 padding : 40px 40px 0 20px; 354 font-style : normal; 355 } 356 div.callout:before { 357 display : block; 358 line-height : 0; 359 margin : -40px -40px 0 -20px; 360 background : url(../images/lightblueround-topright.png) no-repeat right top; 361 text-align : left; 362 content : url(../images/lightblueround-topleft.png); 363 } 364 div.callout:after { 365 display : block; 366 line-height : 0; 367 margin : 0 -40px 0 -20px; 368 background : url(../images/lightblueround-bottomright.png) no-repeat right bottom; 369 text-align : left; 370 content : url(../images/lightblueround-bottomleft.png); 371 clear : both; 372 } 373 div.callout > *:first-child, address > *:first-child { 374 margin-top : -20px; 375 } 376 html > body div.slide { 377 width : auto; 378 height : auto; 379 } 542 380 div.logo { 543 background-color: transparent; 544 background-image: url(../Logos/logo.jpg) ; 545 background-repeat: no-repeat; 546 background-attachment: fixed; 547 background-position: 95% 50px; 548 } 549 381 background-color : transparent; 382 background-image : url(../Logos/logo.jpg); 383 background-repeat : no-repeat; 384 background-attachment : fixed; 385 background-position : 95% 50px; 386 } 550 387 div.slideLogo { 551 width: 100%; 552 height: 100%; 553 z-index: 20; 554 top: 0; 555 bottom: 0; 556 left: 0; 557 right: 0; 558 margin: 0; 559 padding: 2em 40px 0; 560 border: 0; 561 background-color: transparent; 562 background-image: url(../Logos/logo.jpg) ; 563 background-repeat: no-repeat; 564 background-attachment: fixed; 565 background-position: 95% 50px; 566 } 567 html>body div.slideLogo { width: auto; height: auto; } 568 569 /* div#cover h1:first-letter { color: #ff0000;} */ 570 /* div#cover h1 */ 571 /* div#cover h1 */ 572 388 width : 100%; 389 height : 100%; 390 z-index : 20; 391 top : 0; 392 bottom : 0; 393 left : 0; 394 right : 0; 395 margin : 0; 396 padding : 2em 40px 0; 397 border : 0; 398 background-color : transparent; 399 background-image : url(../Logos/logo.jpg); 400 background-repeat : no-repeat; 401 background-attachment : fixed; 402 background-position : 95% 50px; 403 } 404 html > body div.slideLogo { 405 width : auto; 406 height : auto; 407 } 573 408 div#cover h1 { 574 margin: 1em 0 1.2em; 575 line-height: 1.0; 576 /* height: 30%; */ 577 background-color: #8B8EBE; 578 color: white; 579 text-align: center; 580 } 581 409 margin : 1em 0 1.2em; 410 line-height : 1.0; 411 background-color : #8b8ebe; 412 color : white; 413 text-align : center; 414 } 582 415 div#cover p { 583 font-size: 1.0em; 584 font-weight: bold; 585 line-height: 1.0; 586 color: #291873; 587 text-align: center; 588 } 589 590 div#cover p#title 591 { 592 /* margin: 0em 0 0.1em; */ 593 /* margin-bottom: 1em; */ 594 /* padding-left: 100px; */ 595 /* padding-bottom: 0.3em; */ 596 /* margin: 1em 0 1.2em; */ 597 font-size: 1.5em; 598 font-weight: bold; 599 line-height: 1.0; 600 color: #291873; 601 /*height: 30%; */ 602 /* background-color: #8B8EBE; */ 603 /* color: white; */ 604 text-align: center; 605 } 606 607 div#cover p#subtitle 608 { 609 text-align: center; 610 } 611 416 font-size : 1em; 417 font-weight : bold; 418 line-height : 1.0; 419 color : #291873; 420 text-align : center; 421 } 422 div#cover p#title { 423 font-size : 1.5em; 424 font-weight : bold; 425 line-height : 1.0; 426 color : #291873; 427 text-align : center; 428 } 429 div#cover p#subtitle { 430 text-align : center; 431 } 612 432 div#cover p#date { 613 margin: 2em 0 1.2em;; 614 font-size: 1em; 615 text-align: center; 616 } 617 433 margin : 2em 0 1.2em; 434 font-size : 1em; 435 text-align : center; 436 } 618 437 div#cover p#author { 619 margin: 1em 0 1.2em;; 620 font-size: 1em; 621 text-align: center; 622 } 623 438 margin : 1em 0 1.2em; 439 font-size : 1em; 440 text-align : center; 441 } 624 442 div#cover p#event { 625 margin: 2em 0 1.2em;; 626 font-size: 1em; 627 text-align: center; 628 } 629 630 /* Themes */ 631 h2#introduction { display: none; } 632 443 margin : 2em 0 1.2em; 444 font-size : 1em; 445 text-align : center; 446 } 447 h2#introduction { 448 display : none; 449 } 633 450 div.themes { 634 width: 100%; 635 height: 100%; 636 background: #291873; 637 color: white; 638 text-align: center; 639 } 640 html>body div.themes { width: 100%; height: 100%; } 641 451 width : 100%; 452 height : 100%; 453 background : #291873; 454 color : white; 455 text-align : center; 456 } 457 html > body div.themes { 458 width : 100%; 459 height : 100%; 460 } 642 461 div.themes h2 { 643 margin: 2.2em 0 0.2em; 644 padding-left: 0; 645 border: 0; 646 /* font-size: 3.5em; */ 647 font-size: 2.0em; 648 font-weight: bold; 649 line-height: 1.5; 650 } 651 html>body div.themes h2 { margin-top: 1.8em; } 652 653 div.themes span { display: none; } 654 655 table.xhtml2modules th { width: 50%; } 656 table.css3modules th { width: 50%; } 657 658 /* The Day of Web Standards */ 462 margin : 2.2em 0 0.2em; 463 padding-left : 0; 464 border : 0; 465 font-size : 2em; 466 font-weight : bold; 467 line-height : 1.5; 468 } 469 html > body div.themes h2 { 470 margin-top : 1.8em; 471 } 472 div.themes span { 473 display : none; 474 } 475 table.xhtml2modules th { 476 width : 50%; 477 } 478 table.css3modules th { 479 width : 50%; 480 } 659 481 div#tdows { 660 width: 100%; 661 height: 100%; 662 background-color: white; 663 color: black; 664 } 665 html>body div#tdows { width: auto; height: auto; } 482 width : 100%; 483 height : 100%; 484 background-color : white; 485 color : black; 486 } 487 html > body div#tdows { 488 width : auto; 489 height : auto; 490 } 666 491 div#tdows h3 { 667 margin-top : 0.2em;668 border : 0;669 background : none;670 text-align : center;671 } 672 div#tdows h3 a { 673 display : block;674 padding-bottom : 220px;675 border : 0;676 background : url(../images/tdows.png) no-repeat center bottom;677 text-decoration : none;492 margin-top : 0.2em; 493 border : 0; 494 background : none; 495 text-align : center; 496 } 497 div#tdows h3 a { 498 display : block; 499 padding-bottom : 220px; 500 border : 0; 501 background : url(../images/tdows.png) no-repeat center bottom; 502 text-decoration : none; 678 503 } 679 504 div#tdows p { 680 font-size: 1.5em; 681 text-align: center; 682 } 683 684 /* Thank You */ 685 505 font-size : 1.5em; 506 text-align : center; 507 } 686 508 div#thanks { 687 width: 100%; 688 height: 100%; 689 background: #291873; 690 color: white; 691 text-align: center; 692 } 693 html>body div#thanks { width: auto; height: auto; } 694 509 width : 100%; 510 height : 100%; 511 background : #291873; 512 color : white; 513 text-align : center; 514 } 515 html > body div#thanks { 516 width : auto; 517 height : auto; 518 } 695 519 div#thanks p { 696 margin: 2.5em 0 0.2em; 697 padding-left: 0; 698 border: 0; 699 font-size: 3em; 700 font-weight: bold; 701 } 702 703 html>body div#thanks p { margin-top: 2em; } 704 705 /* Gestion des guillemets à la française */ 706 707 /* Opera ne comprend toujours pas :lang() */ 520 margin : 2.5em 0 0.2em; 521 padding-left : 0; 522 border : 0; 523 font-size : 3em; 524 font-weight : bold; 525 } 526 html > body div#thanks p { 527 margin-top : 2em; 528 } 708 529 *[lang="en"] { 709 quotes :"\201C" "\201D" "\2018" "\2019";530 quotes : "\201C" "\201D" "\2018" "\2019"; 710 531 } 711 532 *[lang="fr"] { 712 quotes:"\AB\A0" "\A0\BB" "\201C\A0" "\A0\201D"; 713 } 714 715 /* pour les navigateurs qui supportent le selecteur :lang() */ 533 quotes : "\AB\A0" "\A0\BB" "\201C\A0" "\A0\201D"; 534 } 716 535 :lang(en) { 717 quotes :"\201C" "\201D" "\2018" "\2019";536 quotes : "\201C" "\201D" "\2018" "\2019"; 718 537 } 719 538 :lang(fr) { 720 quotes:"\AB\A0" "\A0\BB" "\201C\A0" "\A0\201D"; 721 } 722 723 /* The following styles are applied to js/slidy.js */ 724 725 .hidden { display: none; visibility: hidden } 726 539 quotes : "\AB\A0" "\A0\BB" "\201C\A0" "\A0\201D"; 540 } 541 .hidden { 542 display : none; 543 visibility : hidden; 544 } 727 545 div.toc { 728 position: absolute; 729 top: auto; 730 bottom: 4em; 731 left: 4em; 732 right: auto; 733 width: 60%; 734 max-width: 30em; 735 height: 30em; 736 border: solid thin black; 737 padding: 1em; 738 background: rgb(240,240,240); 739 color: black; 740 z-index: 300; 741 overflow: auto; 742 display: block; 743 visibility: visible; 744 } 745 546 position : absolute; 547 top : auto; 548 bottom : 4em; 549 left : 4em; 550 right : auto; 551 width : 60%; 552 max-width : 30em; 553 height : 30em; 554 border : thin solid black; 555 padding : 1em; 556 background : rgb(240, 240, 240); 557 color : black; 558 z-index : 300; 559 overflow : auto; 560 display : block; 561 visibility : visible; 562 } 746 563 .toolbar { 747 position: fixed; 748 z-index: 200; 749 top: auto; 750 bottom: 0; 751 left: 0; 752 right: 0; 753 height: 0.5em; 754 text-align: right; 755 padding: 1em; 756 background-color: #291873; 757 color: white; 758 font-size: 0.8em; 759 } 760 .toolbar a:link { color: white; } 761 .toolbar a:visited { color: #ddd; } 762 .toolbar a:active { color: white; } 763 .toolbar a:hover { color: white; } 764 765 .copyright { font-size: 0.8em; background: white;} 766 .footnote { font-size: smaller; margin-left: 2em; } 767 768 564 position : fixed; 565 z-index : 200; 566 top : auto; 567 bottom : 0; 568 left : 0; 569 right : 0; 570 height : 0.5em; 571 text-align : right; 572 padding : 1em; 573 background-color : #291873; 574 color : white; 575 font-size : 0.8em; 576 } 577 .toolbar a:link { 578 color : white; 579 } 580 .toolbar a:visited { 581 color : #ddd; 582 } 583 .toolbar a:active { 584 color : white; 585 } 586 .toolbar a:hover { 587 color : white; 588 } 589 .copyright { 590 font-size : 0.8em; 591 background : white; 592 } 593 .footnote { 594 font-size : smaller; 595 margin-left : 2em; 596 } -
presentations/trunk/BT/BT.html
r255 r265 14 14 <link rev="made" href="mailto:jacq@lal.in2p3.fr" /> 15 15 <link rel="Shortcut Icon" type="image/vnd.microsoft.icon" href="http://www.cybergarden.net/favicon.ico" /> 16 <link rel="stylesheet" href="../ Tools/v4/css/screen.css" type="text/css" media="screen, projection, tv, print" />17 <link rel="stylesheet" href="../ Tools/v4/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" />18 <script src="../ Tools/v4/Slidy/slidy.js" type="text/javascript"></script>19 <script src="../ Tools/v4/Slidy/slidy-toc.js" type="text/javascript"></script>16 <link rel="stylesheet" href="../../tags/Tools/v4/css/screen.css" type="text/css" media="screen, projection, tv, print" /> 17 <link rel="stylesheet" href="../../tags/Tools/v4/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" /> 18 <script src="../../tags/Tools/v4/Slidy/slidy.js" type="text/javascript"></script> 19 <script src="../../tags/Tools/v4/Slidy/slidy-toc.js" type="text/javascript"></script> 20 20 </head> 21 21 -
presentations/trunk/CmtScons/CmtScons.html
r247 r265 14 14 <meta name="keywords" content="XHTML, CSS, HTML, (X)HTML" /> 15 15 16 <link rel="stylesheet" href="../ Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" />17 <link rel="stylesheet" href="../ Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print" />18 <script src="../ Tools/v2/Slidy/slidy.js" type="text/javascript"></script>19 <script src="../ Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script>16 <link rel="stylesheet" href="../../tags/Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" /> 17 <link rel="stylesheet" href="../../tags/Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print" /> 18 <script src="../../tags/Tools/v2/Slidy/slidy.js" type="text/javascript"></script> 19 <script src="../../tags/Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script> 20 20 </head> 21 21 -
presentations/trunk/DevCollaboratifs/Index.htm
r178 r265 13 13 <link rev="made" href="mailto:garonne@lal.in2p3.fr"> 14 14 15 <link rel="stylesheet" href="../ Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print">16 <link rel="stylesheet" href="../ Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print">17 18 <script src="../ Tools/v2/Slidy/slidy.js" type="text/javascript"></script>19 <script src="../ Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script>15 <link rel="stylesheet" href="../../tags/Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print"> 16 <link rel="stylesheet" href="../../tags/Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print"> 17 18 <script src="../../tags/Tools/v2/Slidy/slidy.js" type="text/javascript"></script> 19 <script src="../../tags/Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script> 20 20 </head> 21 21 -
presentations/trunk/GestionDeVersion/GestionDeVersion.html
r264 r265 11 11 <link rev="made" href="mailto:perus@lal.in2p3.fr,garnier@lal.in2p3.fr" /> 12 12 <link rel="Shortcut Icon" type="image/vnd.microsoft.icon" href="http://www.cybergarden.net/favicon.ico" /> 13 <link rel="stylesheet" href="../Tools/v3/css/screen.css" type="text/css" media="screen, projection, tv, print">14 <link rel="stylesheet" href="../Tools/v3/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print">15 16 <script src="../Tools/v3/Slidy/slidy.js" type="text/javascript"></script>17 <script src="../Tools/v3/Slidy/slidy-toc.js" type="text/javascript"></script>13 <link rel="stylesheet" href="../../tags/Tools/v4/css/styles.css" type="text/css" media="screen, projection, tv, print" /> 14 <link rel="stylesheet" href="../../tags/Tools/v4/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" /> 15 16 <script src="../../tags/Tools/v4/Slidy/slidy.js" type="text/javascript"></script> 17 <script src="../../tags/Tools/v4/Slidy/slidy-toc.js" type="text/javascript"></script> 18 18 </head> 19 19 -
presentations/trunk/InstallationLogicielsLAL/InstallationLogicielsLAL.html
r249 r265 14 14 <meta name="keywords" content="XHTML, CSS, HTML, (X)HTML" /> 15 15 16 <link rel="stylesheet" href="../ Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" />17 <link rel="stylesheet" href="../ Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print" />18 <script src="../ Tools/v2/Slidy/slidy.js" type="text/javascript"></script>19 <script src="../ Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script>16 <link rel="stylesheet" href="../../tags/Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" /> 17 <link rel="stylesheet" href="../../tags/Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print" /> 18 <script src="../../tags/Tools/v2/Slidy/slidy.js" type="text/javascript"></script> 19 <script src="../../tags/Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script> 20 20 </head> 21 21 -
presentations/trunk/OutilsPresentationWeb/outils.html
r230 r265 14 14 <meta name="keywords" content="XHTML, CSS, HTML, (X)HTML"> 15 15 16 <link rel="stylesheet" href="../ Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print">17 <link rel="stylesheet" href="../ Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print">16 <link rel="stylesheet" href="../../tags/Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print"> 17 <link rel="stylesheet" href="../../tags/Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print"> 18 18 19 <script src="../ Tools/v2/Slidy/slidy.js" type="text/javascript"></script>20 <script src="../ Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script>19 <script src="../../tags/Tools/v2/Slidy/slidy.js" type="text/javascript"></script> 20 <script src="../../tags/Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script> 21 21 </head> 22 22 -
presentations/trunk/SoftwareUpdate/SoftwareUpdate.html
r263 r265 14 14 <meta name="keywords" content="XHTML, CSS, HTML, (X)HTML" /> 15 15 16 <link rel="stylesheet" href="../ Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" />17 <link rel="stylesheet" href="../ Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print" />18 <script src="../ Tools/v2/Slidy/slidy.js" type="text/javascript"></script>19 <script src="../ Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script>16 <link rel="stylesheet" href="../../tags/Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" /> 17 <link rel="stylesheet" href="../../tags/Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print" /> 18 <script src="../../tags/Tools/v2/Slidy/slidy.js" type="text/javascript"></script> 19 <script src="../../tags/Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script> 20 20 </head> 21 21 -
presentations/trunk/Subversion/subversion.html
r199 r265 14 14 <meta name="keywords" content="XHTML, CSS, HTML, (X)HTML" /> 15 15 16 <link rel="stylesheet" href="../ Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" />17 <link rel="stylesheet" href="../ Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print" />18 19 <script src="../ Tools/v2/Slidy/slidy.js" type="text/javascript"></script>20 <script src="../ Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script>16 <link rel="stylesheet" href="../../tags/Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" /> 17 <link rel="stylesheet" href="../../tags/Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print" /> 18 19 <script src="../../tags/Tools/v2/Slidy/slidy.js" type="text/javascript"></script> 20 <script src="../../tags/Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script> 21 21 </head> 22 22 -
presentations/trunk/Trac/trac.html
r199 r265 10 10 <meta name="description" content="description" /> 11 11 <meta name="keywords" content="XHTML, CSS, HTML, (X)HTML" /> 12 <link rel="stylesheet" href="../ Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print" />13 <link rel="stylesheet" href=".. Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" />14 15 <script src="../ Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script>16 <script src="../ Tools/v2/Slidy/slidy.js" type="text/javascript"></script>12 <link rel="stylesheet" href="../../tags/Tools/v2/css/screen.css" type="text/css" media="screen, projection, tv, print" /> 13 <link rel="stylesheet" href="../../tags/Tools/v2/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" /> 14 15 <script src="../../tags/Tools/v2/Slidy/slidy-toc.js" type="text/javascript"></script> 16 <script src="../../tags/Tools/v2/Slidy/slidy.js" type="text/javascript"></script> 17 17 </head> 18 18 -
presentations/trunk/XGRID/XGrid.html
r256 r265 14 14 <link rev="made" href="mailto:" /> 15 15 <link rel="Shortcut Icon" type="image jpeg" href="./XGRID_fichiers/Xgrid-icone.jpeg" /> 16 <link rel="stylesheet" href="../ Tools/v3/css/screen.css" type="text/css" media="screen, projection, tv, print" />17 <link rel="stylesheet" href="../ Tools/v3/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" />18 <script src="../ Tools/v3/Slidy/slidy.js" type="text/javascript"></script>19 <script src="../ Tools/v3/Slidy/slidy-toc.js" type="text/javascript"></script>16 <link rel="stylesheet" href="../../tags/Tools/v3/css/screen.css" type="text/css" media="screen, projection, tv, print" /> 17 <link rel="stylesheet" href="../../tags/Tools/v3/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" /> 18 <script src="../../tags/Tools/v3/Slidy/slidy.js" type="text/javascript"></script> 19 <script src="../../tags/Tools/v3/Slidy/slidy-toc.js" type="text/javascript"></script> 20 20 </head> 21 21
Note:
See TracChangeset
for help on using the changeset viewer.
