summaryrefslogtreecommitdiff
path: root/design/sass/_figments.scss
blob: e834469bdb90a6f0d7ad5b5f0a63253e6dfa8416 (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
.kindle, .epub {
    display: inline;
    @include smcaps;
    @include fontsize(11);
}
.kindle:after {
    content: "·";
    color: #999;
    padding-left: 0.75em;
}
.fig-archive {
    @include constrain_narrow;
    @include breakpoint(beta) {
        text-align: left;

    }
    h1 {
        margin-top: 2.5em;
        @include smcaps;
        @include fontsize(16);
    }
    p.intro {
        @include breakpoint(beta) {
            text-align: left;
            @include fontsize(18);
            font-style: italic
        }
    }
    p.intro:last-of-type {
        margin-bottom: 4em;
    }
    h2 {
        @include smcaps;
        @include fontsize(18);
    }
}
.figments hr, .resume hr {
    @include constrain_narrow;
    border: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0));
    background: -moz-linear-gradient(left, rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0));
    background: -o-linear-gradient(left, rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0));
    background: linear-gradient(left, rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0));
}