summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authoranthraxx <levente@leventepolyak.net>2015-11-12 19:49:51 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-12 19:52:10 +0100
commit2b5e8f34e5791d70ab89479f9fd035aa53bc561b (patch)
tree6b32f3dc443e86c8c9f3bd90e257c6e46b095ec1 /userContent
parentb859333ade7ffa522259f9e1e8820a5e79c2db09 (diff)
downloadjenkins.debian.net-2b5e8f34e5791d70ab89479f9fd035aa53bc561b.tar.xz
awesome Arch Linux reproducible html style \o/
- this also adds some (hopefully non-intrusive) styling possibilities to the footer
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/archlinux/archlogo.4fefb38dc270.pngbin0 -> 4192 bytes
-rw-r--r--userContent/reproducible/archlinux/global.css78
2 files changed, 78 insertions, 0 deletions
diff --git a/userContent/reproducible/archlinux/archlogo.4fefb38dc270.png b/userContent/reproducible/archlinux/archlogo.4fefb38dc270.png
new file mode 100644
index 00000000..e873e94b
--- /dev/null
+++ b/userContent/reproducible/archlinux/archlogo.4fefb38dc270.png
Binary files differ
diff --git a/userContent/reproducible/archlinux/global.css b/userContent/reproducible/archlinux/global.css
new file mode 100644
index 00000000..d6dec301
--- /dev/null
+++ b/userContent/reproducible/archlinux/global.css
@@ -0,0 +1,78 @@
+body {
+ background: #f6f9fc none repeat scroll 0 0;
+ color: #222;
+ font: 100% sans-serif;
+ line-height: 1.3em;
+ min-width: 650px;
+ margin: 0;
+ padding: 0;
+}
+
+.content {
+ margin: 0 auto;
+ text-align: left;
+ width: 95%;
+ font-size: 0.90em;
+}
+
+#archnavbar {
+ background: #333 none repeat scroll 0 0 !important;
+ border-bottom: 5px solid #08c !important;
+ height: 40px !important;
+ padding: 10px 15px !important;
+}
+
+#logo {
+ background: rgba(0, 0, 0, 0) url("archlogo.4fefb38dc270.png") no-repeat scroll 0 0 !important;
+ float: left !important;
+ height: 40px !important;
+ margin: 0 !important;
+ padding: 0 !important;
+ width: 190px !important;
+}
+
+#page_footer {
+ font-size: 0.7em;
+ margin: 0 auto;
+ text-align: center;
+ width: 95%;
+}
+
+#footer_separator {
+ border-top: 1px dotted #bbb;
+ margin: 10px 1%;
+}
+
+a {
+ text-decoration: none;
+}
+
+a:link, a:visited {
+ color: #07b;
+}
+
+a:hover, a:visited:hover {
+ text-decoration: underline;
+}
+
+table {
+ background: #ecf2f5 none repeat scroll 0 0;
+ border: 1px solid #bcd;
+ margin-bottom: 1.5em;
+ padding: 0.65em;
+ width: 100%;
+ font-size: 0.80em;
+ border-collapse: collapse;
+}
+
+table tr td {
+ border-top: 1px dotted #bcd;
+}
+
+table tr td, table th {
+ padding: 0.15em 0.75em;
+}
+
+#variation th:first-child {
+ width: 23%;
+}