annotate themes/leftbar/style.css @ 232:dfb2cf5a5882 release-2.7

New release
author Steve Kemp <steve@steve.org.uk>
date Fri, 02 May 2008 21:10:09 +0100
parents ea9cb3e9020b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
225
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
1
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
2 body {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
3 padding: 0 10px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
4 padding-top: 1px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
5 padding-bottom: 1em;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
6 background-color: white;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
7 color: black;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
8 margin: 0;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
9 margin-left: 185px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
10 border-left: 1px solid rgb(128, 128, 128);
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
11
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
12 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
13
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
14 div.title {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
15 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
16
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
17 div.title h1 {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
18 margin: 0px -10px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
19 padding: 5px 10px 0px 10px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
20 text-align: center;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
21 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
22
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
23 div.title a {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
24 color: black !important;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
25 text-decoration: none !important;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
26 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
27 div.title a:hover {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
28 color: black !important;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
29 text-decoration: none !important;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
30 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
31
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
32 div.title h2 {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
33 margin: 0 0 1ex 0;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
34 padding: 0;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
35 text-align: right;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
36 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
37
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
38 /*
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
39 * Special markup for weblog entries.
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
40 */
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
41 div.entry {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
42 border-left: 1px solid rgb(128, 128, 128);
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
43 border-right: 1px solid rgb(128, 128, 128);
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
44 border-top: 1px solid rgb(128, 128, 128);
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
45 border-bottom: 1px solid rgb(128, 128, 128);
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
46 margin: 10px 0px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
47 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
48
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
49 div.padding {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
50 padding-top: 15px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
51 padding-bottom: 15px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
52 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
53 div.entry div.body {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
54 padding: 10px 10px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
55 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
56
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
57 div.entry .title {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
58 background-color: #eee;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
59 border-bottom: 1px solid rgb(128, 128, 128);
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
60 font-weight: bold;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
61 font-size: 120%;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
62 padding: 0.26ex 10px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
63
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
64 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
65 div.entry div.date {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
66 text-align: right;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
67 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
68 div.entry div.title a {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
69 color: black !important;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
70 text-decoration: none !important;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
71 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
72 div.entry div.title a:hover {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
73 color: black !important;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
74 text-decoration: none !important;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
75 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
76
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
77 div.entry div.tags {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
78 border-top: 1px solid rgb(128, 128, 128);
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
79 font-style: italic;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
80 font-family: Verdana, Georgia, Arial, sans-serif;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
81 font-size: 90%;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
82 text-align: right;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
83 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
84 div.entry div.tags span.comments {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
85 padding-left: 5px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
86 float: left;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
87 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
88
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
89
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
90 div#sidebar {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
91 position: absolute;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
92 top: 0px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
93 left: 0px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
94 width: 165px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
95 float:left;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
96 font-family: sans-serif;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
97 font-size: 80%;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
98
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
99 text-align: justify;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
100
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
101 padding: 0 10px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
102
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
103 background-color: white;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
104 border-right: 1px solid rgb(128, 128, 128);
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
105 margin: 0;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
106 }
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
107
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
108 pre {
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
109 overflow: auto;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
110 background: rgb(230,230,230);
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
111 border: solid;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
112 border-width: thin;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
113 padding: 5px 10px;
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
114 }