bibelwissen/public/stylesheets/style.css

234 lines
3.6 KiB
CSS

/*@import "alegreya-sans.css";*/
p {
/*padding: 50px;*/
/* font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;*/
/*font-family: "Alegreya"
/*font-family: "Source Sans Pro";*/
}
.nomarginbottom {
margin-bottom: 0px;
}
.card-text, h1, h2, h3, h4, h5, h6, .table, blockquote > footer {
font-family:
"Alegreya Sans",
"Noto Sans",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";
//font-size: 1.2rem;
}
.serif, .card-text {
font-family:
"Alegreya",
"Noto Serif",
serif
}
.bibeltext {
color: darkblue;
}
span.bibelstelle::before { content: ' '; }
span.bibelstelle {
color: darkgreen;
font-style: italic;
}
span.bibelstelle::after { content: ' '; }
h6.card-title {
font-size: 1.1rem;
}
h6.bibelstelle {
font-size: 0.9rem;
}
.card-body.gliederung {
padding: 0.5rem;
}
.card-body.gliederung > h5.card-title {
font-size: 0.9rem;
}
.card-body.gliederung > h6.card-title {
font-size: 0.75rem;
}
.card-body.gliederung > h6.card-subtitle {
font-size: 0.6rem;
}
/*h2, .h2 {
font-size: 2.5rem;
}
h5, .h5 {
font-size: 1.5rem;
}*/
blockquote > p {
font-family: "Noto Serif",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";
}
/*.blockquote-footer {
font-size: 100%;
}*/
/*.divinline {
display: inline;
padding-right: 4px;
}*/
.breadcrumb {
margin-bottom: 2rem;
background-color: #a4d0fd;
}
.breadcrumb-item, .breadcrumb-item.active{
color: #0e4f88;
}
.breadcrumb-item+.breadcrumb-item::before {
color: #0e4f88;
}
/*.nav-pills > .nav-item > .nav-link:not(.active) {
background-color: white;
}
.nav-pills > .nav-item > .nav-link {
background-color: #a4d0fb;
}*/
.pill-sub-1 {
padding-left: 1rem;
padding-right: 1rem;"
}
/* not active */
.pill-sub-1 > .nav-item > .nav-link:not(.active) {
background-color: white;
color: #17a2b8;
}
.pill-sub-1 > .nav-item > .nav-link:not(.active):hover{
background-color: white;
color: #128294;
}
.pill-sub-1 > .nav-item > .nav-link {
background-color: #17a2b8;
}
.slide, .slideslave, .slide-1-2-gal-teile, .slide-1-2-1-gemeinsam, .slide-1-2-1-unterschiedlich, .slide-1-2-1-einspielungen {
/*display: none;*/
visibility: hidden;
}
.viewbox {
background-color: #dddddd;
border: solid 1px rgb(234, 234, 234);
border-radius: 0.25rem;
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
}
.konzentrisch-2 {
margin-left: 25px;
background-color: yellow;
}
.konzentrisch-3 {
margin-left: 50px;
background-color: orange;
}
.konzentrisch-4 {
margin-left: 75px;
background-color: thistle;
}
.konzentrisch-5 {
margin-left: 100px;
background-color: DarkTurquoise;
}
.nodisplay {
display: none;
}
p.lit_angabe {
margin-bottom: 1px;
font-weight: bolder;
}
p.lit_kommentar {
margin-left: 20px;
font-size: 90%;
}
body {
counter-reset: footnotecounter;
}
span.footnote:before {
counter-increment: footnotecounter;
content: counter(footnotecounter);
position: relative;
top: -0.6em;
}
span.footnote {
color: #24B1E6;
font-size: 70%;
}
table.vertical-border > tbody > tr > td {
border-right: solid 1px #dddddd;
border-left: solid 1px #dddddd;
}
table.vertical-border > thead > tr > th {
border-right: solid 1px #dddddd;
border-left: solid 1px #dddddd;
}
.pagebreak_after {}
.hide_on_print {}
.show_on_print { display: none; }
@media print {
.pagebreak_after {
page-break-after:always;
}
.hide_on_print { display: none; }
.show_on_print { display: block; }
}