summaryrefslogtreecommitdiff
path: root/utils/rockbox_api/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rockbox_api/layout.css')
-rw-r--r--utils/rockbox_api/layout.css108
1 files changed, 108 insertions, 0 deletions
diff --git a/utils/rockbox_api/layout.css b/utils/rockbox_api/layout.css
new file mode 100644
index 0000000000..09e7391197
--- /dev/null
+++ b/utils/rockbox_api/layout.css
@@ -0,0 +1,108 @@
1body
2{
3 font-family: Verdana;
4}
5
6li
7{
8 font-size: 10px;
9}
10
11code
12{
13 color: #00A;
14}
15
16.see, .see a
17{
18 color: #559;
19}
20
21.group
22{
23 font-size: 12px;
24}
25
26.group h3
27{
28 font-size: 14px;
29}
30
31h2
32{
33 color: #D11;
34}
35
36a
37{
38 color: blue;
39}
40
41a:hover
42{
43 color: red;
44}
45
46.top
47{
48 font-size: 10px;
49 color: green;
50}
51
52.extra
53{
54 font-weight: bold;
55 color: #992;
56}
57
58dl
59{
60 border-left: 1px solid #CCC;
61 padding-left: 10px;
62}
63
64dt, dd
65{
66 font-style: normal;
67}
68
69dd
70{
71 margin-left: 12em;
72}
73
74dt
75{
76 clear: left;
77 display: block;
78 float: left;
79 font-weight: bold;
80 width: 12em;
81}
82
83hr
84{
85 border: 1px solid #CCCCCC;
86 margin: 1em 0;
87}
88
89#content
90{
91 margin-left: 14em;
92 margin-right: 1em;
93 padding: 0;
94}
95
96#menu
97{
98 position: fixed;
99 top: 0px;
100 left: 0px;
101 width: 14em;
102 padding: 0;
103}
104
105#menu ul
106{
107 padding-left: 1em;
108} \ No newline at end of file