Template:Story info/styles.css: Difference between revisions

Template page
Content added Content deleted
m (ChaoticShadow moved page Template:Story chapter/styles.css to Template:Story info/styles.css without leaving a redirect)
No edit summary
Line 27: Line 27:
grid-template-columns: 7em 1fr;
grid-template-columns: 7em 1fr;
gap: 10px;
gap: 10px;
flex-basis: 300px;
}

.story-info-wrapper {
display: flex;
justify-content: center;
gap: 0 20px;
flex-wrap: wrap;
align-items: start;
}

.story-info-wrapper > div {
box-shadow: 2px 3px #00cdba;
padding: 20px;
border-radius: 10px;
margin: 20px 3px 20px 0;
border: 2px solid #00cdba;
}

.story-info-wrapper .story-info {
justify-content: center;
display: flex;
flex: 3 1 400px;
gap: 20px;
flex-wrap: wrap;
}

.story-info-wrapper .story-info .image {
align-self: center;
width: 280px;
text-align: center;
}

.story-info-wrapper .story-info .info {
flex-grow: 1;
text-align: center;
}

.story-info-wrapper .story-info .info .title {
border-bottom: 1px solid #00cdba;
border-top-right-radius: 6px;
padding-bottom: 10px;
}

.story-info-wrapper .story-info .info .characters {
line-height: 2;
padding-top: 10px;
}

.story-info-wrapper .translation-info {
display: grid;
grid-template-columns: 7em 1fr;
grid-gap: 10px;
flex-basis: 300px;
flex-basis: 300px;
}
}

Revision as of 04:41, 16 April 2022

.story-chapter {
	display: flex;
	justify-content: center;
	gap: 0 20px;
	flex-wrap: wrap;
	align-items: start;
}

.story-chapter > div {
	box-shadow: 2px 3px #00cdba;
	padding: 20px;
	border-radius: 10px;
	margin: 20px 3px 20px 0;
	border: 2px solid #00cdba;
}

.story-chapter .chapter-info {
	justify-content: center;
	display: flex;
	flex: 3 1 400px;
	gap: 20px;
	flex-wrap: wrap;
}

.story-chapter .translation-info {
	display: grid;
	grid-template-columns: 7em 1fr;
	gap: 10px;
	flex-basis: 300px;
}

.story-info-wrapper {
	display: flex;
	justify-content: center;
	gap: 0 20px;
	flex-wrap: wrap;
	align-items: start;
}

.story-info-wrapper > div {
	box-shadow: 2px 3px #00cdba;
	padding: 20px;
	border-radius: 10px;
	margin: 20px 3px 20px 0;
	border: 2px solid #00cdba;
}

.story-info-wrapper .story-info {
	justify-content: center;
	display: flex;
	flex: 3 1 400px;
	gap: 20px;
	flex-wrap: wrap;
}

.story-info-wrapper .story-info .image {
	align-self: center;
	width: 280px;
	text-align: center;
}

.story-info-wrapper .story-info .info {
	flex-grow: 1;
	text-align: center;
}

.story-info-wrapper .story-info .info .title {
	border-bottom: 1px solid #00cdba;
	border-top-right-radius: 6px;
	padding-bottom: 10px;
}

.story-info-wrapper .story-info .info .characters {
	line-height: 2;
	padding-top: 10px;
}

.story-info-wrapper .translation-info {
	display: grid;
	grid-template-columns: 7em 1fr;
	grid-gap: 10px;
	flex-basis: 300px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.