diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-13 01:48:00 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-05-13 01:48:00 -0400 |
commit | 7a5814c74c875d1d4ce80c8d24b0573a8fd51ab5 (patch) | |
tree | 1808a9cf0dee2b5182fe68f37c2be9b0c171990f /docs/busybox.net/svnindex.css | |
parent | 318a8e5ed557ed04712edc2a59275c92ce7e85e6 (diff) |
split website off into dedicated git repo
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'docs/busybox.net/svnindex.css')
-rw-r--r-- | docs/busybox.net/svnindex.css | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/docs/busybox.net/svnindex.css b/docs/busybox.net/svnindex.css deleted file mode 100644 index b1ca24a05..000000000 --- a/docs/busybox.net/svnindex.css +++ /dev/null @@ -1,92 +0,0 @@ -/* A sample style sheet for displaying the Subversion directory listing - that is generated by mod_dav_svn and "svnindex.xsl". */ - -body{ - margin: 0; - padding: 0; -} - -a { - color: navy; -} - -.header { - padding-top: 5px; - text-align: center; -} - -.footer { - margin-top: 8em; - padding: 0.5em 1em 0.5em; - border: 1px solid; - border-width: 1px 0; - clear: both; - border-color: rgb(30%,30%,50%) navy rgb(75%,80%,85%) navy; - background: rgb(88%,90%,92%); - font-size: 80%; -} - -.svn { - margin: 3em; -} - -.rev { - margin-right: 3px; - padding-left: 3px; - text-align: left; - font-size: 120%; -} - -.dir a { - text-decoration: none; - color: black; -} - -.file a { - text-decoration: none; - color: black; -} - -.path { - margin: 3px; - padding: 3px; - background: #FFCC66; - font-size: 120%; -} - -.updir { - margin: 3px; - padding: 3px; - margin-left: 3em; - background: #FFEEAA; -} - -.file { - margin: 3px; - padding: 3px; - margin-left: 3em; - background: rgb(95%,95%,95%); -} - -.file:hover { - margin: 3px; - padding: 3px; - margin-left: 3em; - background: rgb(100%,100%,90%); -/* border: 1px black solid; */ -} - -.dir { - margin: 3px; - padding: 3px; - margin-left: 3em; - background: rgb(90%,90%,90%); -} - -.dir:hover { - margin: 3px; - padding: 3px; - margin-left: 3em; - background: rgb(100%,100%,80%); -/* border: 1px black solid; */ -} |