293 lines
4.5 KiB
CSS
293 lines
4.5 KiB
CSS
html {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
a img {
|
|
border: 0;
|
|
}
|
|
|
|
body {
|
|
color: black;
|
|
background-color: white;
|
|
font-family: Optima, Arial, Verdana, Helvetica, sans-serif;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.content {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 50em;
|
|
}
|
|
|
|
#footer {
|
|
text-align: right;
|
|
width: 50em;
|
|
background: #F5F5DC;
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.help h1 {
|
|
background: #F5F5DC;
|
|
font-size: 130%;
|
|
width: 100%;
|
|
}
|
|
|
|
.stderr {
|
|
color: red;
|
|
}
|
|
.stdout {
|
|
color: black;
|
|
}
|
|
.difference,.unprintable {
|
|
background: #00ffc8;
|
|
}
|
|
|
|
.breadcrumb {
|
|
padding-left: 1em;
|
|
padding-right: 1em;
|
|
background: #FFCC66;
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.breadcrumb a.parent {
|
|
color: black;
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.breadcrumb a.parent:hover {
|
|
color: blue;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
div.error {
|
|
margin-top: 1em;
|
|
background-color: rgba(100%,0%,0%,0.5);
|
|
border: 1px solid black;
|
|
padding: 1em;
|
|
}
|
|
|
|
span.revnav {
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
padding-left: 1em;
|
|
padding-right: 1em;
|
|
background: #FFCC66;
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
span.revnav a {
|
|
margin-right: 5px;
|
|
color: black;
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
span.revnav a:hover {
|
|
color: blue;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
span.filepath {
|
|
font-family: monospace;
|
|
}
|
|
|
|
table.data {
|
|
margin-top: 1em;
|
|
width: 100%;
|
|
background-color: rgb(90%,90%,90%);
|
|
border: 1px solid black;
|
|
padding: 1em;
|
|
}
|
|
|
|
table.data > tbody > tr > td:nth-child(1) > a {
|
|
color: black;
|
|
text-decoration: none;
|
|
}
|
|
|
|
table.data > tbody > tr > td:nth-child(1) > a:hover {
|
|
color: blue;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
table.data > tbody > tr > td:nth-child(1) {
|
|
font-weight: bold;
|
|
width: 15%;
|
|
text-align: right;
|
|
vertical-align: top;
|
|
padding-right: 1em;
|
|
}
|
|
|
|
pre {
|
|
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
|
|
white-space: pre-wrap; /* css-3 */
|
|
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
/* width: 99%; */
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
|
}
|
|
|
|
div.status {
|
|
margin-top: 1em;
|
|
background-color: rgb(90%,90%,90%);
|
|
border: 1px solid black;
|
|
padding: 1em;
|
|
}
|
|
|
|
div.status ul {
|
|
list-style-type: none;
|
|
}
|
|
|
|
div.status a {
|
|
color: black;
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
div.status a:hover {
|
|
color: blue;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.status .tag {
|
|
float: right;
|
|
color: rgb(50%,50%,50%);
|
|
font-size: 200%;
|
|
margin-top: -0.5em;
|
|
padding-top: 0px;
|
|
}
|
|
|
|
.commandline {
|
|
font-family: monospace;
|
|
white-space: pre-wrap;
|
|
}
|
|
.commandline:before { content: "'"; }
|
|
.commandline:after { content: "'"; }
|
|
|
|
tr.changes table tr td:nth-child(1) {
|
|
text-align: left;
|
|
padding-right: 0.5em;
|
|
}
|
|
|
|
table.dirlist {
|
|
margin-top: 1em;
|
|
background-color: #F5F5DC;
|
|
width: 100%;
|
|
}
|
|
|
|
p.output {
|
|
font-family: monospace;
|
|
}
|
|
|
|
div.output {
|
|
margin-top: 1em;
|
|
background-color: #F5F5DC;
|
|
font-family: monospace;
|
|
width: 100%;
|
|
padding: 0.5em;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
div.output p {
|
|
margin: 0.5em;
|
|
}
|
|
|
|
.dirlist thead tr td:nth-child(n+2) {
|
|
text-align: center;
|
|
}
|
|
.dirlist tbody tr td:nth-child(2) {
|
|
text-align: right;
|
|
}
|
|
.dirlist tbody tr td:nth-child(3) {
|
|
text-align: right;
|
|
}
|
|
.dirlist tbody tr td:nth-child(n+4) {
|
|
text-align: center;
|
|
}
|
|
.dirlist tfoot tr td:nth-child(2) {
|
|
text-align: right;
|
|
}
|
|
.dirlist tfoot tr td:nth-child(3) {
|
|
text-align: right;
|
|
}
|
|
.dirlist tfoot tr td:nth-child(n+4) {
|
|
text-align: center;
|
|
}
|
|
|
|
.dirlist tbody tr td.building {
|
|
text-align: center;
|
|
}
|
|
|
|
.dirlist tbody tr td.author {
|
|
text-align: center;
|
|
}
|
|
|
|
.dir, .file {
|
|
cursor: pointer;
|
|
font-family: Courier New, Courier, monospace;
|
|
}
|
|
|
|
.dir {
|
|
margin: 3px;
|
|
padding: 3px;
|
|
margin-left: 3em;
|
|
background: rgb(90%,90%,90%);
|
|
}
|
|
|
|
.dir a {
|
|
text-decoration: none;
|
|
color: black;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.dir:hover {
|
|
margin: 3px;
|
|
padding: 3px;
|
|
margin-left: 3em;
|
|
background: rgb(100%,100%,80%);
|
|
/* border: 1px black solid; */
|
|
}
|
|
|
|
.branch-refs-heads-release {
|
|
background: rgb(90%,70%,90%);
|
|
}
|
|
.branch-refs-heads-release:hover {
|
|
background: rgb(100%,80%,100%);
|
|
}
|
|
|
|
.file {
|
|
margin: 3px;
|
|
padding: 3px;
|
|
margin-left: 3em;
|
|
background: rgb(95%,95%,95%);
|
|
}
|
|
|
|
.file a {
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
|
|
.file:hover {
|
|
margin: 3px;
|
|
padding: 3px;
|
|
margin-left: 3em;
|
|
background: rgb(100%,100%,90%);
|
|
}
|
|
|
|
div.timing img {
|
|
border: 0px;
|
|
width: 100%;
|
|
}
|
|
div.timing {
|
|
margin-top: 2em;
|
|
width: 50em;
|
|
}
|
|
|
|
table.diff tr.difference td {
|
|
width: 48%;
|
|
}
|