Changeset 779129
- Timestamp:
- 09/27/2013 08:20:00 AM (12 years ago)
- Location:
- readers-wall/trunk
- Files:
-
- 2 edited
-
readers-wall.php (modified) (1 diff)
-
style/animated_with_css3.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
readers-wall/trunk/readers-wall.php
r774358 r779129 4 4 Plugin URI: http://blog.leniy.org/readers-wall.html 5 5 Description: 高度自定制性能的读者墙 6 Version: 1.3. 26 Version: 1.3.3 7 7 Author: leniy 8 8 Author URI: http://blog.leniy.org/ -
readers-wall/trunk/style/animated_with_css3.css
r749147 r779129 20 20 } 21 21 .RW-btn img{ 22 position:absolute; 23 left:0px; 24 top:0px; 25 width:100%; 26 height:100%; 27 max-width:100%; 28 max-height:100%; 29 border:none; 30 margin: 0px; 31 -webkit-transition:all 0.3s ease-in-out; 32 -moz-transition:all 0.3s ease-in-out; 33 -o-transition:all 0.3s ease-in-out; 34 transition:all 0.3s ease-in-out; 22 position:absolute!important; 23 left:0px!important; 24 top:0px!important; 25 width:100%!important; 26 height:100%!important; 27 max-width:100%!important; 28 max-height:100%!important; 29 border:none!important; 30 margin: 0px!important; 31 -webkit-transition:all 0.3s ease-in-out!important; 32 -moz-transition:all 0.3s ease-in-out!important; 33 -o-transition:all 0.3s ease-in-out!important; 34 transition:all 0.3s ease-in-out!important; 35 padding: 0px!important; 35 36 } 36 37 .RW-btn .RW-btn-slide-text{ … … 61 62 -o-transform:scale(2); 62 63 transform:scale(2); 63 opacity:0 ;64 opacity:0!important; 64 65 } 65 66 .RW-btn:hover .RW-btn-slide-text{ 66 opacity:1 ;67 opacity:1!important; 67 68 } 68 69 .RW-btn:active{
Note: See TracChangeset
for help on using the changeset viewer.