Snippets Collections
#eut-header .eut-horizontal-menu.eut-arrow ul.eut-menu .menu-item-has-children > a {
    padding-right: 0.3em;
}


.pattern {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2020/09/4x4-pattern.png) repeat;
        background-attachment: scroll;
    background-attachment: fixed;
}
/* The animation code */
@-webkit-keyframes SectionBackgroundAnimation {
 0% {
  background-position:0% 50%
 }
 50% {
  background-position:100% 50%
 }
 100% {
  background-position:0% 50%
 }
}
@-moz-keyframes SectionBackgroundAnimation {
 0% {
  background-position:0% 50%
 }
 50% {
  background-position:100% 50%
 }
 100% {
  background-position:0% 50%
 }
}
@keyframes SectionBackgroundAnimation {
 0% {
  background-position:0% 50%;
 }
 50% {
  background-position:100% 50%
 }
 100% {
  background-position:0% 50%
 }
}
.eut-breadcrumbs {
    background: linear-gradient(45deg,#8f96a6 0%,#d9731a 35%,#8f96a6 50%,#8f96a6 75%,#8f96a6 100%);
    background-size: auto;
    background-size: 400% 400% !important;
    -webkit-animation: SectionBackgroundAnimation 15s ease infinite;
    -moz-animation: SectionBackgroundAnimation 15s ease infinite;
    animation: SectionBackgroundAnimation 15s ease infinite;
    border-radius: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
}
.eut-breadcrumbs.eut-fullwidth {
    padding: 6px 20px;
}
.eut-menu-type-button > a .eut-item {
    background: linear-gradient(45deg,#8f96a6 0%,#d9731a 35%,#8f96a6 50%,#8f96a6 75%,#8f96a6 100%);
        background-size: auto;
    background-size: 400% 400% !important;
    -webkit-animation: SectionBackgroundAnimation 15s ease infinite;
    -moz-animation: SectionBackgroundAnimation 15s ease infinite;
    animation: SectionBackgroundAnimation 15s ease infinite;
    padding: 12px 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#eut-feature-section {
    top: 0px;
    margin-bottom: 0px;
}
star

Sun Apr 16 2023 12:05:49 GMT+0000 (Coordinated Universal Time) https://www.sea.ma/wp-admin/admin.php?page

#btn #bg #animation

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension