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