Blame Extras/Trac/htdocs/css/browser.css

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