Шаблон:Схема годоса/hodoscheme.css: различия между версиями
м исправил описание стиля |
убрал отступы, добавил горизонтальность для групп |
||
Строка 5: | Строка 5: | ||
#hsBody ol{ | #hsBody ol{ | ||
list-style-type: none; | list-style-type: none; | ||
margin: 0 | margin: 0; | ||
} | } | ||
#hsBody > li{ | #hsBody > li{ | ||
Строка 37: | Строка 37: | ||
flex-direction: column; | flex-direction: column; | ||
} | } | ||
.hsGroupLeft{ | .hsGroupLeft, | ||
.hsGroupRight{ | |||
display: flex; | |||
flex-direction: row; | |||
} | } | ||
.hsGroupLeft li{ | .hsGroupLeft li{ |
Версия от 00:14, 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{
flex-direction: column;
}
.hsGroupLeft,
.hsGroupRight{
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{
}