Update css

This commit is contained in:
Tom Willemse 2014-04-16 01:27:41 +02:00
parent b86489def9
commit 80b9e32f19
4 changed files with 156 additions and 116 deletions

View file

@ -1,17 +1,49 @@
a { a {
text-decoration: none; text-decoration: none;
color: #0074d9;
} }
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
} }
a:visited {
color: #b10dc9;
}
body { body {
border: 0; border: 0;
font-family: "PT Sans", "Liberation Sans", "DejaVu Sans", "Tahoma", "Verdana", "Arial", sans-serif;
margin: 0; margin: 0;
padding: 0; padding: 0;
font-family: sans-serif;
line-height: 160%; line-height: 160%;
font-size: 15px;
background-color: #ffffff;
color: #111111;
}
h1 {
font-size: 25px;
}
h2 {
font-size: 23px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 19px;
}
h5 {
font-size: 17px;
}
h6 {
font-size: 15px;
} }
div#rap { div#rap {
@ -21,6 +53,8 @@ div#rap {
pre { pre {
line-height: 100%; line-height: 100%;
font-family: "Fantasque Sans Mono", "PT Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier new", monospace;
margin: 1.2em -8pt;
} }
#header, #header h1, #header h2 { #header, #header h1, #header h2 {

223
cgit.css
View file

@ -3,14 +3,14 @@ div#cgit {
margin: 0 auto; margin: 0 auto;
font-family: sans-serif; font-family: sans-serif;
font-size: 10pt; font-size: 10pt;
color: #333; color: #111111;
background: white; background: #ffffff;
padding: 4px; padding: 4px;
width: 700px; width: 700px;
} }
div#cgit a { div#cgit a {
color: blue; color: #0074d9;
text-decoration: none; text-decoration: none;
} }
@ -18,6 +18,10 @@ div#cgit a:hover {
text-decoration: underline; text-decoration: underline;
} }
div#cgit a:visited {
color: #b10dc9;
}
div#cgit table { div#cgit table {
border-collapse: collapse; border-collapse: collapse;
} }
@ -39,7 +43,7 @@ div#cgit table#header td.main {
} }
div#cgit table#header td.main a { div#cgit table#header td.main a {
color: #000; color: #111111;
} }
div#cgit table#header td.form { div#cgit table#header td.form {
@ -57,13 +61,13 @@ div#cgit table#header td.form select {
} }
div#cgit table#header td.sub { div#cgit table#header td.sub {
color: #777; color: #aaaaaa;
border-top: solid 1px #ccc; border-top: solid 1px #dddddd;
padding-left: 10px; padding-left: 10px;
} }
div#cgit table.tabs { div#cgit table.tabs {
border-bottom: solid 3px #ccc; border-bottom: solid 3px #dddddd;
border-collapse: collapse; border-collapse: collapse;
margin-top: 2em; margin-top: 2em;
margin-bottom: 0px; margin-bottom: 0px;
@ -77,13 +81,13 @@ div#cgit table.tabs td {
div#cgit table.tabs td a { div#cgit table.tabs td a {
padding: 2px 0.75em; padding: 2px 0.75em;
color: #777; color: #aaaaaa;
font-size: 110%; font-size: 110%;
} }
div#cgit table.tabs td a.active { div#cgit table.tabs td a.active {
color: #000; color: #000;
background-color: #ccc; background-color: #dddddd;
} }
div#cgit table.tabs td.form { div#cgit table.tabs td.form {
@ -105,13 +109,13 @@ div#cgit div.path {
margin: 0px; margin: 0px;
padding: 5px 2em 2px 2em; padding: 5px 2em 2px 2em;
color: #000; color: #000;
background-color: #eee; background-color: #dddddd;
} }
div#cgit div.content { div#cgit div.content {
margin: 0px; margin: 0px;
padding: 2em; padding: 2em;
border-bottom: solid 3px #ccc; border-bottom: solid 3px #dddddd;
} }
@ -122,27 +126,23 @@ div#cgit table.list {
} }
div#cgit table.list tr { div#cgit table.list tr {
background: white; background: #ffffff;
} }
div#cgit table.list tr.logheader { div#cgit table.list tr.logheader {
background: #eee; background: #dddddd;
} }
div#cgit table.list tr:hover { div#cgit table.list tr:hover {
background: #eee; background: #dddddd;
} }
div#cgit table.list tr.nohover:hover { div#cgit table.list tr.nohover:hover {
background: white; background: #ffffff;
} }
div#cgit table.list th { div#cgit table.list th {
font-weight: bold; font-weight: bold;
/* color: #888;
border-top: dashed 1px #888;
border-bottom: dashed 1px #888;
*/
padding: 0.1em 0.5em 0.05em 0.5em; padding: 0.1em 0.5em 0.05em 0.5em;
vertical-align: baseline; vertical-align: baseline;
} }
@ -158,27 +158,27 @@ div#cgit table.list td.commitgraph {
} }
div#cgit table.list td.commitgraph .column1 { div#cgit table.list td.commitgraph .column1 {
color: #a00; color: #ff4136;
} }
div#cgit table.list td.commitgraph .column2 { div#cgit table.list td.commitgraph .column2 {
color: #0a0; color: #2ecc40;
} }
div#cgit table.list td.commitgraph .column3 { div#cgit table.list td.commitgraph .column3 {
color: #aa0; color: #ffdc00;
} }
div#cgit table.list td.commitgraph .column4 { div#cgit table.list td.commitgraph .column4 {
color: #00a; color: #0074d9;
} }
div#cgit table.list td.commitgraph .column5 { div#cgit table.list td.commitgraph .column5 {
color: #a0a; color: #f012be;
} }
div#cgit table.list td.commitgraph .column6 { div#cgit table.list td.commitgraph .column6 {
color: #0aa; color: #39cccc;
} }
div#cgit table.list td.logsubject { div#cgit table.list td.logsubject {
@ -193,16 +193,16 @@ div#cgit table.list td.logmsg {
} }
div#cgit table.list td a { div#cgit table.list td a {
color: black; color: #111111;
} }
div#cgit table.list td a.ls-dir { div#cgit table.list td a.ls-dir {
font-weight: bold; font-weight: bold;
color: #00f; color: #0074d9;
} }
div#cgit table.list td a:hover { div#cgit table.list td a:hover {
color: #00f; color: #0074d9;
} }
div#cgit img { div#cgit img {
@ -236,21 +236,21 @@ div#cgit div#summary {
div#cgit table#downloads { div#cgit table#downloads {
float: right; float: right;
border-collapse: collapse; border-collapse: collapse;
border: solid 1px #777; border: solid 1px #aaaaaa;
margin-left: 0.5em; margin-left: 0.5em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
div#cgit table#downloads th { div#cgit table#downloads th {
background-color: #ccc; background-color: #dddddd;
} }
div#cgit div#blob { div#cgit div#blob {
border: solid 1px black; border: solid 1px #111111;
} }
div#cgit div.error { div#cgit div.error {
color: red; color: #ff4136;
font-weight: bold; font-weight: bold;
margin: 1em 2em; margin: 1em 2em;
} }
@ -272,20 +272,20 @@ div#cgit td.ls-mode {
div#cgit table.blob { div#cgit table.blob {
margin-top: 0.5em; margin-top: 0.5em;
border-top: solid 1px black; border-top: solid 1px #111111;
} }
div#cgit table.blob td.lines { div#cgit table.blob td.lines {
margin: 0; padding: 0 0 0 0.5em; margin: 0; padding: 0 0 0 0.5em;
vertical-align: top; vertical-align: top;
color: black; color: #111111;
} }
div#cgit table.blob td.linenumbers { div#cgit table.blob td.linenumbers {
margin: 0; padding: 0 0.5em 0 0.5em; margin: 0; padding: 0 0.5em 0 0.5em;
vertical-align: top; vertical-align: top;
text-align: right; text-align: right;
border-right: 1px solid gray; border-right: 1px solid #aaaaaa;
} }
div#cgit table.blob pre { div#cgit table.blob pre {
@ -293,31 +293,31 @@ div#cgit table.blob pre {
} }
div#cgit table.blob a.no, div#cgit table.ssdiff a.no { div#cgit table.blob a.no, div#cgit table.ssdiff a.no {
color: gray; color: #aaaaaa;
text-align: right; text-align: right;
text-decoration: none; text-decoration: none;
} }
div#cgit table.blob a.no a:hover { div#cgit table.blob a.no a:hover {
color: black; color: #111111;
} }
div#cgit table.bin-blob { div#cgit table.bin-blob {
margin-top: 0.5em; margin-top: 0.5em;
border: solid 1px black; border: solid 1px #111111;
} }
div#cgit table.bin-blob th { div#cgit table.bin-blob th {
font-family: monospace; font-family: monospace;
white-space: pre; white-space: pre;
border: solid 1px #777; border: solid 1px #aaaaaa;
padding: 0.5em 1em; padding: 0.5em 1em;
} }
div#cgit table.bin-blob td { div#cgit table.bin-blob td {
font-family: monospace; font-family: monospace;
white-space: pre; white-space: pre;
border-left: solid 1px #777; border-left: solid 1px #aaaaaa;
padding: 0em 1em; padding: 0em 1em;
} }
@ -337,8 +337,8 @@ div#cgit div.cgit-panel {
div#cgit div.cgit-panel table { div#cgit div.cgit-panel table {
border-collapse: collapse; border-collapse: collapse;
border: solid 1px #aaa; border: solid 1px #aaaaaa;
background-color: #eee; background-color: #dddddd;
} }
div#cgit div.cgit-panel th { div#cgit div.cgit-panel th {
@ -389,8 +389,8 @@ div#cgit div.notes-header {
div#cgit div.notes { div#cgit div.notes {
white-space: pre; white-space: pre;
font-family: monospace; font-family: monospace;
border: solid 1px #ee9; border: solid 1px #ffdc00;
background-color: #ffd; background-color: #ffffff;
padding: 0.3em 2em 0.3em 1em; padding: 0.3em 2em 0.3em 1em;
float: left; float: left;
} }
@ -406,8 +406,8 @@ div#cgit div.diffstat-header {
div#cgit table.diffstat { div#cgit table.diffstat {
border-collapse: collapse; border-collapse: collapse;
border: solid 1px #aaa; border: solid 1px #aaaaaa;
background-color: #eee; background-color: #dddddd;
} }
div#cgit table.diffstat th { div#cgit table.diffstat th {
@ -430,19 +430,19 @@ div#cgit table.diffstat td.mode {
div#cgit table.diffstat td span.modechange { div#cgit table.diffstat td span.modechange {
padding-left: 1em; padding-left: 1em;
color: red; color: #ff4136;
} }
div#cgit table.diffstat td.add a { div#cgit table.diffstat td.add a {
color: green; color: #2ecc40;
} }
div#cgit table.diffstat td.del a { div#cgit table.diffstat td.del a {
color: red; color: #ff4136;
} }
div#cgit table.diffstat td.upd a { div#cgit table.diffstat td.upd a {
color: blue; color: #0074d9;
} }
div#cgit table.diffstat td.graph { div#cgit table.diffstat td.graph {
@ -461,15 +461,15 @@ div#cgit table.diffstat td.graph td {
} }
div#cgit table.diffstat td.graph td.add { div#cgit table.diffstat td.graph td.add {
background-color: #5c5; background-color: #2ecc40;
} }
div#cgit table.diffstat td.graph td.rem { div#cgit table.diffstat td.graph td.rem {
background-color: #c55; background-color: #ff4136;
} }
div#cgit div.diffstat-summary { div#cgit div.diffstat-summary {
color: #888; color: #aaaaaa;
padding-top: 0.5em; padding-top: 0.5em;
} }
@ -489,15 +489,15 @@ div#cgit table.diff td div.head {
} }
div#cgit table.diff td div.hunk { div#cgit table.diff td div.hunk {
color: #009; color: #0074d9;
} }
div#cgit table.diff td div.add { div#cgit table.diff td div.add {
color: green; color: #2ecc40;
} }
div#cgit table.diff td div.del { div#cgit table.diff td div.del {
color: red; color: #ff4136;
} }
div#cgit .sha1 { div#cgit .sha1 {
@ -515,7 +515,7 @@ div#cgit .right {
div#cgit table.list td.reposection { div#cgit table.list td.reposection {
font-style: italic; font-style: italic;
color: #888; color: #aaaaaa;
} }
div#cgit a.button { div#cgit a.button {
@ -552,7 +552,7 @@ div#cgit ul.pager li {
} }
div#cgit ul.pager a { div#cgit ul.pager a {
color: #777; color: #aaaaaa;
} }
div#cgit ul.pager .current { div#cgit ul.pager .current {
@ -561,61 +561,61 @@ div#cgit ul.pager .current {
div#cgit span.age-mins { div#cgit span.age-mins {
font-weight: bold; font-weight: bold;
color: #080; color: #01ff70;
} }
div#cgit span.age-hours { div#cgit span.age-hours {
color: #080; color: #2ecc40;
} }
div#cgit span.age-days { div#cgit span.age-days {
color: #040; color: #3d9970;
} }
div#cgit span.age-weeks { div#cgit span.age-weeks {
color: #444; color: #111111;
} }
div#cgit span.age-months { div#cgit span.age-months {
color: #888; color: #aaaaaa;
} }
div#cgit span.age-years { div#cgit span.age-years {
color: #bbb; color: #dddddd;
} }
div#cgit div.footer { div#cgit div.footer {
margin-top: 0.5em; margin-top: 0.5em;
text-align: center; text-align: center;
font-size: 80%; font-size: 80%;
color: #ccc; color: #dddddd;
} }
div#cgit a.branch-deco { div#cgit a.branch-deco {
color: #000; color: #000;
margin: 0px 0.5em; margin: 0px 0.5em;
padding: 0px 0.25em; padding: 0px 0.25em;
background-color: #88ff88; background-color: #01ff70;
border: solid 1px #007700; border: solid 1px #2ecc40;
} }
div#cgit a.tag-deco { div#cgit a.tag-deco {
color: #000; color: #000;
margin: 0px 0.5em; margin: 0px 0.5em;
padding: 0px 0.25em; padding: 0px 0.25em;
background-color: #ffff88; background-color: #ffdc00;
border: solid 1px #777700; border: solid 1px #ff851b;
} }
div#cgit a.remote-deco { div#cgit a.remote-deco {
color: #000; color: #000;
margin: 0px 0.5em; margin: 0px 0.5em;
padding: 0px 0.25em; padding: 0px 0.25em;
background-color: #ccccff; background-color: #0074d9;
border: solid 1px #000077; border: solid 1px #001f3f;
} }
div#cgit a.deco { div#cgit a.deco {
color: #000; color: #000;
margin: 0px 0.5em; margin: 0px 0.5em;
padding: 0px 0.25em; padding: 0px 0.25em;
background-color: #ff8888; background-color: #ff4136;
border: solid 1px #770000; border: solid 1px #85144b;
} }
div#cgit div.commit-subject a.branch-deco, div#cgit div.commit-subject a.branch-deco,
@ -627,21 +627,21 @@ div#cgit div.commit-subject a.deco {
} }
div#cgit table.stats { div#cgit table.stats {
border: solid 1px black; border: solid 1px #111111;
border-collapse: collapse; border-collapse: collapse;
} }
div#cgit table.stats th { div#cgit table.stats th {
text-align: left; text-align: left;
padding: 1px 0.5em; padding: 1px 0.5em;
background-color: #eee; background-color: #dddddd;
border: solid 1px black; border: solid 1px #111111;
} }
div#cgit table.stats td { div#cgit table.stats td {
text-align: right; text-align: right;
padding: 1px 0.5em; padding: 1px 0.5em;
border: solid 1px black; border: solid 1px #111111;
} }
div#cgit table.stats td.total { div#cgit table.stats td.total {
@ -650,9 +650,8 @@ div#cgit table.stats td.total {
} }
div#cgit table.stats td.sum { div#cgit table.stats td.sum {
color: #c00; color: #ff4136;
font-weight: bold; font-weight: bold;
/* background-color: #eee; */
} }
div#cgit table.stats td.left { div#cgit table.stats td.left {
@ -666,9 +665,9 @@ div#cgit table.vgraph {
} }
div#cgit table.vgraph th { div#cgit table.vgraph th {
background-color: #eee; background-color: #dddddd;
font-weight: bold; font-weight: bold;
border: solid 1px white; border: solid 1px #ffffff;
padding: 1px 0.5em; padding: 1px 0.5em;
} }
@ -678,18 +677,18 @@ div#cgit table.vgraph td {
} }
div#cgit table.vgraph div.bar { div#cgit table.vgraph div.bar {
background-color: #eee; background-color: #dddddd;
} }
div#cgit table.hgraph { div#cgit table.hgraph {
border: solid 1px black; border: solid 1px #111111;
width: 800px; width: 800px;
} }
div#cgit table.hgraph th { div#cgit table.hgraph th {
background-color: #eee; background-color: #dddddd;
font-weight: bold; font-weight: bold;
border: solid 1px black; border: solid 1px #111111;
padding: 1px 0.5em; padding: 1px 0.5em;
} }
@ -699,7 +698,7 @@ div#cgit table.hgraph td {
} }
div#cgit table.hgraph div.bar { div#cgit table.hgraph div.bar {
background-color: #eee; background-color: #dddddd;
height: 1em; height: 1em;
} }
@ -712,83 +711,83 @@ div#cgit table.ssdiff td {
font-family: monospace; font-family: monospace;
white-space: pre; white-space: pre;
padding: 1px 4px 1px 4px; padding: 1px 4px 1px 4px;
border-left: solid 1px #aaa; border-left: solid 1px #aaaaaa;
border-right: solid 1px #aaa; border-right: solid 1px #aaaaaa;
} }
div#cgit table.ssdiff td.add { div#cgit table.ssdiff td.add {
color: black; color: #111111;
background: #cfc; background: #01ff70;
min-width: 50%; min-width: 50%;
} }
div#cgit table.ssdiff td.add_dark { div#cgit table.ssdiff td.add_dark {
color: black; color: #111111;
background: #aca; background: #2ecc40;
min-width: 50%; min-width: 50%;
} }
div#cgit table.ssdiff span.add { div#cgit table.ssdiff span.add {
background: #cfc; background: #01ff70;
font-weight: bold; font-weight: bold;
} }
div#cgit table.ssdiff td.del { div#cgit table.ssdiff td.del {
color: black; color: #111111;
background: #fcc; background: #ff4136;
min-width: 50%; min-width: 50%;
} }
div#cgit table.ssdiff td.del_dark { div#cgit table.ssdiff td.del_dark {
color: black; color: #111111;
background: #caa; background: #85144b;
min-width: 50%; min-width: 50%;
} }
div#cgit table.ssdiff span.del { div#cgit table.ssdiff span.del {
background: #fcc; background: #ff4136;
font-weight: bold; font-weight: bold;
} }
div#cgit table.ssdiff td.changed { div#cgit table.ssdiff td.changed {
color: black; color: #111111;
background: #ffc; background: #ffdc00;
min-width: 50%; min-width: 50%;
} }
div#cgit table.ssdiff td.changed_dark { div#cgit table.ssdiff td.changed_dark {
color: black; color: #111111;
background: #cca; background: #ff851b;
min-width: 50%; min-width: 50%;
} }
div#cgit table.ssdiff td.lineno { div#cgit table.ssdiff td.lineno {
color: black; color: #111111;
background: #eee; background: #dddddd;
text-align: right; text-align: right;
width: 3em; width: 3em;
min-width: 3em; min-width: 3em;
} }
div#cgit table.ssdiff td.hunk { div#cgit table.ssdiff td.hunk {
color: black; color: #111111;
background: #ccf; background: #7fdbff;
border-top: solid 1px #aaa; border-top: solid 1px #aaaaaa;
border-bottom: solid 1px #aaa; border-bottom: solid 1px #aaaaaa;
} }
div#cgit table.ssdiff td.head { div#cgit table.ssdiff td.head {
border-top: solid 1px #aaa; border-top: solid 1px #aaaaaa;
border-bottom: solid 1px #aaa; border-bottom: solid 1px #aaaaaa;
} }
div#cgit table.ssdiff td.head div.head { div#cgit table.ssdiff td.head div.head {
font-weight: bold; font-weight: bold;
color: black; color: #111111;
} }
div#cgit table.ssdiff td.foot { div#cgit table.ssdiff td.foot {
border-top: solid 1px #aaa; border-top: solid 1px #aaaaaa;
border-left: none; border-left: none;
border-right: none; border-right: none;
border-bottom: none; border-bottom: none;

View file

@ -1,11 +1,16 @@
a { a {
text-decoration: none; text-decoration: none;
color: #0074d9;
} }
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
} }
a:visited {
color: #b10dc9;
}
body { body {
border: 0; border: 0;
font-family: "PT Sans", "Liberation Sans", "DejaVu Sans", "Tahoma", "Verdana", "Arial", sans-serif; font-family: "PT Sans", "Liberation Sans", "DejaVu Sans", "Tahoma", "Verdana", "Arial", sans-serif;
@ -13,6 +18,8 @@ body {
padding: 0; padding: 0;
line-height: 160%; line-height: 160%;
font-size: 15px; font-size: 15px;
background-color: #ffffff;
color: #111111;
} }
h1 { h1 {
@ -41,7 +48,7 @@ h6 {
pre { pre {
line-height: 100%; line-height: 100%;
font-family: "CosmicSansNeueMono", "PT Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier new", monospace; font-family: "Fantasque Sans Mono", "PT Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier new", monospace;
margin: 1.2em -8pt; margin: 1.2em -8pt;
} }

View file

@ -150,7 +150,7 @@
:section-numbers nil :section-numbers nil
:table-of-contents 1 :table-of-contents 1
:html-doctype "<!DOCTYPE html>" :html-doctype "<!DOCTYPE html>"
:html-head "<link rel=\"stylesheet\" media=\"screen\" href=\"http://openfontlibrary.org/face/cosmic-sans-neue-mono\" type=\"text/css\" />\n<link href=\"https://ryuslash.org/org.css\" type=\"text/css\" rel=\"stylesheet\" />" :html-head "<link rel=\"stylesheet\" media=\"screen\" href=\"//openfontlibrary.org/face/fantasque-sans-mono\" rel=\"stylesheet\" type=\"text/css\"/>\n<link href=\"https://ryuslash.org/org.css\" type=\"text/css\" rel=\"stylesheet\" />"
:html-link-home "https://ryuslash.org") :html-link-home "https://ryuslash.org")
("projects" ("projects"
:base-directory "./projects/" :base-directory "./projects/"
@ -161,5 +161,5 @@
:section-numbers nil :section-numbers nil
:table-of-contents 1 :table-of-contents 1
:html-doctype "<!DOCTYPE html>" :html-doctype "<!DOCTYPE html>"
:html-head "<link rel=\"stylesheet\" media=\"screen\" href=\"http://openfontlibrary.org/face/cosmic-sans-neue-mono\" type=\"text/css\" />\n<link href=\"https://ryuslash.org/org.css\" type=\"text/css\" rel=\"stylesheet\" />" :html-head "<link rel=\"stylesheet\" media=\"screen\" href=\"//openfontlibrary.org/face/fantasque-sans-mono\" rel=\"stylesheet\" type=\"text/css\"/>\n<link href=\"https://ryuslash.org/org.css\" type=\"text/css\" rel=\"stylesheet\" />"
:html-link-home "https://ryuslash.org"))) :html-link-home "https://ryuslash.org")))