| float: right;} |
| img.Ikon { width: 80px; |
| float: left;} |
| + |
| + #galerie { |
| + /* float: right; |
| + */ display: table; |
| + border-spacing: 6px; |
| + } |
| + |
| + #galerie a { |
| + display: table-cell; |
| + vertical-align: top; /* middle; bottom; */ |
| + } |
| + #galerie img { |
| + height: 24px; /* Vorschau-Größe */ |
| + transition: 1s; |
| + -moz-transition: 1s; |
| + -o-transition: 1s; |
| + -webkit-transition: 1s; |
| + } |
| + |
| + #galerie img:target { |
| + width: 480px; /* Vollbild-Größe */ |
| + position: absolute; Top: 20px; right: 20px; |
| + height: auto; / hier 960px; |
| + } |
| + |
| + #galerie img { |
| + background-color: #ffffff; |
| + padding: 4px; |
| + border-radius: 4px; |
| + -moz-border-radius: 4px; |
| + -webkit-border-radius: 4px; |
| + box-shadow: 0 0 6px rgba(100, 100, 100, 1); |
| + -moz-box-shadow: 0 0 6px rgba(100, 100, 100, 1); |
| + -webkit-box-shadow: 0 0 6px rgba(100, 100, 100, 1); |
| + } |
| |
| .footer {visibility: hidden;} |