summaryrefslogtreecommitdiffstats
path: root/repotmpl/layout
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-18 10:33:16 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-18 10:33:16 +0100
commit4638f990ceb4b314ce15ddfcfeeb638432273c95 (patch)
tree8acbc0379ef0919d13c85483dd3e5a517b6f8473 /repotmpl/layout
parentdaef766c2a953e4db3e9a69cbff8bf7a67788f85 (diff)
initial import
Diffstat (limited to 'repotmpl/layout')
-rw-r--r--repotmpl/layout/favicon.icobin0 -> 1406 bytes
-rw-r--r--repotmpl/layout/images/footer.pngbin0 -> 170 bytes
-rw-r--r--repotmpl/layout/images/li.pngbin0 -> 154 bytes
-rw-r--r--repotmpl/layout/images/monkey.pngbin0 -> 32904 bytes
-rw-r--r--repotmpl/layout/images/package.pngbin0 -> 2456 bytes
-rw-r--r--repotmpl/layout/images/rss.pngbin0 -> 549 bytes
-rw-r--r--repotmpl/layout/images/sidebar_li.pngbin0 -> 115 bytes
-rw-r--r--repotmpl/layout/images/top.jpgbin0 -> 451 bytes
-rw-r--r--repotmpl/layout/images/top_gar.jpgbin0 -> 7966 bytes
-rw-r--r--repotmpl/layout/images/top_monkey.pngbin0 -> 13774 bytes
-rw-r--r--repotmpl/layout/images/top_prelude.jpgbin0 -> 2062 bytes
-rw-r--r--repotmpl/layout/images/w3c-css20.pngbin0 -> 273 bytes
-rw-r--r--repotmpl/layout/images/w3c-xhtml10.pngbin0 -> 270 bytes
-rw-r--r--repotmpl/layout/repostyle.css312
14 files changed, 312 insertions, 0 deletions
diff --git a/repotmpl/layout/favicon.ico b/repotmpl/layout/favicon.ico
new file mode 100644
index 00000000..956fc908
--- /dev/null
+++ b/repotmpl/layout/favicon.ico
Binary files differ
diff --git a/repotmpl/layout/images/footer.png b/repotmpl/layout/images/footer.png
new file mode 100644
index 00000000..7d6fa560
--- /dev/null
+++ b/repotmpl/layout/images/footer.png
Binary files differ
diff --git a/repotmpl/layout/images/li.png b/repotmpl/layout/images/li.png
new file mode 100644
index 00000000..639364f5
--- /dev/null
+++ b/repotmpl/layout/images/li.png
Binary files differ
diff --git a/repotmpl/layout/images/monkey.png b/repotmpl/layout/images/monkey.png
new file mode 100644
index 00000000..8d1ba756
--- /dev/null
+++ b/repotmpl/layout/images/monkey.png
Binary files differ
diff --git a/repotmpl/layout/images/package.png b/repotmpl/layout/images/package.png
new file mode 100644
index 00000000..b51fba91
--- /dev/null
+++ b/repotmpl/layout/images/package.png
Binary files differ
diff --git a/repotmpl/layout/images/rss.png b/repotmpl/layout/images/rss.png
new file mode 100644
index 00000000..829a4e0d
--- /dev/null
+++ b/repotmpl/layout/images/rss.png
Binary files differ
diff --git a/repotmpl/layout/images/sidebar_li.png b/repotmpl/layout/images/sidebar_li.png
new file mode 100644
index 00000000..1064ac66
--- /dev/null
+++ b/repotmpl/layout/images/sidebar_li.png
Binary files differ
diff --git a/repotmpl/layout/images/top.jpg b/repotmpl/layout/images/top.jpg
new file mode 100644
index 00000000..6fd06bfb
--- /dev/null
+++ b/repotmpl/layout/images/top.jpg
Binary files differ
diff --git a/repotmpl/layout/images/top_gar.jpg b/repotmpl/layout/images/top_gar.jpg
new file mode 100644
index 00000000..1aead544
--- /dev/null
+++ b/repotmpl/layout/images/top_gar.jpg
Binary files differ
diff --git a/repotmpl/layout/images/top_monkey.png b/repotmpl/layout/images/top_monkey.png
new file mode 100644
index 00000000..89be5ef3
--- /dev/null
+++ b/repotmpl/layout/images/top_monkey.png
Binary files differ
diff --git a/repotmpl/layout/images/top_prelude.jpg b/repotmpl/layout/images/top_prelude.jpg
new file mode 100644
index 00000000..2e5ef448
--- /dev/null
+++ b/repotmpl/layout/images/top_prelude.jpg
Binary files differ
diff --git a/repotmpl/layout/images/w3c-css20.png b/repotmpl/layout/images/w3c-css20.png
new file mode 100644
index 00000000..0614443e
--- /dev/null
+++ b/repotmpl/layout/images/w3c-css20.png
Binary files differ
diff --git a/repotmpl/layout/images/w3c-xhtml10.png b/repotmpl/layout/images/w3c-xhtml10.png
new file mode 100644
index 00000000..5336b588
--- /dev/null
+++ b/repotmpl/layout/images/w3c-xhtml10.png
Binary files 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;
+}