web/res/css/archives-iframe.css
author Raphael Velt <raph.velt@gmail.com>
Fri, 10 Feb 2012 16:32:13 +0100
changeset 496 e307f08f59c5
parent 495 34f92d5b2acf
child 499 5ef383948a34
permissions -rw-r--r--
Added tag V01.30 for changeset 7453030fd06f

body {
    background: #ffffff;
    padding: 0;
    margin: 0;
    font-family: "PT Sans Narrow";
}
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: 235px;
}
.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: 16.5px;
    white-space: nowrap;
    overflow: hidden;
}
.AVBtext {
    font-size: 12px;
    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;
}