Merged from mwolson@gnu.org--2006 (patch 61)
[muse-el.git] / examples / mwolson / stylesheets / blog.css
blob50297f00b3c2319ed04cadb812345f9b13bb60d6
1 /* Michael Olson's tweaked pyblosxom stylesheet
3 Elements for my blog.
4 */
6 td {
9 th {
12 li.spaced {
15 .update {
16 color: #ff0000;
17 font-weight: bold;
20 .header {
21 font-size: 9pt;
22 text-align: center;
23 font-weight: bold;
26 .data {
27 font-size: 9pt;
30 .keyword {
31 color: #0000ff;
32 font-weight: bold;
34 .number {
35 color: #ff00ff;
37 .string {
38 color: #ff0000;
40 .comment {
41 color: #000088;
43 .symbol {
45 .normal {
47 .function {
48 font-weight: bold;
52 .input {
53 color: #0000ff;
56 .code {
57 font-family: monospace;
58 color: #0000ff;
59 font-size: 0.9em;
62 .path {
63 font-family: monospace;
64 font-size: 0.9em;
67 .rightMenu {
68 font-size: 10pt;
69 font-weight: bold;
70 color: black; /*#336699;*/
73 /* Blosxom registry stuff ..................................... */
74 .blosxomRegistryHeader {
75 border: 1px solid #999;
76 margin: 0px;
77 padding: 0px;
78 font-weight: bold;
81 /* Blosxom calendar stuff ..................................... */
82 .blosxomCalendar {
83 border: 1px solid #999;
84 margin: 0px;
85 padding: 0px;
87 .blosxomCalendarBlogged {
88 background: #bbbbff;
89 text-align: center;
90 color: #000000;
92 .blosxomCalendarCell {
93 background: #ddddff;
94 text-align: center;
95 color: #000000;
97 .blosxomCalendarToday {
98 background: #ffffcc;
99 color: #000000;
101 .blosxomCalendarSpecificDay {
102 background: #ffffcc;
103 text-align: center;
104 color: #000000;
107 /* Blosxom stuff ................................................ */
108 .blosxomDayDiv {
109 float: left;
110 width: 100%;
113 .blosxomEntry {
114 width: 100%;
115 margin-top: 1em;
116 margin-bottom: 2em;
117 padding: 0;
120 .blosxomEntrySummary {
121 width: 100%;
122 // margin-top: 1em;
123 // margin-bottom: 2em;
124 padding: 0;
127 .blosxomBody {
128 color: #222222;
129 // border: 1px solid #888888;
130 padding-left: 1em;
131 padding-right: 1em;
134 .blosxomStoryLinks {
135 // background: #eeeeee;
136 // text-align: right;
139 .blosxomComments {
140 margin-top: 2em;
141 border-top: 1px dashed #444444;
144 .blosxomTitle {
145 // font-size: 13pt;
146 font-weight: bold;
147 color: #000000;
149 .blosxomDate {
150 border-bottom: 1px solid #888888;
151 font-size: 11pt;
152 font-weight: bold;
153 color: #336699;
156 .blosxomEntryDate {
157 font-weight: bold;
158 font-size: 100%;
159 color: #aaaaaa;
162 .blosxomTime {
163 text-decoration: italicize;
164 color: #336699;
167 /* Blosxom comment stuff .......................................... */
168 .blosxomComment {
169 background: #eeeeee;
170 border-top: dashed 1px #444444;
171 padding: 0.2em;
172 padding-bottom: 1em;
175 .blosxomCommentInfo {
176 font-size: smaller;
179 .blosxomCommentBody {
180 margin-left: 0.5em;
183 .blosxomCommentForm {
184 margin-top: 1em;