web/res/css/archives-iframe.css
changeset 507 7f7fdf4eb06c
parent 504 a9c0160f55c5
child 506 f7fd2458fc5c
equal deleted inserted replaced
487:323b5f770fa0 507:7f7fdf4eb06c
       
     1 body {
       
     2     background: #ffffff;
       
     3     padding: 0;
       
     4     margin: 0;
       
     5     font-family: Georgia;
       
     6 }
       
     7 div, p, img {
       
     8     margin: 0;
       
     9     padding: 0;
       
    10     border: none;
       
    11 }
       
    12 a img {
       
    13     border: none;
       
    14     display: block;
       
    15     max-width: 266px;
       
    16     text-align: center;
       
    17 }
       
    18 .archivesTitleContainer {
       
    19     width: 270px;
       
    20     padding: 0;
       
    21     margin: 0;
       
    22 }
       
    23 .archivesTitle {
       
    24     color: #4b4b4b;
       
    25     font-size: 18px;
       
    26     margin: 0;
       
    27     font-weight: normal;
       
    28 }
       
    29 .archivesBoxContainer {
       
    30     width: 270px;
       
    31     padding: 0;
       
    32     margin: 0;
       
    33     height: 230px;
       
    34 }
       
    35 .archivesActionsContainer {
       
    36     float: right;
       
    37     font-size: 16px;
       
    38     font-weight: bold;
       
    39     padding-top: 2px;
       
    40 }
       
    41 .archivesActionsContainer a {
       
    42     color: #2C80AF;
       
    43     text-decoration: none;
       
    44     cursor: pointer;
       
    45 }
       
    46 .archivesActionsContainer a:hover {
       
    47     text-decoration: underline;
       
    48     color: #000;
       
    49 }
       
    50 .archivesVideoBox {
       
    51     position: relative;
       
    52     display: inline-block;
       
    53     float: left;
       
    54     background: #f2f2f2;
       
    55     cursor: pointer;
       
    56     width: 266px;
       
    57     padding: 2px;
       
    58     overflow: hidden;
       
    59 }
       
    60 .AVBtitle {
       
    61     font-weight: bold;
       
    62     font-size: 14px;
       
    63     white-space: nowrap;
       
    64     overflow: hidden;
       
    65 }
       
    66 .AVBtext {
       
    67     font-size: 11px;
       
    68     white-space: nowrap;
       
    69     overflow: hidden;
       
    70 }
       
    71 .scrollable {
       
    72     position: relative;
       
    73     overflow: hidden;
       
    74     /*    width: 660px;*/
       
    75 }
       
    76 .scrollable .items {
       
    77     /* this cannot be too large */
       
    78     position: absolute;
       
    79     top: 22px;
       
    80     width: 20000em;
       
    81 }
       
    82 .item {
       
    83     float: left;
       
    84 }