Changeset 727155
- Timestamp:
- 06/16/2013 04:42:59 PM (13 years ago)
- Location:
- social-media-tabs
- Files:
-
- 47 added
- 3 edited
-
tags/1.5.4 (added)
-
tags/1.5.4/css (added)
-
tags/1.5.4/css/admin.css (added)
-
tags/1.5.4/css/dcsmt.css (added)
-
tags/1.5.4/css/dcsmt_admin.css (added)
-
tags/1.5.4/css/images (added)
-
tags/1.5.4/css/images/close.png (added)
-
tags/1.5.4/css/images/custom.png (added)
-
tags/1.5.4/css/images/dc_icon32.png (added)
-
tags/1.5.4/css/images/facebook.png (added)
-
tags/1.5.4/css/images/flickr.png (added)
-
tags/1.5.4/css/images/pinterest.png (added)
-
tags/1.5.4/css/images/plusone.png (added)
-
tags/1.5.4/css/images/rss.png (added)
-
tags/1.5.4/css/images/slider-controls.png (added)
-
tags/1.5.4/css/images/twitter.png (added)
-
tags/1.5.4/css/images/youtube.png (added)
-
tags/1.5.4/dcwp_social_media_tabs.php (added)
-
tags/1.5.4/inc (added)
-
tags/1.5.4/inc/dcwp_admin.php (added)
-
tags/1.5.4/inc/dcwp_plugin_admin.php (added)
-
tags/1.5.4/inc/dcwp_widget.php (added)
-
tags/1.5.4/inc/images (added)
-
tags/1.5.4/inc/images/dcsnt_250_125.png (added)
-
tags/1.5.4/inc/images/delicious.png (added)
-
tags/1.5.4/inc/images/deviantart.png (added)
-
tags/1.5.4/inc/images/digg.png (added)
-
tags/1.5.4/inc/images/dribbble.png (added)
-
tags/1.5.4/inc/images/facebook.png (added)
-
tags/1.5.4/inc/images/flickr.png (added)
-
tags/1.5.4/inc/images/google.png (added)
-
tags/1.5.4/inc/images/instagram.png (added)
-
tags/1.5.4/inc/images/lastfm.png (added)
-
tags/1.5.4/inc/images/linkedin.png (added)
-
tags/1.5.4/inc/images/pinterest.png (added)
-
tags/1.5.4/inc/images/rss.png (added)
-
tags/1.5.4/inc/images/stumbleupon.png (added)
-
tags/1.5.4/inc/images/tumblr.png (added)
-
tags/1.5.4/inc/images/twitter.png (added)
-
tags/1.5.4/inc/images/vimeo.png (added)
-
tags/1.5.4/inc/images/youtube.png (added)
-
tags/1.5.4/js (added)
-
tags/1.5.4/js/jquery.admin.js (added)
-
tags/1.5.4/js/jquery.dcsmt.1.0.js (added)
-
tags/1.5.4/readme.txt (added)
-
tags/1.5.4/screenshot-1.png (added)
-
tags/1.5.4/screenshot-2.png (added)
-
trunk/css/dcsmt.css (modified) (13 diffs)
-
trunk/dcwp_social_media_tabs.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-media-tabs/trunk/css/dcsmt.css
r674017 r727155 26 26 text-decoration:none; 27 27 } 28 .dc-social a:link, .dc-social a:visited, .dc-social a:active{29 }30 .dc-social a:hover {31 }32 33 28 .sliding .dcsmt { 34 29 background: #fff; 35 30 border: 1px solid #ccc!important; 36 31 } 37 38 32 .static .dcsmt{ 39 33 background: #fff; … … 53 47 margin-right: -1px; 54 48 } 55 56 49 .dc-social.sliding.left .dcsmt { 57 50 border-radius: 0 0 5px 0; -webkit-border-radius: 0 0 5px 0; … … 65 58 padding: 4px 3px 2px 4px; 66 59 } 67 68 60 .dc-social.sliding.bottom .dcsmt { 69 61 border-radius: 5px 5px 0 0 ; -webkit-border-radius:5px 5px 0 0 ; … … 78 70 margin-bottom: -1px; 79 71 } 80 81 72 .dc-social.sliding.top .dcsmt { 82 73 border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; … … 90 81 padding: 5px 4px 3px 4px; 91 82 } 92 93 83 .dc-social.sliding.right .social-tabs {left: 1px;} 94 84 .dc-social.sliding.bottom .social-tabs {top: -2px;} … … 140 130 margin: 0!important; 141 131 } 142 li.dcsmt-error {143 }144 145 132 /* RSS Tab */ 146 .tab-rss{147 }148 ul.list-dcsmt-rss {149 }150 133 li.dcsmt-rss-item { 151 134 padding: 5px; … … 157 140 background: #fff; 158 141 } 159 160 142 /* Twitter Tab */ 161 143 .tab-twitter.tab-inner { … … 174 156 background: #fff; 175 157 } 176 177 /* Facebook Tab */178 .tab-facebook{179 }180 181 158 /* Plusone Tab */ 182 .tab-plusone {183 }184 159 .tab-plusone h3 img {float: left; margin: 0 10px 5px 0; border: 1px solid #ccc;} 185 160 .tab-plusone h4 {padding: 5px; font-weight: bold;} … … 196 171 background: #fff; 197 172 } 198 199 173 /* Tabbed Icons */ 200 174 .social-tabs { … … 225 199 clear: both; 226 200 } 227 228 201 /* Carousel */ 229 202 .tab-pinterest { … … 247 220 margin-right: 0; 248 221 float: left; 249 250 222 } 251 223 .tab-pinterest .carousel-slide .pin { … … 350 322 color:#777 351 323 } 352 353 324 /* meta : date, plusones */ 354 325 ul.gpaw-body .meta { … … 448 419 color:#333 449 420 } 450 451 421 /* Flickr */ 452 422 .tab-flickr ul { -
social-media-tabs/trunk/dcwp_social_media_tabs.php
r707038 r727155 6 6 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 7 7 Author: Lee Chestnutt 8 Version: 1.5. 38 Version: 1.5.4 9 9 Author URI: http://www.designchemical.com 10 10 */ -
social-media-tabs/trunk/readme.txt
r707038 r727155 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 1.5. 37 Stable tag: 1.5.4 8 8 9 9 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. … … 104 104 == Changelog == 105 105 106 = 1.5.4 = 107 * Updated: Minor styling 108 106 109 = 1.5.3 = 107 110 * Updated: Remove PHP notices
Note: See TracChangeset
for help on using the changeset viewer.