[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: use same link color for all projects
Holger Levsen
holger at moszumanska.debian.org
Fri Dec 18 17:45:16 UTC 2015
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 2b3fcd382f7e2c0995eab023d70b48b71c231d1d
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Dec 18 18:44:54 2015 +0100
reproducible: use same link color for all projects
---
userContent/reproducible/archlinux/global.css | 4 +++-
userContent/reproducible/coreboot/landing_style.css | 9 +++++++--
userContent/reproducible/freebsd/global.css | 8 ++++----
userContent/reproducible/netbsd/global.css | 8 ++++----
userContent/reproducible/openwrt/cascade.css | 6 +++---
userContent/reproducible/rpms/fedora-23.css | 6 +++---
userContent/reproducible/static/style.css | 4 ++--
7 files changed, 26 insertions(+), 19 deletions(-)
diff --git a/userContent/reproducible/archlinux/global.css b/userContent/reproducible/archlinux/global.css
index d6dec30..cdf375b 100644
--- a/userContent/reproducible/archlinux/global.css
+++ b/userContent/reproducible/archlinux/global.css
@@ -45,14 +45,16 @@ body {
a {
text-decoration: none;
+ color:#0088cc;
}
a:link, a:visited {
- color: #07b;
+ color: green;
}
a:hover, a:visited:hover {
text-decoration: underline;
+ color:#0088cc;
}
table {
diff --git a/userContent/reproducible/coreboot/landing_style.css b/userContent/reproducible/coreboot/landing_style.css
index d85838b..921898f 100644
--- a/userContent/reproducible/coreboot/landing_style.css
+++ b/userContent/reproducible/coreboot/landing_style.css
@@ -79,7 +79,7 @@ body {
}
a {
- color: #24890d;
+ color: #0088cc;
text-decoration: none;
}
@@ -94,9 +94,14 @@ a:active {
a:active,
a:hover {
- color: #41a62a;
+ color: #0088cc;
+}
+
+a:visited {
+ color: green;
}
+
h1,
h2,
h3,
diff --git a/userContent/reproducible/freebsd/global.css b/userContent/reproducible/freebsd/global.css
index 673c572..04232b7 100644
--- a/userContent/reproducible/freebsd/global.css
+++ b/userContent/reproducible/freebsd/global.css
@@ -15,22 +15,22 @@ img {
}
a:link {
- color: #b84e0d;
+ color: #0088cc;
text-decoration: none;
}
a:hover {
- color: #f26711;
+ color: #0088cc;
text-decoration: underline;
}
a:visited {
- color: #880000;
+ color: green;
text-decoration: none;
}
a:visited:hover {
- color: #f26711;
+ color: green;
text-decoration: underline;
}
diff --git a/userContent/reproducible/netbsd/global.css b/userContent/reproducible/netbsd/global.css
index 4cc1921..4c9aa4d 100644
--- a/userContent/reproducible/netbsd/global.css
+++ b/userContent/reproducible/netbsd/global.css
@@ -15,22 +15,22 @@ img {
}
a:link {
- color: #b84e0d;
+ color: #0088cc;
text-decoration: none;
}
a:hover {
- color: #f26711;
+ color: #0088cc;
text-decoration: underline;
}
a:visited {
- color: #880000;
+ color: green;
text-decoration: none;
}
a:visited:hover {
- color: #f26711;
+ color: green;
text-decoration: underline;
}
diff --git a/userContent/reproducible/openwrt/cascade.css b/userContent/reproducible/openwrt/cascade.css
index 698a38f..3ed3d5e 100644
--- a/userContent/reproducible/openwrt/cascade.css
+++ b/userContent/reproducible/openwrt/cascade.css
@@ -25,13 +25,13 @@ code {
}
a {
- color:#0022aa;
+ color:#0088cc;
}
a:hover, a:focus, {
- color:#0022aa;
+ color:#0088cc;
}
a:visited {
- color:#0055dd;
+ color:green;
}
#header {
diff --git a/userContent/reproducible/rpms/fedora-23.css b/userContent/reproducible/rpms/fedora-23.css
index 4c283bf..f143223 100644
--- a/userContent/reproducible/rpms/fedora-23.css
+++ b/userContent/reproducible/rpms/fedora-23.css
@@ -80,12 +80,12 @@ h1, h2, h3, h4, h5, h6 {
* Links
*/
a {
- color: #2a7ae2;
+ color: #0088cc;
text-decoration: none; }
a:visited {
- color: #1756a9; }
+ color: green; }
a:hover {
- color: #111;
+ color: #0088cc;
text-decoration: underline; }
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index f4831b4..039886f 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -54,12 +54,12 @@ a.noted {
}
a:hover, a:focus, a.package:hover, a.package:focus {
- color:#005580;
+ color:#0088cc;
text-decoration:underline;
}
a.noted:hover, a.noted:focus {
- color:#005580;
+ color:#0088cc;
text-decoration:underline;
font-weight: bold;
}
--
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