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

Материал из Янтарной ноосферы, свободной интернет-энциклопедии
расширил правило для пересечений
уже и не помню
Строка 15: Строка 15:
width: 100%;
width: 100%;
}
}
#hsBeforeStart,
#hsBeforeStart > ol,
#hsStart,
#hsCross,
#hsEnd,
#hsAfterEnd{
max-width: 8em;
}
#hsStart > ol,
#hsStart > ol,
#hsEnd > ol{
#hsCross > ol,
#hsEnd > ol,
#hsAfterEnd > ol{
display: flex;
display: flex;
align-items: center;
align-items: center;
height: 6em;
height: 6em;
max-width: 8em;
}
}
#hsStartTop{
#hsStartTop{

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

#hsBody{
	display: flex;
}
#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%;
}
.hsGroup > ol{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.hsGroupLeft > ol,
.hsGroupRight > ol{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	height: 100%;
}
.hsGroupLeft,
.hsGroupRight{
	flex-grow: 1;
}
.budynek{
	background-color: yellow;
}
.park{
	background-color: green;
}
.hydro{
	background-color: blue;
}
.terytorium{
	background-color: gray;
}
#hsEnd{

}
#hsEndTop{

}
#hsEndBottom{

}
#hsAfterEnd{

}