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

Nie podano opisu zmian
Nie podano opisu zmian
 
(Nie pokazano 8 pośrednich wersji utworzonych przez tego samego użytkownika)
Linia 73: Linia 73:
}
}


/* Wiersz */
/* Wykłady Pisma Świętego */
div.poem {
.volume {
  font-size: smaller;
    font-weight: normal;
}
 
.volume.title-page {
    font-weight: normal;
}
}


/* Wykłady Pisma Świętego */
.volume.title-page.study {
.volume-title-page-study {
     font-size: large;
     font-size: large;
     font-weight: bold;
     font-weight: bold;
}
}


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


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


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


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


.volume-study-table-of-contents {
.volume.study {
}
 
.volume.study.table-of-contents {
     font-variant-caps: petite-caps;
     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;
}
}