Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- przejdź do templates/twojstyl/nazwastylu.css
- na końcu dodaj:
- .obrot{background-image: ;border-radius: 100px;height:80px;width:80px;}
- .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;}
- .avatar22 img{border-radius: 50%;width: 80px;height: 80px;}
- przejdź do templates/twojstyl/viewtopic_body.tpl
- znajdź:
- {postrow.POSTER_AVATAR}
- zmień na:
- <div class="obrot"><div class="avatar22">{postrow.POSTER_AVATAR}</div></div>
- przejdź do templates/twojstyl/profile_view_body.tpl
- znajdź:
- {AVATAR_IMG}
- zmień na:
- <div class="obrot"><div class="avatar22">{AVATAR_IMG}</div></div>
Add Comment
Please, Sign In to add comment