MediaWiki:Foreground.css: Porovnání verzí
Z Franklinova expedice
odsazení obsahu stránky nahoře |
flex |
||
| Řádek 26: | Řádek 26: | ||
.other-websites-vertical-wrapper { | .other-websites-vertical-wrapper { | ||
z-index: 500; | z-index: 500; | ||
} | |||
/* Obecné utility */ | |||
.d-flex { | |||
display: flex | |||
} | |||
.justify-content-center { | |||
justify-content: center; | |||
} | } | ||
Verze z 12. 12. 2021, 17:25
/* Styly pro Foreground */
/* Obsah stránky blíž menu */
#page-content {
margin-top: 0.5rem;
}
/* Blok "jiné weby" */
.other-websites {
background-color: lightgray;
}
.other-websites.icon-bar * label, .other-websites.icon-bar * i {
color: darkslategray;
}
.other-websites .item {
padding-top: 0.6rem;
padding-bottom: 0.3rem;
}
.other-websites.vertical {
width: 100%;
}
.other-websites-vertical-wrapper {
z-index: 500;
}
/* Obecné utility */
.d-flex {
display: flex
}
.justify-content-center {
justify-content: center;
}