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