2008-04-14 10:17:33 +02:00
|
|
|
body, table, form {
|
2006-12-09 15:18:17 +01:00
|
|
|
padding: 0em;
|
2007-01-28 11:33:55 +01:00
|
|
|
margin: 0em;
|
2006-12-09 15:18:17 +01:00
|
|
|
}
|
|
|
|
|
2007-10-30 10:47:38 +01:00
|
|
|
body {
|
2008-04-14 10:00:59 +02:00
|
|
|
font-family: sans-serif;
|
2007-10-30 10:47:38 +01:00
|
|
|
font-size: 10pt;
|
|
|
|
color: #333;
|
|
|
|
background: white;
|
2007-11-16 09:52:03 +01:00
|
|
|
padding: 4px;
|
2007-10-30 10:47:38 +01:00
|
|
|
}
|
|
|
|
|
2008-04-12 15:53:31 +02:00
|
|
|
a {
|
|
|
|
color: blue;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2007-05-12 00:29:37 +02:00
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
2006-12-09 15:18:17 +01:00
|
|
|
|
2008-04-12 15:53:31 +02:00
|
|
|
table#header {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1em;
|
2007-02-17 13:46:18 +01:00
|
|
|
}
|
|
|
|
|
2008-04-12 15:53:31 +02:00
|
|
|
table#header td.logo {
|
|
|
|
width: 96px;
|
2006-12-09 15:18:17 +01:00
|
|
|
}
|
|
|
|
|
2008-04-12 15:53:31 +02:00
|
|
|
table#header td.main {
|
2008-04-13 10:57:11 +02:00
|
|
|
font-size: 250%;
|
|
|
|
padding-left: 10px;
|
2008-05-03 12:44:20 +02:00
|
|
|
white-space: nowrap;
|
2008-04-13 10:57:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table#header td.main a {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#header td.form {
|
|
|
|
text-align: right;
|
|
|
|
vertical-align: bottom;
|
|
|
|
padding-right: 1em;
|
|
|
|
padding-bottom: 2px;
|
2008-05-03 12:44:20 +02:00
|
|
|
white-space: nowrap;
|
2008-04-13 10:57:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table#header td.form form,
|
|
|
|
table#header td.form input,
|
|
|
|
table#header td.form select {
|
|
|
|
font-size: 90%;
|
2007-05-13 22:25:14 +02:00
|
|
|
}
|
|
|
|
|
2008-04-12 15:53:31 +02:00
|
|
|
table#header td.sub {
|
|
|
|
color: #777;
|
|
|
|
border-top: solid 1px #ccc;
|
2008-04-13 10:57:11 +02:00
|
|
|
padding-left: 10px;
|
2006-12-16 00:49:37 +01:00
|
|
|
}
|
|
|
|
|
2008-04-12 15:53:31 +02:00
|
|
|
table.tabs {
|
2008-04-13 10:57:11 +02:00
|
|
|
/* border-bottom: solid 2px #ccc; */
|
2008-04-12 15:53:31 +02:00
|
|
|
border-collapse: collapse;
|
|
|
|
margin-top: 2em;
|
2008-04-13 10:57:11 +02:00
|
|
|
margin-bottom: 0px;
|
2008-04-12 15:53:31 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tabs td {
|
2008-04-13 10:57:11 +02:00
|
|
|
padding: 0px 1em;
|
2008-04-12 20:11:49 +02:00
|
|
|
vertical-align: bottom;
|
2008-04-12 15:53:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.tabs td a {
|
2008-04-13 10:57:11 +02:00
|
|
|
padding: 2px 0.75em;
|
|
|
|
color: #777;
|
|
|
|
font-size: 110%;
|
2008-04-12 15:53:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.tabs td a.active {
|
|
|
|
color: #000;
|
|
|
|
background-color: #ccc;
|
2006-12-16 00:49:37 +01:00
|
|
|
}
|
2006-12-09 15:18:17 +01:00
|
|
|
|
2008-04-13 10:57:11 +02:00
|
|
|
table.tabs td.form {
|
2008-04-12 20:11:49 +02:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2008-04-13 10:57:11 +02:00
|
|
|
table.tabs td.form form {
|
2008-04-12 20:11:49 +02:00
|
|
|
padding-bottom: 2px;
|
|
|
|
font-size: 90%;
|
2008-05-03 12:44:20 +02:00
|
|
|
white-space: nowrap;
|
2008-04-12 20:11:49 +02:00
|
|
|
}
|
|
|
|
|
2008-04-13 10:57:11 +02:00
|
|
|
table.tabs td.form input,
|
|
|
|
table.tabs td.form select {
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2008-04-12 15:53:31 +02:00
|
|
|
div.content {
|
|
|
|
margin: 0px;
|
2008-04-13 10:57:11 +02:00
|
|
|
padding: 2em;
|
|
|
|
border-top: solid 3px #ccc;
|
|
|
|
border-bottom: solid 3px #ccc;
|
2008-04-12 15:53:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-12-09 15:18:17 +01:00
|
|
|
table.list {
|
2008-04-12 15:53:31 +02:00
|
|
|
width: 100%;
|
2007-01-28 00:39:26 +01:00
|
|
|
border: none;
|
2006-12-09 15:18:17 +01:00
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-16 01:00:12 +01:00
|
|
|
table.list tr {
|
|
|
|
background: white;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2008-11-29 19:11:26 +01:00
|
|
|
table.list tr.logheader {
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
2006-12-16 01:00:12 +01:00
|
|
|
table.list tr:hover {
|
2008-04-12 15:53:31 +02:00
|
|
|
background: #eee;
|
2006-12-16 01:00:12 +01:00
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2007-01-17 01:10:39 +01:00
|
|
|
table.list tr.nohover:hover {
|
|
|
|
background: white;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-09 15:18:17 +01:00
|
|
|
table.list th {
|
2008-04-13 10:57:11 +02: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 15:18:17 +01:00
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-09 15:18:17 +01:00
|
|
|
table.list td {
|
|
|
|
border: none;
|
2006-12-16 00:19:56 +01:00
|
|
|
padding: 0.1em 0.5em 0.1em 0.5em;
|
2006-12-09 15:18:17 +01:00
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2008-11-29 19:11:26 +01:00
|
|
|
table.list td.logsubject {
|
|
|
|
font-family: monospace;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.list td.logmsg {
|
|
|
|
font-family: monospace;
|
|
|
|
white-space: pre;
|
2009-08-10 18:03:31 +02:00
|
|
|
padding: 1em 0.5em 2em 0.5em;
|
2008-11-29 19:11:26 +01:00
|
|
|
}
|
|
|
|
|
2008-04-12 15:53:31 +02:00
|
|
|
table.list td a {
|
|
|
|
color: black;
|
2006-12-09 15:18:17 +01:00
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2008-04-14 22:10:33 +02:00
|
|
|
table.list td a:hover {
|
|
|
|
color: #00f;
|
|
|
|
}
|
|
|
|
|
2008-04-12 15:53:31 +02:00
|
|
|
img {
|
2007-11-16 09:52:03 +01:00
|
|
|
border: none;
|
2007-11-03 14:05:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
input#switch-btn {
|
|
|
|
margin: 2px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
|
2007-11-16 09:52:03 +01:00
|
|
|
td#sidebar input.txt {
|
2007-10-30 10:47:38 +01:00
|
|
|
width: 100%;
|
|
|
|
margin: 2px 0px 0px 0px;
|
2007-10-28 15:23:00 +01:00
|
|
|
}
|
|
|
|
|
2007-10-30 10:47:38 +01:00
|
|
|
table#grid {
|
|
|
|
margin: 0px;
|
2006-12-17 23:07:28 +01:00
|
|
|
}
|
2006-12-09 15:18:17 +01:00
|
|
|
|
2007-10-30 10:47:38 +01:00
|
|
|
td#content {
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 1em 2em 1em 1em;
|
|
|
|
border: none;
|
2007-10-28 15:23:00 +01:00
|
|
|
}
|
|
|
|
|
2007-05-23 22:46:54 +02:00
|
|
|
div#summary {
|
2007-05-11 23:44:42 +02:00
|
|
|
vertical-align: top;
|
2007-05-23 22:46:54 +02:00
|
|
|
margin-bottom: 1em;
|
2007-05-11 23:44:42 +02:00
|
|
|
}
|
|
|
|
|
2007-05-23 22:46:54 +02:00
|
|
|
table#downloads {
|
2007-05-11 23:44:42 +02:00
|
|
|
float: right;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border: solid 1px #777;
|
2007-05-23 22:46:54 +02:00
|
|
|
margin-left: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
2007-05-11 23:44:42 +02:00
|
|
|
}
|
|
|
|
|
2007-05-23 22:46:54 +02:00
|
|
|
table#downloads th {
|
2007-05-11 23:44:42 +02:00
|
|
|
background-color: #ccc;
|
|
|
|
}
|
|
|
|
|
2006-12-16 00:19:56 +01:00
|
|
|
div#blob {
|
|
|
|
border: solid 1px black;
|
|
|
|
}
|
|
|
|
|
2006-12-09 15:18:17 +01:00
|
|
|
div.error {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 1em 2em;
|
2006-12-13 00:13:27 +01:00
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2007-06-17 13:17:00 +02:00
|
|
|
a.ls-blob, a.ls-dir, a.ls-mod {
|
2006-12-20 22:48:27 +01:00
|
|
|
font-family: monospace;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2007-06-17 13:17:00 +02:00
|
|
|
td.ls-size {
|
2006-12-13 00:13:27 +01:00
|
|
|
text-align: right;
|
2006-12-20 22:48:27 +01:00
|
|
|
font-family: monospace;
|
2008-04-12 20:18:16 +02:00
|
|
|
width: 10em;
|
2006-12-20 22:48:27 +01:00
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2007-06-17 13:17:00 +02:00
|
|
|
td.ls-mode {
|
2006-12-17 23:55:53 +01:00
|
|
|
font-family: monospace;
|
2008-04-12 20:18:16 +02:00
|
|
|
width: 10em;
|
2006-12-13 00:13:27 +01:00
|
|
|
}
|
2006-12-13 00:36:22 +01:00
|
|
|
|
2007-06-16 20:20:42 +02:00
|
|
|
table.blob {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
border-top: solid 1px black;
|
|
|
|
}
|
|
|
|
|
2009-01-07 13:56:14 +01:00
|
|
|
table.blob td.lines {
|
|
|
|
margin: 0; padding: 0;
|
|
|
|
vertical-align: top;
|
2007-06-16 20:20:42 +02:00
|
|
|
color: black;
|
2009-01-07 13:56:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
table.blob td.linenumbers {
|
|
|
|
margin: 0; padding: 0;
|
|
|
|
vertical-align: top;
|
|
|
|
border-right: 1px solid gray;
|
2007-06-16 20:20:42 +02:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
2009-01-07 13:56:14 +01:00
|
|
|
table.blob pre {
|
|
|
|
padding: 0; margin: 0;
|
2007-07-23 00:46:15 +02:00
|
|
|
}
|
|
|
|
|
2009-01-07 13:56:14 +01:00
|
|
|
table.blob a.no {
|
|
|
|
color: gray;
|
|
|
|
text-align: right;
|
2007-07-23 00:46:15 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2009-01-07 13:56:14 +01:00
|
|
|
table.blob a.no a:hover {
|
|
|
|
color: black;
|
2006-12-16 00:19:56 +01:00
|
|
|
}
|
|
|
|
|
2009-01-31 17:45:48 +01:00
|
|
|
table.bin-blob {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
border: solid 1px black;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.bin-blob th {
|
|
|
|
font-family: monospace;
|
|
|
|
white-space: pre;
|
|
|
|
border: solid 1px #777;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.bin-blob td {
|
|
|
|
font-family: monospace;
|
|
|
|
white-space: pre;
|
|
|
|
border-left: solid 1px #777;
|
|
|
|
padding: 0em 1em;
|
|
|
|
}
|
|
|
|
|
2006-12-22 00:58:18 +01:00
|
|
|
table.nowrap td {
|
2006-12-16 00:19:56 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.commit-info {
|
|
|
|
border-collapse: collapse;
|
2006-12-17 23:07:28 +01:00
|
|
|
margin-top: 1.5em;
|
2006-12-16 00:19:56 +01:00
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-16 00:19:56 +01:00
|
|
|
table.commit-info th {
|
|
|
|
text-align: left;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 0.1em 1em 0.1em 0.1em;
|
2007-07-18 14:55:40 +02:00
|
|
|
vertical-align: top;
|
2006-12-16 00:19:56 +01:00
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-16 00:19:56 +01:00
|
|
|
table.commit-info td {
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 0.1em 1em 0.1em 0.1em;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-16 00:19:56 +01:00
|
|
|
div.commit-subject {
|
|
|
|
font-weight: bold;
|
2006-12-17 23:07:28 +01:00
|
|
|
font-size: 125%;
|
|
|
|
margin: 1.5em 0em 0.5em 0em;
|
|
|
|
padding: 0em;
|
2006-12-16 00:19:56 +01:00
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-16 00:19:56 +01:00
|
|
|
div.commit-msg {
|
|
|
|
white-space: pre;
|
2006-12-17 23:07:28 +01:00
|
|
|
font-family: monospace;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2007-05-16 01:16:56 +02:00
|
|
|
div.diffstat-header {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
2006-12-17 23:07:28 +01:00
|
|
|
table.diffstat {
|
|
|
|
border-collapse: collapse;
|
2007-05-13 22:25:14 +02:00
|
|
|
border: solid 1px #aaa;
|
2007-05-14 18:08:03 +02:00
|
|
|
background-color: #eee;
|
2007-05-13 22:25:14 +02:00
|
|
|
}
|
|
|
|
|
2006-12-17 23:07:28 +01:00
|
|
|
table.diffstat th {
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: left;
|
|
|
|
text-decoration: underline;
|
|
|
|
padding: 0.1em 1em 0.1em 0.1em;
|
2006-12-16 00:19:56 +01:00
|
|
|
font-size: 100%;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-17 23:07:28 +01:00
|
|
|
table.diffstat td {
|
2007-05-13 22:25:14 +02:00
|
|
|
padding: 0.2em 0.2em 0.1em 0.1em;
|
2006-12-17 23:07:28 +01:00
|
|
|
font-size: 100%;
|
2007-05-13 22:25:14 +02:00
|
|
|
border: none;
|
2006-12-17 23:07:28 +01:00
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2007-05-16 03:30:57 +02:00
|
|
|
table.diffstat td.mode {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2006-12-17 23:07:28 +01:00
|
|
|
table.diffstat td span.modechange {
|
|
|
|
padding-left: 1em;
|
|
|
|
color: red;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-17 23:07:28 +01:00
|
|
|
table.diffstat td.add a {
|
|
|
|
color: green;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-17 23:07:28 +01:00
|
|
|
table.diffstat td.del a {
|
|
|
|
color: red;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-17 23:07:28 +01:00
|
|
|
table.diffstat td.upd a {
|
|
|
|
color: blue;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2007-05-13 22:25:14 +02:00
|
|
|
table.diffstat td.graph {
|
2007-10-30 10:47:38 +01:00
|
|
|
width: 500px;
|
2007-06-07 00:43:07 +02:00
|
|
|
vertical-align: middle;
|
2007-05-13 22:25:14 +02:00
|
|
|
}
|
|
|
|
|
2007-05-15 02:13:11 +02:00
|
|
|
table.diffstat td.graph table {
|
2007-05-13 22:25:14 +02:00
|
|
|
border: none;
|
2007-05-15 02:13:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2007-05-13 22:25:14 +02:00
|
|
|
div.diffstat-summary {
|
2006-12-17 23:07:28 +01:00
|
|
|
color: #888;
|
|
|
|
padding-top: 0.5em;
|
|
|
|
}
|
2006-12-20 22:48:27 +01:00
|
|
|
|
2007-10-01 12:41:29 +02:00
|
|
|
table.diff {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2006-12-20 22:48:27 +01:00
|
|
|
table.diff td {
|
|
|
|
font-family: monospace;
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
2007-05-14 18:31:05 +02:00
|
|
|
table.diff td div.head {
|
|
|
|
font-weight: bold;
|
2007-10-01 12:41:29 +02:00
|
|
|
margin-top: 1em;
|
2008-04-12 15:53:31 +02:00
|
|
|
color: black;
|
2007-05-14 18:31:05 +02:00
|
|
|
}
|
|
|
|
|
2006-12-20 22:48:27 +01:00
|
|
|
table.diff td div.hunk {
|
2007-05-14 18:31:05 +02:00
|
|
|
color: #009;
|
2006-12-20 22:48:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
table.diff td div.add {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff td div.del {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2006-12-16 00:19:56 +01:00
|
|
|
.sha1 {
|
2007-06-07 00:43:07 +02:00
|
|
|
font-family: monospace;
|
2006-12-16 00:19:56 +01:00
|
|
|
font-size: 90%;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-16 00:19:56 +01:00
|
|
|
.left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2007-02-17 13:46:18 +01:00
|
|
|
|
2006-12-16 00:19:56 +01:00
|
|
|
.right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2007-05-18 22:48:22 +02:00
|
|
|
|
|
|
|
table.list td.repogroup {
|
2007-05-21 00:14:28 +02:00
|
|
|
font-style: italic;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.button {
|
|
|
|
font-size: 80%;
|
2008-04-13 10:57:11 +02:00
|
|
|
padding: 0em 0.5em;
|
2007-05-21 00:14:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.primary {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.secondary {
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.toplevel-repo {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
table.list td.sublevel-repo {
|
|
|
|
padding-left: 1.5em;
|
2007-05-18 22:48:22 +02:00
|
|
|
}
|
2007-05-22 23:08:46 +02:00
|
|
|
|
2008-05-03 10:54:39 +02:00
|
|
|
div.pager {
|
|
|
|
text-align: center;
|
|
|
|
margin: 1em 0em 0em 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.pager a {
|
|
|
|
color: #777;
|
|
|
|
margin: 0em 0.5em;
|
|
|
|
}
|
|
|
|
|
2007-05-22 23:08:46 +02:00
|
|
|
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;
|
|
|
|
}
|
2008-05-03 11:07:41 +02:00
|
|
|
div.footer {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 80%;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
2009-01-11 12:16:18 +01:00
|
|
|
a.branch-deco {
|
|
|
|
margin: 0px 0.5em;
|
|
|
|
padding: 0px 0.25em;
|
|
|
|
background-color: #88ff88;
|
|
|
|
border: solid 1px #007700;
|
|
|
|
}
|
|
|
|
a.tag-deco {
|
|
|
|
margin: 0px 0.5em;
|
|
|
|
padding: 0px 0.25em;
|
|
|
|
background-color: #ffff88;
|
|
|
|
border: solid 1px #777700;
|
|
|
|
}
|
|
|
|
a.remote-deco {
|
|
|
|
margin: 0px 0.5em;
|
|
|
|
padding: 0px 0.25em;
|
|
|
|
background-color: #ccccff;
|
|
|
|
border: solid 1px #000077;
|
|
|
|
}
|
|
|
|
a.deco {
|
|
|
|
margin: 0px 0.5em;
|
|
|
|
padding: 0px 0.25em;
|
|
|
|
background-color: #ff8888;
|
|
|
|
border: solid 1px #770000;
|
|
|
|
}
|
2009-01-27 22:42:03 +01:00
|
|
|
|
|
|
|
div.commit-subject a {
|
|
|
|
margin-left: 1em;
|
|
|
|
font-size: 75%;
|
|
|
|
}
|
2009-01-27 23:00:40 +01:00
|
|
|
|
2008-12-06 17:38:19 +01:00
|
|
|
table.stats {
|
|
|
|
border: solid 1px black;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.stats th {
|
|
|
|
text-align: left;
|
|
|
|
padding: 1px 0.5em;
|
|
|
|
background-color: #eee;
|
|
|
|
border: solid 1px black;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.stats td {
|
|
|
|
text-align: right;
|
|
|
|
padding: 1px 0.5em;
|
|
|
|
border: solid 1px black;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.stats td.total {
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.stats td.sum {
|
|
|
|
color: #c00;
|
|
|
|
font-weight: bold;
|
|
|
|
/* background-color: #eee; */
|
|
|
|
}
|
|
|
|
|
|
|
|
table.stats td.left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.vgraph {
|
|
|
|
border-collapse: separate;
|
|
|
|
border: solid 1px black;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.vgraph th {
|
|
|
|
background-color: #eee;
|
|
|
|
font-weight: bold;
|
|
|
|
border: solid 1px white;
|
|
|
|
padding: 1px 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.vgraph td {
|
|
|
|
vertical-align: bottom;
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.vgraph div.bar {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.hgraph {
|
|
|
|
border: solid 1px black;
|
|
|
|
width: 800px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.hgraph th {
|
|
|
|
background-color: #eee;
|
|
|
|
font-weight: bold;
|
|
|
|
border: solid 1px black;
|
|
|
|
padding: 1px 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.hgraph td {
|
|
|
|
vertical-align: center;
|
|
|
|
padding: 2px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.hgraph div.bar {
|
|
|
|
background-color: #eee;
|
|
|
|
height: 1em;
|
|
|
|
}
|