web/res/css/archives-iframe.css
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 14 Feb 2012 14:35:09 +0100
changeset 516 819a9cd7679c
parent 506 f7fd2458fc5c
permissions -rw-r--r--
Added tag V01.38 for changeset 6dac95a86a52

body {
    background: #ffffff;
    padding: 0;
    margin: 0;
    font-family: Georgia;
}
div, p, img {
    margin: 0;
    padding: 0;
    border: none;
}
a img {
    border: none;
    display: block;
    max-width: 266px;
    text-align: center;
}
.archivesTitleActionsContainer {
    margin-bottom: 10px;
}
.archivesTitleContainer {
    width: 270px;
    padding: 0;
    margin: 0;
}
.archivesTitle {
    color: #4b4b4b;
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}
.archivesBoxContainer {
    width: 270px;
    padding: 0;
    margin: 0;
    height: 230px;
}
.archivesActionsContainer {
    float: right;
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
}
.archivesActionsContainer a {
    color: #2C80AF;
    text-decoration: none;
    cursor: pointer;
}
.archivesActionsContainer a:hover {
    text-decoration: underline;
    color: #000;
}
.archivesVideoBox {
    position: relative;
    display: inline-block;
    float: left;
    background: #f2f2f2;
    cursor: pointer;
    width: 266px;
    padding: 2px;
    overflow: hidden;
}
.AVBtitle {
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}
.AVBtext {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
}
.scrollable {
    position: relative;
    overflow: hidden;
    /*    width: 660px;*/
}
.scrollable .items {
    /* this cannot be too large */
    position: absolute;
    top: 27px;
    width: 20000em;
}
.item {
    float: left;
}