theme, plugins und config für die Webseite der Baptisten Hohenacker
https://baptisten-hohenacker.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
397 lines
7.2 KiB
397 lines
7.2 KiB
/*! |
|
* Bootstrap v3.3.7 (http://getbootstrap.com) |
|
* Copyright 2011-2016 Twitter, Inc. |
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
|
*/ |
|
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css |
|
critical rules extracted with https://jonassebastianohlsson.com/criticalpathcssgenerator/ |
|
*/ |
|
html { |
|
font-family: sans-serif; |
|
-webkit-text-size-adjust: 100%; |
|
-ms-text-size-adjust: 100% |
|
} |
|
|
|
body { |
|
margin: 0; |
|
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; |
|
font-size: 16px; |
|
line-height: 1.42857143; |
|
color: #333; |
|
background-color: #fff |
|
} |
|
|
|
nav { |
|
display: block |
|
} |
|
|
|
a { |
|
background-color: transparent; |
|
color: #337ab7; |
|
text-decoration: none |
|
} |
|
|
|
b { |
|
font-weight: bold |
|
} |
|
|
|
img { |
|
border: 0 |
|
vertical-align: middle |
|
} |
|
|
|
|
|
* { |
|
-webkit-box-sizing: border-box; |
|
-moz-box-sizing: border-box; |
|
box-sizing: border-box |
|
} |
|
|
|
*:before,*:after { |
|
-webkit-box-sizing: border-box; |
|
-moz-box-sizing: border-box; |
|
box-sizing: border-box |
|
} |
|
|
|
h2 { |
|
font-family: inherit; |
|
font-weight: 500; |
|
line-height: 1.1; |
|
color: inherit; |
|
margin-top: 20px; |
|
margin-bottom: 10px; |
|
font-size: 30px; |
|
} |
|
|
|
p { |
|
margin: 0 0 10px |
|
} |
|
|
|
ul { |
|
margin-top: 0; |
|
margin-bottom: 10px |
|
} |
|
|
|
ul ul { |
|
margin-bottom: 0 |
|
} |
|
|
|
.container { |
|
padding-right: 15px; |
|
padding-left: 15px; |
|
margin-right: auto; |
|
margin-left: auto |
|
} |
|
|
|
@media (min-width: 768px) { |
|
.container { |
|
width:750px |
|
} |
|
} |
|
|
|
@media (min-width: 992px) { |
|
.container { |
|
width:970px |
|
} |
|
} |
|
|
|
@media (min-width: 1200px) { |
|
.container { |
|
width:1170px |
|
} |
|
} |
|
|
|
.row { |
|
margin-right: -15px; |
|
margin-left: -15px |
|
} |
|
|
|
.col-sm-4,.col-sm-8 { |
|
position: relative; |
|
min-height: 1px; |
|
padding-right: 15px; |
|
padding-left: 15px |
|
} |
|
|
|
@media (min-width: 768px) { |
|
.col-sm-4,.col-sm-8 { |
|
float:left |
|
} |
|
|
|
.col-sm-8 { |
|
width: 66.66666667% |
|
} |
|
|
|
.col-sm-4 { |
|
width: 33.33333333% |
|
} |
|
} |
|
|
|
.collapse { |
|
display: none |
|
} |
|
|
|
.caret { |
|
display: inline-block; |
|
width: 0; |
|
height: 0; |
|
margin-left: 2px; |
|
vertical-align: middle; |
|
border-top: 4px dashed; |
|
border-top: 4px solid \9; |
|
border-right: 4px solid transparent; |
|
border-left: 4px solid transparent |
|
} |
|
|
|
.dropdown-menu .divider { |
|
height: 1px; |
|
margin: 9px 0; |
|
overflow: hidden; |
|
background-color: #e5e5e5 |
|
} |
|
|
|
.dropdown-menu>li>a { |
|
display: block; |
|
padding: 3px 20px; |
|
clear: both; |
|
font-weight: normal; |
|
line-height: 1.42857143; |
|
color: #333; |
|
white-space: nowrap |
|
} |
|
|
|
.nav { |
|
padding-left: 0; |
|
margin-bottom: 0; |
|
list-style: none |
|
} |
|
|
|
.nav>li { |
|
position: relative; |
|
display: block |
|
} |
|
|
|
.nav>li>a { |
|
position: relative; |
|
display: block; |
|
padding: 10px 15px |
|
} |
|
|
|
.navbar { |
|
position: relative; |
|
min-height: 50px; |
|
margin-bottom: 20px; |
|
border: 1px solid transparent |
|
} |
|
|
|
|
|
.navbar-collapse { |
|
padding-right: 15px; |
|
padding-left: 15px; |
|
overflow-x: visible; |
|
-webkit-overflow-scrolling: touch; |
|
border-top: 1px solid transparent; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1); |
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.1) |
|
} |
|
|
|
@media (min-width: 768px) { |
|
.navbar-collapse { |
|
width:auto; |
|
border-top: 0; |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.navbar-collapse.collapse { |
|
display: block!important; |
|
height: auto!important; |
|
padding-bottom: 0; |
|
overflow: visible!important |
|
} |
|
|
|
.navbar-static-top .navbar-collapse { |
|
padding-right: 0; |
|
padding-left: 0 |
|
} |
|
} |
|
|
|
|
|
.container>.navbar-header,.container>.navbar-collapse { |
|
margin-right: -15px; |
|
margin-left: -15px |
|
} |
|
|
|
@media (min-width: 768px) { |
|
.container>.navbar-header,.container>.navbar-collapse { |
|
margin-right:0; |
|
margin-left: 0 |
|
} |
|
} |
|
|
|
.navbar-static-top { |
|
z-index: 1000; |
|
border-width: 0 0 1px |
|
} |
|
|
|
@media (min-width: 768px) { |
|
.navbar-static-top { |
|
border-radius:0 |
|
} |
|
} |
|
|
|
.navbar-brand { |
|
float: left; |
|
height: 50px; |
|
padding: 15px 15px; |
|
font-size: 18px; |
|
line-height: 20px |
|
} |
|
|
|
@media (min-width: 768px) { |
|
.navbar>.container .navbar-brand { |
|
margin-left:-15px |
|
} |
|
} |
|
|
|
.navbar-toggle { |
|
position: relative; |
|
float: right; |
|
padding: 9px 10px; |
|
margin-top: 8px; |
|
margin-right: 15px; |
|
margin-bottom: 8px; |
|
background-color: transparent; |
|
background-image: none; |
|
border: 1px solid transparent; |
|
border-radius: 4px |
|
} |
|
|
|
.navbar-toggle .icon-bar { |
|
display: block; |
|
width: 22px; |
|
height: 2px; |
|
border-radius: 1px |
|
} |
|
|
|
.navbar-toggle .icon-bar+.icon-bar { |
|
margin-top: 4px |
|
} |
|
|
|
@media (min-width: 768px) { |
|
.navbar-toggle { |
|
display:none |
|
} |
|
} |
|
|
|
.navbar-nav { |
|
margin: 7.5px -15px |
|
} |
|
|
|
.navbar-nav>li>a { |
|
padding-top: 10px; |
|
padding-bottom: 10px; |
|
line-height: 20px |
|
} |
|
|
|
@media (min-width: 768px) { |
|
.navbar-nav { |
|
float:left; |
|
margin: 0 |
|
} |
|
|
|
.navbar-nav>li { |
|
float: left |
|
} |
|
|
|
.navbar-nav>li>a { |
|
padding-top: 15px; |
|
padding-bottom: 15px |
|
} |
|
} |
|
|
|
.navbar-nav>li>.dropdown-menu { |
|
display:none; |
|
margin-top: 0; |
|
border-top-left-radius: 0; |
|
border-top-right-radius: 0 |
|
} |
|
|
|
@media (min-width: 768px) { |
|
.navbar-right { |
|
float:right!important; |
|
margin-right: -15px |
|
} |
|
} |
|
|
|
.navbar-default { |
|
background-color: #f8f8f8; |
|
border-color: #e7e7e7 |
|
} |
|
|
|
.navbar-default .navbar-brand { |
|
color: #777 |
|
} |
|
|
|
.navbar-default .navbar-nav>li>a { |
|
color: #777 |
|
} |
|
|
|
.navbar-default .navbar-nav>.active>a { |
|
color: #555; |
|
background-color: #e7e7e7 |
|
} |
|
|
|
.navbar-default .navbar-toggle { |
|
border-color: #ddd |
|
} |
|
|
|
.navbar-default .navbar-toggle .icon-bar { |
|
background-color: #888 |
|
} |
|
|
|
.navbar-default .navbar-collapse { |
|
border-color: #e7e7e7 |
|
} |
|
|
|
.well { |
|
min-height: 20px; |
|
padding: 19px; |
|
margin-bottom: 20px; |
|
background-color: #f5f5f5; |
|
border: 1px solid #e3e3e3; |
|
border-radius: 4px; |
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05); |
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.05) |
|
} |
|
|
|
.container:before,.container:after,.row:before,.row:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after { |
|
display: table; |
|
content: " " |
|
} |
|
|
|
.container:after,.row:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after { |
|
clear: both |
|
} |
|
|
|
@-ms-viewport { |
|
width: device-width |
|
} |
|
|
|
|
|
|
|
/*override bootstraps default column ordering -> sidebar on left moves down on small screen*/ |
|
@media (min-width: 768px){ |
|
.blog-main { |
|
float: right !important; |
|
} |
|
} |
|
/*spam protection in mailto links*/ |
|
span.displaynone { display:none; } |
|
/*for list in links page*/ |
|
ul{list-style: none;} |
|
|
|
.shiftRight |
|
{ |
|
margin-left: 40px; |
|
}
|
|
|