|
|
d6e8d8 |
/* Browser */
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#prefs {
|
|
|
d6e8d8 |
margin-top: -1.6em;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
* html #prefs {
|
|
|
d6e8d8 |
width: 34em;
|
|
|
d6e8d8 |
} /* Set width only for IE */
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#prefs fieldset label {
|
|
|
d6e8d8 |
display: block;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#prefs .buttons {
|
|
|
d6e8d8 |
margin-top: -1.6em;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
#prefs .choice {
|
|
|
d6e8d8 |
margin-top: -0.6em;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#legend {
|
|
|
d6e8d8 |
clear: right;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
h1 :link,
|
|
|
d6e8d8 |
h1 :visited,
|
|
|
d6e8d8 |
h1 .filename {
|
|
|
d6e8d8 |
color: #fff;
|
|
|
d6e8d8 |
border-bottom: 1px dotted #ddd;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
h1 :link:hover,
|
|
|
d6e8d8 |
h1 :visited:hover {
|
|
|
d6e8d8 |
background-color: transparent;
|
|
|
d6e8d8 |
text-decoration: underline;
|
|
|
d6e8d8 |
color: #fff;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
h1 .first:link:hover,
|
|
|
d6e8d8 |
h1 .first:visited:hover {
|
|
|
d6e8d8 |
color: #ddd;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
h1 :link,
|
|
|
d6e8d8 |
h1 :visited {
|
|
|
d6e8d8 |
color: #fff;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
h1 .first:link,
|
|
|
d6e8d8 |
h1 .first:visited {
|
|
|
d6e8d8 |
color: #ddd;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
h1 .sep {
|
|
|
d6e8d8 |
color: #fff;
|
|
|
d6e8d8 |
padding: .1em .2em;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#jumprev {
|
|
|
d6e8d8 |
float: right;
|
|
|
d6e8d8 |
margin: 0 0 0;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#jumprev form {
|
|
|
d6e8d8 |
margin: 5px;
|
|
|
d6e8d8 |
margin-top:0;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#jumprev input {
|
|
|
d6e8d8 |
margin-right: 0;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
/* Styles for the directory entries table (extends the styles for
|
|
|
d6e8d8 |
* "table.listing") */
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#dirlist {
|
|
|
d6e8d8 |
margin-top: 0
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
#dirlist td.rev,
|
|
|
d6e8d8 |
#dirlist td.age,
|
|
|
d6e8d8 |
#dirlist td.change,
|
|
|
d6e8d8 |
#dirlist td.size {
|
|
|
d6e8d8 |
color: #888;
|
|
|
d6e8d8 |
white-space: nowrap;
|
|
|
d6e8d8 |
vertical-align: baseline;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#dirlist td.rev {
|
|
|
d6e8d8 |
font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
|
|
|
d6e8d8 |
text-align: right;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#dirlist td.size {
|
|
|
d6e8d8 |
color: #888;
|
|
|
d6e8d8 |
white-space: nowrap;
|
|
|
d6e8d8 |
text-align: right;
|
|
|
d6e8d8 |
vertical-align: middle;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#dirlist td.name {
|
|
|
d6e8d8 |
width: 100%;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#dirlist td.name a,
|
|
|
d6e8d8 |
#dirlist td.name span {
|
|
|
d6e8d8 |
background-position: 0% 50%;
|
|
|
d6e8d8 |
background-repeat: no-repeat;
|
|
|
d6e8d8 |
padding-left: 20px;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#dirlist td.name a.parent {
|
|
|
d6e8d8 |
background-image: url("../parent.png");
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#dirlist td.name a.dir {
|
|
|
d6e8d8 |
background-image: url("../folder.png")
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#dirlist td.name a.file {
|
|
|
d6e8d8 |
background-image: url("../file.png")
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#dirlist td.name a,
|
|
|
d6e8d8 |
#dirlist td.rev a {
|
|
|
d6e8d8 |
border-bottom: none;
|
|
|
d6e8d8 |
display: block
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#dirlist td.rev {
|
|
|
d6e8d8 |
text-align: right;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#dirlist td.change {
|
|
|
d6e8d8 |
vertical-align: middle;
|
|
|
d6e8d8 |
white-space: nowrap
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
/* Style for the ''View Changes'' button */
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#anydiff {
|
|
|
d6e8d8 |
margin: 0 0 1em;
|
|
|
d6e8d8 |
float: left;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#anydiff form,
|
|
|
d6e8d8 |
#anydiff div,
|
|
|
d6e8d8 |
#anydiff h2 {
|
|
|
d6e8d8 |
display: inline;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#anydiff input {
|
|
|
d6e8d8 |
vertical-align: baseline;
|
|
|
d6e8d8 |
margin: 0 -0.5em 0 1em;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
@media print {
|
|
|
d6e8d8 |
#anydiff form {
|
|
|
d6e8d8 |
display: none
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
/* Log */
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
tr.diff input {
|
|
|
d6e8d8 |
padding: 0 1em; margin: 0;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
div.buttons {
|
|
|
d6e8d8 |
clear: left;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
@media print {
|
|
|
d6e8d8 |
th.diff,
|
|
|
d6e8d8 |
td.diff {
|
|
|
d6e8d8 |
display: none
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
/* Styles for the revision log table (extends the styles for
|
|
|
d6e8d8 |
* "table.listing") */
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#chglist {
|
|
|
d6e8d8 |
margin-top: 0;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#chglist td.change span {
|
|
|
d6e8d8 |
border: 1px solid #999;
|
|
|
d6e8d8 |
display: block;
|
|
|
d6e8d8 |
margin: .2em .5em 0 0;
|
|
|
d6e8d8 |
width: .8em; height: .8em;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#chglist td.diff {
|
|
|
d6e8d8 |
white-space: nowrap;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#chglist td.change .comment {
|
|
|
d6e8d8 |
display: none;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#chglist td.old_path {
|
|
|
d6e8d8 |
font-style: italic;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#chglist td.date {
|
|
|
d6e8d8 |
vertical-align: top;
|
|
|
d6e8d8 |
padding-top: 0.55em;
|
|
|
d6e8d8 |
white-space: nowrap;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#chglist td.author {
|
|
|
d6e8d8 |
vertical-align: top;
|
|
|
d6e8d8 |
padding-top: 0.55em
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#chglist td.rev,
|
|
|
d6e8d8 |
#chglist td.chgset {
|
|
|
d6e8d8 |
font-family: "DejaVu Sans Mono","Liberation Mono",monospace;
|
|
|
d6e8d8 |
text-align: right;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#chglist td.rev a,
|
|
|
d6e8d8 |
#chglist td.chgset a {
|
|
|
d6e8d8 |
border-bottom: none;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#chglist td.summary {
|
|
|
d6e8d8 |
width: 100%;
|
|
|
d6e8d8 |
vertical-align: middle;
|
|
|
d6e8d8 |
white-space: nowrap;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#chglist .verbose td.summary {
|
|
|
d6e8d8 |
border: none;
|
|
|
d6e8d8 |
color: #333;
|
|
|
d6e8d8 |
padding: .5em 1em 1em 2em;
|
|
|
d6e8d8 |
white-space: normal;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#chglist td.summary * {
|
|
|
d6e8d8 |
margin-top: 0;
|
|
|
d6e8d8 |
margin-bottom: 0;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#paging {
|
|
|
d6e8d8 |
margin: 1em 0;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
/* Styles for the revision info in the file view (see also trac.css) */
|
|
|
d6e8d8 |
#info {
|
|
|
d6e8d8 |
margin: 0;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#info .props {
|
|
|
d6e8d8 |
color: #666;
|
|
|
d6e8d8 |
list-style: square;
|
|
|
d6e8d8 |
margin: 0 0 .4em 1.6em;
|
|
|
d6e8d8 |
padding: 0;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#info .props li {
|
|
|
d6e8d8 |
padding: 0;
|
|
|
d6e8d8 |
overflow: auto;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
/* Styles for the HTML preview */
|
|
|
d6e8d8 |
#preview {
|
|
|
d6e8d8 |
background: #fff;
|
|
|
d6e8d8 |
clear: both;
|
|
|
d6e8d8 |
margin: 0
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#preview .code-block {
|
|
|
d6e8d8 |
border-top: 1px solid #999;
|
|
|
d6e8d8 |
margin: 0;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#preview .image-file {
|
|
|
d6e8d8 |
overflow: hidden;
|
|
|
d6e8d8 |
}
|
|
|
d6e8d8 |
|
|
|
d6e8d8 |
#preview .image-file img {
|
|
|
d6e8d8 |
max-width: 100%;
|
|
|
d6e8d8 |
}
|