Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / styles / LightPurple.css
1 body, table {
2     font-family: verdana, helvetica;
3 }
4
5 body {
6     background-color: #fff;
7     margin: 0px;
8     padding: 0px;
9 }
10
11 a               { color: #668; text-decoration: none; font-weight:normal; } 
12 a:link          { color: #668; } 
13 a:visited       { color: #668; } 
14 a:active        { color: #334; } 
15 a:hover         { color: #334; }
16
17 h1, h2, h3 {
18     margin: 0px;
19     padding: 0px;
20 }
21
22 #banner, #banner-commentspop {
23     background-color: #ddf;
24     border-bottom: 1px dotted #668;
25 }
26
27 #banner {
28     height: 65px;
29     padding: 10px 0 0 15px;
30 }
31
32 #banner-commentspop {
33     font-size: x-large;
34     font-weight: bold;
35     padding: 5px 0 5px 5px;
36     margin-bottom: 10px;
37 }
38
39 #banner a,
40 #banner a:link,
41 #banner a:visited,
42 #banner a:active,
43 #banner a:hover {
44     color: #000;
45     font-size: xx-large;
46     font-weight: bold;
47     text-decoration: none;
48 }
49
50 #banner .description {
51     color: #668;
52     font-family: times, serif;
53     font-size: large;
54     font-style: italic;
55     font-weight: bold;
56     margin-left: 10px;
57 }       
58
59 #content {
60     margin-right: 230px;
61     border-right: #668 dotted 1px;
62 }
63
64 #container {
65     margin: 10px;
66 }
67
68 #links {
69     background-color: #fff;
70     border-left: 1px dotted #668;
71     padding: 10px;                              
72     position: absolute;
73     top: 0px;
74     right: 0px;
75     width: 210px;
76 }
77
78 .blog {
79     padding: 10px;
80     margin-bottom: 10px;
81 }       
82
83
84 .blogbody {
85     color: #666;
86     font-size: small;
87     font-weight: normal;
88     background: #fff;
89     line-height: 140%;                  
90     margin-left: 15px;
91     margin-bottom: 10px;
92     padding: 5px;
93 }
94
95 .blogbody a,
96 .blogbody a:link,
97 .blogbody a:visited {
98     border-bottom: 1px dotted #334;
99 }
100 .blogbody a:active,
101 .blogbody a:hover {
102     border-bottom: 1px solid #668;
103 }
104
105 .title  { 
106     color: #668;        
107     font-family: verdana, helvetica, sans-serif;
108     font-size: normal; 
109 }                       
110
111 #menu {
112     background: #fff;
113     font-size: small;
114     text-align: left;                                                   
115 }               
116
117 .date   { 
118     color: #444; 
119     font-size: small; 
120     font-weight: bold;
121     margin-bottom: 5px;
122 }                       
123
124 .posted { 
125     color: #666; 
126     font-size: x-small; 
127     font-style: italic;
128     margin-top: 8px;
129 }
130
131
132 .calendar {
133     font-size: x-small;
134     font-weight: normal;
135     line-height: 140%;
136     padding: 2px;
137     text-align: center; 
138 }
139
140 div.calendar {
141     padding: 3px;
142 }
143
144 div.calendar table {
145     width: 100%;
146 }
147
148 .calendarhead { 
149     background: #ddf;
150     border: #9c9 dotted 1px;
151     color: #668;
152     font-size: x-small;
153     font-weight: bold;
154     line-height: 140%;
155     padding: 2px;                                       
156     width: 100%;
157 }       
158
159 .side {
160     color: #333;
161     font-size: x-small;
162     font-weight: normal;
163     line-height: 140%;
164     padding: 3px 7px;                           
165 }       
166
167 .sidetitle {
168     background-color: #ddf;
169     border: 1px dotted #9c9;
170     color: #668;
171     font-size: x-small;
172     font-weight: bold;
173     padding: 2px;
174     margin-top: 10px;
175     letter-spacing: .3em;
176     text-align:center;                                                  
177 }               
178
179 .syndicate {
180     font-size: x-small;
181     font-weight: bold;          
182     padding: 2px;
183     margin-top: 10px;
184     text-align: center;
185 }       
186
187 .powered {
188     font-size: x-small;
189     font-weight: bold;
190     line-height:140%;
191     margin-top: 10px;
192     padding:2px;
193     text-align:center;
194 }       
195
196
197 .comments-body {
198     color: #666;
199     font-size: small;
200     font-weight: normal;
201     line-height:140%;
202     margin-left: 15px;
203     margin-bottom: 5px;
204     padding: 10px;
205 }               
206
207 .comments-post {
208     color: #888; 
209     font-size: x-small; 
210     font-style: italic;
211     margin-top: 3px;
212     text-align: right;
213 }       
214
215 .trackback-url {
216     color:#666;
217     font-size:small;
218     font-weight:normal;
219     background: #fff;
220     line-height: 140%;
221     padding: 5px;       
222 }
223
224 .trackback-body {
225     color:#666;
226     font-size: small;
227     font-weight: normal;
228     line-height: 140%;
229     padding-bottom: 10px;
230     padding-top: 10px;          
231 }               
232
233 .trackback-post {
234     color: #666;
235     font-size: x-small;
236     font-weight: normal;
237     background: #fff;           
238 }
239
240 .comments-head  { 
241     color: #444; 
242     font-size: small; 
243     font-weight: bold;
244     font-size: small; 
245     font-weight: bold;
246     margin-bottom: 5px;
247     padding: 3px;
248 }               
249