Changeset 966415
- Timestamp:
- 08/15/2014 03:11:43 PM (12 years ago)
- File:
-
- 1 edited
-
sc-scrollup/trunk/sc-scrollup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sc-scrollup/trunk/sc-scrollup.php
r962479 r966415 46 46 #styc_scroll_up{ 47 47 width:<?php if( get_option('styc_scrollup_weight') ){ echo get_option('styc_scrollup_weight');}else {echo '40px';} ?>; 48 height:<?php if( get_option('styc_scrollup_height') ){ echo get_option('styc_scrollup_height');}else {echo '20px';} ?>; 49 opacity:0.3; 48 height:<?php if( get_option('styc_scrollup_height') ){ echo get_option('styc_scrollup_height');}else {echo '20px';} ?>; 50 49 position:fixed; 51 50 bottom:50px; 52 51 right:<?php if( get_option('styc_scrollup_right_distance') ){ echo get_option('styc_scrollup_right_distance'); }else{echo '50px';} ?>; 53 display:none; 54 background:<?php if( get_option('styc_scrollup_background') ){ echo get_option('styc_scrollup_background');}else {echo '#000';} ?>; 55 border-radius: 2px; 52 display:none; 56 53 cursor: pointer; 54 z-index: 999999!important; 57 55 } 58 #styc_scroll_up:hover{opacity:0.7;}56 59 57 #styc_scroll_up i{ 60 58 text-align: center; … … 68 66 top: 50%; 69 67 margin-top: -13px; 68 opacity:0.6; 69 border-radius: 2px; 70 background:<?php if( get_option('styc_scrollup_background') ){ echo get_option('styc_scrollup_background');}else {echo '#000';} ?>; 70 71 } 72 #styc_scroll_up i:hover{opacity:0.9;} 71 73 <?php echo get_option('styc_scrollup_stylecode'); ?> 72 74
Note: See TracChangeset
for help on using the changeset viewer.