MediaWiki:Foreground.css: Porovnání verzí

Z Franklinova expedice

z-index pro mobilní verzi
menší ten pruh
Řádek 8: Řádek 8:
.other-websites.icon-bar * label, .other-websites.icon-bar * i {
.other-websites.icon-bar * label, .other-websites.icon-bar * i {
   color: darkslategray;
   color: darkslategray;
}
.other-websites .item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
}



Verze z 12. 12. 2021, 16:35

/*  Styly pro Foreground */

/* 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.5rem;
  padding-bottom: 0.5rem;
}

.other-websites.vertical {
  width: 100%;
}

.other-websites-vertical-wrapper {
  z-index: 500;
}