comparison etc/style.css @ 1:bc8961a81af6 release

2007-08-13 22:53:14 by steve Initial revision
author steve
date Mon, 13 Aug 2007 22:53:14 +0000
parents
children
comparison
equal deleted inserted replaced
0:30c6796bded8 1:bc8961a81af6
1
2 body {
3 padding: 0 10px;
4 padding-top: 1px;
5 padding-bottom: 1em;
6 border-right: 1px solid rgb(128, 128, 128);
7 background-color: white;
8 color: black;
9 margin: 0;
10 margin-right: 185px;
11 }
12
13
14 /*
15 * Special markup for weblog entries.
16 */
17 div.entry {
18 border-left: 1px solid rgb(128, 128, 128);
19 border-right: 1px solid rgb(128, 128, 128);
20 border-top: 1px solid rgb(128, 128, 128);
21 border-bottom: 1px solid rgb(128, 128, 128);
22 margin: 10px 0px;
23 }
24
25 div.padding {
26 padding-top: 15px;
27 padding-bottom: 15px;
28 }
29 div.entry div.body {
30 padding: 10px 10px;
31 }
32
33 div.entry .title {
34 background-color: #eee;
35 border-bottom: 1px solid rgb(128, 128, 128);
36 font-weight: bold;
37 font-size: 120%;
38 padding: 0.26ex 10px;
39
40 }
41 div.entry div.date {
42 text-align: right;
43 }
44 div.entry div.title a {
45 color: black !important;
46 text-decoration: none !important;
47 }
48 div.entry div.title a:hover {
49 color: black !important;
50 text-decoration: none !important;
51 }
52
53 div.entry div.tags {
54 border-top: 1px solid rgb(128, 128, 128);
55 font-style: italic;
56 font-family: Verdana, Georgia, Arial, sans-serif;
57 font-size: 90%;
58 text-align: right;
59 }
60
61
62 div#sidebar {
63 position: absolute;
64 top: 0px;
65 right: 0px;
66 width: 165px;
67
68 font-family: sans-serif;
69 font-size: 80%;
70
71 text-align: justify;
72
73 padding: 0 10px;
74
75 background-color: white;
76
77 margin: 0;
78 }