From 20fb47ec778abe215ca69692434ff753596319e6 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 6 Oct 2008 22:19:54 +0000 Subject: 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 --- utils/rockbox_api/layout.css | 108 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 utils/rockbox_api/layout.css (limited to 'utils/rockbox_api/layout.css') 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 -- cgit v1.1