Шаблон:Схема годоса/hodoscheme.css: различия между версиями
м исправил опечатку |
добавил правил |
||
Строка 38: | Строка 38: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
height: 100%; | |||
} | } | ||
.hsGroupLeft > ol, | .hsGroupLeft > ol, | ||
Строка 44: | Строка 45: | ||
flex-direction: row; | flex-direction: row; | ||
} | } | ||
.hsGroupLeft | .hsGroupLeft, | ||
.hsGroupRight{ | |||
flex-grow: 1; | |||
} | } | ||
.budynek{ | .budynek{ |
Версия от 12:59, 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 > 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;
height: 100%;
}
.hsGroupLeft > ol,
.hsGroupRight > ol{
display: flex;
flex-direction: row;
}
.hsGroupLeft,
.hsGroupRight{
flex-grow: 1;
}
.budynek{
background-color: yellow;
}
.park{
background-color: green;
}
.hydro{
background-color: blue;
}
.terytorium{
background-color: gray;
}
#hsEnd{
}
#hsEndTop{
}
#hsEndBottom{
}
#hsAfterEnd{
}