Шаблон:Схема годоса/hodoscheme.css: различия между версиями
м теперь пункты могут сжиматься |
изменил цветов |
||
Строка 31: | Строка 31: | ||
flex-grow: 1; | flex-grow: 1; | ||
} | } | ||
li#hsStart, | li#hsStart, | ||
li.hsCross, | li.hsCross, | ||
li#hsEnd | li#hsEnd{ | ||
display: inline flex; | display: inline flex; | ||
align-items: center; | align-items: center; | ||
Строка 41: | Строка 39: | ||
text-align: center; | text-align: center; | ||
background-color: lightgray; | background-color: lightgray; | ||
} | |||
li#hsBeforeStart, | |||
li#hsAfterEnd{ | |||
background-color: sienna; | |||
} | } | ||
.hsGroup > ol{ | .hsGroup > ol{ | ||
Строка 67: | Строка 69: | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
background-color: sienna; | |||
margin: 0 auto; | margin: 0 auto; | ||
height: 100%; | height: 100%; | ||
Строка 92: | Строка 95: | ||
.terytorium{ | .terytorium{ | ||
background-color: gray; | background-color: gray; | ||
} | |||
.hodosturn{ | |||
background-color: lightgray; | |||
} | } | ||
.hsBody a, | .hsBody a, |
Версия от 18:27, 2 декабря 2024
.hsBody li,
.hsBody ol{
list-style-type: none;
margin: 0;
}
#hsTitle{
font-size: x-large;
}
/* структура схемы */
.hsBody,
#hsCaption,
#hsTitle{
width: 100%;
}
.hsElements{
display: flex;
flex-wrap: wrap;
row-gap: 0.5em;
background: sienna;
font-size: small;
}
.hsGroup{
background: lightgray;
border-width: 1px 0 1px;
border-style: solid;
border-color: black;
}
.hsElements > li{
display: inline-block;
height: 9em;
flex-grow: 1;
}
li#hsStart,
li.hsCross,
li#hsEnd{
display: inline flex;
align-items: center;
width: 6em;
text-align: center;
background-color: lightgray;
}
li#hsBeforeStart,
li#hsAfterEnd{
background-color: sienna;
}
.hsGroup > ol{
display: flex;
height: 4em;
}
ol.hsGroupLeft{
margin-bottom: 0.5em;
border-bottom: 2px solid;
border-color: black;
}
.hsGroupLeft li{
border-width: 0 1px 1px;
}
ol.hsGroupRight{
margin-top: 0.5em;
border-top: 2px solid;
border-color: black;
}
.hsGroupRight li{
border-width: 1px 1px 0;
}
.hsGroupLeft > li,
.hsGroupRight > li{
display: flex;
align-items: center;
justify-content: center;
background-color: sienna;
margin: 0 auto;
height: 100%;
max-width: 11em;
text-align: center;
flex: 1 1 auto;
border-style: solid;
border-color: black;
}
#hsStartTop{
}
#hsStartBottom{
}
.budynek{
background-color: yellow;
}
.park{
background-color: green;
}
.hydro{
background-color: blue;
}
.terytorium{
background-color: gray;
}
.hodosturn{
background-color: lightgray;
}
.hsBody a,
.hsBody a:hover{
border-width: 0;
}
.hsElements a{
color: black;
display: inline-block;
margin: 0 auto;
}
#hsEnd{
}
#hsEndTop{
}
#hsEndBottom{
}
#hsAfterEnd{
}