bibelwissen/public/stylesheets/style-sbr_ue.css

57 lines
787 B
CSS

.breadcrumb {
margin-bottom: 2rem;
background-color: #ffe082;
}
.breadcrumb-item, .breadcrumb-item.active, .breadcrumb-color{
color: #987e33;
}
.breadcrumb-item+.breadcrumb-item::before {
color: #987e33;
}
li.breadcrumb-item > a {
color: #987e33;
}
.nav-pills > .nav-item > .nav-link:not(.active) {
background-color: white;
color: #987e33;
}
.nav-pills > .nav-item > .nav-link {
background-color: #987e33;
}
.nav-pills > .nav-item > .nav-link:not(.active):hover{
background-color: white;
color: #c3a241;
}
h3 {
margin-top: 60px;
}
h4 {
margin-top: 40px;
}
h6.jahreszeit {
font-size: 1rem;
font-style: italic;
}
h5.card-title {
font-size: 1.8rem;
}
h6.card-title {
font-size: 1.5rem;
}
th > .sub {
font-style: italic;
font-weight: normal;
font-size: 85%;
}