Changeset 17422 for schedule/css
- Timestamp:
- 01/03/14 09:23:03 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/css/styles.css
r16926 r17422 46 46 font-weight: normal; 47 47 color: #0870d7; 48 49 } 50 51 h3{48 padding: 30px 0px 10px 40px; 49 } 50 51 /*h3{ 52 52 background: url(../images/title.png) no-repeat top left; 53 53 font: 18px Arial, Helvetica, sans-serif; … … 59 59 font-weight: normal; 60 60 61 } 61 }*/ 62 62 63 63 body{ … … 345 345 } 346 346 347 348 /*=================================*/349 /* Nivo Slider Demo350 /* November 2010351 /* By: Gilbert Pellegrom352 /* http://dev7studios.com353 /*=================================*/354 355 356 #slider-wrapper {357 width: 876px;358 height: 326px;359 }360 361 #slider {362 position:relative;363 width: 876px;364 height: 326px;365 background:url(../images/loading.gif) no-repeat 50% 50%;366 }367 #slider img {368 position:absolute;369 top:0px;370 left:0px;371 display:none;372 }373 #slider a {374 border:0;375 display:block;376 }377 378 .nivo-controlNav {379 position:absolute;380 left:260px;381 bottom:-42px;382 display: none;383 }384 .nivo-controlNav a.active {385 background-position:0 -22px;386 }387 388 .nivo-directionNav a {389 display:block;390 width:30px;391 height:30px;392 background:url(../images/arrows.png) no-repeat;393 text-indent:-9999px;394 border:0;395 }396 a.nivo-nextNav {397 background-position:-30px 0;398 right:15px;399 }400 a.nivo-prevNav {401 left:15px;402 }403 404 .nivo-caption {405 text-shadow:none;406 font-family: Helvetica, Arial, sans-serif;407 }408 .nivo-caption a {409 color:#efe9d1;410 text-decoration:underline;411 }412 347 .button { 413 348 cursor:pointer;
Note:
See TracChangeset
for help on using the changeset viewer.