comparison themes/blog.steve.org.uk/style.css @ 93:4774e0a2fa1a

Added theme.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 15:17:07 +0000
parents
children b67757b6fdae
comparison
equal deleted inserted replaced
92:44401f2b885b 93:4774e0a2fa1a
1
2 body {
3 padding: 0 10px;
4 padding-top: 1px;
5 padding-bottom: 1em;
6 background-color: white;
7 color: black;
8 margin: 0;
9 }
10
11 div.title {
12 }
13
14 div.title h1 {
15 margin: 0px -10px;
16 padding: 5px 10px 0px 10px;
17 text-align: center;
18 }
19
20 div.title a {
21 color: black !important;
22 text-decoration: none !important;
23 }
24 div.title a:hover {
25 color: black !important;
26 text-decoration: none !important;
27 }
28
29 div.title h2 {
30 margin: 0 0 1ex 0;
31 padding: 0;
32 text-align: right;
33 }
34
35 /*
36 * Special markup for weblog entries.
37 */
38 div.entry {
39 border-left: 1px solid rgb(128, 128, 128);
40 border-right: 1px solid rgb(128, 128, 128);
41 border-top: 1px solid rgb(128, 128, 128);
42 border-bottom: 1px solid rgb(128, 128, 128);
43 margin: 10px 0px;
44 }
45
46 div.padding {
47 padding-top: 15px;
48 padding-bottom: 15px;
49 }
50 div.entry div.body {
51 padding: 10px 10px;
52 }
53
54 div.entry .title {
55 background-color: #eee;
56 border-bottom: 1px solid rgb(128, 128, 128);
57 font-weight: bold;
58 font-size: 120%;
59 padding: 0.26ex 10px;
60
61 }
62 div.entry div.date {
63 text-align: right;
64 font-weight: bold;
65 border-bottom: 1px solid black;
66 }
67 div.entry div.title a {
68 color: black !important;
69 text-decoration: none !important;
70 }
71 div.entry div.title a:hover {
72 color: black !important;
73 text-decoration: none !important;
74 }
75 div.entry div.tags {
76 border-top: 1px solid rgb(128, 128, 128);
77 font-family: Verdana, Georgia, Arial, sans-serif;
78 text-align: right;
79 }
80
81 ul {
82 list-style-type: none;
83 list-style-position: outside;
84 margin: 0 0 1em 0;
85 padding: 0;
86 }
87
88 li {
89 margin: 1ex;
90 padding: 0 0 1.25ex 0.75ex;
91 font-size: 95%;
92 }
93
94 .box {
95 border: 1px solid black;
96 background-color: #eee;
97 font-size: 80%;
98 }