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

Материал из Янтарной ноосферы, свободной интернет-энциклопедии
добавил перенос
ещё обновил стили
Строка 2: Строка 2:
display: flex;
display: flex;
}
}
#hsBody li{
#hsBody li,
#hsBody ol{
list-style-type: none;
list-style-type: none;
margin: 0 1em;
}
}
#hsBody > li{
#hsBody > li{
display: inline flex;
display: inline flex;
}
#hsCaption{
width: 100%;
}
}
#hsBeforeStart{
#hsBeforeStart{
Строка 25: Строка 30:
}
}
.hsGroup{
.hsGroup{
flex-direction: row;
flex-direction: column;
}
}
.hsGroup ol{
.hsGroup ol{

Версия от 00:02, 29 ноября 2024

#hsBody{
	display: flex;
}
#hsBody li,
#hsBody ol{
	list-style-type: none;
	margin: 0 1em;
}
#hsBody > li{
	display: inline flex;
}
#hsCaption{
	width: 100%;
}
#hsBeforeStart{

}
#hsStart{

}
#hsStartTop{

}
#hsStartBottom{

}
#hsElements li{
	display: flex;
	flex-wrap: wrap;
}
.hsGroup{
	flex-direction: column;
}
.hsGroup ol{
	flex-direction: column;
}
.hsGroupLeft{

}
.hsGroupLeft li{

}
.budynek{
	background-color: yellow;
}
.park{
	background-color: green;
}
.hydro{
	background-color: blue;
}
.terytorium{
	background-color: gray;
}
#hsEnd{

}
#hsEndTop{

}
#hsEndBottom{

}
#hsAfterEnd{

}