summaryrefslogtreecommitdiffstats
path: root/theme/static/main.css
blob: f11ee135799ff3b1bcc2b5e5a0de150c0ab22c28 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
hr.top {
    border: none;
    border-top: medium double;
    margin-bottom: 30px;
}


#banner h1{
    line-height: 30px;
}

#menu{
    float: right;
    line-height: 30px;
}

@font-face {
    font-family: "Crimson Text";
    font-weight: normal;
    src: url("CrimsonText-Roman.ttf");
}

@font-face {
    font-family: "Crimson Text";
    font-weight: bold;
    src: url("CrimsonText-Bold.ttf");

}

.post-info{
    color: grey;
    font-size: 140%;
    font-family: "Crimson Text";
    margin-top: -0.5em;
}

.entry-content{
    padding-top: 1em
}

#contents > ul{
    list-style: none;
    font-size: 120%;
    margin-left: 0;
}

#contents ul ul {
    list-style: none;
}

#menu ul{
    font-family: "Crimson Text";
    font-size: 140%;
}

hr {
    margin: 10px 0;
    border: none;
    border-top: thin solid;
    color: #A1A1A1;
    clear: both;
}

footer{
    color: grey;
    margin-bottom: 0.5em;
}

body{
    background-color: #F3F3EA;
    background-image: url("bg.jpg");
}

h1, h2, h3 {
    font-family: "Crimson Text", serif;
}

h1 a:hover,
h3 a:hover,
h2 a:hover {
    text-decoration: none; 
}

h3 a,
h2 a {
    color: inherit;
}

#wrap {
    width: 650px;
    padding: 1em 3em;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0px 0px 5px 5px #ccc;
}

.post-date{
    color: grey;
}

.post-date:after{
    content: " »";
}

tt{
    color: #DD1144;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 110%;
}