web/res/css/archives-iframe.css
changeset 495 34f92d5b2acf
child 499 5ef383948a34
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/res/css/archives-iframe.css	Fri Feb 10 16:31:09 2012 +0100
@@ -0,0 +1,108 @@
+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;
+}
\ No newline at end of file