diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-18 18:44:54 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-18 18:44:54 +0100 |
commit | 2b3fcd382f7e2c0995eab023d70b48b71c231d1d (patch) | |
tree | ff6fdea88bd19b9456a4a84d0f3f181ac0595e9a /userContent | |
parent | cd9e48532e0be35681522deca5558c419f756b1a (diff) | |
download | jenkins.debian.net-2b3fcd382f7e2c0995eab023d70b48b71c231d1d.tar.xz |
reproducible: use same link color for all projects
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/reproducible/archlinux/global.css | 4 | ||||
-rw-r--r-- | userContent/reproducible/coreboot/landing_style.css | 9 | ||||
-rw-r--r-- | userContent/reproducible/freebsd/global.css | 8 | ||||
-rw-r--r-- | userContent/reproducible/netbsd/global.css | 8 | ||||
-rw-r--r-- | userContent/reproducible/openwrt/cascade.css | 6 | ||||
-rw-r--r-- | userContent/reproducible/rpms/fedora-23.css | 6 | ||||
-rw-r--r-- | 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 d6dec301..cdf375b7 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 d85838b3..921898f1 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 673c5726..04232b77 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 4cc19217..4c9aa4d6 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 698a38fb..3ed3d5ea 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 4c283bf4..f143223f 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 f4831b4d..039886fc 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; } |