MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
Nie podano opisu zmian |
Nie podano opisu zmian |
||
Linia 71: | Linia 71: | ||
sup.reference:target { | sup.reference:target { | ||
background-color: #ddeeff; | background-color: #ddeeff; | ||
} | } | ||
/* Wykłady Pisma Świętego */ | /* Wykłady Pisma Świętego */ | ||
.volume | .volume .title-page .study { | ||
font-size: large; | font-size: large; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.volume | .volume . title-page .scripture { | ||
font-style: italic; | font-style: italic; | ||
} | } | ||
.volume | .volume .title-page .volume { | ||
font-size: medium; | font-size: medium; | ||
font-weight: bolder; | font-weight: bolder; | ||
} | } | ||
.volume | .volume .title-page .title { | ||
font-size: xx-large; | font-size: xx-large; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.volume | .volume .table-of-contents .item { | ||
font-variant-caps: petite-caps; | font-variant-caps: petite-caps; | ||
} | } | ||
.volume | .volume .study .table-of-contents { | ||
font-variant-caps: petite-caps; | font-variant-caps: petite-caps; | ||
margin-left: 20px; | margin-left: 20px; | ||
margin-right: 20px; | margin-right: 20px; | ||
} | |||
.volume .bible .verse { | |||
font-weight: bold; | |||
color: #0e0e65; | |||
} | |||
div.poem { | |||
font-size: smaller; | |||
margin: 20px; | |||
} | } |
Wersja z 15:43, 4 cze 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; } /* 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; margin-left: 20px; margin-right: 20px; } .volume .bible .verse { font-weight: bold; color: #0e0e65; } div.poem { font-size: smaller; margin: 20px; }