From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1163B138350 for ; Tue, 14 Jan 2020 08:15:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32512E092E; Tue, 14 Jan 2020 08:15:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9194E092E for ; Tue, 14 Jan 2020 08:15:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 834B234E07A for ; Tue, 14 Jan 2020 08:15:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CA5E2A for ; Tue, 14 Jan 2020 08:15:26 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1578989606.29d74e3951ad9acd000c6671a437e2fee5c440d0.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: / X-VCS-Repository: proj/devmanual X-VCS-Files: devmanual.css X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 29d74e3951ad9acd000c6671a437e2fee5c440d0 X-VCS-Branch: master Date: Tue, 14 Jan 2020 08:15:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5c3d375-a2d9-4d5c-a340-612ef9a8c70a X-Archives-Hash: c9ee35838241378c1c3ae3cd5aa9cd39 commit: 29d74e3951ad9acd000c6671a437e2fee5c440d0 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jan 8 17:30:19 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jan 14 08:13:26 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=29d74e39 devmanual.css: Drop unused elements. Most elements of the stylesheet are either not used at all, or they are superseded by the Bootstrap or Tyrian stylesheets which are loaded later. Signed-off-by: Ulrich Müller gentoo.org> devmanual.css | 143 +--------------------------------------------------------- 1 file changed, 1 insertion(+), 142 deletions(-) diff --git a/devmanual.css b/devmanual.css index 414ad1e..bb89812 100644 --- a/devmanual.css +++ b/devmanual.css @@ -1,138 +1,6 @@ -div.header { - border-bottom: 3px solid #333333; - background-color: #666666; - color: #eeeeee; - margin: 0em 0em 0em 0em; - padding: 0.2em; - font-size: 70%; -} - -div.navtop { - border-bottom: 1px dashed #333333; - text-align: center; -} - -div.navbottom { - border-top: 1px dashed #333333; - text-align: center; - margin-top: 1em; -} - -@media print { - div.header { - display: none; - } -} - -div.header a:link, div.header a:visited, -div.footer a:link, div.footer a:visited { - color: #eeeeee; - font-weight: bold; - text-decoration: none; -} - -div.header a:hover, div.footer a:hover { - color: #eeeeee; - font-weight: bold; - text-decoration: underline; -} - -div.footer { - text-align: center; - border-top: 3px solid #333333; - background-color: #666666; - color: #eeeeee; - margin: 0em 0em 0em 0em; - padding: 0em 0.2em; - font-size: 70%; -} - -@media print { - div.footer { - display: none; - } -} - -div.main { - padding: 1em 40px; - margin: 0em; - background-color: #eeeeee; - color: #333333; -} - -body { - background-color: #666666; - color: #eeeeee; - padding: 0em; - margin: 0em; - font-family: "Verdana", "Arial", "Helvetica", sans-serif; -} - -div.footer * img { - border-width: 0px; -} - th { font-weight: bold; text-align: left; - padding: 0.3em; -} - -th, td { - padding-left: 0.3em; - padding-right: 0.3em; -} - -div.main a:link, div.main a:visited { - color: #000099; - text-decoration: none; -} - -div.main a[href]:hover { - color: #000099; - text-decoration: underline; -} - -div.main pre a:link, div.main pre a:visited { - color: #fff0e0; - text-decoration: none; -} - -div.main pre a[href]:hover { - color: #fff0e0; - text-decoration: underline; -} - -code, tt { - color: #993333; -} - -div.main p, div.main dd { - text-align: justify; -} - -pre { - background-color: #1e1e27; - color: #cfbfad; - padding-top: 3px; - padding-bottom: 3px; - padding-left: 8px; - padding-right: 8px; -} - -div.main h1 { - text-align: center; -} - -div.main h2 { - text-align: left; - border-bottom: 1px dashed #333333; - margin-left: -30px; -} - -div.main h3 { - text-align: left; - margin-left: -30px; } dt { @@ -149,22 +17,13 @@ div.figure, div.figure p { font-weight: bold; } -code, pre, tt { +code, pre { font-family: monospace; tab-size: 4; -o-tab-size: 4; -moz-tab-size: 4; } -blockquote.epigraph p { - font-size: 80%; - font-style: italic; -} - -blockquote.epigraph p.attribution { - font-style: normal; -} - td.devbook { vertical-align: top; }