Plugin Directory

Changeset 727155


Ignore:
Timestamp:
06/16/2013 04:42:59 PM (13 years ago)
Author:
remix4
Message:

version 1.5.4

Location:
social-media-tabs
Files:
47 added
3 edited

Legend:

Unmodified
Added
Removed
  • social-media-tabs/trunk/css/dcsmt.css

    r674017 r727155  
    2626text-decoration:none;
    2727}
    28 .dc-social a:link, .dc-social a:visited, .dc-social a:active{
    29 }
    30 .dc-social a:hover {
    31 }
    32 
    3328.sliding .dcsmt {
    3429background: #fff;
    3530border: 1px solid #ccc!important;
    3631}
    37 
    3832.static  .dcsmt{
    3933background: #fff;
     
    5347margin-right: -1px;
    5448}
    55 
    5649.dc-social.sliding.left .dcsmt {
    5750border-radius: 0 0 5px 0; -webkit-border-radius: 0 0 5px 0;
     
    6558padding: 4px 3px 2px 4px;
    6659}
    67 
    6860.dc-social.sliding.bottom .dcsmt {
    6961border-radius: 5px 5px 0 0 ; -webkit-border-radius:5px 5px 0 0 ;
     
    7870margin-bottom: -1px;
    7971}
    80 
    8172.dc-social.sliding.top .dcsmt {
    8273border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px;
     
    9081padding: 5px 4px 3px 4px;
    9182}
    92 
    9383.dc-social.sliding.right .social-tabs {left: 1px;}
    9484.dc-social.sliding.bottom .social-tabs {top: -2px;}
     
    140130margin: 0!important;
    141131}
    142 li.dcsmt-error {
    143 }
    144 
    145132/* RSS Tab */
    146 .tab-rss{
    147 }
    148 ul.list-dcsmt-rss {
    149 }
    150133li.dcsmt-rss-item {
    151134padding: 5px;
     
    157140background: #fff;
    158141}
    159 
    160142/* Twitter Tab */
    161143.tab-twitter.tab-inner {
     
    174156background: #fff;
    175157}
    176 
    177 /* Facebook Tab */
    178 .tab-facebook{
    179 }
    180 
    181158/* Plusone Tab */
    182 .tab-plusone {
    183 }
    184159.tab-plusone h3 img {float: left; margin: 0 10px 5px 0; border: 1px solid #ccc;}
    185160.tab-plusone h4 {padding: 5px; font-weight: bold;}
     
    196171background: #fff;
    197172}
    198 
    199173/* Tabbed Icons */
    200174.social-tabs {
     
    225199clear: both;
    226200}
    227 
    228201/* Carousel */
    229202.tab-pinterest {
     
    247220    margin-right: 0;
    248221    float: left;
    249 
    250222}
    251223.tab-pinterest .carousel-slide .pin {
     
    350322    color:#777
    351323}
    352 
    353324/* meta : date, plusones */
    354325ul.gpaw-body .meta {
     
    448419    color:#333
    449420}
    450 
    451421/* Flickr */
    452422.tab-flickr ul {
  • social-media-tabs/trunk/dcwp_social_media_tabs.php

    r707038 r727155  
    66        Description: Social media tabs allows you to add facebook, google +1, twitter, flickr, pinterest, YouTube subscription and RSS profiles and feeds to any widget area with stylish sliding tabs. Option also to have the tabs slide out from the side of the browsers
    77        Author: Lee Chestnutt
    8         Version: 1.5.3
     8        Version: 1.5.4
    99        Author URI: http://www.designchemical.com
    1010*/
  • social-media-tabs/trunk/readme.txt

    r707038 r727155  
    55Requires at least: 3.0
    66Tested up to: 3.5.1
    7 Stable tag: 1.5.3
     7Stable tag: 1.5.4
    88
    99Social media tabs allows you to add facebook, google +1, twitter, flickr, pinterest, YouTube subscription and RSS profiles and feeds to any widget area with stylish sliding tabs. Option also to have the tabs slide out from the side of the browsers.
     
    104104== Changelog ==
    105105
     106= 1.5.4 =
     107* Updated: Minor styling
     108
    106109= 1.5.3 =
    107110* Updated: Remove PHP notices
Note: See TracChangeset for help on using the changeset viewer.