Шаблон:Схема годоса/hodoscheme.css: различия между версиями
добавил правило |
добавил правило |
||
Строка 22: | Строка 22: | ||
#hsElements{ | #hsElements{ | ||
} | |||
.hsGroup{ | |||
flex-direction: row; | |||
} | } | ||
.hsGroupLeft{ | .hsGroupLeft{ |
Версия от 21:54, 26 ноября 2024
#hsBody li{
list-style-type: none;
}
#hsBody > li{
display: inline flex;
}
#nsLabel{
width: 100%;
}
#hsBeforeStart{
}
#hsStart{
}
#hsStartTop{
}
#hsStartBottom{
}
#hsElements{
}
.hsGroup{
flex-direction: row;
}
.hsGroupLeft{
}
.budynek{
background-color: yellow;
}
.park{
background-color: green;
}
.hydro{
background-color: blue;
}
.terytorium{
background-color: gray;
}
#hsEnd{
}
#hsEndTop{
}
#hsEndBottom{
}
#hsAfterEnd{
}