00df3e73233f7fab4d3ca52a56aeef9d8edba441
[treecutter.git] / style / simple / css / css.css
1 body {
2 margin-left: 100px;
3 margin-right: 100px;
4 }
5 div.mediaobject {
6   float: left;
7   border: thin silver solid;
8   width: 500px;
9   margin: 0.5em;
10   padding: 0.5em;
11 }
12 div.caption p {
13   text-align: center;
14   font-style: italic;
15   font-size: smaller;
16   text-indent: 0;
17 }
18 div.mediaobject table {
19     margin-left: auto;
20     margin-right: auto;
21 }
22 div.toc {
23 width:250px;
24 font-size:80%;
25 border:1px solid #d3d3d3;
26 border-radius:5px;
27 padding:0;
28 margin:0;
29 }
30
31 div.toc p {
32 margin-bottom: 4px;
33 text-align:center;
34 background:#e8eaeb;
35 }
36
37 div.toc dl {
38 padding:1px 10px;
39 }
40 div.toc dl dl{
41 margin:1px 1px;
42 }
43
44 h1,h2,h3 {
45     font-family:Georgia,serif;
46     color:#4E443C;
47     font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 0;
48 }
49
50 p {
51 font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
52         font-size: 14px;
53         margin-top: .5em; color: #666;
54 }
55
56 nav ul {
57     list-style:none;
58     margin:0px 0 0px 0px;
59     padding:0;
60     text-indent:10px;
61     font-family: Georgia,serif
62     font-size: 14px;
63     font-weight: bold;
64 }
65 nav ul ul {
66     margin:0;
67     padding:0;
68     list-style:none;
69     text-indent:20px;
70     font-family: Georgia,serif
71     font-size: 12px;
72     font-weight: normal;
73 }