Blame Identity/Webenv/Trac/htdocs/css/wiki.css

ef5584
@import url(code.css);
ef5584
ef5584
/* Styles for the page editing form */
ef5584
ef5584
#edit #rows { 
ef5584
	float: right; 
ef5584
	font-size: 80%; 
ef5584
	}
ef5584
ef5584
#edit #rows select { 
ef5584
	font-size: 90%; 
ef5584
	}
ef5584
ef5584
#edit #text { 
ef5584
	clear: both; 
ef5584
	width: 100%; 
ef5584
	}
ef5584
ef5584
#edit .wikitoolbar { 
ef5584
	float: left; 
ef5584
	}
ef5584
ef5584
#changeinfo { 
ef5584
	padding: .5em; 
ef5584
	}
ef5584
ef5584
#changeinfo .field { 
ef5584
	float: left; 
ef5584
	margin: 0 1em .5em 0;
ef5584
	}
ef5584
ef5584
#changeinfo br {
ef5584
	clear: left; 
ef5584
	}
ef5584
ef5584
#changeinfo .options { 
ef5584
	padding: 0 0 1em 1em; 
ef5584
	}
ef5584
ef5584
#changeinfo .options, 
ef5584
#changeinfo .buttons { 
ef5584
	clear: left; 
ef5584
	}
ef5584
ef5584
#delete { 
ef5584
	margin-left: 6em; 
ef5584
	}
ef5584
ef5584
#preview {
ef5584
	background: #fff url(../draft.png);
ef5584
	margin: 1em 0 2em;
ef5584
	overflow: auto;
ef5584
	}
ef5584
ef5584
/* Diff view */
ef5584
ef5584
#overview .multi { 
ef5584
	color: #999; 
ef5584
	}
ef5584
ef5584
#overview .ipnr { 
ef5584
	color: #999; 
ef5584
	font-size: 80% 
ef5584
	}
ef5584
ef5584
#overview .comment { 
ef5584
	padding: 1em 0 0; 
ef5584
	}
ef5584
ef5584
/* Styles for the page history table (extends the styles for
ef5584
 * "table.listing") */
ef5584
ef5584
#wikihist td { 
ef5584
	padding: 0 .5em 
ef5584
	}
ef5584
ef5584
#wikihist td.date, 
ef5584
#wikihist td.diff, 
ef5584
#wikihist td.version,
ef5584
#wikihist td.author {
ef5584
	white-space: nowrap;
ef5584
	}
ef5584
ef5584
#wikihist td.version { 
ef5584
	text-align: center 
ef5584
	}
ef5584
ef5584
#wikihist td.comment { 
ef5584
	width: 100%; 
ef5584
	}
ef5584
ef5584
@media print { 
ef5584
 	th.diff, td.diff { 
ef5584
		display: none 
ef5584
		}
ef5584
	}
ef5584
ef5584
/* Styles for the TracGuideToc wikimacro */
ef5584
ef5584
.wiki-toc {
ef5584
        color: black; 
ef5584
        background: #fff url("../toc.png") right repeat-y; 
ef5584
        border: 1px solid #CCCCCC;
ef5584
        font-size: small;
ef5584
        text-align:left;
ef5584
        padding-bottom: 15px;
ef5584
        margin: 0;
ef5584
 	margin: 0 0 2em 1em;
ef5584
 	float: right;
ef5584
 	position: relative;
ef5584
}
ef5584
ef5584
.wiki-toc h4 { 
ef5584
        font-size: 1em;
ef5584
        font-weight: bold;
ef5584
        line-height: 1.8em;
ef5584
    	border-bottom: 1px solid #ccc;
ef5584
        margin: 0px;
ef5584
        margin-bottom: 10px;
ef5584
        padding: 0 10px 0 10px; 
ef5584
        color: #072B61;
ef5584
        background-color: #FFF;
ef5584
        background-image: url("../h2-background.png");
ef5584
}
ef5584
ef5584
.wiki-toc h3 {
ef5584
    margin-left: -10px;
ef5584
    color: #072B61;
ef5584
    border-bottom: 1px solid #ccc;
ef5584
    font-size: 1em;
ef5584
}
ef5584
ef5584
ef5584
.wiki-toc ul, 
ef5584
.wiki-toc ol { 
ef5584
	list-style: none !important; 
ef5584
	padding: 0 !important; 
ef5584
	margin: 10px !important;
ef5584
	}
ef5584
ef5584
.wiki-toc li { 
ef5584
	margin: 0 ;
ef5584
	padding: 0 
ef5584
	}
ef5584
ef5584
.wiki-toc .active { 
ef5584
	font-weight: bold; 
ef5584
	position: relative; 
ef5584
	list-style: none !important;
ef5584
	padding: 0; 
ef5584
	margin: 0 
ef5584
	}