Add account preset object draft.
[modest] / experimental / modest / docs / reference / html / style.css
1 .synopsis, .classsynopsis 
2 {
3   background: #eeeeee;
4   border: solid 1px #aaaaaa;
5   padding: 0.5em;
6 }
7 .programlisting 
8 {
9   background: #eeeeff;
10   border: solid 1px #aaaaff;
11   padding: 0.5em;
12 }
13 .variablelist 
14 {
15   padding: 4px;
16   margin-left: 3em;
17 }
18 .variablelist td:first-child
19 {
20   vertical-align: top;
21 }
22 div a[name]
23 {
24   position: relative;
25   top: -4.5em;
26 }
27 table.navigation#top
28 {
29   background: #ffeeee;
30   border: solid 1px #ffaaaa;
31   margin-top: 0;
32   margin-bottom: 0;
33   position: fixed;
34   top: 0;
35   left: 0;
36   height: 2em;
37   z-index: 1;
38 }
39 .navigation a 
40 {
41   color: #770000;
42 }
43 .navigation a:visited 
44 {
45   color: #550000;
46 }
47 .navigation .title 
48 {
49   font-size: 200%;
50 }
51 td.shortcuts
52 {
53   color: #770000;
54   font-size: 80%;
55 }
56
57 div.refentry, div.chapter, div.part, div.book, div.index, div.glossary, div.sect1
58 {
59   position: relative;
60   top: 3em;
61   z-index: 0;
62 }
63 div.refnamediv 
64 {
65   margin-top: 2em;
66 }
67 div.gallery-float 
68 {
69   float: left;
70   padding: 10px;
71 }
72 div.gallery-float img 
73 {
74   border-style: none;
75 }
76 div.gallery-spacer 
77 {
78   clear: both;
79 }
80 a
81 {
82   text-decoration: none;
83 }
84 a:hover
85 {
86   text-decoration: underline;
87   color: #FF0000;
88 }