2016-08-02 02:15:01 +00:00
|
|
|
@import url(source-code-pro/source-code-pro.css);
|
|
|
|
|
2012-03-19 22:09:25 +00:00
|
|
|
div#cgit {
|
2006-12-09 14:18:17 +00:00
|
|
|
padding: 0em;
|
2007-01-28 10:33:55 +00:00
|
|
|
margin: 0em;
|
2008-04-14 08:00:59 +00:00
|
|
|
font-family: sans-serif;
|
2007-10-30 09:47:38 +00:00
|
|
|
font-size: 10pt;
|
|
|
|
color: #333;
|
|
|
|
background: white;
|
2007-11-16 08:52:03 +00:00
|
|
|
padding: 4px;
|
2007-10-30 09:47:38 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit a {
|
2008-04-12 13:53:31 +00:00
|
|
|
color: blue;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit a:hover {
|
2008-04-12 13:53:31 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table {
|
2016-02-23 14:14:06 +00:00
|
|
|
border-collapse: collapse;
|
2007-05-11 22:29:37 +00:00
|
|
|
}
|
2006-12-09 14:18:17 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table#header {
|
2008-04-12 13:53:31 +00:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1em;
|
2007-02-17 12:46:18 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table#header td.logo {
|
2008-04-12 13:53:31 +00:00
|
|
|
width: 96px;
|
2012-03-18 10:44:04 +00:00
|
|
|
vertical-align: top;
|
2006-12-09 14:18:17 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table#header td.main {
|
2008-04-13 08:57:11 +00:00
|
|
|
font-size: 250%;
|
|
|
|
padding-left: 10px;
|
2008-05-03 10:44:20 +00:00
|
|
|
white-space: nowrap;
|
2008-04-13 08:57:11 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table#header td.main a {
|
2008-04-13 08:57:11 +00:00
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table#header td.form {
|
2008-04-13 08:57:11 +00:00
|
|
|
text-align: right;
|
|
|
|
vertical-align: bottom;
|
|
|
|
padding-right: 1em;
|
|
|
|
padding-bottom: 2px;
|
2008-05-03 10:44:20 +00:00
|
|
|
white-space: nowrap;
|
2008-04-13 08:57:11 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table#header td.form form,
|
|
|
|
div#cgit table#header td.form input,
|
|
|
|
div#cgit table#header td.form select {
|
2008-04-13 08:57:11 +00:00
|
|
|
font-size: 90%;
|
2007-05-13 20:25:14 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table#header td.sub {
|
2008-04-12 13:53:31 +00:00
|
|
|
color: #777;
|
|
|
|
border-top: solid 1px #ccc;
|
2008-04-13 08:57:11 +00:00
|
|
|
padding-left: 10px;
|
2006-12-15 23:49:37 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.tabs {
|
2010-06-19 09:35:57 +00:00
|
|
|
border-bottom: solid 3px #ccc;
|
2008-04-12 13:53:31 +00:00
|
|
|
border-collapse: collapse;
|
|
|
|
margin-top: 2em;
|
2008-04-13 08:57:11 +00:00
|
|
|
margin-bottom: 0px;
|
2008-04-12 13:53:31 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.tabs td {
|
2008-04-13 08:57:11 +00:00
|
|
|
padding: 0px 1em;
|
2008-04-12 18:11:49 +00:00
|
|
|
vertical-align: bottom;
|
2008-04-12 13:53:31 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.tabs td a {
|
2008-04-13 08:57:11 +00:00
|
|
|
padding: 2px 0.75em;
|
|
|
|
color: #777;
|
|
|
|
font-size: 110%;
|
2008-04-12 13:53:31 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.tabs td a.active {
|
2008-04-12 13:53:31 +00:00
|
|
|
color: #000;
|
|
|
|
background-color: #ccc;
|
2006-12-15 23:49:37 +00:00
|
|
|
}
|
2006-12-09 14:18:17 +00:00
|
|
|
|
2016-02-22 15:04:15 +00:00
|
|
|
div#cgit table.tabs a[href^="http://"]:after, div#cgit table.tabs a[href^="https://"]:after {
|
2016-02-23 09:47:25 +00:00
|
|
|
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgAhcJDQY+gm2TAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABbSURBVAhbY2BABs4MU4CwhYHBh2Erww4wrGFQZHjI8B8IgUIscJWyDHcggltQhI4zGDCcRwhChPggHIggP1QoAVmQkSETrGoHsiAEsACtBYN0oDAMbgU6EBcAAL2eHUt4XUU4AAAAAElFTkSuQmCC);
|
|
|
|
opacity: 0.5;
|
2016-02-22 15:04:15 +00:00
|
|
|
margin: 0 0 0 5px;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.tabs td.form {
|
2008-04-12 18:11:49 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.tabs td.form form {
|
2008-04-12 18:11:49 +00:00
|
|
|
padding-bottom: 2px;
|
|
|
|
font-size: 90%;
|
2008-05-03 10:44:20 +00:00
|
|
|
white-space: nowrap;
|
2008-04-12 18:11:49 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.tabs td.form input,
|
|
|
|
div#cgit table.tabs td.form select {
|
2008-04-13 08:57:11 +00:00
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.path {
|
2010-06-09 23:09:28 +00:00
|
|
|
margin: 0px;
|
|
|
|
padding: 5px 2em 2px 2em;
|
|
|
|
color: #000;
|
2010-06-19 09:35:57 +00:00
|
|
|
background-color: #eee;
|
2010-06-09 23:09:28 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.content {
|
2008-04-12 13:53:31 +00:00
|
|
|
margin: 0px;
|
2008-04-13 08:57:11 +00:00
|
|
|
padding: 2em;
|
|
|
|
border-bottom: solid 3px #ccc;
|
2008-04-12 13:53:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list {
|
2008-04-12 13:53:31 +00:00
|
|
|
width: 100%;
|
2007-01-27 23:39:26 +00:00
|
|
|
border: none;
|
2006-12-09 14:18:17 +00:00
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list tr {
|
2006-12-16 00:00:12 +00:00
|
|
|
background: white;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list tr.logheader {
|
2008-11-29 18:11:26 +00:00
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
2016-07-06 20:42:36 +00:00
|
|
|
div#cgit table.list tr:nth-child(even) {
|
|
|
|
background: #f7f7f7;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#cgit table.list tr:nth-child(odd) {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list tr:hover {
|
2008-04-12 13:53:31 +00:00
|
|
|
background: #eee;
|
2006-12-16 00:00:12 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2016-07-06 20:42:36 +00:00
|
|
|
div#cgit table.list tr.nohover {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list tr.nohover:hover {
|
2007-01-17 00:10:39 +00:00
|
|
|
background: white;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2016-07-06 20:42:36 +00:00
|
|
|
div#cgit table.list tr.nohover-highlight:hover:nth-child(even) {
|
|
|
|
background: #f7f7f7;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list th {
|
2008-04-13 08:57:11 +00:00
|
|
|
font-weight: bold;
|
|
|
|
/* color: #888;
|
|
|
|
border-top: dashed 1px #888;
|
|
|
|
border-bottom: dashed 1px #888;
|
|
|
|
*/
|
|
|
|
padding: 0.1em 0.5em 0.05em 0.5em;
|
2006-12-09 14:18:17 +00:00
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td {
|
2006-12-09 14:18:17 +00:00
|
|
|
border: none;
|
2006-12-15 23:19:56 +00:00
|
|
|
padding: 0.1em 0.5em 0.1em 0.5em;
|
2006-12-09 14:18:17 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td.commitgraph {
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2010-11-15 17:39:50 +00:00
|
|
|
white-space: pre;
|
2008-11-29 18:11:26 +00:00
|
|
|
}
|
2016-08-02 02:15:01 +00:00
|
|
|
div#cgit pre {
|
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
|
|
|
}
|
2008-11-29 18:11:26 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td.commitgraph .column1 {
|
2010-11-15 17:39:51 +00:00
|
|
|
color: #a00;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td.commitgraph .column2 {
|
2010-11-15 17:39:51 +00:00
|
|
|
color: #0a0;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td.commitgraph .column3 {
|
2010-11-15 17:39:51 +00:00
|
|
|
color: #aa0;
|
2008-11-29 18:11:26 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td.commitgraph .column4 {
|
2010-11-15 17:39:51 +00:00
|
|
|
color: #00a;
|
2010-07-29 14:32:31 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td.commitgraph .column5 {
|
2010-11-15 17:39:51 +00:00
|
|
|
color: #a0a;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td.commitgraph .column6 {
|
2010-11-15 17:39:51 +00:00
|
|
|
color: #0aa;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td.logsubject {
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2008-11-29 18:11:26 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td.logmsg {
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2010-07-29 14:32:31 +00:00
|
|
|
white-space: pre;
|
2010-11-15 17:39:49 +00:00
|
|
|
padding: 0 0.5em;
|
2010-07-29 14:32:31 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td a {
|
2008-04-12 13:53:31 +00:00
|
|
|
color: black;
|
2006-12-09 14:18:17 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td a.ls-dir {
|
2009-11-28 02:07:34 +00:00
|
|
|
font-weight: bold;
|
|
|
|
color: #00f;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td a:hover {
|
2008-04-14 20:10:33 +00:00
|
|
|
color: #00f;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit img {
|
2007-11-16 08:52:03 +00:00
|
|
|
border: none;
|
2007-11-03 13:05:12 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit input#switch-btn {
|
2007-11-03 13:05:12 +00:00
|
|
|
margin: 2px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit td#sidebar input.txt {
|
2007-10-30 09:47:38 +00:00
|
|
|
width: 100%;
|
|
|
|
margin: 2px 0px 0px 0px;
|
2007-10-28 14:23:00 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table#grid {
|
2007-10-30 09:47:38 +00:00
|
|
|
margin: 0px;
|
2006-12-17 22:07:28 +00:00
|
|
|
}
|
2006-12-09 14:18:17 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit td#content {
|
2007-10-30 09:47:38 +00:00
|
|
|
vertical-align: top;
|
|
|
|
padding: 1em 2em 1em 1em;
|
|
|
|
border: none;
|
2007-10-28 14:23:00 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div#summary {
|
2007-05-11 21:44:42 +00:00
|
|
|
vertical-align: top;
|
2007-05-23 20:46:54 +00:00
|
|
|
margin-bottom: 1em;
|
2007-05-11 21:44:42 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table#downloads {
|
2007-05-11 21:44:42 +00:00
|
|
|
float: right;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border: solid 1px #777;
|
2007-05-23 20:46:54 +00:00
|
|
|
margin-left: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
2007-05-11 21:44:42 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table#downloads th {
|
2007-05-11 21:44:42 +00:00
|
|
|
background-color: #ccc;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div#blob {
|
2006-12-15 23:19:56 +00:00
|
|
|
border: solid 1px black;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.error {
|
2006-12-09 14:18:17 +00:00
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 1em 2em;
|
2006-12-12 23:13:27 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2015-03-05 19:41:45 +00:00
|
|
|
div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit .ls-mod {
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2006-12-20 21:48:27 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit td.ls-size {
|
2006-12-12 23:13:27 +00:00
|
|
|
text-align: right;
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2008-04-12 18:18:16 +00:00
|
|
|
width: 10em;
|
2006-12-20 21:48:27 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit td.ls-mode {
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2008-04-12 18:18:16 +00:00
|
|
|
width: 10em;
|
2006-12-12 23:13:27 +00:00
|
|
|
}
|
2006-12-12 23:36:22 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.blob {
|
2007-06-16 18:20:42 +00:00
|
|
|
margin-top: 0.5em;
|
|
|
|
border-top: solid 1px black;
|
|
|
|
}
|
|
|
|
|
2017-10-18 04:17:32 +00:00
|
|
|
div#cgit table.blob td.hashes,
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.blob td.lines {
|
2009-08-21 12:37:50 +00:00
|
|
|
margin: 0; padding: 0 0 0 0.5em;
|
2009-01-07 12:56:14 +00:00
|
|
|
vertical-align: top;
|
2007-06-16 18:20:42 +00:00
|
|
|
color: black;
|
2009-01-07 12:56:14 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.blob td.linenumbers {
|
2009-08-21 12:37:50 +00:00
|
|
|
margin: 0; padding: 0 0.5em 0 0.5em;
|
2009-01-07 12:56:14 +00:00
|
|
|
vertical-align: top;
|
2009-08-21 12:37:50 +00:00
|
|
|
text-align: right;
|
2009-01-07 12:56:14 +00:00
|
|
|
border-right: 1px solid gray;
|
2007-06-16 18:20:42 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.blob pre {
|
2009-01-07 12:56:14 +00:00
|
|
|
padding: 0; margin: 0;
|
2007-07-22 22:46:15 +00:00
|
|
|
}
|
|
|
|
|
2013-10-03 10:17:23 +00:00
|
|
|
div#cgit table.blob td.linenumbers a,
|
|
|
|
div#cgit table.ssdiff td.lineno a {
|
2009-01-07 12:56:14 +00:00
|
|
|
color: gray;
|
|
|
|
text-align: right;
|
2007-07-22 22:46:15 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2013-10-03 10:17:23 +00:00
|
|
|
div#cgit table.blob td.linenumbers a:hover,
|
|
|
|
div#cgit table.ssdiff td.lineno a:hover {
|
2009-01-07 12:56:14 +00:00
|
|
|
color: black;
|
2006-12-15 23:19:56 +00:00
|
|
|
}
|
|
|
|
|
2017-10-18 04:17:34 +00:00
|
|
|
div#cgit table.blame td.hashes,
|
|
|
|
div#cgit table.blame td.lines,
|
|
|
|
div#cgit table.blame td.linenumbers {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#cgit table.blame td.hashes div.alt,
|
|
|
|
div#cgit table.blame td.lines div.alt {
|
|
|
|
padding: 0 0.5em 0 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#cgit table.blame td.linenumbers div.alt {
|
|
|
|
padding: 0 0.5em 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#cgit table.blame div.alt:nth-child(even) {
|
2017-10-02 04:39:08 +00:00
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
2017-10-18 04:17:34 +00:00
|
|
|
div#cgit table.blame div.alt:nth-child(odd) {
|
2017-10-02 04:39:08 +00:00
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
2017-10-29 02:43:26 +00:00
|
|
|
div#cgit table.blame td.lines > div {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#cgit table.blame td.lines > div > pre {
|
|
|
|
padding: 0 0 0 0.5em;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
2022-02-13 15:35:29 +00:00
|
|
|
div#cgit table.blame .oid {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.bin-blob {
|
2009-01-31 16:45:48 +00:00
|
|
|
margin-top: 0.5em;
|
|
|
|
border: solid 1px black;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.bin-blob th {
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2009-01-31 16:45:48 +00:00
|
|
|
white-space: pre;
|
|
|
|
border: solid 1px #777;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.bin-blob td {
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2009-01-31 16:45:48 +00:00
|
|
|
white-space: pre;
|
|
|
|
border-left: solid 1px #777;
|
|
|
|
padding: 0em 1em;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.nowrap td {
|
2006-12-15 23:19:56 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.commit-info {
|
2006-12-15 23:19:56 +00:00
|
|
|
border-collapse: collapse;
|
2006-12-17 22:07:28 +00:00
|
|
|
margin-top: 1.5em;
|
2006-12-15 23:19:56 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.cgit-panel {
|
2011-03-06 22:59:56 +00:00
|
|
|
float: right;
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.cgit-panel table {
|
2011-03-06 22:59:56 +00:00
|
|
|
border-collapse: collapse;
|
|
|
|
border: solid 1px #aaa;
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.cgit-panel th {
|
2011-03-06 22:59:56 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.cgit-panel td {
|
2011-03-06 22:59:56 +00:00
|
|
|
padding: 0.25em 0.5em;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.cgit-panel td.label {
|
2011-03-06 22:59:56 +00:00
|
|
|
padding-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.cgit-panel td.ctrl {
|
2011-03-06 22:59:56 +00:00
|
|
|
padding-left: 0.5em;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.commit-info th {
|
2006-12-15 23:19:56 +00:00
|
|
|
text-align: left;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 0.1em 1em 0.1em 0.1em;
|
2007-07-18 12:55:40 +00:00
|
|
|
vertical-align: top;
|
2006-12-15 23:19:56 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.commit-info td {
|
2006-12-15 23:19:56 +00:00
|
|
|
font-weight: normal;
|
|
|
|
padding: 0.1em 1em 0.1em 0.1em;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.commit-subject {
|
2006-12-15 23:19:56 +00:00
|
|
|
font-weight: bold;
|
2006-12-17 22:07:28 +00:00
|
|
|
font-size: 125%;
|
|
|
|
margin: 1.5em 0em 0.5em 0em;
|
|
|
|
padding: 0em;
|
2006-12-15 23:19:56 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.commit-msg {
|
2006-12-15 23:19:56 +00:00
|
|
|
white-space: pre;
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2006-12-17 22:07:28 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.notes-header {
|
2010-07-29 14:32:30 +00:00
|
|
|
font-weight: bold;
|
|
|
|
padding-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.notes {
|
2010-07-29 14:32:30 +00:00
|
|
|
white-space: pre;
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2010-07-29 14:32:30 +00:00
|
|
|
border: solid 1px #ee9;
|
|
|
|
background-color: #ffd;
|
|
|
|
padding: 0.3em 2em 0.3em 1em;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.notes-footer {
|
2010-07-29 14:32:30 +00:00
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.diffstat-header {
|
2007-05-15 23:16:56 +00:00
|
|
|
font-weight: bold;
|
|
|
|
padding-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat {
|
2006-12-17 22:07:28 +00:00
|
|
|
border-collapse: collapse;
|
2007-05-13 20:25:14 +00:00
|
|
|
border: solid 1px #aaa;
|
2007-05-14 16:08:03 +00:00
|
|
|
background-color: #eee;
|
2007-05-13 20:25:14 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat th {
|
2006-12-17 22:07:28 +00:00
|
|
|
font-weight: normal;
|
|
|
|
text-align: left;
|
|
|
|
text-decoration: underline;
|
|
|
|
padding: 0.1em 1em 0.1em 0.1em;
|
2006-12-15 23:19:56 +00:00
|
|
|
font-size: 100%;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat td {
|
2007-05-13 20:25:14 +00:00
|
|
|
padding: 0.2em 0.2em 0.1em 0.1em;
|
2006-12-17 22:07:28 +00:00
|
|
|
font-size: 100%;
|
2007-05-13 20:25:14 +00:00
|
|
|
border: none;
|
2006-12-17 22:07:28 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat td.mode {
|
2007-05-16 01:30:57 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat td span.modechange {
|
2006-12-17 22:07:28 +00:00
|
|
|
padding-left: 1em;
|
|
|
|
color: red;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat td.add a {
|
2006-12-17 22:07:28 +00:00
|
|
|
color: green;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat td.del a {
|
2006-12-17 22:07:28 +00:00
|
|
|
color: red;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat td.upd a {
|
2006-12-17 22:07:28 +00:00
|
|
|
color: blue;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat td.graph {
|
2007-10-30 09:47:38 +00:00
|
|
|
width: 500px;
|
2007-06-06 22:43:07 +00:00
|
|
|
vertical-align: middle;
|
2007-05-13 20:25:14 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat td.graph table {
|
2007-05-13 20:25:14 +00:00
|
|
|
border: none;
|
2007-05-15 00:13:11 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat td.graph td {
|
2007-05-15 00:13:11 +00:00
|
|
|
padding: 0px;
|
|
|
|
border: 0px;
|
|
|
|
height: 7pt;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat td.graph td.add {
|
2007-05-15 00:13:11 +00:00
|
|
|
background-color: #5c5;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diffstat td.graph td.rem {
|
2007-05-15 00:13:11 +00:00
|
|
|
background-color: #c55;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.diffstat-summary {
|
2006-12-17 22:07:28 +00:00
|
|
|
color: #888;
|
|
|
|
padding-top: 0.5em;
|
|
|
|
}
|
2006-12-20 21:48:27 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diff {
|
2007-10-01 10:41:29 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diff td {
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2006-12-20 21:48:27 +00:00
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diff td div.head {
|
2007-05-14 16:31:05 +00:00
|
|
|
font-weight: bold;
|
2007-10-01 10:41:29 +00:00
|
|
|
margin-top: 1em;
|
2008-04-12 13:53:31 +00:00
|
|
|
color: black;
|
2007-05-14 16:31:05 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diff td div.hunk {
|
2007-05-14 16:31:05 +00:00
|
|
|
color: #009;
|
2006-12-20 21:48:27 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diff td div.add {
|
2006-12-20 21:48:27 +00:00
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.diff td div.del {
|
2006-12-20 21:48:27 +00:00
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2020-10-20 21:32:45 +00:00
|
|
|
div#cgit .oid {
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2006-12-15 23:19:56 +00:00
|
|
|
font-size: 90%;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit .left {
|
2006-12-15 23:19:56 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit .right {
|
2006-12-15 23:19:56 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
2007-05-18 20:48:22 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td.reposection {
|
2007-05-20 22:14:28 +00:00
|
|
|
font-style: italic;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit a.button {
|
2007-05-20 22:14:28 +00:00
|
|
|
font-size: 80%;
|
2008-04-13 08:57:11 +00:00
|
|
|
padding: 0em 0.5em;
|
2007-05-20 22:14:28 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit a.primary {
|
2007-05-20 22:14:28 +00:00
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit a.secondary {
|
2007-05-20 22:14:28 +00:00
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit td.toplevel-repo {
|
2007-05-20 22:14:28 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.list td.sublevel-repo {
|
2007-05-20 22:14:28 +00:00
|
|
|
padding-left: 1.5em;
|
2007-05-18 20:48:22 +00:00
|
|
|
}
|
2007-05-22 21:08:46 +00:00
|
|
|
|
2013-03-07 07:56:22 +00:00
|
|
|
div#cgit ul.pager {
|
|
|
|
list-style-type: none;
|
2008-05-03 08:54:39 +00:00
|
|
|
text-align: center;
|
|
|
|
margin: 1em 0em 0em 0em;
|
2013-03-07 07:56:22 +00:00
|
|
|
padding: 0;
|
2008-05-03 08:54:39 +00:00
|
|
|
}
|
|
|
|
|
2013-03-07 07:56:22 +00:00
|
|
|
div#cgit ul.pager li {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0.25em 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#cgit ul.pager a {
|
2008-05-03 08:54:39 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2013-03-07 07:56:22 +00:00
|
|
|
div#cgit ul.pager .current {
|
2012-10-08 16:49:34 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit span.age-mins {
|
2007-05-22 21:08:46 +00:00
|
|
|
font-weight: bold;
|
|
|
|
color: #080;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit span.age-hours {
|
2007-05-22 21:08:46 +00:00
|
|
|
color: #080;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit span.age-days {
|
2007-05-22 21:08:46 +00:00
|
|
|
color: #040;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit span.age-weeks {
|
2007-05-22 21:08:46 +00:00
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit span.age-months {
|
2007-05-22 21:08:46 +00:00
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit span.age-years {
|
2007-05-22 21:08:46 +00:00
|
|
|
color: #bbb;
|
|
|
|
}
|
2016-06-29 07:37:57 +00:00
|
|
|
|
|
|
|
div#cgit span.insertions {
|
|
|
|
color: #080;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#cgit span.deletions {
|
|
|
|
color: #800;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.footer {
|
2008-05-03 09:07:41 +00:00
|
|
|
margin-top: 0.5em;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 80%;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
2016-06-29 07:37:58 +00:00
|
|
|
|
2014-03-19 09:11:45 +00:00
|
|
|
div#cgit div.footer a {
|
|
|
|
color: #ccc;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2016-06-29 07:37:58 +00:00
|
|
|
|
2014-03-19 09:11:45 +00:00
|
|
|
div#cgit div.footer a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2016-06-29 07:37:58 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit a.branch-deco {
|
2012-03-18 10:44:05 +00:00
|
|
|
color: #000;
|
2009-01-11 11:16:18 +00:00
|
|
|
margin: 0px 0.5em;
|
|
|
|
padding: 0px 0.25em;
|
|
|
|
background-color: #88ff88;
|
|
|
|
border: solid 1px #007700;
|
|
|
|
}
|
2016-06-29 07:37:58 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit a.tag-deco {
|
2012-03-18 10:44:05 +00:00
|
|
|
color: #000;
|
2009-01-11 11:16:18 +00:00
|
|
|
margin: 0px 0.5em;
|
|
|
|
padding: 0px 0.25em;
|
|
|
|
background-color: #ffff88;
|
|
|
|
border: solid 1px #777700;
|
|
|
|
}
|
2016-06-29 07:37:58 +00:00
|
|
|
|
2018-06-05 10:46:13 +00:00
|
|
|
div#cgit a.tag-annotated-deco {
|
|
|
|
color: #000;
|
|
|
|
margin: 0px 0.5em;
|
|
|
|
padding: 0px 0.25em;
|
|
|
|
background-color: #ffcc88;
|
|
|
|
border: solid 1px #777700;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit a.remote-deco {
|
2012-03-18 10:44:05 +00:00
|
|
|
color: #000;
|
2009-01-11 11:16:18 +00:00
|
|
|
margin: 0px 0.5em;
|
|
|
|
padding: 0px 0.25em;
|
|
|
|
background-color: #ccccff;
|
|
|
|
border: solid 1px #000077;
|
|
|
|
}
|
2016-06-29 07:37:58 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit a.deco {
|
2012-03-18 10:44:05 +00:00
|
|
|
color: #000;
|
2009-01-11 11:16:18 +00:00
|
|
|
margin: 0px 0.5em;
|
|
|
|
padding: 0px 0.25em;
|
|
|
|
background-color: #ff8888;
|
|
|
|
border: solid 1px #770000;
|
|
|
|
}
|
2009-01-27 21:42:03 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.commit-subject a.branch-deco,
|
|
|
|
div#cgit div.commit-subject a.tag-deco,
|
2018-07-08 17:14:44 +00:00
|
|
|
div#cgit div.commit-subject a.tag-annotated-deco,
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit div.commit-subject a.remote-deco,
|
|
|
|
div#cgit div.commit-subject a.deco {
|
2009-01-27 21:42:03 +00:00
|
|
|
margin-left: 1em;
|
|
|
|
font-size: 75%;
|
|
|
|
}
|
2009-01-27 22:00:40 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.stats {
|
2008-12-06 16:38:19 +00:00
|
|
|
border: solid 1px black;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.stats th {
|
2008-12-06 16:38:19 +00:00
|
|
|
text-align: left;
|
|
|
|
padding: 1px 0.5em;
|
|
|
|
background-color: #eee;
|
|
|
|
border: solid 1px black;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.stats td {
|
2008-12-06 16:38:19 +00:00
|
|
|
text-align: right;
|
|
|
|
padding: 1px 0.5em;
|
|
|
|
border: solid 1px black;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.stats td.total {
|
2008-12-06 16:38:19 +00:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.stats td.sum {
|
2008-12-06 16:38:19 +00:00
|
|
|
color: #c00;
|
|
|
|
font-weight: bold;
|
|
|
|
/* background-color: #eee; */
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.stats td.left {
|
2008-12-06 16:38:19 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.vgraph {
|
2008-12-06 16:38:19 +00:00
|
|
|
border-collapse: separate;
|
|
|
|
border: solid 1px black;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.vgraph th {
|
2008-12-06 16:38:19 +00:00
|
|
|
background-color: #eee;
|
|
|
|
font-weight: bold;
|
|
|
|
border: solid 1px white;
|
|
|
|
padding: 1px 0.5em;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.vgraph td {
|
2008-12-06 16:38:19 +00:00
|
|
|
vertical-align: bottom;
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.vgraph div.bar {
|
2008-12-06 16:38:19 +00:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.hgraph {
|
2008-12-06 16:38:19 +00:00
|
|
|
border: solid 1px black;
|
|
|
|
width: 800px;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.hgraph th {
|
2008-12-06 16:38:19 +00:00
|
|
|
background-color: #eee;
|
|
|
|
font-weight: bold;
|
|
|
|
border: solid 1px black;
|
|
|
|
padding: 1px 0.5em;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.hgraph td {
|
2011-11-23 01:59:26 +00:00
|
|
|
vertical-align: middle;
|
2008-12-06 16:38:19 +00:00
|
|
|
padding: 2px 2px;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.hgraph div.bar {
|
2008-12-06 16:38:19 +00:00
|
|
|
background-color: #eee;
|
|
|
|
height: 1em;
|
|
|
|
}
|
2009-09-13 17:36:35 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff {
|
2009-09-15 17:44:37 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td {
|
2009-09-15 17:44:37 +00:00
|
|
|
font-size: 75%;
|
2016-08-02 02:15:01 +00:00
|
|
|
font-family: "Source Code Pro", "Courier New", monospace;
|
2009-09-15 17:44:37 +00:00
|
|
|
white-space: pre;
|
|
|
|
padding: 1px 4px 1px 4px;
|
|
|
|
border-left: solid 1px #aaa;
|
|
|
|
border-right: solid 1px #aaa;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.add {
|
2009-09-13 17:36:35 +00:00
|
|
|
color: black;
|
2009-09-15 17:44:37 +00:00
|
|
|
background: #cfc;
|
|
|
|
min-width: 50%;
|
2009-09-13 17:36:35 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.add_dark {
|
2009-09-13 17:36:35 +00:00
|
|
|
color: black;
|
2009-09-15 17:44:37 +00:00
|
|
|
background: #aca;
|
|
|
|
min-width: 50%;
|
2009-09-13 17:36:35 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff span.add {
|
2009-10-25 17:13:22 +00:00
|
|
|
background: #cfc;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.del {
|
2009-09-13 17:36:35 +00:00
|
|
|
color: black;
|
2009-09-15 17:44:37 +00:00
|
|
|
background: #fcc;
|
|
|
|
min-width: 50%;
|
2009-09-13 17:36:35 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.del_dark {
|
2009-09-13 17:36:35 +00:00
|
|
|
color: black;
|
2009-09-15 17:44:37 +00:00
|
|
|
background: #caa;
|
|
|
|
min-width: 50%;
|
2009-09-13 17:36:35 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff span.del {
|
2009-10-25 17:13:22 +00:00
|
|
|
background: #fcc;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.changed {
|
2009-09-13 17:36:35 +00:00
|
|
|
color: black;
|
2009-09-15 17:44:37 +00:00
|
|
|
background: #ffc;
|
|
|
|
min-width: 50%;
|
2009-09-13 17:36:35 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.changed_dark {
|
2009-09-13 17:36:35 +00:00
|
|
|
color: black;
|
2009-09-15 17:44:37 +00:00
|
|
|
background: #cca;
|
|
|
|
min-width: 50%;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.lineno {
|
2009-09-15 17:44:37 +00:00
|
|
|
color: black;
|
|
|
|
background: #eee;
|
|
|
|
text-align: right;
|
|
|
|
width: 3em;
|
|
|
|
min-width: 3em;
|
2009-09-13 17:36:35 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.hunk {
|
2011-11-23 01:59:26 +00:00
|
|
|
color: black;
|
2009-09-13 17:36:35 +00:00
|
|
|
background: #ccf;
|
2009-09-15 17:44:37 +00:00
|
|
|
border-top: solid 1px #aaa;
|
|
|
|
border-bottom: solid 1px #aaa;
|
2009-09-13 17:36:35 +00:00
|
|
|
}
|
2009-09-15 17:44:37 +00:00
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.head {
|
2009-09-15 17:44:37 +00:00
|
|
|
border-top: solid 1px #aaa;
|
|
|
|
border-bottom: solid 1px #aaa;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.head div.head {
|
2009-09-15 17:44:37 +00:00
|
|
|
font-weight: bold;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.foot {
|
2009-09-15 17:44:37 +00:00
|
|
|
border-top: solid 1px #aaa;
|
2016-02-23 14:14:06 +00:00
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-bottom: none;
|
2009-09-15 17:44:37 +00:00
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.space {
|
2009-09-15 17:44:37 +00:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2012-03-18 10:44:03 +00:00
|
|
|
div#cgit table.ssdiff td.space div {
|
2009-09-15 17:44:37 +00:00
|
|
|
min-height: 3em;
|
2010-09-06 13:31:25 +00:00
|
|
|
}
|
2014-03-19 08:58:41 +00:00
|
|
|
div#cgit span.libravatar img.onhover {
|
|
|
|
display: none;
|
|
|
|
border: 1px solid gray;
|
|
|
|
padding: 0px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
width: 128px;
|
|
|
|
height: 128px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#cgit span.libravatar img.inline {
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
width: 13px;
|
|
|
|
height: 13px;
|
|
|
|
margin-right: 0.2em;
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#cgit span.libravatar:hover > img.onhover {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
margin-left: 1.5em;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
box-shadow: 2px 2px 7px rgba(100,100,100,0.75);
|
|
|
|
}
|
2023-01-29 16:55:29 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
Color overrides for browsers running in dark mode.
|
|
|
|
"only all and ..." forces very old browsers to ignore the media query:
|
|
|
|
https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries#improving_compatibility_with_older_browsers
|
|
|
|
*/
|
|
|
|
:root { color-scheme: light dark; }
|
|
|
|
@media only all and (prefers-color-scheme: dark) {
|
|
|
|
html, div#cgit { color: #eee; background: #171717; }
|
|
|
|
div#cgit a { color: #3af; }
|
|
|
|
div#cgit .diffstat-header a { color: #28d; }
|
|
|
|
div#cgit table#header td.main a { color: #eee; }
|
|
|
|
div#cgit table#header td.sub { color: #999; }
|
|
|
|
div#cgit table.tabs { border-bottom-color: #444; }
|
|
|
|
div#cgit table.tabs td a { color: #888; }
|
|
|
|
div#cgit table.tabs td a.active { color: #fff; background-color: #444; }
|
|
|
|
div#cgit div.path { color: #eee; background-color: #333; }
|
|
|
|
div#cgit div.content { border-bottom-color: #bbb; }
|
|
|
|
div#cgit table.list tr { background: #171717; }
|
|
|
|
div#cgit table.list tr.logheader { background: #171717; }
|
|
|
|
div#cgit table.list tr:nth-child(even) { background: #171717; }
|
|
|
|
div#cgit table.list tr:nth-child(odd) { background: #1f1f1f; }
|
|
|
|
div#cgit table.list tr:hover { background: #333; }
|
|
|
|
div#cgit table.list tr.nohover { background: #171717; }
|
|
|
|
div#cgit table.list tr.nohover:hover { background: #171717; }
|
|
|
|
div#cgit table.list tr.nohover-highlight:hover:nth-child(even) { background: #171717; }
|
|
|
|
div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) { background: #1f1f1f; }
|
|
|
|
div#cgit table.list td.commitgraph .column1 { color: #f55; }
|
|
|
|
div#cgit table.list td.commitgraph .column2 { color: #5f5; }
|
|
|
|
div#cgit table.list td.commitgraph .column3 { color: #ff5; }
|
|
|
|
div#cgit table.list td.commitgraph .column4 { color: #55f; }
|
|
|
|
div#cgit table.list td.commitgraph .column5 { color: #f5f; }
|
|
|
|
div#cgit table.list td.commitgraph .column6 { color: #5ff; }
|
|
|
|
div#cgit table.list td a { color: #eee; }
|
|
|
|
div#cgit table.list td a.ls-dir { color: #28d; }
|
|
|
|
div#cgit table.list td a:hover { color: #3af; }
|
|
|
|
div#cgit table#downloads { border-color: #888; }
|
|
|
|
div#cgit table#downloads th { background-color: #333; }
|
|
|
|
div#cgit div#blob { border-color: #eee; }
|
|
|
|
div#cgit table.blob { border-top-color: #eee; }
|
|
|
|
div#cgit table.blob td.hashes,
|
|
|
|
div#cgit table.blob td.lines { color: #eee; }
|
|
|
|
div#cgit table.blob td.linenumbers { border-right-color: gray; }
|
|
|
|
div#cgit table.blob td.linenumbers a,
|
|
|
|
div#cgit table.ssdiff td.lineno a { color: gray; }
|
|
|
|
div#cgit table.blob td.linenumbers a:hover,
|
|
|
|
div#cgit table.ssdiff td.lineno a:hover { color: #eee; }
|
|
|
|
div#cgit table.blame div.alt:nth-child(even) { background: #171717; }
|
|
|
|
div#cgit table.blame div.alt:nth-child(odd) { background: #1f1f1f; }
|
|
|
|
div#cgit table.bin-blob { border-color: #eee; }
|
|
|
|
div#cgit table.bin-blob th { border-color: #888; }
|
|
|
|
div#cgit table.bin-blob td { border-left-color: #888; }
|
|
|
|
div#cgit div.cgit-panel table { border-color: #555; background-color: #282828; }
|
|
|
|
div#cgit div.notes { border-color: #661; background-color: #220; }
|
|
|
|
div#cgit table.diffstat { border-color: #555; background-color: #282828; }
|
|
|
|
div#cgit table.diffstat td span.modechange { color: #c66; }
|
|
|
|
div#cgit table.diffstat td.add a { color: #6c6; }
|
|
|
|
div#cgit table.diffstat td.del a { color: #c66; }
|
|
|
|
div#cgit table.diffstat td.upd a { color: #3af; }
|
|
|
|
div#cgit table.diffstat td.graph td.add { background-color: #3a3; }
|
|
|
|
div#cgit table.diffstat td.graph td.rem { background-color: #a33; }
|
|
|
|
div#cgit div.diffstat-summary { color: #777; }
|
|
|
|
div#cgit table.diff td div.head { color: #eee; }
|
|
|
|
div#cgit table.diff td div.hunk { color: #28d; }
|
|
|
|
div#cgit table.diff td div.add { color: #6c6; }
|
|
|
|
div#cgit table.diff td div.del { color: #c66; }
|
|
|
|
div#cgit table.list td.reposection { color: #777; }
|
|
|
|
div#cgit ul.pager a { color: #888; }
|
|
|
|
div#cgit span.age-mins { color: #7f7; }
|
|
|
|
div#cgit span.age-hours { color: #7f7; }
|
|
|
|
div#cgit span.age-days { color: #9d9; }
|
|
|
|
div#cgit span.age-weeks { color: #bbb; }
|
|
|
|
div#cgit span.age-months { color: #888; }
|
|
|
|
div#cgit span.age-years { color: #666; }
|
|
|
|
div#cgit span.insertions { color: #7f7; }
|
|
|
|
div#cgit span.deletions { color: #e33; }
|
|
|
|
div#cgit div.footer { color: #555; }
|
|
|
|
div#cgit div.footer a { color: #555; }
|
|
|
|
div#cgit a.branch-deco { color: #fff; background-color: #361; border-color: #3b2; }
|
|
|
|
div#cgit a.tag-deco { color: #fff; background-color: #650; border-color: #ba3; }
|
|
|
|
div#cgit a.tag-annotated-deco { color: #fff; background-color: #840; border-color: #b96; }
|
|
|
|
div#cgit a.remote-deco { color: #fff; background-color: #348; border-color: #67c; }
|
|
|
|
div#cgit a.deco { color: #fff; background-color: #922; border-color: #d55; }
|
|
|
|
div#cgit a.branch-deco:hover, div#cgit table.list td a.branch-deco:hover,
|
|
|
|
div#cgit a.tag-deco:hover, div#cgit table.list td a.tag-deco:hover,
|
|
|
|
div#cgit a.tag-annotated-deco:hover, div#cgit table.list td a.tag-annotated-deco:hover,
|
|
|
|
div#cgit a.remote-deco:hover, div#cgit table.list td a.remote-deco:hover,
|
|
|
|
div#cgit a.deco:hover, div#cgit table.list td a.deco:hover { color: #fff; }
|
|
|
|
div#cgit table.stats { border-color: #555; }
|
|
|
|
div#cgit table.stats th { background-color: #333; border-color: #555; }
|
|
|
|
div#cgit table.stats td { border-color: #555; }
|
|
|
|
div#cgit table.stats td.sum { color: #5C7E9B; }
|
|
|
|
div#cgit table.vgraph { border-color: #eee; }
|
|
|
|
div#cgit table.vgraph th { background-color: #1f1f1f; border-color: black; }
|
|
|
|
div#cgit table.vgraph div.bar { background-color: #1f1f1f; }
|
|
|
|
div#cgit table.hgraph { border-color: #eee; }
|
|
|
|
div#cgit table.hgraph th { background-color: #1f1f1f; border-color: #eee; }
|
|
|
|
div#cgit table.hgraph div.bar { background-color: #1f1f1f; }
|
|
|
|
div#cgit table.ssdiff td { border-left-color: #555; border-right-color: #555; }
|
|
|
|
div#cgit table.ssdiff td.add { color: #eee; background: #353; }
|
|
|
|
div#cgit table.ssdiff td.add_dark { color: #eee; background: #030; }
|
|
|
|
div#cgit table.ssdiff span.add { background: #030; }
|
|
|
|
div#cgit table.ssdiff td.del { color: #eee; background: #533; }
|
|
|
|
div#cgit table.ssdiff td.del_dark { color: #eee; background: #411; }
|
|
|
|
div#cgit table.ssdiff span.del { background: #300; }
|
|
|
|
div#cgit table.ssdiff td.changed { color: #eee; background: #553; }
|
|
|
|
div#cgit table.ssdiff td.changed_dark { color: #eee; background: #330; }
|
|
|
|
div#cgit table.ssdiff td.lineno { color: #eee; background: #1f1f1f; }
|
|
|
|
div#cgit table.ssdiff td.hunk { color: #eee; background: #0D3D64; border-top-color: #555; border-bottom-color: #555; }
|
|
|
|
div#cgit table.ssdiff td.head { border-top-color: #555; border-bottom-color: #555; }
|
|
|
|
div#cgit table.ssdiff td.head div.head { color: #eee; }
|
|
|
|
div#cgit table.ssdiff td.foot { border-top-color: #555; }
|
|
|
|
}
|