123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840 |
- :root {
- --background: #212529;
- --bg-strong: #131618;
- --p-color: #131618;
- --bd-color: #0062cc;
- --brand-color: #0062cc;
- --brand-lg-color: #3395ff;
- --add-color: #00e676;
- --cscroll: #0062cc;
- --bscroll: transparent;
- --text: #FFF;
- --text-secondary: #333;
- --h1: #FFF;
- --h2: #FFF;
- --h3: #FFF;
- --h4: #FFF;
- --h5: #FFF;
- --h6: #FFF;
- }
- * {
- scrollbar-width: thin;
- scrollbar-color: var(--cscroll) var(--bscroll);
- }
- *::-webkit-scrollbar {
- width: 12px;
- }
- *::-webkit-scrollbar-track {
- background: var(--bscroll);
- }
- *::-webkit-scrollbar-thumb {
- background-color: var(--cscroll);
- border-radius: 20px;
- border: 3px solid var(--bscroll);
- }
- body, table, form {
- padding: 0em;
- margin: 0em;
- }
- body {
- font-family: sans-serif;
- font-size: 10pt;
- color: var(--text);
- background: var(--background);
- padding: 7px;
- }
- a {
- color: var(--brand-lg-color);
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- table {
- border-collapse: collapse;
- }
- table#header {
- width: 100%;
- margin-bottom: 1em;
- }
- table#header td.logo {
- width: 96px;
- }
- table#header td.main {
- text-align: left;
- font-size: 250%;
- padding-left: 10px;
- white-space: nowrap;
- }
- table#header td.main a {
- color: var(--text);
- }
- table#header td.form {
- text-align: right;
- vertical-align: bottom;
- padding-right: 1em;
- padding-bottom: 2px;
- white-space: nowrap;
- }
- table#header td.form form,
- table#header td.form input,
- table#header td.form select {
- font-size: 90%;
- }
- table#header td.sub {
- color: var(--text);
- border-top: solid 1px var(--bd-color);
- padding-left: 10px;
- }
- table.tabs {
- border-bottom: solid 3px var(--brand-color);
- border-collapse: collapse;
- margin-top: 2em;
- margin-bottom: 0px;
- width: 100%;
- }
- table.tabs td {
- padding: 0px 1em;
- vertical-align: bottom;
- }
- table.tabs td a {
- padding: 2px 0.75em;
- color: var(--text);
- font-size: 110%;
- }
- table.tabs td a.active {
- color: var(--text);
- background-color: var(--brand-color);
- }
- table.tabs td.form {
- text-align: right;
- }
- table.tabs td.form form {
- padding-bottom: 2px;
- font-size: 90%;
- white-space: nowrap;
- }
- table.tabs td.form input,
- table.tabs td.form select {
- font-size: 90%;
- }
- div.path {
- margin: 0px;
- padding: 5px 2em 2px 2em;
- color: var(--text);
- background-color: var(--bg-strong);
- }
- div.content {
- margin: 0px;
- padding: 2em;
- border-bottom: solid 3px var(--brand-color);
- }
- table.list {
- width: 100%;
- border: none;
- border-collapse: collapse;
- }
- table.list tr {
- background: var(--background);
- }
- table.list tr.logheader {
- background: var(--background);
- }
- table.list tr:hover {
- background: var(--background);
- }
- table.list tr.nohover:hover {
- background: var(--background);
- }
- table.list th {
- font-weight: bold;
- color: var(--text);
- /*border-top: dashed 1px #888;
- border-bottom: dashed 1px #888;*/
- padding: 0.1em 0.5em 0.05em 0.5em;
- vertical-align: baseline;
- }
- table.list th a {
- color: var(--text);
- }
- table.list td {
- border: none;
- padding: 0.1em 0.5em 0.1em 0.5em;
- }
- table.list td.logsubject {
- font-family: monospace;
- font-weight: bold;
- }
- table.list td.logmsg {
- font-family: monospace;
- white-space: pre;
- padding: 1em 0.5em 2em 0.5em;
- }
- table.list td.lognotes-label {
- text-align:right;
- vertical-align:top;
- }
- table.list td.lognotes {
- font-family: monospace;
- white-space: pre;
- padding: 0em 0.5em 2em 0.5em;
- }
- table.list td a {
- color: var(--text);
- }
- table.list td .decoration > a {
- color: var(--text-secondary);
- }
- table.list td a.ls-dir {
- font-weight: bold;
- color: var(--text);
- }
- table.list td a:hover {
- color: var(--brand-lg-color);
- }
- img {
- border: none;
- }
- input#switch-btn {
- margin: 2px 0px 0px 0px;
- }
- td#sidebar input.txt {
- width: 100%;
- margin: 2px 0px 0px 0px;
- }
- table#grid {
- margin: 0px;
- }
- td#content {
- vertical-align: top;
- padding: 1em 2em 1em 1em;
- border: none;
- }
- div#summary {
- vertical-align: top;
- margin-bottom: 1em;
- }
- table#downloads {
- float: right;
- border-collapse: collapse;
- border: solid 1px #777;
- margin-left: 0.5em;
- margin-bottom: 0.5em;
- }
- table#downloads th {
- background-color: var(--background);
- }
- div#blob {
- border: solid 1px var(--text);
- }
- div.error {
- color: red;
- font-weight: bold;
- margin: 1em 2em;
- }
- a.ls-blob, a.ls-dir, a.ls-mod {
- font-family: monospace;
- }
- td.ls-size {
- text-align: right;
- font-family: monospace;
- width: 10em;
- }
- td.ls-mode {
- font-family: monospace;
- width: 10em;
- }
- table.blob {
- display: block;
- margin-top: 0.5em;
- border-top: solid 1px var(--text);
- overflow-x: auto;
- }
- table.blob td.lines {
- margin: 0; padding: 0 0 0 0.5em;
- vertical-align: top;
- color: var(--text);
- }
- table.blob td.linenumbers {
- margin: 0; padding: 0 0.5em 0 0.5em;
- vertical-align: top;
- text-align: right;
- border-right: 1px solid var(--text);
- }
- table.blob pre {
- padding: 0; margin: 0;
- }
- table.blob a.no {
- color: var(--text);
- text-align: right;
- text-decoration: none;
- }
- table.blob a.no a:hover {
- color: var(--text);
- }
- table.bin-blob {
- margin-top: 0.5em;
- border: solid 1px var(--text);
- }
- table.bin-blob th {
- font-family: monospace;
- white-space: pre;
- border: solid 1px var(--text);
- padding: 0.5em 1em;
- }
- table.bin-blob td {
- font-family: monospace;
- white-space: pre;
- border-left: solid 1px var(--text);
- padding: 0em 1em;
- }
- table.nowrap td {
- white-space: nowrap;
- }
- table.commit-info {
- border-collapse: collapse;
- margin-top: 1.5em;
- }
- table.commit-info th {
- text-align: left;
- font-weight: normal;
- padding: 0.1em 1em 0.1em 0.1em;
- vertical-align: top;
- }
- table.commit-info td {
- font-weight: normal;
- padding: 0.1em 1em 0.1em 0.1em;
- }
- div.commit-subject {
- font-weight: bold;
- font-size: 125%;
- margin: 1.5em 0em 0.5em 0em;
- padding: 0em;
- }
- div.commit-msg {
- white-space: pre;
- font-family: monospace;
- }
- div.notes-header {
- font-weight: bold;
- padding-top: 1.5em;
- }
- div.notes {
- white-space: pre;
- font-family: monospace;
- border: solid 1px #ee9;
- background-color: var(--background);
- padding: 0.3em 2em 0.3em 1em;
- float: left;
- }
- div.notes-footer {
- clear: left;
- }
- div.diffstat-header {
- font-weight: bold;
- padding-top: 1.5em;
- }
- table.diffstat {
- border-collapse: unset;
- background-color: var(--bg-strong);
- text-overflow: ellipsis;
- overflow: hidden;
- padding: .5rem;
- margin: .5rem 0;
- }
- table.diffstat th {
- font-weight: normal;
- text-align: left;
- text-decoration: underline;
- padding: 0.1em 1em 0.1em 0.1em;
- font-size: 100%;
- }
- table.diffstat td {
- padding: 0.2em 0.2em 0.1em 0.1em;
- font-size: 100%;
- border: none;
- }
- table.diffstat td.mode {
- white-space: nowrap;
- }
- table.diffstat td span.modechange {
- padding-left: 1em;
- color: red;
- }
- table.diffstat td.add a {
- color: var(--add-color);
- }
- table.diffstat td.del a {
- color: red;
- }
- table.diffstat td.upd a {
- /* color: blue; */
- }
- table.diffstat td.graph {
- width: 500px;
- vertical-align: middle;
- }
- table.diffstat td.graph table {
- border: none;
- }
- table.diffstat td.graph td {
- padding: 0px;
- border: 0px;
- height: 7pt;
- }
- table.diffstat td.graph td.add {
- background-color: #5c5;
- }
- table.diffstat td.graph td.rem {
- background-color: #c55;
- }
- div.diffstat-summary {
- color: var(--text);
- padding-top: 0.5em;
- }
- table.diff {
- display: block;
- width: 100%;
- border-collapse: unset;
- background-color: var(--bg-strong);
- padding: 0.5rem;
- margin: .5rem 0;
- overflow-x: auto;
- }
- table.diff td {
- font-family: monospace;
- white-space: pre;
- }
- table.diff td div.head {
- font-weight: bold;
- margin-top: 1em;
- color: var(--text);
- }
- table.diff td div.hunk {
- color: #6CC;
- }
- table.diff td div.add {
- color: #00E676;
- }
- table.diff td div.del {
- color: #F44336;
- }
- .sha1 {
- font-family: monospace;
- font-size: 90%;
- }
- .left {
- text-align: left;
- }
- .right {
- text-align: right;
- }
- table.list td.reposection {
- font-style: italic;
- color: var(--text);
- }
- a.button {
- font-size: 80%;
- padding: 0em 0.5em;
- }
- a.primary {
- font-size: 100%;
- }
- a.secondary {
- font-size: 90%;
- }
- td.toplevel-repo {
- }
- table.list td.sublevel-repo {
- padding-left: 1.5em;
- }
- div.pager {
- text-align: center;
- margin: 1em 0em 0em 0em;
- }
- div.pager a {
- color: var(--text);
- margin: 0em 0.5em;
- }
- ul.pager {
- list-style-type: none;
- text-align: center;
- margin: 1em 0em 0em 0em;
- padding: 0;
- }
- ul.pager li {
- display: inline-block;
- margin: 0.25em 0.5em;
- }
- span.age-mins {
- font-weight: bold;
- color: #0c0;
- }
- span.age-hours {
- color: #0c0;
- }
- span.age-days {
- color: #080;
- }
- span.age-weeks {
- color: #bbb;
- }
- span.age-months {
- color: #888;
- }
- span.age-years {
- color: #666;
- }
- div.footer {
- margin-top: 0.5em;
- text-align: center;
- font-size: 80%;
- color: #ccc;
- }
- table.list td a.branch-deco {
- color: var(--text-secondary);
- }
- .decoration a.branch-deco {
- color: #444;
- }
- .decoration a.deco {
- color: var(--text);
- }
- a.branch-deco {
- margin: 0px 0.5em;
- padding: 0px 0.25em;
- background-color: #00ff00;
- border: solid 1px #00ff00;
- }
- table.list td a.tag-deco {
- color: var(--text-secondary);
- }
- a.tag-annotated-deco {
- margin: 0px 0.5em;
- padding: 0px 0.25em;
- background-color: #ffff00;
- border: solid 1px #ffff00;
- font-size: 12px;
- color: var(--p-color);
- }
- a.tag-deco {
- margin: 0px 0.5em;
- padding: 0px 0.25em;
- background-color: #ffff00;
- border: solid 1px #ffff00;
- }
- table.list td a.remote-deco {
- color: var(--text);
- }
- a.remote-deco {
- margin: 0px 0.5em;
- padding: 0px 0.25em;
- background-color: #0000ff;
- border: solid 1px #0000ff;
- }
- table.list td a.deco {
- color: var(--text);
- }
- a.deco {
- margin: 0px 0.5em;
- padding: 0px 0.25em;
- background-color: #ff0000;
- border: solid 1px #ff0000;
- }
- div.commit-subject a.branch-deco,
- div.commit-subject a.tag-deco,
- div.commit-subject a.remote-deco,
- div.commit-subject a.deco {
- margin-left: 1em;
- font-size: 75%;
- }
- table.stats {
- border: solid 1px var(--text);
- border-collapse: collapse;
- }
- table.stats th {
- text-align: left;
- padding: 1px 0.5em;
- background-color: #555;
- border: solid 1px var(--text);
- }
- table.stats td {
- text-align: right;
- padding: 1px 0.5em;
- border: solid 1px var(--text);
- }
- table.stats td.total {
- font-weight: bold;
- text-align: left;
- }
- table.stats td.sum {
- color: #c00;
- font-weight: bold;
- }
- table.stats td.left {
- text-align: left;
- }
- table.vgraph {
- border-collapse: separate;
- border: solid 1px var(--text);
- height: 200px;
- }
- table.vgraph th {
- background-color: var(--background);
- font-weight: bold;
- border: solid 1px var(--text);
- padding: 1px 0.5em;
- }
- table.vgraph td {
- vertical-align: bottom;
- padding: 0px 10px;
- }
- table.vgraph div.bar {
- background-color: var(--background);
- }
- table.hgraph {
- border: solid 1px var(--text);
- width: 800px;
- }
- table.hgraph th {
- background-color: #eee;
- font-weight: bold;
- border: solid 1px var(--text);
- padding: 1px 0.5em;
- }
- table.hgraph td {
- vertical-align: center;
- padding: 2px 2px;
- }
- table.hgraph div.bar {
- background-color: var(--background);
- height: 1em;
- }
- table.ssdiff {
- width: 100%;
- }
- table.ssdiff td {
- font-size: 75%;
- font-family: monospace;
- white-space: pre;
- padding: 1px 4px 1px 4px;
- border-left: solid 1px #aaa;
- border-right: solid 1px #aaa;
- }
- table.ssdiff td.add {
- color: var(--text);
- background: #cfc;
- min-width: 50%;
- }
- table.ssdiff td.add_dark {
- color: var(--text);
- background: #aca;
- min-width: 50%;
- }
- table.ssdiff span.add {
- background: #cfc;
- font-weight: bold;
- }
- table.ssdiff td.del {
- color: var(--text);
- background: #fcc;
- min-width: 50%;
- }
- table.ssdiff td.del_dark {
- color: var(--text);
- background: #caa;
- min-width: 50%;
- }
- table.ssdiff span.del {
- background: #fcc;
- font-weight: bold;
- }
- table.ssdiff td.changed {
- color: var(--text);
- background: #ffc;
- min-width: 50%;
- }
- table.ssdiff td.changed_dark {
- color: var(--text);
- background: #cca;
- min-width: 50%;
- }
- table.ssdiff td.lineno {
- color: var(--text);
- background: #eee;
- text-align: right;
- width: 3em;
- min-width: 3em;
- }
- table.ssdiff td.hunk {
- color: var(--text);
- background: #ccf;
- border-top: solid 1px #aaa;
- border-bottom: solid 1px #aaa;
- }
- table.ssdiff td.head {
- border-top: solid 1px #aaa;
- border-bottom: solid 1px #aaa;
- }
- table.ssdiff td.head div.head {
- font-weight: bold;
- color: var(--text);
- }
- table.ssdiff td.foot {
- border-top: solid 1px #aaa;
- border-left: none;
- border-right: none;
- border-bottom: none;
- }
- table.ssdiff td.space {
- border: none;
- }
- table.ssdiff td.space div {
- min-height: 3em;
- }
|