Blame Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/browser.css

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