New colour scheme and some CSS tweeks.
[bloggy.git] / default.css
blob39a87565de2e0cc3d9c1a2dc2d86181ebc3201ff
1 body {
2 background-color: #6a7b6c;
3 width: 85%;
4 margin-left: auto;
5 margin-right: auto;
6 text-align: justify;
9 #header {
10 font-size: 24pt;
11 font-weight: bold;
12 text-align: center;
15 #footer {
16 text-align: center;
19 .blogpost, .error, .message, #footer {
20 padding-left: 1em;
21 padding-right: 1em;
22 margin-top: 1em;
23 margin-bottom: 1em;
26 .blogpost, .message, #header, #footer, #navigation,
27 input#posttitle, textarea#postbody, table#postlist {
28 background-color: #fdfeea;
29 border: thin dashed black;
32 .error {
33 background-color: red;
34 border: medium dashed white;
35 color: white;
36 font-weight: bold;
37 text-align: center;
40 table#postlist {
41 border: thin solid black;
42 width: 100%;
45 textarea#postbody {
46 height: 32em;
49 input#posttitle, textarea#postbody {
50 border: thin solid black;
51 font-size: 1.4em;
52 padding: 4px;
53 width: 80%;
56 #editing {
57 margin: 1em;
58 text-align: center;
61 #navigation {
62 padding-top: 0.4em;
63 padding-bottom: 0.4em;
64 text-align: center;