????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/redmine/public/themes/openmind/scss/application/
Upload File :
Current File : C:/inetpub/vhost/redmine/public/themes/openmind/scss/application/_wiki.scss

/***** Wiki *****/

div.wiki {
	padding: 10px;
	background-color:rgba(255, 255, 255, 0.9);
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;

	table {
		border-collapse: collapse;
		margin-bottom: 1em;
		border: 1px solid #bbb;
		padding: 4px;
	}

	td, th {
		border: 1px solid #bbb;
		padding: 4px;
	}

	.wiki-class-noborder {
		border: 0;

		td, th {
			border: 0;
		}
	}

	.external {
		background-position: 0% 60%;
		background-repeat: no-repeat;
		padding-left: 12px;
		background-image: url(../../../images/external.png);
	}

	a {
		word-wrap: break-word;

		&.new {
			color: #b73535;
		}
	}

	ul, ol {
		margin-bottom: 1em;
	}

	li > {
		ul, ol {
			margin-bottom: 0;
		}
	}

	pre {
		margin: 1em 1em 1em 1.6em;
		padding: 8px;
		background-color: #fafafa;
		border: 1px solid #e2e2e2;
		border-radius: 3px;
		width: auto;
		overflow-x: auto;
		overflow-y: hidden;
	}

	*:not(pre) > code, > code {
		background: rgba(62, 91, 118, 0.08);
		padding: 0.1em 0.1em;
		border-radius: 0.1em;
	}

	ul.toc {
		background-color: #ffffdd;
		border: 1px solid #e4e4e4;
		padding: 4px;
		line-height: 1.2em;
		margin-bottom: 12px;
		margin-right: 12px;
		margin-left: 0;
		display: table;
	}
}

* html div.wiki ul.toc {
	width: 50%;
}

/* IE6 doesn't autosize div */

div.wiki ul.toc {
	&.right {
		float: right;
		margin-left: 12px;
		margin-right: 0;
		width: auto;
	}

	&.left {
		float: left;
		margin-right: 12px;
		margin-left: 0;
		width: auto;
	}

	ul {
		margin: 0;
		padding: 0;
	}

	li {
		list-style-type: none;
		margin: 0;
		font-size: 12px;

		li {
			margin-left: 1.5em;
			font-size: 10px;
		}
	}

	> li:first-child {
		margin-bottom: .5em;
		color: #777;
	}

	a {
		font-size: 0.9em;
		font-weight: normal;
		text-decoration: none;
		color: #606060;

		&:hover {
			color: #c61a1a;
			text-decoration: underline;
		}
	}
}

a.wiki-anchor {
	display: none;
	margin-left: 6px;
	text-decoration: none;

	&:hover {
		color: #aaa !important;
		text-decoration: none;
	}
}

h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor, h4:hover a.wiki-anchor, h5:hover a.wiki-anchor, h6:hover a.wiki-anchor {
	display: inline;
	color: #ddd;
}

div.wiki img {
	vertical-align: middle;
	max-width: 100%;
}