From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q8JG4-0003AB-Ok for garchives@archives.gentoo.org; Fri, 08 Apr 2011 21:30:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C28FA1C053; Fri, 8 Apr 2011 21:30:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 50EED1C053 for ; Fri, 8 Apr 2011 21:30:17 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29FB21B4147 for ; Fri, 8 Apr 2011 21:30:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8D1B280065 for ; Fri, 8 Apr 2011 21:30:15 +0000 (UTC) From: "Matthew Summers" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Summers" Message-ID: Subject: [gentoo-commits] proj/get-gentoo:master commit in: htdocs/ X-VCS-Repository: proj/get-gentoo X-VCS-Files: htdocs/index.html htdocs/style.css X-VCS-Directories: htdocs/ X-VCS-Committer: quantumsummers X-VCS-Committer-Name: Matthew Summers X-VCS-Revision: ea236dce2f3db732bf2fb9d049cdbcb0619c853f Date: Fri, 8 Apr 2011 21:30:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 58d5e676f5507b17aeac7d0bcb7f3808 commit: ea236dce2f3db732bf2fb9d049cdbcb0619c853f Author: Matthew Summers gentoo org> AuthorDate: Fri Apr 8 21:29:09 2011 +0000 Commit: Matthew Summers gentoo org> CommitDate: Fri Apr 8 21:29:09 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/get-gentoo.gi= t;a=3Dcommit;h=3Dea236dce Re-work of main index page to make nice Edited index.html and style.css subpages are now broken-styled - will fix soon --- htdocs/index.html | 114 +++++++++++++++++++++++++++++------------------= ----- htdocs/style.css | 110 ++++++++++++++++++++++++++++++-----------------= ---- 2 files changed, 129 insertions(+), 95 deletions(-) diff --git a/htdocs/index.html b/htdocs/index.html index 1da77f6..653ccba 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -14,71 +14,85 @@ =09 -
+
-
-

- LiveDVD (released 2011 Mar 8) -
(up to 2.5 gigabytes depending on arch) -
- amd64 - x86 -

+
+

+ Other Architectures +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
alphaisostages
armstages
hppa
ia64isostages
ppc/ppc64isostages
s390/s390x
stages
sh
stages
sparcisostages
+
+
+

If you prefer to select a local mirror yourself, see Gentoo Mirrors.

-
- =09 -

Copyright 2001-2011 Gentoo Foundation, Inc. Questions, Comments? = Contact us

diff --git a/htdocs/style.css b/htdocs/style.css index c3878e5..f897cc1 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -2,7 +2,7 @@ Created by Matthew Summers*/ =20 body { - background: #DDDAEC; +/* background: #DDDAEC; */ font-size: 16px; font-family: sans-serif; color: #45347B; @@ -14,7 +14,7 @@ div.contain { width:95%; height:100%; margin: 2em 2.5%; - background: rgba(255,255,255,0.20); +/* background: rgba(255,255,255,0.20); */ -moz-border-radius: 142px; -webkit-border-radius: 142px; -opera-border-radius: 142px; @@ -40,27 +40,28 @@ div.logo h1 { padding-top: 6em; } =20 -div.arches { - width:100%; - margin:auto; +div.big_arches { + width:84%; + margin:auto ; min-height:5em; text-align:center; - display:inline-block; + display:block; } =20 -div.arches ul { +div.big_arches ul { display:inline-block; margin: 0 auto; text-align:center; + width: 100%; } =20 -div.arches ul li { +div.big_arches ul li { float:left; display:block; - width:17%; + width:42%; min-width: 160px; margin: 1%; -/* padding: 0.5%; */ + padding: 0.5%; min-height: 160px; text-align:center; border: none; @@ -68,20 +69,21 @@ div.arches ul li { -webkit-border-radius: 20px; -opera-border-radius: 20px; border-radius: 20px; - -moz-box-shadow: 0 0 1em #000; - -webkit-box-shadow: #000 0 0 1em; - -opera-box-shadow: #000 0 0 1em; - box-shadow: 0 0 1em #000; + -moz-box-shadow: 0 0 1em #45347B; + -webkit-box-shadow: #45347B 0 0 1em; + -opera-box-shadow: #45347B 0 0 1em; + box-shadow: 0 0 1em #45347B; +} +div.big_arches ul li h2 { + display: block; } =20 -div.arches ul li a { -/* background: rgba(0,0,0,0.25); */ - color: #45347B; - margin-right:1em; - margin-bottom: 1em; +div.big_arches ul li a { + background-color: #45347B; + color: #FFFFFF; + margin:0 1em 1em 1em; font-weight: bold; text-decoration: none; -/* text-shadow:0 3px 2px #000000, 0px 0px 2px #000000; */ display:inline-block; border: none; padding: 0.25em 1em; @@ -89,18 +91,51 @@ div.arches ul li a { -webkit-border-radius: 10px; -opera-border-radius: 10px; border-radius: 10px; - -moz-box-shadow: 0 0 0.5em #000; - -webkit-box-shadow: #000 0 0 0.5em; - -opera-box-shadow: #000 0 0 0.5em; - box-shadow: 0 0 0.5em #000; + -moz-box-shadow: 0 0 0.5em #45347B; + -webkit-box-shadow: #45347B 0 0 0.5em; + -opera-box-shadow: #45347B 0 0 0.5em; + box-shadow: 0 0 0.5em #45347B; } =20 -div.arches ul li a:hover { - text-decoration: none; - -moz-box-shadow:inset 0 0 0.5em #000; - -webkit-box-shadow:inset #000 0 0 0.5em; - -opera-box-shadow: inset #000 0 0 0.5em; - box-shadow:inset 0 0 0.5em #000; +div.big_arches ul li a:hover { + text-decoration: dotted; + -moz-box-shadow:inset 0 0 0.5em #45347B; + -webkit-box-shadow:inset #45347B 0 0 0.5em; + -opera-box-shadow: inset #45347B 0 0 0.5em; + box-shadow:inset 0 0 0.5em #45347B; +} + +div.arches { + width:50%; + margin:2em auto; + padding:1em; + min-height:5em; + text-align:center; + display:block; + -moz-border-radius: 20px; + -webkit-border-radius: 20px; + -opera-border-radius: 20px; + border-radius: 20px; + -moz-box-shadow: 0 0 1em #45347B; + -webkit-box-shadow: #45347B 0 0 1em; + -opera-box-shadow: #45347B 0 0 1em; + box-shadow: 0 0 1em #45347B; +} + + +td.cool { + text-align: left; + padding-right: 3em; + width: 5em; +} + +td a { + color:#45347B; + text-decoration:underline; +} + +td { + padding: 0.25em 1em; } =20 div.two ul li { @@ -121,21 +156,6 @@ div.three ul li { text-align:center; } =20 -div.other { - margin:2em auto; - padding:1em 0.5em; - text-align:center; - width: 42%; - -moz-border-radius: 20px; - -webkit-border-radius: 20px; - -opera-border-radius: 20px; - border-radius: 20px; - -moz-box-shadow: 0 0 1em #000; - -webkit-box-shadow: #000 0 0 1em; - -opera-box-shadow: #000 0 0 1em; - box-shadow: 0 0 1em #000; -} - div.footer { /* display:inline-block; */ text-align:center;