2006-12-09 14:18:17 +00:00
|
|
|
body {
|
2007-06-06 22:43:07 +00:00
|
|
|
font-family: arial, sans-serif;
|
2007-01-28 11:01:21 +00:00
|
|
|
font-size: 11pt;
|
2007-06-06 22:43:07 +00:00
|
|
|
color: black;
|
2006-12-09 14:18:17 +00:00
|
|
|
background: white;
|
2007-05-11 22:29:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body, table {
|
2006-12-09 14:18:17 +00:00
|
|
|
padding: 0em;
|
2007-01-28 10:33:55 +00:00
|
|
|
margin: 0em;
|
2006-12-09 14:18:17 +00:00
|
|
|
}
|
|
|
|
|
2007-05-11 22:29:37 +00:00
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
2006-12-09 14:18:17 +00:00
|
|
|
|
|
|
|
h2 {
|
2007-01-17 00:10:39 +00:00
|
|
|
font-size: 120%;
|
2006-12-09 14:18:17 +00:00
|
|
|
font-weight: bold;
|
2007-05-11 21:44:42 +00:00
|
|
|
margin-top: 0em;
|
2007-02-17 12:46:18 +00:00
|
|
|
margin-bottom: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-top: 0em;
|
|
|
|
font-size: 100%;
|
|
|
|
font-weight: normal;
|
2006-12-09 14:18:17 +00:00
|
|
|
}
|
|
|
|
|
2007-05-13 20:25:14 +00:00
|
|
|
h4 {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
margin-bottom: 0.1em;
|
|
|
|
font-size: 100%;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2006-12-15 23:49:37 +00:00
|
|
|
a {
|
|
|
|
color: blue;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2006-12-09 14:18:17 +00:00
|
|
|
|
|
|
|
table.list {
|
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
|
|
|
|
2006-12-16 00:00:12 +00:00
|
|
|
table.list tr {
|
|
|
|
background: white;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2006-12-16 00:00:12 +00:00
|
|
|
table.list tr:hover {
|
2007-01-27 23:39:26 +00:00
|
|
|
background: #eee;
|
2006-12-16 00:00:12 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2007-01-17 00:10:39 +00:00
|
|
|
table.list tr.nohover:hover {
|
|
|
|
background: white;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2006-12-09 14:18:17 +00:00
|
|
|
table.list th {
|
2007-05-20 22:29:11 +00:00
|
|
|
font-weight: bold;
|
2007-01-27 23:39:26 +00:00
|
|
|
border-bottom: solid 1px #777;
|
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
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2006-12-09 14:18:17 +00:00
|
|
|
table.list td {
|
|
|
|
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
|
|
|
|
2006-12-09 14:18:17 +00:00
|
|
|
img {
|
|
|
|
border: none;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2007-01-28 10:33:55 +00:00
|
|
|
table#layout {
|
|
|
|
width: 100%;
|
2007-05-11 22:29:37 +00:00
|
|
|
border-collapse: collapse;
|
2007-01-28 10:33:55 +00:00
|
|
|
margin: 0px;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
|
|
|
td#header, td#logo {
|
|
|
|
color: #666;
|
2006-12-22 00:44:32 +00:00
|
|
|
background-color: #ddd;
|
2007-02-17 12:46:18 +00:00
|
|
|
border-bottom: solid 1px #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
td#header {
|
2006-12-09 14:18:17 +00:00
|
|
|
font-size: 150%;
|
|
|
|
font-weight: bold;
|
2007-02-17 12:46:18 +00:00
|
|
|
padding: 0.2em 0.5em;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
td#logo {
|
|
|
|
text-align: right;
|
2006-12-09 14:18:17 +00:00
|
|
|
vertical-align: middle;
|
2007-02-17 12:46:18 +00:00
|
|
|
padding-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
td#crumb, td#search {
|
|
|
|
color: #ccc;
|
|
|
|
border-top: solid 3px #555;
|
|
|
|
background-color: #666;
|
|
|
|
border-bottom: solid 1px #333;
|
|
|
|
padding: 2px 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
td#crumb {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
td#crumb a {
|
|
|
|
color: #ccc;
|
2007-06-06 22:43:07 +00:00
|
|
|
background-color: #666;
|
2006-12-09 14:18:17 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
|
|
|
td#crumb a:hover {
|
|
|
|
color: #eee;
|
2007-06-06 22:43:07 +00:00
|
|
|
background-color: #666;
|
2006-12-09 14:18:17 +00:00
|
|
|
}
|
2006-12-28 01:01:49 +00:00
|
|
|
|
2007-02-17 12:46:18 +00:00
|
|
|
td#search {
|
|
|
|
text-align: right;
|
2007-06-06 22:43:07 +00:00
|
|
|
vertical-align: middle;
|
2007-02-17 12:46:18 +00:00
|
|
|
padding-right: 0.5em;
|
2006-12-28 01:01:49 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
|
|
|
td#search form {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td#search input {
|
|
|
|
font-size: 9pt;
|
|
|
|
padding: 0px;
|
|
|
|
width: 10em;
|
|
|
|
border: solid 1px #333;
|
|
|
|
color: #333;
|
|
|
|
background-color: #fff;
|
2006-12-17 22:07:28 +00:00
|
|
|
}
|
2006-12-09 14:18:17 +00:00
|
|
|
|
2007-05-23 20:46:54 +00:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2007-05-23 20:46:54 +00:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2007-05-23 20:46:54 +00:00
|
|
|
table#downloads th {
|
2007-05-11 21:44:42 +00:00
|
|
|
background-color: #ccc;
|
|
|
|
}
|
|
|
|
|
2007-01-28 10:33:55 +00:00
|
|
|
td#content {
|
|
|
|
padding: 1em 0.5em;
|
2006-12-09 14:18:17 +00:00
|
|
|
}
|
|
|
|
|
2006-12-15 23:19:56 +00:00
|
|
|
div#blob {
|
|
|
|
border: solid 1px black;
|
|
|
|
}
|
|
|
|
|
2006-12-09 14:18:17 +00:00
|
|
|
div.error {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 1em 2em;
|
2006-12-12 23:13:27 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2007-06-17 11:17:00 +00:00
|
|
|
a.ls-blob, a.ls-dir, a.ls-mod {
|
2006-12-20 21:48:27 +00:00
|
|
|
font-family: monospace;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2007-06-17 11:17:00 +00:00
|
|
|
td.ls-size {
|
2006-12-12 23:13:27 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2007-06-17 11:17:00 +00:00
|
|
|
td.ls-size {
|
2006-12-20 21:48:27 +00:00
|
|
|
font-family: monospace;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2007-06-17 11:17:00 +00:00
|
|
|
td.ls-mode {
|
2006-12-17 22:55:53 +00:00
|
|
|
font-family: monospace;
|
2006-12-12 23:13:27 +00:00
|
|
|
}
|
2006-12-12 23:36:22 +00:00
|
|
|
|
2007-06-16 18:20:42 +00:00
|
|
|
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.txt {
|
2006-12-12 23:36:22 +00:00
|
|
|
white-space: pre;
|
2006-12-22 00:44:32 +00:00
|
|
|
font-family: monospace;
|
2007-06-16 18:20:42 +00:00
|
|
|
padding-left: 0.5em;
|
2006-12-15 23:19:56 +00:00
|
|
|
}
|
|
|
|
|
2006-12-21 23:58:18 +00:00
|
|
|
table.nowrap td {
|
2006-12-15 23:19:56 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.commit-info {
|
|
|
|
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
|
|
|
|
2006-12-15 23:19:56 +00:00
|
|
|
table.commit-info th {
|
|
|
|
text-align: left;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 0.1em 1em 0.1em 0.1em;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2006-12-15 23:19:56 +00:00
|
|
|
table.commit-info td {
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 0.1em 1em 0.1em 0.1em;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2006-12-15 23:19:56 +00:00
|
|
|
div.commit-subject {
|
|
|
|
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
|
|
|
|
2006-12-15 23:19:56 +00:00
|
|
|
div.commit-msg {
|
|
|
|
white-space: pre;
|
2006-12-17 22:07:28 +00:00
|
|
|
font-family: monospace;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2007-05-15 23:16:56 +00:00
|
|
|
div.diffstat-header {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
2006-12-17 22:07:28 +00:00
|
|
|
table.diffstat {
|
|
|
|
border-collapse: collapse;
|
2007-05-13 20:25:14 +00:00
|
|
|
width: 100%;
|
|
|
|
border: solid 1px #aaa;
|
2007-05-14 16:08:03 +00:00
|
|
|
background-color: #eee;
|
2007-05-13 20:25:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.diffstat tr:hover {
|
2007-05-14 16:08:03 +00:00
|
|
|
background-color: #ccc;
|
2006-12-17 22:07:28 +00:00
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2006-12-17 22:07:28 +00:00
|
|
|
table.diffstat th {
|
|
|
|
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
|
|
|
|
2006-12-17 22:07:28 +00:00
|
|
|
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
|
|
|
|
2007-05-16 01:30:57 +00:00
|
|
|
table.diffstat td.mode {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2006-12-17 22:07:28 +00:00
|
|
|
table.diffstat td span.modechange {
|
|
|
|
padding-left: 1em;
|
|
|
|
color: red;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2006-12-17 22:07:28 +00:00
|
|
|
table.diffstat td.add a {
|
|
|
|
color: green;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2006-12-17 22:07:28 +00:00
|
|
|
table.diffstat td.del a {
|
|
|
|
color: red;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2006-12-17 22:07:28 +00:00
|
|
|
table.diffstat td.upd a {
|
|
|
|
color: blue;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2007-05-13 20:25:14 +00:00
|
|
|
table.diffstat td.graph {
|
|
|
|
width: 75%;
|
2007-06-06 22:43:07 +00:00
|
|
|
vertical-align: middle;
|
2007-05-13 20:25:14 +00:00
|
|
|
}
|
|
|
|
|
2007-05-15 00:13:11 +00:00
|
|
|
table.diffstat td.graph table {
|
2007-05-13 20:25:14 +00:00
|
|
|
border: none;
|
2007-05-15 00:13:11 +00: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 20:25:14 +00:00
|
|
|
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
|
|
|
|
|
|
|
table.diff td {
|
|
|
|
font-family: monospace;
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
2007-05-14 16:31:05 +00:00
|
|
|
table.diff td div.head {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-top: 1em;
|
|
|
|
}
|
|
|
|
|
2006-12-20 21:48:27 +00:00
|
|
|
table.diff td div.hunk {
|
2007-05-14 16:31:05 +00:00
|
|
|
color: #009;
|
2006-12-20 21:48:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.diff td div.add {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff td div.del {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2006-12-15 23:19:56 +00:00
|
|
|
.sha1 {
|
2007-06-06 22:43:07 +00:00
|
|
|
font-family: monospace;
|
2006-12-15 23:19:56 +00:00
|
|
|
font-size: 90%;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2006-12-15 23:19:56 +00:00
|
|
|
.left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2007-02-17 12:46:18 +00:00
|
|
|
|
2006-12-15 23:19:56 +00:00
|
|
|
.right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2007-05-18 20:48:22 +00:00
|
|
|
|
|
|
|
table.list td.repogroup {
|
2007-05-20 22:14:28 +00:00
|
|
|
font-style: italic;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.button {
|
|
|
|
font-size: 80%;
|
|
|
|
color: #333;
|
|
|
|
background-color: #ccc;
|
|
|
|
border: solid 1px #999;
|
|
|
|
padding: 0em 0.5em;
|
|
|
|
margin: 0.1em 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.button:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
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 20:48:22 +00:00
|
|
|
}
|
2007-05-22 21:08:46 +00: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;
|
|
|
|
}
|