commit: 8936b5f94a770b4d156e37f25817ddb8c2b37cf3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jul 17 15:43:18 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jul 17 15:43:29 2018 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=8936b5f9
Try replacing pkgcheck2html.css with a symlink htdocs/pkgcheck2html.css | 208 +---------------------------------------------- 1 file changed, 1 insertion(+), 207 deletions(-) diff --git a/htdocs/pkgcheck2html.css b/htdocs/pkgcheck2html.css deleted file mode 100644 index 44862ce..0000000 --- a/htdocs/pkgcheck2html.css +++ /dev/null @@ -1,207 +0,0 @@ -/* (c) 2016 Michał Górny, Patrice Clement */ -/* 2-clause BSD license */ - -* -{ - box-sizing: border-box; -} - -body -{ - margin: 0; - background-color: #463C65; - font-family: sans-serif; - font-size: 14px; -} - -address -{ - color: white; - text-align: center; - margin: 1em; -} - -.nav -{ - width: 20%; - position: absolute; - top: 0; -} - -.nav ul -{ - list-style: none; - margin: 0; - padding: 1%; -} - -.nav li -{ - padding: 0 1em; - border-radius: 4px; - margin-bottom: .3em; - background-color: #62548F; -} - -.nav li a -{ - display: block; - width: 100%; -} - -.nav h2 -{ - color: white; - text-align: center; - font-size: 300%; - font-weight: bold; - text-transform: uppercase; - font-family: serif; -} - -ul.nav li.header -{ - background-color: #463C65; -} - -.content, h1 -{ - padding: 2%; - margin: 0 0 0 20%; - background-color: #DDDAEC; -} - -h1 { - font-family: serif; - color: #23457F; - font-size: 400%; - line-height: 2em; - font-weight: bold; - text-transform: uppercase; - text-align: center; - letter-spacing: .15em; -} - -th -{ - text-align: left; - padding: 1em 0; - color: #23457F; -} - -th.h2 -{ - font-size: 120%; -} - -th.h3 -{ - padding-left: 1em; - font-size: 110%; -} - -th:target -{ - background-color: #dfd; -} - -th small -{ - padding-left: .5em; - visibility: hidden; -} - -th:hover small -{ - visibility: visible; -} - -td -{ - background-color: white; - line-height: 2em; - font-size: 120%; - padding-left: .5em; - white-space: pre-wrap; -} - -td:hover -{ - background-color: #eee; -} - -tr.err td -{ - background-color: #7E0202; - color: white; -} - -tr.err td:hover -{ - background-color: #DA0404; -} - -tr.staging td -{ - background-color: #DEDE00; -} - -tr.staging td:hover -{ - background-color: yellow; -} - -tr.warn td -{ - background-color: orange; -} - -tr.warn td:hover -{ - background-color: #FFBB3E; -} - -.nav a -{ - font-size: 150%; - line-height: 1.5em; - text-decoration: none; - white-space: pre; - overflow: hidden; - text-overflow: ellipsis; -} - -li.heading -{ - font-size: 125%; - color: white; - background-color: #463C65; - padding-left: .75em; -} - -.warn a -{ - color: orange; -} - -.staging a -{ - color: #DEDE00; -} - -.err a -{ - color: #F06F74; -} - -.nav li:hover -{ - min-width: 100%; - width: -moz-max-content; - width: max-content; -} - -.nav a:hover -{ - color: white; -} diff --git a/htdocs/pkgcheck2html.css b/htdocs/pkgcheck2html.css new file mode 120000 index 0000000..b2914cb --- /dev/null +++ b/htdocs/pkgcheck2html.css @@ -0,0 +1 @@ +../pkgcheck2html/pkgcheck2html.css \ No newline at end of file