From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruno =?UTF-8?B?RsOpbGl4?= Rezende Ribeiro Subject: Re: Help needed for screenshots Date: Wed, 19 Nov 2014 02:33:07 -0200 Message-ID: <20141119023307.1f5169a8@freedom-laptop> References: <87zjbu15qs.fsf@inria.fr> <20141114173539.41eda61c@freedom-laptop> <87y4rdmp43.fsf@gnu.org> <20141114210215.7f4118f7@freedom-laptop> <54676ED4.5080001@openmailbox.org> <87ppcol53d.fsf@gnu.org> <20141116031946.67a438a8@freedom-laptop> <87egt20xgi.fsf@gnu.org> <20141117124301.50080c54@freedom-laptop> <87ppclyi5v.fsf@gnu.org> <20141117133535.7647c0ef@freedom-laptop> <87k32spqgi.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87egt06xvs.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/Ld2wHD5ywAlgjGa5Te3Yuaa" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqwxJ-00049v-6a for guix-devel@gnu.org; Tue, 18 Nov 2014 23:33:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqwxE-0001XF-J8 for guix-devel@gnu.org; Tue, 18 Nov 2014 23:33:25 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqwxE-0001XB-GY for guix-devel@gnu.org; Tue, 18 Nov 2014 23:33:20 -0500 Received: from [177.106.199.217] (port=47685 helo=freedom-laptop) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1XqwxD-0003qv-In for guix-devel@gnu.org; Tue, 18 Nov 2014 23:33:20 -0500 In-Reply-To: <87egt06xvs.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --MP_/Ld2wHD5ywAlgjGa5Te3Yuaa Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Em Tue, 18 Nov 2014 21:45:43 +0100 ludo@gnu.org (Ludovic Court=C3=A8s) escreveu: > All in all, I=E2=80=99m happy to apply a patch that would move it to a > different page, or make it smaller and light-grey, something like > that. Attached is a patch that fix the cluttering issue. I've taken an alternative design however: one that neither requires the creation of another dedicated page, nor makes the JS license table always visible on the main page. The attached patch makes the logo of LibreJS float over the left side of the footer's gray bar of links ("GNU home page ... Site map"). When the mouse cursor hovers over it, it expands to the full JS license table, which is detached and floating over the main web page. It's simple, but works well. This patch adds no Javascript code. It adds only CSS code in-lined in the page's header. The file 'images.txz' contains the LibreJS logo, please extract it in the root directory. I hope it does the job. --=20 ,=3D ,-_-. =3D. Bruno F=C3=A9lix Rezende Ribeiro (oitofelix) [0x28D618AF] ((_/)o o(\_)) There is no system but GNU; `-'(. .)`-' GNU Linux-Libre is one of its official kernels; \_/ All software must be free as in freedom; --MP_/Ld2wHD5ywAlgjGa5Te3Yuaa Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=guix.html.patch --- guix.html.~1.107.~ 2014-11-18 22:14:10.286872776 -0200 +++ guix.html 2014-11-19 02:05:19.950875208 -0200 @@ -11,6 +11,33 @@ width: 640px; height: 480px; } + + #librejs-widget { + position: relative; + } + + #librejs-widget > div { + position: absolute; + top: 18px; + } + + #jslicense-labels1 { + display: none; + background: orange; + } + + #jslicense-labels1 > thead { + background: darkorange; + } + + #librejs-widget:hover > div > a { + display: none; + } + + #librejs-widget:hover #jslicense-labels1 { + display: block; + } + @@ -469,41 +496,48 @@ alt="GPL version 3" /> -
+