summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-13 02:15:39 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-13 02:15:39 +0200
commit1d035b83d0a35a2a3021d7fb349abd9d517a15f9 (patch)
tree83a4469650d5319b47c91e70a424260602b5b901 /userContent
parent602b1a8c751e66bbd324ec1832a1035f8d25dfe9 (diff)
downloadjenkins.debian.net-1d035b83d0a35a2a3021d7fb349abd9d517a15f9.tar.xz
reproducible openwrt: add css and logo (derived from http://luci.subsignal.org/trac/browser/luci/trunk/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css?rev=6304), adopt html. build .ipk packages
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/openwrt/bg.jpgbin0 -> 40537 bytes
-rw-r--r--userContent/reproducible/openwrt/cascade.css99
-rw-r--r--userContent/reproducible/openwrt/header.pngbin0 -> 33244 bytes
-rw-r--r--userContent/reproducible/openwrt/logo.pngbin13810 -> 0 bytes
4 files changed, 99 insertions, 0 deletions
diff --git a/userContent/reproducible/openwrt/bg.jpg b/userContent/reproducible/openwrt/bg.jpg
new file mode 100644
index 00000000..dece957d
--- /dev/null
+++ b/userContent/reproducible/openwrt/bg.jpg
Binary files differ
diff --git a/userContent/reproducible/openwrt/cascade.css b/userContent/reproducible/openwrt/cascade.css
new file mode 100644
index 00000000..26a54561
--- /dev/null
+++ b/userContent/reproducible/openwrt/cascade.css
@@ -0,0 +1,99 @@
+@charset "utf-8";
+
+@media all {
+
+html {
+ min-height: 100%;
+ height: auto;
+}
+
+body {
+ color: #ffffff;
+ background-color: #4a6b7c;
+ background-image: url(bg.jpg);
+ background-position: bottom center;
+ background-repeat: repeat-x;
+ font-family: Verdana, Arial, sans-serif;
+ font-size: 101%;
+ line-height: 110%;
+ padding-bottom: 1.5em;
+}
+
+code {
+ font-family: monospace;
+ white-space: pre;
+ margin-left: 2em;
+}
+
+ul {
+ margin-left: 2em;
+}
+
+
+#header {
+ min-height: 98px;
+ background-image: url(header.png);
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-color: #557788;
+ color: #ffffff;
+ text-align: right;
+}
+
+h1 {
+ padding: 1em 1em 0 1em;
+}
+
+p {
+ padding: 1em 1em 1em 1em;
+}
+
+#maincontent {
+ clear: both;
+ width: 80%;
+ margin: 0 auto;
+ padding: 0.5em;
+ background: #f5f5f5;
+ color: #000000;
+ border-width: 0 1px 1px 1px;
+ border-style: solid;
+ border-color: #444444;
+ font-size: 80%;
+}
+
+table td,
+table th {
+ color: #000000;
+}
+
+table {
+ background: #f5f5f5;
+ color: #000000;
+ border-top: 1px solid #666666;
+ border-right: 1px solid #666666;
+ border-bottom: 1px solid #666666;
+ font-size: 90%;
+ width: 80%;
+ margin-left: auto;
+ margin-right: auto;
+ border-collapse: collapse;
+}
+
+table tr:hover td {
+ background-color: #bbddee;
+ color: #000000;
+}
+
+table tr th {
+ padding: 0 0.25em;
+ border-left: 1px solid #666666;
+ text-align: left;
+}
+
+table tr td {
+ padding: 0 0.25em;
+ border-top: 1px solid #666666;
+ border-left: 1px solid #666666;
+}
+
+}
diff --git a/userContent/reproducible/openwrt/header.png b/userContent/reproducible/openwrt/header.png
new file mode 100644
index 00000000..5a7c9a10
--- /dev/null
+++ b/userContent/reproducible/openwrt/header.png
Binary files differ
diff --git a/userContent/reproducible/openwrt/logo.png b/userContent/reproducible/openwrt/logo.png
deleted file mode 100644
index 916fb57a..00000000
--- a/userContent/reproducible/openwrt/logo.png
+++ /dev/null
Binary files differ