profileheader.txt 1.6 KB

1234567891011121314151617181920212223242526
  1. <div class='element'>
  2. <div class='avatar' style='height:1px;'></div>
  3. <div class='profile'>
  4. <div style='width: 100%; height:250px; background-color:#:mainColor:; background-size:cover; background-image:url(:header:); display:inline-block; position:relative;'>
  5. <span style='width:290; height:30px; display:block; margin-top:15px; margin-right:15px; float:right;'>
  6. :top:
  7. </span>
  8. <span style='position:absolute; bottom:10px; left:10px;'>
  9. :bottom:
  10. </span>
  11. </div>
  12. <div style='width: 100%; position:relative; text-align:center; padding-bottom:15px;'>
  13. <div class='avatar_header' style='background-color:white; background-size: cover; background-image:url(:avatar:); text-align:center; float:none; display:inline-block; border:3px solid white; margin-top:-50px; border-radius:5px; width:80px; height:80px;'></div>
  14. <br><span style='font-weight:bold; font-size:40px;'>:name:</span>
  15. <br><span style='font-weight:bold;'><a href=':url:' target='_blank' class='link external'> @:acct:</a></span>
  16. <br><span>:note:</span>
  17. </div>
  18. <div class='post_footer' style='width: inherit; text-align:center;'>
  19. <div style='width:33%; text-align:center; float:left;'><b>Statuses</b><br>:statuses:</div>
  20. <div style='width:33%; text-align:center; float:left;'><b>Following</b><br>:following:</div>
  21. <div style='width:33%; text-align:center; float:left;'><b>Followers</b><br>:followers:</div>
  22. <span style='font-size:9px;'>Data may be inaccurate, <a href=':url:' style='font-size:9px;' target='_blank' class='link'>visit profile directly</a> to see updated data.</span>
  23. </div>
  24. </div>
  25. </div>