web/res/css/archives-iframe.css
author Raphael Velt <raph.velt@gmail.com>
Fri, 10 Feb 2012 18:18:28 +0100
changeset 499 5ef383948a34
parent 495 34f92d5b2acf
child 502 b035e0787bb0
permissions -rw-r--r--
More corrections

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;
}
.archivesTitleContainer {
    width: 270px;
    padding: 0;
    margin: 0;
}
.archivesTitle {
    color: #4b4b4b;
    font-size: 18px;
    margin: 0;
    text-align: center;
}
.archivesBoxContainer {
    width: 270px;
    padding: 0;
    margin: 0;
    height: 230px;
}
.archivesActionsContainer {
    float: right;
}
.archivesTitleActionsContainer {
    float: left;
    width: 100%;
}
.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: 22px;
    width: 20000em;
}
.item {
    float: left;
}
a.browse {
    background: url(../../images/horizontal.png) no-repeat;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 1px;
}
a.right {
    background-position: 0 -20px;
    margin-left: 5px;
}
a.right:hover {
    background-position: -20px -20px;
}
a.right:active {
    background-position: -40px -20px;
}
/* left */
a.left {
    margin-left: 0px;
}
a.left:hover {
    background-position: -20px 0;
}
a.left:active {
    background-position: -40px 0;
}
#actions a.disabled {
    visibility: hidden !important;
}