Line 2,257: | Line 2,257: | ||
overflow:visible; | overflow:visible; | ||
border:100px solid rgba(0,0,0,0.7); | border:100px solid rgba(0,0,0,0.7); | ||
− | |||
-moz-box-sizing:border-box; | -moz-box-sizing:border-box; | ||
-webkit-box-sizing:border-box; | -webkit-box-sizing:border-box; | ||
Line 2,293: | Line 2,292: | ||
} | } | ||
− | + | .wp-caption { | |
+ | position: relative; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | .wp-caption img { | ||
+ | display: block; | ||
+ | max-width: 100%; | ||
+ | height: auto; | ||
+ | } | ||
+ | .wp-caption-text { | ||
+ | opacity: 0; | ||
+ | position: absolute; | ||
+ | width: 100%; | ||
+ | color: #fff; | ||
+ | left: 0; | ||
+ | bottom: 0; | ||
+ | padding: 0.75em 1em; | ||
+ | font-weight: 700; | ||
+ | z-index: 2; | ||
+ | -webkit-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | background-color: rgba(0,0,0,.7); | ||
+ | -webkit-transition: opacity .3s ease-in-out; | ||
+ | transition: opacity .3s ease-in-out; | ||
+ | } | ||
+ | .wp-caption:hover .wp-caption-text { | ||
+ | opacity: 1; | ||
+ | } | ||
</style> | </style> | ||
Revision as of 05:36, 17 October 2018