| Server IP : 164.138.27.172 / Your IP : 216.73.216.143 Web Server : nginx/1.27.4 System : Linux cookingdream 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : www-adm ( 1001) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/jonasn/new-gitstats/gitstats/ |
Upload File : |
/**
* GitStats - default style
*/
body {
color: black;
background-color: #ffffff;
}
dt {
font-weight: bold;
float: left;
margin-right: 1em;
}
dt:after {
content: ': ';
}
dd {
display: block;
clear: left;
}
table {
border: 1px solid black;
border-collapse: collapse;
font-size: 100%;
margin-bottom: 1em;
}
table.noborders {
border: none;
}
table.noborders td {
border: none;
}
.vtable {
float: right;
clear: both;
}
table.tags td {
vertical-align: top;
}
td {
background-color: white;
}
th {
background-color: #ddf;
}
th a {
text-decoration: none;
}
tr:hover {
background-color: #ddf;
}
td {
border: 1px solid black;
padding: 0.2em;
padding-left: 0.3em;
padding-right: 0.2em;
}
/* Navigation bar; tabbed style */
.nav {
border-bottom: 1px solid black;
padding: 0.3em;
}
.nav ul {
list-style-type: none;
display: inline;
margin: 0;
padding: 0;
}
.nav li {
display: inline;
}
.nav li a {
padding: 0.3em;
text-decoration: none;
color: black;
border: 1px solid black;
margin: 0.5em;
background-color: #ddf;
}
.nav li a:hover {
background-color: #ddd;
border-bottom: 1px solid #ddf;
}
img {
border: 1px solid black;
padding: 0.5em;
background-color: white;
}
th img {
border: 0px;
padding: 0px;
background-color: #ddf;
}
h1 a, h2 a {
color: black;
text-decoration: none;
}
h1:hover a:after,
h2:hover a:after {
content: 'ΒΆ';
color: #555;
}
h1 {
font-size: x-large;
}
h2 {
background-color: #564;
border: 1px solid black;
padding-left: 0.5em;
padding-right: 0.5em;
color: white;
font-size: large;
clear: both;
}
h2 a {
color: white;
}
.moreauthors {
font-size: 80%;
}