Plasma.tex button table: add the conditional third column for targets with HAVEREMOTE...
[kugel-rb.git] / utils / rockbox_api / layout.css
blob09aaff11a3beff269592f6616539511a63c9fc5d
1 .plugincontent
3 font-family: Verdana;
6 .plugincontent li
8 font-size: 10px;
11 .plugincontent code
13 color: #00A;
16 .plugincontent .see, .plugincontent .see a
18 color: #559;
21 .plugincontent .group
23 font-size: 12px;
26 .plugincontent .group h3
28 font-size: 14px;
31 .plugincontent h2
33 color: #D11;
36 .plugincontent a
38 color: blue;
41 .plugincontent a:hover
43 color: red;
46 .plugincontent .top
48 font-size: 10px;
49 color: green;
52 .plugincontent .extra
54 font-weight: bold;
55 color: #992;
58 .plugincontent dl
60 border-left: 1px solid #CCC;
61 padding-left: 10px;
64 .plugincontent dt, .plugincontent dd
66 font-style: normal;
69 .plugincontent dd
71 margin-left: 12em;
74 .plugincontent dt
76 clear: left;
77 display: block;
78 float: left;
79 font-weight: bold;
80 width: 12em;
83 .plugincontent hr
85 border: 1px solid #CCCCCC;
86 margin: 1em 0;
89 .plugincontent #content
91 margin-left: 14em;
92 margin-right: 1em;
93 padding: 0;
96 .plugincontent #menu
98 position: absolute;
99 left: 120px; /* I hate IE */
100 width: 14em;
101 padding: 0;
104 .plugincontent #menu ul
106 padding-left: 1em;