[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible/userContent/lede: copy assets from openwrt to lede
Holger Levsen
holger at layer-acht.org
Sun Jul 24 22:06:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 46c1109d501d76be4161e4ddd891d9b1f193d434
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Mon Jul 25 00:04:13 2016 +0200
reproducible/userContent/lede: copy assets from openwrt to lede
content will change later, but having a working webpage for now.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
userContent/reproducible/lede/bg.jpg | Bin 0 -> 40537 bytes
userContent/reproducible/lede/cascade.css | 103 ++++++++++++++++++++++++++++++
userContent/reproducible/lede/header.png | Bin 0 -> 33244 bytes
3 files changed, 103 insertions(+)
diff --git a/userContent/reproducible/lede/bg.jpg b/userContent/reproducible/lede/bg.jpg
new file mode 100644
index 0000000..dece957
Binary files /dev/null and b/userContent/reproducible/lede/bg.jpg differ
diff --git a/userContent/reproducible/lede/cascade.css b/userContent/reproducible/lede/cascade.css
new file mode 100644
index 0000000..cc6bf78
--- /dev/null
+++ b/userContent/reproducible/lede/cascade.css
@@ -0,0 +1,103 @@
+ at charset "utf-8";
+
+ at 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;
+}
+
+a {
+ color:#0022aa;
+}
+a:hover, a:focus, {
+ color:#0022aa;
+}
+a:visited {
+ color:#00aa33;
+}
+
+#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/lede/header.png b/userContent/reproducible/lede/header.png
new file mode 100644
index 0000000..5a7c9a1
Binary files /dev/null and b/userContent/reproducible/lede/header.png differ
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list