web/res/css/archives-iframe.css
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 13 Feb 2012 17:04:35 +0100
changeset 507 7f7fdf4eb06c
parent 504 a9c0160f55c5
child 506 f7fd2458fc5c
permissions -rw-r--r--
Merge with 3af437be7931bf6a5831f253db834827875c0182
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;
504
a9c0160f55c5 CSS correction
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
    27
    font-weight: normal;
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
.archivesBoxContainer {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
    width: 270px;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
    padding: 0;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
    margin: 0;
499
5ef383948a34 More corrections
Raphael Velt <raph.velt@gmail.com>
parents: 495
diff changeset
    33
    height: 230px;
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
.archivesActionsContainer {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
    float: right;
502
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    37
    font-size: 16px;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    38
    font-weight: bold;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    39
    padding-top: 2px;
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
}
502
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    41
.archivesActionsContainer a {
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    42
    color: #2C80AF;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    43
    text-decoration: none;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    44
    cursor: pointer;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    45
}
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    46
.archivesActionsContainer a:hover {
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    47
    text-decoration: underline;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 499
diff changeset
    48
    color: #000;
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    49
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    50
.archivesVideoBox {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    51
    position: relative;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    52
    display: inline-block;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    53
    float: left;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    54
    background: #f2f2f2;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    55
    cursor: pointer;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    56
    width: 266px;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    57
    padding: 2px;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    58
    overflow: hidden;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    59
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    60
.AVBtitle {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    61
    font-weight: bold;
499
5ef383948a34 More corrections
Raphael Velt <raph.velt@gmail.com>
parents: 495
diff changeset
    62
    font-size: 14px;
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    63
    white-space: nowrap;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    64
    overflow: hidden;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    65
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    66
.AVBtext {
499
5ef383948a34 More corrections
Raphael Velt <raph.velt@gmail.com>
parents: 495
diff changeset
    67
    font-size: 11px;
495
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    68
    white-space: nowrap;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    69
    overflow: hidden;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    70
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    71
.scrollable {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    72
    position: relative;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    73
    overflow: hidden;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    74
    /*    width: 660px;*/
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    75
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    76
.scrollable .items {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    77
    /* this cannot be too large */
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    78
    position: absolute;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    79
    top: 22px;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    80
    width: 20000em;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    81
}
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    82
.item {
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    83
    float: left;
34f92d5b2acf Added an archive embed for the IRI homepage
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    84
}