web/res/css/archives-iframe.css
author Raphael Velt <raph.velt@gmail.com>
Mon, 13 Feb 2012 12:30:54 +0100
changeset 502 b035e0787bb0
parent 499 5ef383948a34
child 504 a9c0160f55c5
permissions -rw-r--r--
iri homepage iframe correction
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
body {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
    background: #ffffff;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
    padding: 0;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
    margin: 0;
499
5ef383948a34 More corrections
Raphael Velt <raph.velt@gmail.com>
parents: 495
diff changeset
     5
    font-family: Georgia;
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
div, p, img {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
    margin: 0;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
    padding: 0;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
    border: none;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
a img {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
    border: none;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
    display: block;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
    max-width: 266px;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
    text-align: center;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
.archivesTitleContainer {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
    width: 270px;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
    padding: 0;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
    margin: 0;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
.archivesTitle {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
    color: #4b4b4b;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
    font-size: 18px;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
    margin: 0;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
.archivesBoxContainer {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
    width: 270px;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
    padding: 0;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
    margin: 0;
499
5ef383948a34 More corrections
Raphael Velt <raph.velt@gmail.com>
parents: 495
diff changeset
    32
    height: 230px;
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
.archivesActionsContainer {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
    float: right;
502
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    36
    font-size: 16px;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    37
    font-weight: bold;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    38
    padding-top: 2px;
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
}
502
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    40
.archivesActionsContainer a {
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    41
    color: #2C80AF;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    42
    text-decoration: none;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    43
    cursor: pointer;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    44
}
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    45
.archivesActionsContainer a:hover {
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    46
    text-decoration: underline;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    47
    color: #000;
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    48
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    49
.archivesVideoBox {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    50
    position: relative;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    51
    display: inline-block;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    52
    float: left;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    53
    background: #f2f2f2;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    54
    cursor: pointer;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    55
    width: 266px;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    56
    padding: 2px;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    57
    overflow: hidden;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    58
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    59
.AVBtitle {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    60
    font-weight: bold;
499
5ef383948a34 More corrections
Raphael Velt <raph.velt@gmail.com>
parents: 495
diff changeset
    61
    font-size: 14px;
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    62
    white-space: nowrap;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    63
    overflow: hidden;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    64
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    65
.AVBtext {
499
5ef383948a34 More corrections
Raphael Velt <raph.velt@gmail.com>
parents: 495
diff changeset
    66
    font-size: 11px;
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    67
    white-space: nowrap;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    68
    overflow: hidden;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    69
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    70
.scrollable {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    71
    position: relative;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    72
    overflow: hidden;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    73
    /*    width: 660px;*/
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    74
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    75
.scrollable .items {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    76
    /* this cannot be too large */
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    77
    position: absolute;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    78
    top: 22px;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    79
    width: 20000em;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    80
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    81
.item {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    82
    float: left;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    83
}