<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Plugin Name: Listic Slider
Plugin URI: http://slidervilla.com/listic/
Description: Listic Slider adds a sliding list content and image slider with customizable background and slide intervals to any location of your blog.
Author: Tejaswini Deshpande
Author URI: http://slidervilla.com/
Wordpress version supported: 2.9 and above
*/
/*  Copyright 2010-2011  Slider Villa  (email : tedeshpa@gmail.com)
*/

/*basic styles*/
.listic_slider_fouc .listic_slider {display: none;} /* Keep this as it is*/
.listic_slider div,.listic_slider p,.listic_slider li,.listic_slider span,.listic_slider img,.listic_slider h2,.listic_slider ul{list-style:none;vertical-align:baseline;}
.listic_slider{overflow:hidden;margin: 0 0 0 0;line-height:18px;position:relative;}
.listic_slider .listic_slider_instance { padding: 0; clear: left; }
.listic_slider .listic_slide { margin: 0;float:left;width:100%;overflow:hidden;}

.listic_slider span{display:inline;}
.listic_slider a{border:none;text-decoration:none !important;}
.listic_slider a:hover{text-decoration:underline !important;}
.listic_slider img{}
.listic_slider h2{clear:none;display:block;padding:0px;border:none;text-shadow:none}
.listic_slider .listic_slideri,.listic_slider .listic_slideri_br{margin:10px;}
.listic_slider p.more a{text-decoration:underline;float:right;}
.listic_slider p.more a:hover{text-decoration:none;}

/* Next and Previous navigational arrows */
.listic_slider .listic_next {position: absolute;right: 0px; width: 16px; height: 16px; cursor: pointer; background: transparent url(buttons/default/next.png) no-repeat 0 0;}
.listic_slider .listic_prev { position: absolute;left: 0px; width: 16px; height: 16px; cursor: pointer; background: transparent url(buttons/default/prev.png) no-repeat 0 0;}

/*Navigation numbers*/
.listic_slider .listic_nav { position:absolute;bottom:0;text-align:center;margin: 0;z-index:15; }
.listic_slider .listic_nav a { margin: 3px; display:block;width:8px;float:left;height:8px;background:url(buttons/default/nav.png) no-repeat top left}
.listic_slider .listic_nav a.activeSlide { background-position:-8px 0; }
.listic_slider .listic_nav a:focus { outline: none; }

.listic_slider .sldr_clearlt{display:block;visibility:hidden;clear:left;height:0;content:".";}
.listic_slider .sldr_clearrt{display:block;visibility:hidden;clear:right;height:0;content:".";}</pre></body></html>