/*
 * SPDX-License-Identifier: CC0 
 *
 * Quick n' dirty Cgit CSS
 */
@import url("https://vitali64.duckdns.org/style.css");
#cgit {width: 100%;}
.tabs tr td a
{
	padding: 2px 15px 5px 15px;
}
.tabs
{
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #006064;
	margin-top: 0;
	color: white;
}
#header {
	width: 100%;
	background: #006064;
	padding: 0 10px;
	color: white;
}
#header .form, #header .sub.right {
	text-align: right;
}
.tabs tr td a.active, .tabs tr td a:hover
{
	background: white;
	color: black;
	/*! border-bottom: solid 5px #006064; */
}
.tabs tr td a, #header .main a {
	text-decoration: none;
	border: none;
	color: white;
	margin: 5px;
	/*! padding: 9px; */
}
#header .main {
	font-size: 20pt;
	font-weight: bold;
}
.error
{
	padding: 16px;
	background-color: orangered;
}
.add
{color: green;}
.del
{color: red;}
.logo img
{
	width: 0;
}
div.commit-msg, code, pre, table.diff
{white-space: pre;}

pre { margin: 0; }

.decoration * {
	margin: 5px;
	padding: 0 5px;
	background-color: orange;
	color: black;
}

.branch-deco {
	background-color: lightgreen;
}

.deco {
	background-color: lightblue;
}

table.blob td.linenumbers {
	margin: 0;
	vertical-align: top;
	text-align: right;
	background: #006064;
}

table.blob td.linenumbers a {
	text-decoration: none;
	color: white;
	padding: 0 0 0 1em;
}

table.blob td.linenumbers a:target {
	background: white;
	color: black;
}

.sublevel-repo {
	padding-left: 10px;
}

table.list tr a {
	text-decoration: none;
}

table.list tr:hover, table.list tr:hover a, table.list tr th, table.list tr th a {
}

table.list td.ls-mode, td.ls-size, .commit-msg, .commit-subject, .diff, .diffstat {
  font-family: monospace;
}

table.list a.button {
	margin: 0.5ch;
}

table.list a.button:hover {
	background: white;
	color: black;
}

table.list {
  width: 100%;
  border-spacing: 0;
}
.commitgraph, td.logmsg, .commit-msg, .commit-subject {
	white-space: pre;
}
.logheader {
	background: #eee;
}
.markdown-body h1 a, .markdown-body h2 a, .markdown-body h3 a, .markdown-body h4 a, .markdown-body h5 a, .markdown-body h6 a {
	color: white;
	text-decoration: none;
}
.markdown-body pre {
	background: #ddd;
	padding: 5px;
}

.markdown-body code {
	background: #ddd;
}

.commitgraph, td.logmsg {
	white-space: pre;
	font-family: monospace;
}
.logheader {
	background: #eee;
}

.path {
	background: #006064;
	color: white;
  padding: 2px 20px;
}
.path a {
	color: white;
	text-decoration: none;
	margin: 1ch;
}
.path a:hover {
	background: white;
	color: black;
}
td.lines {
	vertical-align: top;
}
table.bin-blob tr {
	font-family: monospace;
	white-space: pre;
	padding: 1em;
}
