comparison themes/copyrighteous/style.css @ 14:f37430dda970

2007-08-14 17:45:44 by steve Added new theme.,
author steve
date Tue, 14 Aug 2007 17:45:44 +0000
parents
children e8bbce758855
comparison
equal deleted inserted replaced
13:a3d2dca6ada3 14:f37430dda970
1 #content {
2 float:left;
3 width:67%;
4 background:#fff;
5 margin-right:15px;
6 margin-left:15px;
7 padding-bottom:50px;
8 vertical-align:top;
9 }
10
11 #rightmenu {
12 border-style:dashed;
13 border-width: 1px;
14 background-color:#ccc;
15 vertical-align:top;
16 position:absolute;
17 right:20px;
18 width:172px;
19 padding:10px;
20 }
21
22 #archivelist {
23 padding: 0px;
24 }
25
26 .storybox {
27 border: 1px dashed;
28 padding:6px;
29 margin-bottom:10px;
30 }
31
32 #title {border-bottom:2px solid #000;}
33
34 body,td { font-family: Verdana,Geneva,Arial,Sans-serif;
35 font-size: 12px; color: #111111; }
36
37 a { text-decoration: none; }
38
39 .title { font-size: 20pt; font-weight: bold; color: #666666; }
40
41 .title a {
42 text-decoration: none;
43 color: #666666;}
44
45 .rightMenu { font-size: 10pt; font-weight: bold; color: #336699; }
46
47 .blosxomTitle {font-size: 13pt; font-weight: bold; color: #000000; }
48
49 .blosxomTime { text-decoration: italicize; color: #336699; }
50
51 img {
52 margin: 2px;
53 }
54