From 4638f990ceb4b314ce15ddfcfeeb638432273c95 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Dec 2015 10:33:16 +0100 Subject: initial import --- repotmpl/layout/favicon.ico | Bin 0 -> 1406 bytes repotmpl/layout/images/footer.png | Bin 0 -> 170 bytes repotmpl/layout/images/li.png | Bin 0 -> 154 bytes repotmpl/layout/images/monkey.png | Bin 0 -> 32904 bytes repotmpl/layout/images/package.png | Bin 0 -> 2456 bytes repotmpl/layout/images/rss.png | Bin 0 -> 549 bytes repotmpl/layout/images/sidebar_li.png | Bin 0 -> 115 bytes repotmpl/layout/images/top.jpg | Bin 0 -> 451 bytes repotmpl/layout/images/top_gar.jpg | Bin 0 -> 7966 bytes repotmpl/layout/images/top_monkey.png | Bin 0 -> 13774 bytes repotmpl/layout/images/top_prelude.jpg | Bin 0 -> 2062 bytes repotmpl/layout/images/w3c-css20.png | Bin 0 -> 273 bytes repotmpl/layout/images/w3c-xhtml10.png | Bin 0 -> 270 bytes repotmpl/layout/repostyle.css | 312 +++++++++++++++++++++++++++++++++ 14 files changed, 312 insertions(+) create mode 100644 repotmpl/layout/favicon.ico create mode 100644 repotmpl/layout/images/footer.png create mode 100644 repotmpl/layout/images/li.png create mode 100644 repotmpl/layout/images/monkey.png create mode 100644 repotmpl/layout/images/package.png create mode 100644 repotmpl/layout/images/rss.png create mode 100644 repotmpl/layout/images/sidebar_li.png create mode 100644 repotmpl/layout/images/top.jpg create mode 100644 repotmpl/layout/images/top_gar.jpg create mode 100644 repotmpl/layout/images/top_monkey.png create mode 100644 repotmpl/layout/images/top_prelude.jpg create mode 100644 repotmpl/layout/images/w3c-css20.png create mode 100644 repotmpl/layout/images/w3c-xhtml10.png create mode 100644 repotmpl/layout/repostyle.css (limited to 'repotmpl/layout') diff --git a/repotmpl/layout/favicon.ico b/repotmpl/layout/favicon.ico new file mode 100644 index 00000000..956fc908 Binary files /dev/null and b/repotmpl/layout/favicon.ico differ diff --git a/repotmpl/layout/images/footer.png b/repotmpl/layout/images/footer.png new file mode 100644 index 00000000..7d6fa560 Binary files /dev/null and b/repotmpl/layout/images/footer.png differ diff --git a/repotmpl/layout/images/li.png b/repotmpl/layout/images/li.png new file mode 100644 index 00000000..639364f5 Binary files /dev/null and b/repotmpl/layout/images/li.png differ diff --git a/repotmpl/layout/images/monkey.png b/repotmpl/layout/images/monkey.png new file mode 100644 index 00000000..8d1ba756 Binary files /dev/null and b/repotmpl/layout/images/monkey.png differ diff --git a/repotmpl/layout/images/package.png b/repotmpl/layout/images/package.png new file mode 100644 index 00000000..b51fba91 Binary files /dev/null and b/repotmpl/layout/images/package.png differ diff --git a/repotmpl/layout/images/rss.png b/repotmpl/layout/images/rss.png new file mode 100644 index 00000000..829a4e0d Binary files /dev/null and b/repotmpl/layout/images/rss.png differ diff --git a/repotmpl/layout/images/sidebar_li.png b/repotmpl/layout/images/sidebar_li.png new file mode 100644 index 00000000..1064ac66 Binary files /dev/null and b/repotmpl/layout/images/sidebar_li.png differ diff --git a/repotmpl/layout/images/top.jpg b/repotmpl/layout/images/top.jpg new file mode 100644 index 00000000..6fd06bfb Binary files /dev/null and b/repotmpl/layout/images/top.jpg differ diff --git a/repotmpl/layout/images/top_gar.jpg b/repotmpl/layout/images/top_gar.jpg new file mode 100644 index 00000000..1aead544 Binary files /dev/null and b/repotmpl/layout/images/top_gar.jpg differ diff --git a/repotmpl/layout/images/top_monkey.png b/repotmpl/layout/images/top_monkey.png new file mode 100644 index 00000000..89be5ef3 Binary files /dev/null and b/repotmpl/layout/images/top_monkey.png differ diff --git a/repotmpl/layout/images/top_prelude.jpg b/repotmpl/layout/images/top_prelude.jpg new file mode 100644 index 00000000..2e5ef448 Binary files /dev/null and b/repotmpl/layout/images/top_prelude.jpg differ diff --git a/repotmpl/layout/images/w3c-css20.png b/repotmpl/layout/images/w3c-css20.png new file mode 100644 index 00000000..0614443e Binary files /dev/null and b/repotmpl/layout/images/w3c-css20.png differ diff --git a/repotmpl/layout/images/w3c-xhtml10.png b/repotmpl/layout/images/w3c-xhtml10.png new file mode 100644 index 00000000..5336b588 Binary files /dev/null and b/repotmpl/layout/images/w3c-xhtml10.png differ diff --git a/repotmpl/layout/repostyle.css b/repotmpl/layout/repostyle.css new file mode 100644 index 00000000..0330530e --- /dev/null +++ b/repotmpl/layout/repostyle.css @@ -0,0 +1,312 @@ +/** + * RepoView « Remi's Garfield » theme + * Adapted for repoview by Johan Cwiklinski - http://ulysses.fr + */ + +* { + margin: 0; + padding: 0; + border: 0; +} + +body { + background: #CDCDCD; + font: 0.7em Arial,sans-serif; +} + +/* Common styles +-------------------------------------------------------- */ + +ul, ul li { + list-style: none; +} + +a:link, a:visited { + color: #000; + text-decoration: underline; +} + +a:hover { + color: #000; + text-decoration: none; +} + +pre { + overflow: auto; + height: auto; + font-size:1.2em; +} + +.left { + float: left; +} + +.right { + float: right; +} + +/* Page +-------------------------------------------------------- */ + +#page { + background:white url(images/monkey.png) bottom right no-repeat; + margin:0 auto; + position:relative; + width:99%; +} + +#top { + width:auto; + margin: 0 0 19px; + background: #5782AC url(images/package.png) right 56px no-repeat; + padding:0; + border-bottom: 4px #6db9f7 solid; + height: 100px; +} + +#top h1 { + font-size: 3em; + text-align: center; + background: transparent url(images/top_monkey.png) bottom left no-repeat; + height:100px; + margin:0; +} + +#top h1 span{ + display:block; + text-align:center; + padding-top:30px; + bottom:.2em; +} + +#top a:link, #top a:visited, #top a:hover { + color: #FFF; + text-decoration: none; +} + +#prelude { + position: absolute; + top: 0; + right: 18px; + width: 370px; + padding: 6px 0 6px; + color: #CAE4FC; + text-align: center; + background-color: rgba(255,255,255,.3); + border-radius: 0 0 6px 6px; + +} + +#prelude a:link, #prelude a:visited { + padding: 0 0.5em; + font-size: 1.1em; + font-weight: bold; + color: #fff; + text-decoration: none; +} + +#prelude a:hover { + text-decoration: underline; +} + +.levbar { + float:left; + width: 11em; + height: 100%; + border-right: 2px dotted gray; + border-bottom: 2px dotted gray; +} + +.main { + margin-left: 13em; +} + +#wrapper { + width:auto; + margin: 0 auto 10px; + position:relative; +} + +#main { + float:left; + display:inline; + width:100%; +} + +#content{ + margin-left:1em; + margin-right:25em; +} + +#sidebar { + width: 23em; + float:left; + margin:0 0 0 -24em; + background-color:rgba(255,255,255,.7); + border-radius:6px; +} + +#sidebar h2 { + margin: 0 0 10px; + padding: 5px 8px; + background: #F5F5F5; + color: #005D99; + font-size: 1em; + font-weight: bold; +} + +#sidebar a:link, #sidebar a:visited { + text-decoration: none; +} + +#sidebar a:hover { + text-decoration: underline; +} + +#sidebar ul { + padding: 0 0 4px; +} + +#sidebar li { + padding: 3px 4px 3px 20px; + background: transparent url(images/sidebar_li.png) no-repeat 10px 7px; +} + +#sidebar p { + padding: 0 0 4px 10px; +} + +#footer { + clear: both; + width:99%; + margin: 0 auto; + padding: 0 0 14px; + background: transparent url(images/footer.png) repeat-x center bottom; +} + +#footer p { + margin: 0 auto; + padding: 6px 16px 6px 0; + background: #5682ab; + color: #FFF; + text-align: right; + font-weight: bold; +} + +#footer p a:link, #footer p a:visited { + color: #FFF; + text-decoration: underline; +} + +#footer p a:hover { + text-decoration: none; +} + +#content h3, +#content h2, +.pagetitle{ + clear: left; + margin: 0 0 10px 0; + padding: 5px 10px; + background: #F5F5F5; + color: #5E9E14; + font-weight: bold; +} +#content h2, +.pagetitle{ + color: #005D99; + font-size:1.2em; +} + +.pkglist{ + margin-bottom: 1.5em; + font-size: 1.2em; +} + +.pkglist li { + padding: .1em 0 .1em 10px; + background: transparent url(images/li.png) no-repeat 0 5px; +} + +.nav { + position:absolute; + right:5em; + text-align:right; + top:80px; + padding:6px 0; + color:#CAE4FC; +} +.letterlist a { + padding: 0 .2em; + color:#CAE4FC; + text-decoration:none; +} +.letterlist a:hover{ + text-decoration:underline; +} +.repoview { + text-decoration: none; + color: gray; + border-bottom: 1px dotted gray; +} + +dl{ + margin-bottom:.5em; +} + +#pkg_main{ + float:left; + width:20em; + margin-right:2%; +} + +dt{ + font-weight: bold; +} + +td{ + vertical-align:top; +} + +td pre{ + margin: 0 0 .2em .2em; +} + +.nowrap{ + white-space: nowrap +} + +td.filesize{ + text-align:right; + padding:0 .5em; +} + +#vxhtml, #vcss{ + text-indent:90px; + width:80px; + height:15px; + float:left; + overflow:hidden; + margin-left:1em; + margin-top:.5em; +} + +#vxhtml{ + background:transparent url(images/w3c-xhtml10.png) 0 0 no-repeat; +} +#vcss{ + background:transparent url(images/w3c-css20.png) 0 0 no-repeat; +} + +/** Seems unused */ +.nactive { + border-bottom: 1px dotted blue; + color: blue; + text-decoration: none; +} +.ninactive { + color: gray; +} +.field { + text-align: right; +} -- cgit