MediaWiki:Common.css

Z Notatki Biblijne
Przejdź do nawigacji Przejdź do wyszukiwania

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
/* Font Awesome Icons */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";

/* Usuwa tytuł na stronie głównej */
body.page-Strona_główna.action-view h1.firstHeading, 
body.page-Strona_główna.action-submit h1.firstHeading { 
   display: none;
}

/* Logo */
#p-logo {
   margin-top: 10px;
}

/* Box informacyjny */
.info-box {
   max-width: 100%;
   width: 500px;
   margin: 0 auto;
   display: block;
   padding: 0 10px;
}

.info-box .small {
   font-size: 0.7em;
   color: #696969;
}

.box {
   padding: 0 10px;
   color: blue;
   font-family: "Courier New", "Courier", monospace;
   width: auto;
   font-weight: bold;
}

/* Odnośniki wersetów */
span.reference {
   display: inline-block;
   width: 50px;
   margin-right: 10px;
   text-align: right;
   vertical-align: top;
}

/* Werset */
span.verse {
   display: inline-block;
   font-style: italic;
}

/* Werset w komentarzu */
ul span.reference,
ol span.reference {
   display: none;
   width: 0;
}
ul span.verse,
ol span.verse {
   display: inline;
   width: auto;
}

/* Przypisy */
ol.references { 
   font-size: 90%; 
}
ol.references li:target { 
   background-color: #ddeeff; 
}
sup.reference:target { 
   background-color: #ddeeff;
}

/* Wykłady Pisma Świętego */
.volume {
}

.volume.title-page {
    font-size: large;
    font-weight: bold;
}

.volume.title-page.study {
    font-size: large;
    font-weight: bold;
}

.volume.title-page.scripture {
    font-style: italic;
}

.volume.title-page.volume {
    font-size: medium;
    font-weight: bolder;
}

.volume.title-page.title {
    font-size: xx-large;
    font-weight: bold;
}

.volume.table-of-contents.item {
    font-variant-caps: petite-caps;
}

.volume.study {
}

.volume.study.table-of-contents {
    font-variant-caps: petite-caps;
    margin-left: 20px;
    margin-right: 20px;
}

.volume.study.bible-reference {
    font-weight: bold;
    color: #0e0e65;
}

div.poem {
    font-size: smaller;
    margin: 20px;
}