Subversion-Projekte lars-tiefland.zeldi.de_alt

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
@import 'shariff-complete';
2
 
3
article {
4
    font-family: Arial,sans-serif;
5
    width: 90%;
6
    max-width: 900px;
7
    margin: 0 auto;
8
    &.slim {
9
        h1 {
10
            line-height: 1.2em;
11
            font-size: 1.5em;
12
            margin-bottom: 15px;
13
        }
14
        time {
15
            display: block;
16
            font-size: 0.8em;
17
            margin-right: 20px;
18
            margin-top: 12px;
19
            color: #666;
20
            font-size: .8em;
21
        }
22
        .deck {
23
            font-size: .9em;
24
            line-height: 1.4;
25
            margin-top: 12px;
26
            font-weight: bold;
27
        }
28
    }
29
    &.wide {
30
        h1 {
31
            font-size: 2em;
32
            @media only screen and (min-width: 600px) {
33
                font-size: 2.9em;
34
            }
35
        }
36
        #article_extras {
37
            @media only screen and (min-width: 600px) {
38
                width: 30%;
39
                min-width: 130px;
40
                max-width: 190px;
41
                float: left;
42
                box-sizing: border-box;
43
                padding-right: 30px;
44
            }
45
        }
46
        #article_content {
47
            @media only screen and (min-width: 600px) {
48
                width: 70%;
49
                float: left;
50
            }
51
            p {
52
                margin: 0;
53
                line-height: 1.4;
54
            }
55
        }
56
    }
57
}
58
hr {
59
    margin: 40px 0 20px;
60
    border-top: 3px dashed #ccc;
61
    border-bottom: none;
62
}
63
.layout-hint {
64
    font-size: .8em;
65
    dt {
66
        color: #666;
67
        width: 10em;
68
        float: left;
69
    }
70
    dd {
71
        margin: 0;
72
        color: #333;
73
    }
74
}