summaryrefslogtreecommitdiffstats
path: root/static/base/css/item-preview.css
blob: ab58090928c7a6430a85b8cccad06a8919c91065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* Harmonic Flow web site */
/* Public domain 2017. All rights waived */

.item-preview,
.item-preview:link,
.item-preview:visited {
    color: #4D4D4D;
    display: block;
    padding: 10px 15px;
    text-align: left;
}

.item-preview:active,
.item-preview:focus,
.item-preview:hover {
    background-color: #F4BB15;
}

.item-preview h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
}

.item-date {
    font-size: 0.9em;
}



@media screen and (min-width: 1024px) {
    .item-preview,
    .item-preview:link,
    .item-preview:visited {
        background-color: transparent;
        border-color: transparent;
        border-style: solid;
        border-width: thin;
        display: inline-block;
        margin: 10px 0px 15px 0px;
        vertical-align: top;
        width: 270px;
    }

    .item-preview:active,
    .item-preview:focus,
    .item-preview:hover {
        border-color: #F4BB15;
    }

    .summary-box {
        color: #4D4D4D;
        display: inline-block;
        font-size: 0.9em;
        margin: 5px;
        padding: 10px;
        text-align: left;
        vertical-align: top;
        width: 280px;
    }

    .summary-box img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
    }
}