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

Материал из Янтарной ноосферы, доступной интернет-энциклопедии
добавил правило
стили под новую схему
Строка 7: Строка 7:
#hsBody > li{
#hsBody > li{
display: inline flex;
display: inline flex;
}
#nsLabel{
width: 100%;
}
}
#hsBeforeStart{
#hsBeforeStart{
Строка 24: Строка 21:
}
}
#hsElements{
#hsElements{
 
display: flex;
}
}
.hsGroup{
.hsGroup{
flex-direction: row;
flex-direction: row;
}
.hsGroup ol{
flex-direction: column;
}
}
.hsGroupLeft{
.hsGroupLeft{
}
.hsGroupLeft li{


}
}

Версия от 23:12, 28 ноября 2024

#hsBody{
	display: flex;
}
#hsBody li{
	list-style-type: none;
}
#hsBody > li{
	display: inline flex;
}
#hsBeforeStart{

}
#hsStart{

}
#hsStartTop{

}
#hsStartBottom{

}
#hsElements{
	display: flex;
}
.hsGroup{
	flex-direction: row;
}
.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{

}