Шаблон:Схема годоса/hodoscheme.css: различия между версиями
м убрал лишний стиль |
добавил правила для выравнивания по центру, перенёс правило на дочерний элемент |
||
Строка 18: | Строка 18: | ||
} | } | ||
#hsStart{ | #hsStart > ol, | ||
#hsEnd > ol{ | |||
display: flex; | |||
align-content: center; | |||
height: 6em; | |||
} | } | ||
#hsStartTop{ | #hsStartTop{ | ||
Строка 30: | Строка 33: | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
height: 100%; | |||
} | } | ||
.hsGroup > ol{ | .hsGroup > ol{ |
Версия от 12:47, 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-content: 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{
}