MediaWiki:Common.css: Różnice pomiędzy wersjami

Z ArchiwumHarcerskie.pl
Przejdź do nawigacji Przejdź do wyszukiwania
Nie podano opisu zmian
Nie podano opisu zmian
Linia 51: Linia 51:
   z-index: 100 !important;
   z-index: 100 !important;
   position: fixed !important;
   position: fixed !important;
   margin-top: 82px;
   margin-top: 62px;
}
}


Linia 64: Linia 64:


div.off-canvas-wrapper {
div.off-canvas-wrapper {
   padding-top: 130px !important;
   padding-top: 110px !important;
}
}



Wersja z 01:36, 26 mar 2017

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
body.page-Strona_główna.action-view h1.firstHeading, body.page-Strona_główna.action-submit h1.firstHeading { display: none !important; }
body.rootpage-Strona_główna.action-view h1.firstHeading, body.rootpage-Strona_główna.action-submit h1.firstHeading { display: none !important; }

#innerbodycontent { padding: 10px !important; margin-top: 0px !important; }

ul.nav.logo-container { display: none !important; }

body { color: #000000 !important; }

div.caption { color: #000000 !important; }

.imgWrap {
  position: relative;
  height: auto;
  width: 100%;
  margin: 3px;
}
.imgDescription {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.82);
  color: #36b;
  visibility: hidden;
  opacity: 0;   
}

.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}

p.imgDescription {
  margin: 0px !important;
  width: 100%;
  text-align: center;
}

.gallery {
  text-align: center !important;
}

.navbar {
  width: 100% !important;
  z-index: 100 !important;
  position: fixed !important;
}

.pull-left {
  z-index: 100 !important;
  position: fixed !important;
  margin-top: 62px;
}

div.actions.pull-left.nav {
  position: relative !important;
  margin-top: 0px !important;
}

.pull-right {
  padding-right: 10px !important;  
}

div.off-canvas-wrapper {
  padding-top: 110px !important;
}

div.col-md-8.pull-left {
  margin-top: 0px !important;
}