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

brak opisu edycji
Nie podano opisu zmian
Nie podano opisu zmian
Linia 1: Linia 1:
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* WSZĘDZIE */
/*
a:link {
    text-decoration: none;
    color: #0645ad;
    background: none;
}
a:visited {
    color: #0b0080;
}
*/


/* STRONA PLIKU quasi rozszerzenie PdfViewer */
/* STRONA PLIKU quasi rozszerzenie PdfViewer */
Linia 13: Linia 26:


/* KONIEC - STRONA PLIKU quasi rozszerzenie PdfViewer */
/* KONIEC - STRONA PLIKU quasi rozszerzenie PdfViewer */
/* Naprawa stylu galerii */
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper, ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper, ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
    box-sizing: unset;
}
/* STRONA GŁOWNA */
/*
.mw-headline a {
  color: #ffffff;
}
*/


body.page-Strona_główna.action-view h1.firstHeading, body.page-Strona_główna.action-submit h1.firstHeading { display: none !important; }
body.page-Strona_główna.action-view h1.firstHeading, body.page-Strona_główna.action-submit h1.firstHeading { display: none !important; }
Linia 45: Linia 70:
div.caption { color: #000000 !important; }
div.caption { color: #000000 !important; }


.imgWrap {
/* MENU GÓRNE */
  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 {
.nav > li > a {
  text-align: center !important;
color: #0645ad;
}
}


Linia 286: Linia 285:
     display: block;
     display: block;
}
}
}
@media screen and (max-width : 980px){
    .share-mobile {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        height: auto;
        color: #777;
        text-align: center;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 2px;
        margin-left: 5px;
        text-transform: capitalize;
        text-decoration: none;
        white-space: nowrap;
        border-radius: 4px;
        border: 1px solid #ddd;
        cursor: pointer;
    }
    .share-desktop {
        display: none !important;
    }
}
.share-mobile {
  display: none;
}
.share-desktop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    color: #777;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: 5px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
}
}