<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: theme18318 child
Template: theme18318
*/

@import "../theme18318/style.css";

.commentsWrapper {display:none}


/*-------------TREND SLIDER_____________*/

.slidewrap {margin-right:auto;margin-left:auto;margin-bottom:20px; max-width:300px;}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 10s slidy infinite; 
}

/*-------------TREND SLIDER ENDE_____________*/</pre></body></html>