/* * ThemeZee Widget Bundle CSS * https://themezee.com/plugins/widget-bundle/ * * Copyright(C) 2015, ThemeZee.com - support@themezee.com * License: GPL v3 * License URI: http://www.gnu.org/licenses/gpl-3.0.html * * @package Admiral */ /*-------------------------------------------------------------- # General Styles ---------------------------------------------------------------- */ /* Clearing Floats */ .tzwb-clearfix:before, .tzwb-clearfix:after { content: " "; display: table; } .tzwb-clearfix:after { clear: both; } .tzwb-clearfix { *zoom: 1; /* For IE 6/7 only */ } /*-------------------------------------------------------------- # Posts List ---------------------------------------------------------------- */ .tzwb-posts-list li { list-style: none; overflow: auto; padding: 0; margin-bottom: 0.5em; } .tzwb-posts-list .tzwb-excerpt p { margin: 0; padding: 0; } .tzwb-posts-list .wp-post-image { float: left; margin: 0.3em 0.8em 1em 0; max-width: 90px; height: auto; } .tzwb-posts-list .tzwb-entry-meta { margin: 0; } /*-------------------------------------------------------------- # Comments List ---------------------------------------------------------------- */ .tzwb-comments-list li { list-style: none; margin-bottom: 0.5em; overflow: auto; } .tzwb-comments-list .avatar { float: left; margin: 0.3em 0.8em 0.8em 0; } .tzwb-comments-list .tzwb-comment-content { font-style: italic; } .tzwb-comments-list .tzwb-comment-date { font-size: 12px; font-size: 0.75rem; color: #303030; } /*-------------------------------------------------------------- # Tabbed Content Widget ---------------------------------------------------------------- */ .tzwb-tabbed-content .tzwb-tabnavi-wrap { margin: 0; padding: 0; overflow: auto; list-style: none; } .tzwb-tabbed-content .tzwb-tabnavi { float: left; width: 100%; list-style: none; list-style-position: outside; position: relative; } .tzwb-tabbed-content .tzwb-tabnavi li { float: left; list-style: none; position: relative; margin: 0 3px 3px 0; padding: 0; } .tzwb-tabbed-content .tzwb-tabnavi li a { display: block; margin: 0; padding: 0.3em 0.8em; font-family: 'Raleway', Tahoma, Arial; font-size: 13px; font-size: 0.8125rem; font-weight: bold; text-transform: uppercase; color: #fff; text-decoration: none; } .tzwb-tabbed-content .tzwb-tabnavi li a:link, .tzwb-tabbed-content .tzwb-tabnavi li a:visited { color: #fff; background: #303030; } .tzwb-tabbed-content .tzwb-tabnavi li a:hover, .tzwb-tabbed-content .tzwb-tabnavi li a:active { background: #ee4444; text-decoration: none; } .tzwb-tabbed-content .tzwb-tabnavi li a.current-tab { background: #ee4444; } .tzwb-tabbed-content .tzwb-tabcontent { padding: 0; margin: 1em 0 0 0; } /* Small Sidebar */ .small-sidebar .tzwb-tabbed-content .tzwb-tabnavi li a:hover, .small-sidebar .tzwb-tabbed-content .tzwb-tabnavi li a:active { background: #2299dd; text-decoration: none; } .small-sidebar .tzwb-tabbed-content .tzwb-tabnavi li a.current-tab { background: #2299dd; } /*-------------------------------------------------------------- # Social Icons Widget ---------------------------------------------------------------- */ .tzwb-social-icons .social-icons-menu { list-style: none; line-height: 1; } .tzwb-social-icons .social-icons-menu li { margin: 0 2px 2px 0; } .tzwb-social-icons .social-icons-menu li a { padding: 0.75em; background: #ee4444; } .tzwb-social-icons .social-icons-menu li a:before { font-size: 24px; } .tzwb-social-icons .social-icons-menu li a:hover { text-decoration: none; background: #303030; } /* Small Sidebar */ .small-sidebar .tzwb-social-icons .social-icons-menu li a { background: #2299dd; } .small-sidebar .tzwb-social-icons .social-icons-menu li a:hover { background: #303030; } /*-------------------------------------------------------------- # Facebook Like Box Widget ---------------------------------------------------------------- */ .tzwb-facebook-likebox .tzwb-content { overflow: hidden; }