Jump to content

Index:Troja by Heinrich Schliemann.djvu/styles.css

From Wikisource
/**************************************************
	{{class figure}}
**************************************************/
.wst-figure-wrapper {
	max-width: 275px;
	font-size: 80%;
	line-height: 1.3;
}

.wst-figure-caption {
	margin-top: 0.75em;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

.wst-figure-key ul {
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
}

.wst-figure-wrapper.float-left,
.wst-figure-wrapper.float-right {
	max-width: 150px;
}

.wst-figure-wrapper.fullpage {
	max-width: 550px;
}

/**************************************************
	{{blockquote}}
**************************************************/
.wst-blockquote {
	font-size: 90%;
	line-height: 1.3;
}

/**************************************************
	table on page 15–16
**************************************************/
.ruled-table {
	border-collapse: collapse;
	margin: 1em auto;
	border: 1.5px solid;
}

.ruled-table th {
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 0.5em;
	text-align: center;
	font-weight: normal;
}

.ruled-table td {
	border-right: 1px solid;
	padding: 0 0.5em;
}

.ruled-table tr td:last-child,
.ruled-table tr th:last-child {
	border-right: unset;
}

/**************************************************
	misc
**************************************************/
.wst-smallrefs-ruled {
	padding-top: 1em;
	margin-top: 1em;
}

.wst-rh {
	align-items: baseline;
}
.wst-rh-center {
	font-size: 92%;
}