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.
38 lines
572 B
38 lines
572 B
/*.thumbnail { |
|
max-width: 40%; |
|
}*/ |
|
|
|
.italic { font-style: italic; } |
|
.small { font-size: 0.8em; } |
|
|
|
/** LIGHTBOX MARKUP **/ |
|
|
|
.lightbox { |
|
/** Default lightbox to hidden */ |
|
display: none; |
|
|
|
/** Position and style */ |
|
position: fixed; |
|
z-index: 999; |
|
width: 100%; |
|
height: 100%; |
|
text-align: center; |
|
top: 0; |
|
left: 0; |
|
background: rgba(0,0,0,0.8); |
|
} |
|
|
|
.lightbox img { |
|
/** Pad the lightbox image */ |
|
max-width: 90%; |
|
max-height: 90%; |
|
margin-top: 2%; |
|
} |
|
|
|
.lightbox:target { |
|
/** Remove default browser outline */ |
|
outline: none; |
|
|
|
/** Unhide lightbox **/ |
|
display: block; |
|
}
|
|
|