This repository was archived by the owner on Nov 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
87 lines (85 loc) 路 1.59 KB
/
Copy pathstylesheet.css
File metadata and controls
87 lines (85 loc) 路 1.59 KB
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
body {
font-size: 0.8em;
font-family: 'Helvetica Neue', helvetica, sans-serif;
line-height: 20px;
color: #111111;
}
a { color: #0033aa; }
a:visited { color: #555555; }
a:hover { color: #cc5500; }
h1, h2, li, p {
margin-bottom: 15px;
margin-top: 0;
}
body, html {
margin: 0;
padding: 0;
}
.header {
}
.header h1 {
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
font-weight: bold;
font-size: 30px;
letter-spacing: -1px;
width: 600px;
margin: auto;
background: -webkit-gradient(linear, left top, left bottom, from(#888899), to(#9999aa));
border: 1px solid #aaa;
padding: 50px 20px 20px 20px;
}
.main {
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
width: 600px;
padding: 20px;
padding-top: 40px;
min-height: 200px;
margin: auto;
}
.post {
position: relative;
padding-left: 25px;
}
.post .meta {
position: absolute;
background: white;
color: white;
padding: 10px;
font-size: 0.8em;
text-align: center;
font-weight: bold;
top: -10px;
right: 590px;
color: #666666;
border: 1px solid #cccccc;
-webkit-border-radius: 10;
}
.post { margin-bottom: 50px; }
.post h1 {
text-shadow: 1px 1px 1px white;
color: #333333;
letter-spacing: -1px;
font-size: 25px;
position: relative;
left: -1px;
}
.post h2 {
font-size: 1.2em;
font-weight: bold;
color: #333333;
text-shadow: 1px 1px 1px #ffffff;
}
pre {
background: white;
border-left: 1px solid #aaaaaa;
padding: 0 10px;
color: #333333;
line-height: 1.2em;
margin-bottom: 15px;
}
code {
font-family: 'Andale Mono', 'Monaco';
font-size: 11px;
}