Guest User

http://przemo.org/phpBB2/forum/viewtopic.php?p=814279

a guest
May 19th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. przejdź do templates/twojstyl/nazwastylu.css
  2.  
  3. na końcu dodaj:
  4. .obrot{background-image: ;border-radius: 100px;height:80px;width:80px;}
  5. .obrot:hover{background-image: ;opacity:1;-webkit-transform: rotate(-360deg);-moz-transform: rotate(-360deg);transition: 2s;-moz-transition: 2s;-o-transition: 2s;-htm-transition: 2s;-webkit-transition: 2s;border-color:#1fb6c7;}
  6. .avatar22 img{border-radius: 50%;width: 80px;height: 80px;}
  7.  
  8. przejdź do templates/twojstyl/viewtopic_body.tpl
  9. znajdź:
  10. {postrow.POSTER_AVATAR}
  11. zmień na:
  12. <div class="obrot"><div class="avatar22">{postrow.POSTER_AVATAR}</div></div>
  13.  
  14. przejdź do templates/twojstyl/profile_view_body.tpl
  15. znajdź:
  16. {AVATAR_IMG}
  17. zmień na:
  18. <div class="obrot"><div class="avatar22">{AVATAR_IMG}</div></div>
Add Comment
Please, Sign In to add comment