Update my example configuration
[muse-el.git] / examples / mwolson / stylesheets / blog.css
blob97a17e72ecfaed241b08da147df391a155143fa3
1 /* Michael Olson's tweaked pyblosxom stylesheet
3 Elements for my blog.
5 License: Modification and propagation of this document is
6 permitted. Attribution of credit to me is optional.
7 */
9 td {
12 th {
15 li.spaced {
18 .update {
19 color: #ff0000;
20 font-weight: bold;
23 .header {
24 font-size: 9pt;
25 text-align: center;
26 font-weight: bold;
29 .data {
30 font-size: 9pt;
33 .keyword {
34 color: #0000ff;
35 font-weight: bold;
37 .number {
38 color: #ff00ff;
40 .string {
41 color: #ff0000;
43 .comment {
44 color: #000088;
46 .symbol {
48 .normal {
50 .function {
51 font-weight: bold;
55 .input {
56 color: #0000ff;
59 .code {
60 font-family: monospace;
61 color: #0000ff;
62 font-size: 0.9em;
65 .path {
66 font-family: monospace;
67 font-size: 0.9em;
70 .rightMenu {
71 font-size: 10pt;
72 font-weight: bold;
73 color: black; /*#336699;*/
76 /* Blosxom registry stuff ..................................... */
77 .blosxomRegistryHeader {
78 border: 1px solid #999;
79 margin: 0px;
80 padding: 0px;
81 font-weight: bold;
84 /* Blosxom calendar stuff ..................................... */
85 .blosxomCalendar {
86 border: 1px solid #999;
87 margin: 0px;
88 padding: 0px;
90 .blosxomCalendarBlogged {
91 background: #bbbbff;
92 text-align: center;
93 color: #000000;
95 .blosxomCalendarCell {
96 background: #ddddff;
97 text-align: center;
98 color: #000000;
100 .blosxomCalendarToday {
101 background: #ffffcc;
102 color: #000000;
104 .blosxomCalendarSpecificDay {
105 background: #ffffcc;
106 text-align: center;
107 color: #000000;
110 /* Blosxom stuff ................................................ */
111 .blosxomDayDiv {
112 float: left;
113 width: 100%;
116 .blosxomEntry {
117 width: 100%;
118 margin-top: 1em;
119 margin-bottom: 2em;
120 padding: 0;
123 .blosxomEntrySummary {
124 width: 100%;
125 // margin-top: 1em;
126 // margin-bottom: 2em;
127 padding: 0;
130 .blosxomBody {
131 color: #222222;
132 // border: 1px solid #888888;
133 padding-left: 1em;
134 padding-right: 1em;
137 .blosxomStoryLinks {
138 // background: #eeeeee;
139 // text-align: right;
142 .blosxomComments {
143 margin-top: 2em;
144 border-top: 1px dashed #444444;
147 .blosxomTitle {
148 // font-size: 13pt;
149 font-weight: bold;
150 color: #000000;
152 .blosxomDate {
153 border-bottom: 1px solid #888888;
154 font-size: 11pt;
155 font-weight: bold;
156 color: #336699;
159 .blosxomEntryDate {
160 font-weight: bold;
161 font-size: 100%;
162 color: #aaaaaa;
165 .blosxomTime {
166 text-decoration: italicize;
167 color: #336699;
170 /* Blosxom comment stuff .......................................... */
171 .blosxomComment {
172 background: #eeeeee;
173 border-top: dashed 1px #444444;
174 padding: 0.2em;
175 padding-bottom: 1em;
178 .blosxomCommentInfo {
179 font-size: smaller;
182 .blosxomCommentBody {
183 margin-left: 0.5em;
186 .blosxomCommentForm {
187 margin-top: 1em;
190 #blosxomCommentStatus {
191 font-size: larger;
192 color: blue;
193 margin-left: 0.5em;
194 font-weight: bold;