Hi, With nirik we saw that the SKS url was incorrect, the first patch correct that. The second patch correct the css, as it does not respect the Fedora colors[1]. There is a dupplicate patch as I don't know which is best (light or strong blue..) 0001-make-css-use-right-Fedora-colors-inverted is probably best.. [1] https://fedoraproject.org/wiki/Logo/UsageGuidelines#Colors Cheers, -- Kévin Raymond (Shaiton)
From 1c0eed1535b76ba6e5f3e5372d39a6299471a481 Mon Sep 17 00:00:00 2001 From: Kevin Raymond <shaiton@xxxxxxxxxxxxxxxxx> Date: Thu, 5 Sep 2013 22:14:28 +0000 Subject: [PATCH 1/2] SKS repo moved to bitbucket.org --- files/keyserver/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/files/keyserver/index.html b/files/keyserver/index.html index c247522..12b7be5 100644 --- a/files/keyserver/index.html +++ b/files/keyserver/index.html @@ -78,7 +78,7 @@ </div> <!--! end of #container --> <footer id="info"> - <p><a href="https://code.google.com/p/sks-keyserver/">SKS</a> is + <p><a href="https://bitbucket.org/skskeyserver/sks-keyserver/wiki/Home">SKS</a> is a new <a href="http://www.openpgp.org/">OpenPGP</a> keyserver. The main innovation of SKS is that it includes a highly-efficient reconciliation algorithm for keeping the -- 1.7.2.1
From 1df7e69cc01937ad04c974c3cb50a65c5f1f36ab Mon Sep 17 00:00:00 2001 From: Kevin Raymond <shaiton@xxxxxxxxxxxxxxxxx> Date: Thu, 5 Sep 2013 22:23:08 +0000 Subject: [PATCH 2/2] make css use right Fedora colors --- files/keyserver/css.css | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/files/keyserver/css.css b/files/keyserver/css.css index 52d4ce1..9d2080c 100644 --- a/files/keyserver/css.css +++ b/files/keyserver/css.css @@ -5,7 +5,7 @@ margin: 0; /* Let's zero those margins */ } -h2 { color: #4462C4; margin: 0;} +h2 { color: #294172; margin: 0;} #container { /* border: 1px solid #555; /* Nice transition from white background */ @@ -105,13 +105,13 @@ h2 { color: #4462C4; margin: 0;} } hr { - background: #4462C4; + background: #294172; height: 8px; border: 0px; } footer { - background: #4462C4; + background: #294172; margin: auto; color: #fff; @@ -122,11 +122,11 @@ footer p { width: 500px; margin: auto; text-align: center;} a {text-decoration: none; color: #B8C9FF; font-weight: bold;} fieldset { - border: 2px solid #4462C4; + border: 2px solid #294172; } legend { - color: #5283D8; + color: #3c6eb4; } -- 1.7.2.1
From 7339cf494b9a80d9941f0fca9002c0778d0829f7 Mon Sep 17 00:00:00 2001 From: Kevin Raymond <shaiton@xxxxxxxxxxxxxxxxx> Date: Thu, 5 Sep 2013 22:29:31 +0000 Subject: [PATCH] make css use right Fedora colors - inverted --- files/keyserver/css.css | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/keyserver/css.css b/files/keyserver/css.css index 52d4ce1..99443a0 100644 --- a/files/keyserver/css.css +++ b/files/keyserver/css.css @@ -5,7 +5,7 @@ margin: 0; /* Let's zero those margins */ } -h2 { color: #4462C4; margin: 0;} +h2 { color: #3c6eb4; margin: 0;} #container { /* border: 1px solid #555; /* Nice transition from white background */ @@ -105,13 +105,13 @@ h2 { color: #4462C4; margin: 0;} } hr { - background: #4462C4; + background: #3c6eb4; height: 8px; border: 0px; } footer { - background: #4462C4; + background: #3c6eb4; margin: auto; color: #fff; @@ -126,7 +126,7 @@ fieldset { } legend { - color: #5283D8; + color: #3c6eb4; } -- 1.7.2.1
Attachment:
pgprC5oAlJz5n.pgp
Description: PGP signature
_______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure