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 40: Linia 40:
   text-align: center !important;
   text-align: center !important;
}
}
 
/*
.navbar {
.navbar {
   z-index: 100 !important;
   z-index: 100 !important;
   position: fixed !important;
   position: fixed !important;
}
}
 
*/
.pull-left {
.pull-left {
   z-index: 100 !important;
   z-index: 100 !important;
   position: fixed !important;
   position: fixed !important;
}
}

Wersja z 15:28, 25 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 {
  z-index: 100 !important;
  position: fixed !important;
}
*/
.pull-left {
  z-index: 100 !important;
  position: fixed !important;
}