Шаблон:Схема годоса/hodoscheme.css: различия между версиями
убрал отступы, добавил горизонтальность для групп |
уточнил стили |
||
Строка 34: | Строка 34: | ||
flex-direction: column; | flex-direction: column; | ||
} | } | ||
.hsGroup ol{ | .hsGroup > ol{ | ||
display: flex; | |||
flex-direction: column; | flex-direction: column; | ||
} | } | ||
.hsGroupLeft, | .hsGroupLeft > ol, | ||
.hsGroupRight{ | .hsGroupRight > ol{ | ||
display: flex; | display: flex; | ||
flex-direction: row; | flex-direction: row; |
Версия от 00:22, 29 ноября 2024
#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{
}
#hsStartTop{
}
#hsStartBottom{
}
#hsElements{
display: flex;
flex-wrap: wrap;
}
.hsGroup{
flex-direction: column;
}
.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{
}