Шаблон:Схема годоса/hodoscheme.css: различия между версиями

Материал из Янтарной ноосферы, свободной интернет-энциклопедии
всё хорошо
почему тело это флекс?
Строка 1: Строка 1:
.hsBody{
display: flex;
}
.hsBody li,
.hsBody li,
.hsBody ol{
.hsBody ol{

Версия от 20:54, 29 ноября 2024

.hsBody li,
.hsBody ol{
	list-style-type: none;
	margin: 0;
}
.hsBody > li{
	display: inline flex;
}
.hsBody,
#hsCaption,
#hsTitle{
	width: 100%;
}
#hsBeforeStart > ol,
#hsStart > ol,
#hsCross > ol,
#hsEnd > ol,
#hsAfterEnd > ol{
	display: flex;
	align-items: center;
	height: 6em;
	max-width: 8em;
}
#hsStartTop{

}
#hsStartBottom{

}
#hsElements{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	row-gap: 1em;
	align-items: center;
}
.hsGroup > ol{
	display: flex;
	flex-direction: column;
	height: 100%;
	row-gap: 0.5em;
	background: lightgray;
}
.hsGroupLeft > ol,
.hsGroupRight > ol{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
}
.hsGroupLeft li,
.hsGroupRight li{
	padding: 1em;
}
.hsGroupLeft,
.hsGroupRight{
	flex-grow: 1;
}
.budynek{
	background-color: yellow;
}
.park{
	background-color: green;
}
.hydro{
	background-color: blue;
}
.terytorium{
	background-color: gray;
}
.budynek a,
.park a,
.hydro a,
.terytorium a{
	color: black;
	text-decoration: none;
}
#hsEnd{

}
#hsEndTop{

}
#hsEndBottom{

}
#hsAfterEnd{

}