For font wise, all the contents are Georgia, serif. The code will be Monaco, monospace. I just bold with all the headers. Simple circle for list style in the post.
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
| /* *** Typography *** */ /* Begin Structure */ h1, h2, h3, h4, h5, h6 { font-weight: bold; } body { text-align: center; } #main { text-align:left } /* End Structure */ /* Begin Header */ div#header a, div#footer a { text-decoration: none; } /* End Header */ /* Begin NavMenu */ #navmenu { font-size: 14px; font-weight: bold; } /* End NavMenu */ /* Begin Entry */ body, input, textarea { font: 15px Georgia,serif; line-height: 22px; } pre, code { font: 14px Monaco, monospace; line-height: 22px; } div.entry-title { margin: 1em 0 0.5em; } div.entry-content ul li { list-style:circle; } div.entry-meta { font-size: 0.75em; } /* End Entry */ /* Begin Comment Form */ div#formcontainer .note { font-size: 0.75em; line-height: 15px; } /* End Comment Form */ /* Begin sidebar */ #sidebar li { font-weight: bold; } #sidebar ul ul li { font-weight: normal; } /* End sidebar */
|
References
No Comments
No comments yet.