<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Plugin Name: jQuery Vertical Scroller
Plugin URI: http://sirisgraphics.com/development/jquery-vertical-scroller-2-0
Description: A plugin to add a widget to scroll posts in your sidebar or footer widgets for WordPress powered by jQuery
Version: 2.9.1
Author: Vamsi Pulavarthi
Author URI: http://sirisgraphics.com/
License: GPLv2
*/

/* Widget related styles */
.sgjvs_widget_title {
    /* Add your custom css here  for title */
}
.sgjvs_widget_title a {
    /* Add your custom css here  for title */
    
}
.sgjvs_widget_date {
    /* Add your custom css here  for date */
}
.sgjvs_widget_content {
    /* Add your custom css here for content */
    font-style: italic !important;
}
.sgjvs_widget_excerpt {
    /* Add your custom css here for excerpt */
    font-style: italic !important;
}

/* Shortcode related styles */
.sgjvs_sc_title {
    /* Add your custom css here  for title */
}
.sgjvs_sc_title a {
    /* Add your custom css here  for title */
    
}
.sgjvs_sc_date {
    /* Add your custom css here  for date */
    
}
.sgjvs_sc_content {
    /* Add your custom css here for content */
    font-style: italic !important;
}
.sgjvs_sc_excerpt {
    /* Add your custom css here for excerpt */
    font-style: italic !important;
}</pre></body></html>