Prettier buttons.
[bloggy.git] / default.css
blob7e983beefcac88caaed2c6c104af74955628097d
1 body {
2 background-color: #6a7b6c;
3 width: 85%;
4 margin-left: auto;
5 margin-right: auto;
6 text-align: justify;
9 .blogpost, .error, .message, #footer {
10 padding-left: 1em;
11 padding-right: 1em;
12 margin-top: 1em;
13 margin-bottom: 1em;
16 .blogpost, .message, #header, #footer, #navigation,
17 input#posttitle, textarea#postbody, table#postlist {
18 background-color: #fdfeea;
19 border: thin dashed black;
22 .error {
23 background-color: red;
24 border: medium dashed white;
25 color: white;
26 font-weight: bold;
27 text-align: center;
30 .button {
31 background-color: #fdfeea;
32 border: medium solid black;
33 padding: 0.4em;
34 font-size: large;
35 font-weight: bold;
38 table#postlist {
39 border: thin solid black;
40 width: 100%;
43 textarea#postbody {
44 height: 32em;
47 input#posttitle, textarea#postbody {
48 border: thin solid black;
49 font-size: 1.4em;
50 padding: 4px;
51 width: 80%;
54 #header, #footer, #navigation {
55 padding-top: 0.4em;
56 padding-bottom: 0.4em;
57 text-align: center;
60 #header {
61 font-size: 24pt;
64 #editing {
65 margin: 1em;
66 text-align: center;