Changeset 17422 for schedule/css


Ignore:
Timestamp:
01/03/14 09:23:03 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/css/styles.css

    r16926 r17422  
    4646        font-weight: normal;
    4747        color: #0870d7;
    48                 padding: 30px 0px 10px 40px;
    49 }
    50 
    51 h3{
     48        padding: 30px 0px 10px 40px;
     49}
     50
     51/*h3{
    5252        background: url(../images/title.png) no-repeat top left;
    5353        font: 18px Arial, Helvetica, sans-serif;
     
    5959        font-weight: normal;
    6060       
    61 }
     61}*/
    6262
    6363body{   
     
    345345}
    346346
    347 
    348 /*=================================*/
    349 /* Nivo Slider Demo
    350 /* November 2010
    351 /* By: Gilbert Pellegrom
    352 /* http://dev7studios.com
    353 /*=================================*/
    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 }
    412347.button {
    413348        cursor:pointer;
Note: See TracChangeset for help on using the changeset viewer.