Шаблон:Схема годоса/hodoscheme.css: различия между версиями
прописал ширину везде |
м исправил описание стиля |
||
Строка 27: | Строка 27: | ||
} | } | ||
#hsElements | #hsElements{ | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; |
Версия от 00:07, 29 ноября 2024
#hsBody{
display: flex;
}
#hsBody li,
#hsBody ol{
list-style-type: none;
margin: 0 1em;
}
#hsBody > li{
display: inline flex;
}
#hsBody,
#hsCaption,
#hsTitle{
width: 100%;
}
#hsBeforeStart{
}
#hsStart{
}
#hsStartTop{
}
#hsStartBottom{
}
#hsElements{
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{
}