Server IP : 85.214.239.14 / Your IP : 18.119.133.214 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/cwd/proc/2/root/proc/2/cwd/usr/share/doc/libapache2-mod-svn/examples/ |
Upload File : |
/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * */ /* 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; } .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; */ }