This commit is contained in:
parent
f707954bd0
commit
9d031ea9f9
3 changed files with 87 additions and 24 deletions
|
|
@ -28,6 +28,24 @@ figure.moz {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
figure.moz .menu {
|
||||
position: absolute;
|
||||
margin: inherit;
|
||||
display: none;
|
||||
}
|
||||
figure.moz:hover .menu {
|
||||
display: block;
|
||||
}
|
||||
figure.moz:hover .menu a {
|
||||
background: rgba(0,0,0,0.5);
|
||||
color: #eee;
|
||||
padding: 6px 10px 8px 10px;
|
||||
text-decoration: none;
|
||||
}
|
||||
figure.moz .menu a:hover {
|
||||
background: rgba(0,0,0,0.8);
|
||||
}
|
||||
|
||||
.big img {
|
||||
max-height: calc(100vh - 5px);
|
||||
max-width: calc(100vw - 5px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue