diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-10-06 22:19:54 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-10-06 22:19:54 +0000 |
| commit | 20fb47ec778abe215ca69692434ff753596319e6 (patch) | |
| tree | 69665298c0f58c07a1aa9677d33ad395ad9ccd13 /utils/rockbox_api/layout.css | |
| parent | 34148b9a2173b0bd80b4acd18d23216ae54cb865 (diff) | |
| download | rockbox-20fb47ec778abe215ca69692434ff753596319e6.zip rockbox-20fb47ec778abe215ca69692434ff753596319e6.tar.gz rockbox-20fb47ec778abe215ca69692434ff753596319e6.tar.bz2 rockbox-20fb47ec778abe215ca69692434ff753596319e6.tar.xz | |
Commit FS#9462: an semi-automatic plugin API documentation generator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18722 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/rockbox_api/layout.css')
| -rw-r--r-- | utils/rockbox_api/layout.css | 108 |
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 0000000..09e7391 --- /dev/null +++ b/utils/rockbox_api/layout.css @@ -0,0 +1,108 @@ +body +{ + font-family: Verdana; +} + +li +{ + font-size: 10px; +} + +code +{ + color: #00A; +} + +.see, .see a +{ + color: #559; +} + +.group +{ + font-size: 12px; +} + +.group h3 +{ + font-size: 14px; +} + +h2 +{ + color: #D11; +} + +a +{ + color: blue; +} + +a:hover +{ + color: red; +} + +.top +{ + font-size: 10px; + color: green; +} + +.extra +{ + font-weight: bold; + color: #992; +} + +dl +{ + border-left: 1px solid #CCC; + padding-left: 10px; +} + +dt, dd +{ + font-style: normal; +} + +dd +{ + margin-left: 12em; +} + +dt +{ + clear: left; + display: block; + float: left; + font-weight: bold; + width: 12em; +} + +hr +{ + border: 1px solid #CCCCCC; + margin: 1em 0; +} + +#content +{ + margin-left: 14em; + margin-right: 1em; + padding: 0; +} + +#menu +{ + position: fixed; + top: 0px; + left: 0px; + width: 14em; + padding: 0; +} + +#menu ul +{ + padding-left: 1em; +}
\ No newline at end of file |