d45735af by Jeff Balicki

hover

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 0d2e3266
......@@ -19031,6 +19031,55 @@ ul.sf_date_field .sf-datepicker {
#search-wrapper #main .understrap-read-more-link {
display: none;
}
#search-wrapper .photo {
position: relative;
}
#search-wrapper .document-format-mov .photo:after {
content: "";
width: 41px;
height: 41px;
margin: 15% 35%;
background-repeat: no-repeat;
background-size: contain;
display: block;
position: absolute;
top: 0.3125rem;
left: 0.2rem;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="41.519" height="41.519" viewBox="0 0 41.519 41.519"><defs><clipPath id="clip-path"><rect id="Rectangle_250" data-name="Rectangle 250" width="41.519" height="41.519" fill="%23fff"/></clipPath></defs><g id="Group_1915" data-name="Group 1915" opacity="0.5"><g id="Group_1914" data-name="Group 1914"><path id="Path_1401" data-name="Path 1401" d="M104.855,76.327,91.2,84.688V67.966Z" transform="translate(-75.434 -55.461)" fill="%23fff"/><g id="Group_1516" data-name="Group 1516"><g id="Group_1515" data-name="Group 1515" clip-path="url(%23clip-path)"><path id="Path_1402" data-name="Path 1402" d="M20.76,41.519a20.76,20.76,0,1,1,20.76-20.76,20.783,20.783,0,0,1-20.76,20.76m0-36.455a15.7,15.7,0,1,0,15.7,15.7,15.713,15.713,0,0,0-15.7-15.7" fill="%23fff"/></g></g></g></g></svg>');
}
#search-wrapper .document-format-mov a:hover .photo:before {
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0rem;
left: 0rem;
box-shadow: inset 200px 200px 200px rgba(68, 68, 68, 0.4);
}
#search-wrapper .attachment a:hover .photo:before {
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0rem;
left: 0rem;
box-shadow: inset 200px 200px 200px rgba(68, 68, 68, 0.4);
}
#search-wrapper .document-format-mov a:hover .photo:after {
content: "";
width: 41px;
height: 41px;
margin: 15% 35%;
background-repeat: no-repeat;
background-size: contain;
display: block;
position: absolute;
top: 0.3125rem;
left: 0.2rem;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="41.519" height="41.519" viewBox="0 0 41.519 41.519"><g id="Group_1941" data-name="Group 1941" transform="translate(-3.878 -3.878)"><g id="Group_1914" data-name="Group 1914" transform="translate(3.878 3.878)"><path id="Path_1401" data-name="Path 1401" d="M104.855,76.327,91.2,84.688V67.966Z" transform="translate(-75.434 -55.461)" fill="%23fff"/><g id="Group_1516" data-name="Group 1516"><g id="Group_1939" data-name="Group 1939"><path id="Path_1402" data-name="Path 1402" d="M20.76,41.519a20.76,20.76,0,1,1,20.76-20.76,20.783,20.783,0,0,1-20.76,20.76m0-36.455a15.7,15.7,0,1,0,15.7,15.7,15.713,15.713,0,0,0-15.7-15.7" fill="%23fff"/></g></g></g></g></svg>');
}
#search-wrapper .pagination {
justify-content: center;
margin-top: 1rem;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -155,7 +155,7 @@
margin-right: 0.3125rem;
}
}
.entry-header {
height: auto !important;
......@@ -186,9 +186,60 @@
display: none;
}
}
.photo{
position: relative;
}
.document-format-mov .photo:after{
content: "";
width: 41px;
height: 41px;
margin: 15% 35%;
background-repeat: no-repeat;
background-size: contain;
display: block;
position: absolute;
top: 0.3125rem;
left:0.2rem;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="41.519" height="41.519" viewBox="0 0 41.519 41.519"><defs><clipPath id="clip-path"><rect id="Rectangle_250" data-name="Rectangle 250" width="41.519" height="41.519" fill="%23fff"/></clipPath></defs><g id="Group_1915" data-name="Group 1915" opacity="0.5"><g id="Group_1914" data-name="Group 1914"><path id="Path_1401" data-name="Path 1401" d="M104.855,76.327,91.2,84.688V67.966Z" transform="translate(-75.434 -55.461)" fill="%23fff"/><g id="Group_1516" data-name="Group 1516"><g id="Group_1515" data-name="Group 1515" clip-path="url(%23clip-path)"><path id="Path_1402" data-name="Path 1402" d="M20.76,41.519a20.76,20.76,0,1,1,20.76-20.76,20.783,20.783,0,0,1-20.76,20.76m0-36.455a15.7,15.7,0,1,0,15.7,15.7,15.713,15.713,0,0,0-15.7-15.7" fill="%23fff"/></g></g></g></g></svg>');
}
.document-format-mov a:hover .photo:before{
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0rem;
left:0rem;
box-shadow:inset 200px 200px 200px rgb(68 68 68 / 0.4);
}
.attachment a:hover .photo:before{
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0rem;
left:0rem;
box-shadow:inset 200px 200px 200px rgb(68 68 68 / 0.4);
}
.document-format-mov a:hover .photo:after{
content: "";
width: 41px;
height: 41px;
margin: 15% 35%;
background-repeat: no-repeat;
background-size: contain;
display: block;
position: absolute;
top: 0.3125rem;
left:0.2rem;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="41.519" height="41.519" viewBox="0 0 41.519 41.519"><g id="Group_1941" data-name="Group 1941" transform="translate(-3.878 -3.878)"><g id="Group_1914" data-name="Group 1914" transform="translate(3.878 3.878)"><path id="Path_1401" data-name="Path 1401" d="M104.855,76.327,91.2,84.688V67.966Z" transform="translate(-75.434 -55.461)" fill="%23fff"/><g id="Group_1516" data-name="Group 1516"><g id="Group_1939" data-name="Group 1939"><path id="Path_1402" data-name="Path 1402" d="M20.76,41.519a20.76,20.76,0,1,1,20.76-20.76,20.783,20.783,0,0,1-20.76,20.76m0-36.455a15.7,15.7,0,1,0,15.7,15.7,15.713,15.713,0,0,0-15.7-15.7" fill="%23fff"/></g></g></g></g></svg>');
}
.pagination {
......
......@@ -2,5 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.435
Version: 1.0.436
*/
......