Blame Extras/Trac/htdocs/css/wiki.css

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