Шаблон:Схема годоса/hodoscheme.css
#hsBody{
display: flex;
}
#hsBody li,
#hsBody ol{
list-style-type: none;
margin: 0;
}
#hsBody > li{
display: inline flex;
}
#hsBody,
#hsCaption,
#hsTitle{
width: 100%;
}
#hsBeforeStart{
}
#hsStart > ol,
#hsEnd > ol{
display: flex;
align-items: center;
height: 6em;
}
#hsStartTop{
}
#hsStartBottom{
}
#hsElements{
display: flex;
flex-wrap: wrap;
height: 100%;
}
.hsGroup > ol{
display: flex;
flex-direction: column;
}
.hsGroupLeft > ol,
.hsGroupRight > ol{
display: flex;
flex-direction: row;
}
.hsGroupLeft li{
}
.budynek{
background-color: yellow;
}
.park{
background-color: green;
}
.hydro{
background-color: blue;
}
.terytorium{
background-color: gray;
}
#hsEnd{
}
#hsEndTop{
}
#hsEndBottom{
}
#hsAfterEnd{
}