MediaWiki:Common.css: Różnice pomiędzy wersjami
Nie podano opisu zmian |
Nie podano opisu zmian |
||
(Nie pokazano 39 wersji utworzonych przez 2 użytkowników) | |||
Linia 1: | Linia 1: | ||
/* Font Awesome Icons */ | |||
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"; | |||
/* Usuwa tytuł na stronie głównej */ | /* Usuwa tytuł na stronie głównej */ | ||
body.page-Strona_główna.action-view h1.firstHeading, | body.page-Strona_główna.action-view h1.firstHeading, | ||
body.page-Strona_główna.action-submit h1.firstHeading { | body.page-Strona_główna.action-submit h1.firstHeading { | ||
display: none; | display: none; | ||
} | |||
/* Logo */ | |||
#p-logo { | |||
margin-top: 10px; | |||
} | } | ||
Linia 12: | Linia 20: | ||
display: block; | display: block; | ||
padding: 0 10px; | padding: 0 10px; | ||
} | } | ||
Linia 18: | 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; | |||
} | } | ||
/* Odnośniki wersetów */ | /* Odnośniki wersetów */ | ||
.reference { | span.reference { | ||
display: inline-block; | display: inline-block; | ||
width: 50px; | width: 50px; | ||
margin-right: 10px; | margin-right: 10px; | ||
text-align: right; | text-align: right; | ||
vertical-align: top; | |||
} | } | ||
/* Werset */ | /* Werset */ | ||
.verse { | span.verse { | ||
display: inline-block; | display: inline-block; | ||
font-style: italic; | 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; | 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 { | |||
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; | |||
} | } |