summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAge
...
* | Add support for line number in url fragmentLars Hjemli2007-07-23
* | cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli2007-07-23
* | Merge branch 'master' of git://git.klever.net/patchwork/cgitLars Hjemli2007-07-22
|\ \
| * | link raw blob from tree file viewMichael Krelin2007-07-21
| * | fix: changed view link to blob in summary.Michael Krelin2007-07-21
| * | allow selective enabling of snapshotsMichael Krelin2007-07-21
| * | shorten snapshot names to repo basenameMichael Krelin2007-07-21
| * | introduce cgit_repobasenameMichael Krelin2007-07-21
| * | added snapshot filename to the linkMichael Krelin2007-07-21
| * | add plain uncompressed tar snapshort formatMichael Krelin2007-07-21
| * | introduced .tar.bz2 snapshotsMichael Krelin2007-07-21
| * | compress .tar.gz using gzip as a filterMichael Krelin2007-07-20
| * | added a chk_non_negative checkMichael Krelin2007-07-20
| * | css: adjust vertical-align of commit info th cellsMichael Krelin2007-07-18
| * | add support for snapshot tarballsMichael Krelin2007-07-18
* | | Add ui-tag.cLars Hjemli2007-07-22
|/ /
* | make gen-version.sh run even if . is not in PATHMichael Krelin2007-07-03
* | make config adjustable via env variable CGIT_CONFIGMichael Krelin2007-07-03
* | Merge branch 'lh/menu'Lars Hjemli2007-06-29
|\ \
| * | Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli2007-06-29
| * | Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli2007-06-26
| * | Do not include current path in the "tree" menu linkLars Hjemli2007-06-26
| * | Add setting to enable/disable extra links on index pageLars Hjemli2007-06-19
| * | Change S/L/T to summary/log/treeLars Hjemli2007-06-18
| * | Change "files" to "tree"Lars Hjemli2007-06-18
| * | Include querystring as part of cached filename for repo summary pageLars Hjemli2007-06-18
| * | Add more menuitems on repo pagesLars Hjemli2007-06-18
* | | Add version info from git-describeLars Hjemli2007-06-18
|/ /
* | Add cgit_diff_link()Lars Hjemli2007-06-17
* | ui-commit: use cgit_commit_link() for parent linksLars Hjemli2007-06-17
* | ui-log: honor id=sha1 on querystringLars Hjemli2007-06-17
* | Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli2007-06-17
* | Add git_log_link() and fix bug in generic repolink functionLars Hjemli2007-06-17
* | ui-tree: html/css cleanupLars Hjemli2007-06-17
* | ui-shared: use strcmp() to compare stringsLars Hjemli2007-06-17
* | Add and use cgit_tree_link()Lars Hjemli2007-06-17
* | ui-tree: make blob viewer generate valid htmlLars Hjemli2007-06-16
* | ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli2007-06-16
* | cgit.css: make it validateLars Hjemli2007-06-07
* | ui-diff: close td/tr/table properlyLars Hjemli2007-06-06
* | ui-diff: emit table/tr/td at better locationsLars Hjemli2007-06-05
|/
* Implemented configurable HEAD shortlog on summary page.Ondrej Jirman2007-05-31
* Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman2007-05-31
* Add option to disable pager to cgit_print_log().Ondrej Jirman2007-05-31
* Handle single-line and empty commit subjectsOndrej Jirman2007-05-31
* Use & instead of & in URLs.Ondrej Jirman2007-05-31
* Fixed unexpected tags in html output.Ondrej Jirman2007-05-31
* cgit v0.5v0.5Lars Hjemli2007-05-24
* Bad html: it's nice to add alt-attributesLars Hjemli2007-05-24
* Bad html: <form> should have an action-attributeLars Hjemli2007-05-24
ght: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
body, table {
	padding: 0em;
	margin: 0em;
}

body {
	font-family: sans;
	font-size: 10pt;
	color: #333;
	background: white;
	padding-left: 4px;
}

table {
      border-collapse: collapse;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.25em;
}

h3 {
	margin-top: 0em;
	font-size: 100%;
	font-weight: normal;
}

h4 {
	margin-top: 1.5em;
	margin-bottom: 0.1em;
	font-size: 100%;
	font-weight: bold;
}

a {
	color: #600;
	text-decoration: none;
}

a:hover {
	background-color: #ddd;
	text-decoration: none;
}

table.list {
	border: none;
	border-collapse: collapse;
}

table.list tr {
	background: white;
}

table.list tr:hover {
	background: #f8f8f8;
}

table.list tr.nohover:hover {
	background: white;
}

table.list th {
	font-weight: bold;
	border-bottom: solid 1px #777;
	padding: 0.1em 0.5em 0.1em 0.5em;
	vertical-align: baseline;
}

table.list td {
	border: none;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

img {
	border: none;
}

div#sidebar {
	vertical-align: top;
	width: 162px;
	padding: 0px 0px 0px 0px;
	margin: 4px;
	float: left;
}

div#logo {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	background-color: #ccc;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

div#sidebar div.infobox {
	margin: 0px 0px 0px 0px;
	padding: 0.5em;
	text-align: left;
	background-color: #ccc;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

div#sidebar div.infobox h1 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
}

div#sidebar div.infobox a.menu {
	display: block;
	background-color: #ccc;
	padding: 0.1em 0.5em;
	text-decoration: none;
}

div#sidebar div.infobox a.menu:hover {
	background-color: #bbb;
	text-decoration: none;
}

div#sidebar div.infobox select {
	width: 100%;
	border: solid 1px #aaa;
	background-color: #bbb;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

div#sidebar div.infobox input.txt {
	width: 100%;
	border: solid 1px #aaa;
	background-color: #bbb;
	margin: 2px 0px 0px 0px;
	padding: 0;
}

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: #ccc;
}

div#blob {
	border: solid 1px black;
}

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;
}

td.ls-size {
	font-family: monospace;
}

td.ls-mode {
	font-family: monospace;
}

table.blob {
	margin-top: 0.5em;
	border-top: solid 1px black;
}

table.blob td.no {
	border-right: solid 1px black;
	color: black;
	background-color: #eee;
	text-align: right;
}

table.blob td.no a {
	color: black;
}

table.blob td.no a:hover {
	color: black;
	text-decoration: none;
}

table.blob td.txt {
	white-space: pre;
	font-family: monospace;
	padding-left: 0.5em;
}

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.diffstat-header {
	font-weight: bold;
	padding-top: 1.5em;
}

table.diffstat {
	border-collapse: collapse;
	border: solid 1px #aaa;
	background-color: #eee;
}

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: green;
}

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: #888;
	padding-top: 0.5em;
}

table.diff {
	width: 100%;
}

table.diff td {
	font-family: monospace;
	white-space: pre;
}

table.diff td div.head {
	font-weight: bold;
	margin-top: 1em;
	background-color: #eee;
}

table.diff td div.hunk {
	color: #009;
}

table.diff td div.add {
	color: green;
}

table.diff td div.del {
	color: red;
}

.sha1 {
	font-family: monospace;
	font-size: 90%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

table.list td.repogroup {
	font-style: italic;
	color: #888;
}

a.button {
	font-size: 80%;
	color: #aaa;
	background-color: #eee;
	border: solid 1px #aaa;
	padding: 0em 0.5em;
	margin: 0.1em 0.25em;
}

a.button:hover {
	text-decoration: none;
	color: #333;
	background-color: #ccc;
}

a.primary {
	font-size: 100%;
}

a.secondary {
	font-size: 90%;
}

td.toplevel-repo {

}

table.list td.sublevel-repo {
	padding-left: 1.5em;
}

span.age-mins {
	font-weight: bold;
	color: #080;
}

span.age-hours {
	color: #080;
}

span.age-days {
	color: #040;
}

span.age-weeks {
	color: #444;
}

span.age-months {
	color: #888;
}

span.age-years {
	color: #bbb;
}