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

Nie podano opisu zmian
Nie podano opisu zmian
 
(Nie pokazano 26 wersji utworzonych przez 2 użytkowników)
Linia 20: Linia 20:
   display: block;
   display: block;
   padding: 0 10px;
   padding: 0 10px;
  border: 1px solid #A7D7F9;
}
}


Linia 26: Linia 25:
   font-size: 0.7em;
   font-size: 0.7em;
   color: #696969;
   color: #696969;
}
.box {
  padding: 0 10px;
  color: blue;
  font-family: "Courier New", "Courier", monospace;
  width: auto;
  font-weight: bold;
}
}


Linia 44: Linia 51:


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


Linia 62: Linia 71:
sup.reference:target {  
sup.reference:target {  
   background-color: #ddeeff;
   background-color: #ddeeff;
}
/* Wykłady Pisma Świętego */
.volume {
    font-weight: normal;
}
.volume.title-page {
    font-weight: normal;
}
.volume.title-page.study {
    font-size: large;
    font-weight: bold;
}
.volume.title-page.scripture {
    font-style: italic;
}
.volume.title-page.volume-number {
    font-size: medium;
    font-weight: bolder;
}
.volume.title-page.title {
    font-size: xx-large;
    font-weight: bold;
}
.volume.table-of-contents {
}
.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;
    background-color: whitesmoke;
}
.volume.study.bible-reference {
    font-weight: bold;
    color: #0e0e65;
}
div.poem {
    font-size: smaller;
    margin: 20px;
}
}