r457: Switch to percents
[bugdar.git] / docs / example.css
1 body
2 {
3 font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
4 font-size: small;
5 color: #333;
6 }
7
8 form, input
9 {
10 margin: 0;
11 }
12
13 textarea
14 {
15 font-family: "Lucida Grande", Arial, sans-serif;
16 font-size: 11px;
17 }
18
19 .field
20 {
21 margin-bottom: 10px;
22 }
23
24 label
25 {
26 font-weight: bold;
27 }
28
29 #entry-container
30 {
31 margin-top: 10px;
32 border: 1px solid #8FAEBE;
33 background-color: #EAF2FF;
34 }
35
36 #status-box
37 {
38 float: left;
39 width: 33%;
40 padding: 10px 10px 10px 20px;
41 border: 1px solid red;
42 }
43
44 #comments-box
45 {
46 float: left;
47 width: 33%;
48 padding: 10px;
49 border: 1px solid blue;
50 }
51
52 #trackback-box
53 {
54 margin-left: 65%;
55 width: 33%;
56 padding: 10px;
57 border: 1px solid green;
58 }