MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
(Definicje stylów dla Wykładów Pisma Świętego) |
Nie podano opisu zmian |
||
Linia 96: | Linia 96: | ||
font-size: xx-large; | font-size: xx-large; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
.volume-table-of-contents-item { | |||
font-variant-caps: petite-caps; | |||
} | |||
.volume-study-table-of-contents { | |||
font-variant-caps: petite-caps; | |||
} | } |
Wersja z 12:57, 29 maj 2024
/* 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; } /* Wiersz */ div.poem { font-size: smaller; } /* Wykłady Pisma Świętego */ .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-table-of-contents { font-variant-caps: petite-caps; }