Шаблон:Схема годоса/hodoscheme.css: различия между версиями
добавил флекс-правило, почему-то без него плохо работало половина |
отступы не складываются |
||
(не показано 8 промежуточных версий этого же участника) | |||
Строка 3: | Строка 3: | ||
list-style-type: none; | list-style-type: none; | ||
margin: 0; | margin: 0; | ||
} | |||
#hsTitle{ | |||
font-size: x-large; | |||
} | } | ||
/* структура схемы */ | /* структура схемы */ | ||
Строка 16: | Строка 19: | ||
background: sienna; | background: sienna; | ||
font-size: small; | font-size: small; | ||
line-height: 1; | |||
} | } | ||
.hsGroup{ | .hsGroup{ | ||
Строка 28: | Строка 32: | ||
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; | ||
width: 6em; | width: 6em; | ||
justify-content: center; | |||
text-align: center; | text-align: center; | ||
background-color: lightgray; | background-color: lightgray; | ||
} | |||
li#hsBeforeStart, | |||
li#hsAfterEnd{ | |||
background-color: sienna; | |||
} | } | ||
.hsGroup > ol{ | .hsGroup > ol{ | ||
Строка 44: | Строка 51: | ||
} | } | ||
ol.hsGroupLeft{ | ol.hsGroupLeft{ | ||
margin-bottom: 0 | margin-bottom: 1em; | ||
border- | } | ||
.hsGroupLeft li.budynek, | |||
.hsGroupLeft li.hydro, | |||
.hsGroupLeft li.park, | |||
.hsGroupLeft li.terytorium{ | |||
border-width: 0 1px 2px 1px; | |||
border-style: solid; | |||
border-color: black; | border-color: black; | ||
} | } | ||
ol.hsGroupRight{ | ol.hsGroupRight{ | ||
margin-top: 0.5em; | margin-top: 0.5em; | ||
border- | } | ||
.hsGroupRight li.budynek, | |||
.hsGroupRight li.hydro, | |||
.hsGroupRight li.park, | |||
.hsGroupRight li.terytorium{ | |||
border-width: 2px 1px 0 1px; | |||
border-style: solid; | |||
border-color: black; | border-color: black; | ||
} | } | ||
.hsGroupLeft > li, | .hsGroupLeft > li, | ||
Строка 64: | Строка 77: | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
background-color: sienna; | |||
height: 100%; | height: 100%; | ||
max-width: 11em; | max-width: 11em; | ||
text-align: center; | text-align: center; | ||
flex: 1 | flex: 1 1 auto; | ||
} | } | ||
#hsStartTop{ | #hsStartTop{ | ||
Строка 78: | Строка 89: | ||
} | } | ||
.budynek{ | li.budynek{ | ||
background-color: yellow; | background-color: yellow; | ||
} | } | ||
.park{ | li.park{ | ||
background-color: green; | background-color: green; | ||
} | } | ||
.hydro{ | li.hydro{ | ||
background-color: blue; | background-color: blue; | ||
} | } | ||
.terytorium{ | li.terytorium{ | ||
background-color: gray; | background-color: gray; | ||
} | |||
li.hodosturn{ | |||
background-color: lightgray; | |||
border-width: 0; | |||
} | |||
.hsBody a, | |||
.hsBody a:hover{ | |||
border-width: 0; | |||
} | } | ||
.hsElements a{ | .hsElements a{ | ||
color: black; | color: black; | ||
display: inline-block; | display: inline-block; | ||
margin: 0 auto; | margin: 0 auto; |
Текущая версия от 23:14, 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;
line-height: 1;
}
.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;
justify-content: center;
text-align: center;
background-color: lightgray;
}
li#hsBeforeStart,
li#hsAfterEnd{
background-color: sienna;
}
.hsGroup > ol{
display: flex;
height: 4em;
}
ol.hsGroupLeft{
margin-bottom: 1em;
}
.hsGroupLeft li.budynek,
.hsGroupLeft li.hydro,
.hsGroupLeft li.park,
.hsGroupLeft li.terytorium{
border-width: 0 1px 2px 1px;
border-style: solid;
border-color: black;
}
ol.hsGroupRight{
margin-top: 0.5em;
}
.hsGroupRight li.budynek,
.hsGroupRight li.hydro,
.hsGroupRight li.park,
.hsGroupRight li.terytorium{
border-width: 2px 1px 0 1px;
border-style: solid;
border-color: black;
}
.hsGroupLeft > li,
.hsGroupRight > li{
display: flex;
align-items: center;
justify-content: center;
background-color: sienna;
height: 100%;
max-width: 11em;
text-align: center;
flex: 1 1 auto;
}
#hsStartTop{
}
#hsStartBottom{
}
li.budynek{
background-color: yellow;
}
li.park{
background-color: green;
}
li.hydro{
background-color: blue;
}
li.terytorium{
background-color: gray;
}
li.hodosturn{
background-color: lightgray;
border-width: 0;
}
.hsBody a,
.hsBody a:hover{
border-width: 0;
}
.hsElements a{
color: black;
display: inline-block;
margin: 0 auto;
}
#hsEnd{
}
#hsEndTop{
}
#hsEndBottom{
}
#hsAfterEnd{
}