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