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.
64 lines
1.1 KiB
64 lines
1.1 KiB
/*override bootstraps default column ordering -> sidebar on left moves down on small screen*/ |
|
@media (min-width: 768px){ |
|
.blog-main { |
|
float: right; |
|
} |
|
} |
|
/*custom content style*/ |
|
//for spam protection in mailto links // doesn't work for some reason |
|
span.displaynone { display:none; } |
|
|
|
//for list in links page |
|
ul{list-style: none;} |
|
|
|
.shiftRight |
|
{ |
|
margin-left: 40px; |
|
} |
|
/*footer stuff*/ |
|
#footer |
|
{ |
|
background-color: #F5F5F5; |
|
border-top: 1px solid #E3E3E3; |
|
padding-top: 20px; |
|
min-height: 150px; |
|
} |
|
#footer h1, #footer h2, #footer h3, #footer p, #footer a, #footer em, #footer i |
|
{ |
|
color: #8b8b8b; |
|
line-height: normal; |
|
} |
|
|
|
#footer a |
|
{ |
|
line-height: normal; |
|
} |
|
|
|
#footer a:hover |
|
{ |
|
color: #444; |
|
text-decoration: none; |
|
} |
|
|
|
#footer ul |
|
{ |
|
list-style-type: none; |
|
display: inline; |
|
margin: 0px; |
|
line-height: normal; |
|
} |
|
|
|
#footer ul li |
|
{ |
|
display: inline-block; |
|
margin: 0px 0px 15px 0px; |
|
line-height: normal; |
|
} |
|
|
|
#footer ul li a |
|
{ |
|
margin-right: 25px; |
|
padding: 0px; |
|
display: inline-block; |
|
} |
|
|
|
|