Make the button text black.
[bloggy.git] / default.css
blob3adf40cd16d9c3cc92d47e5a08250a289678eddd
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 color: black;
34 padding: 0.4em;
35 font-size: large;
36 font-weight: bold;
39 table#postlist {
40 border: thin solid black;
41 width: 100%;
44 textarea#postbody {
45 height: 32em;
48 input#posttitle, textarea#postbody {
49 border: thin solid black;
50 font-size: 1.4em;
51 padding: 4px;
52 width: 80%;
55 #header, #footer, #navigation {
56 padding-top: 0.4em;
57 padding-bottom: 0.4em;
58 text-align: center;
61 #header {
62 font-size: 24pt;
65 #editing {
66 margin: 1em;
67 text-align: center;