Шаблон:Схема годоса/hodoscheme.css: различия между версиями
стили под новую схему |
добавил перенос |
||
Строка 20: | Строка 20: | ||
} | } | ||
#hsElements{ | #hsElements li{ | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | |||
} | } | ||
.hsGroup{ | .hsGroup{ |
Версия от 23:15, 28 ноября 2024
#hsBody{
display: flex;
}
#hsBody li{
list-style-type: none;
}
#hsBody > li{
display: inline flex;
}
#hsBeforeStart{
}
#hsStart{
}
#hsStartTop{
}
#hsStartBottom{
}
#hsElements li{
display: flex;
flex-wrap: wrap;
}
.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{
}