Mercurial > libervia-templates
view sat_templates/default/static/photo.css @ 162:001c9855e747 0.7.0a2
0.7.0a2 release
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 15 Jul 2018 08:57:39 +0200 |
parents | 33c7ce833d3f |
children |
line wrap: on
line source
@import 'blog.css'; /* needed for comments */ .album { display: flex; flex-wrap: wrap; } .album__item { width: 400px; margin: 0 0.1em 2em 0.1em; } .album__vignette { background-color: #444; height: 300px; position: relative; } .album__thumbnail { height: 100%; display: block; margin: 0 auto; } .album__comments-bar { display: block; font-size: 0.8em; color: black; text-align: right; cursor: pointer; } .album__comments-bar:hover { background-color: #ddd; font-weight: bold; } .comments__count { font-weight: bold; } .panel-drawer { max-height: 0; opacity: 0; transition: max-height 1s, opacity 2s; overflow: hidden; } .panel-drawer.clicked { opacity: 1; }