Convert another print call to print_msg.
[bloggy.git] / default.css
blob8b1a8cb4dd8dc2a1d9aca41206d0ac12b1043e77
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, #navigation, #footer {
10 padding-left: 1em;
11 padding-right: 1em;
12 margin-top: 1em;
15 .blogpost, .message, #header, #footer, #navigation,
16 input#posttitle, textarea#postbody, table#postlist {
17 background-color: #fdfeea;
18 border: thin dashed black;
21 .error {
22 background-color: red;
23 border: medium dashed white;
24 color: white;
25 font-weight: bold;
26 text-align: center;
29 .button {
30 background-color: #fdfeea;
31 border: medium solid black;
32 color: 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;