1234567891011121314151617181920212223242526 |
- <div class='element'>
- <div class='avatar' style='height:1px;'></div>
- <div class='profile'>
- <div style='width: 100%; height:250px; background-color:#:mainColor:; background-size:cover; background-image:url(:header:); display:inline-block; position:relative;'>
- <span style='width:290; height:30px; display:block; margin-top:15px; margin-right:15px; float:right;'>
- :top:
- </span>
- <span style='position:absolute; bottom:10px; left:10px;'>
- :bottom:
- </span>
- </div>
- <div style='width: 100%; position:relative; text-align:center; padding-bottom:15px;'>
- <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>
- <br><span style='font-weight:bold; font-size:40px;'>:name:</span>
- <br><span style='font-weight:bold;'><a href=':url:' target='_blank' class='link external'> @:acct:</a></span>
- <br><span>:note:</span>
- </div>
- <div class='post_footer' style='width: inherit; text-align:center;'>
- <div style='width:33%; text-align:center; float:left;'><b>Statuses</b><br>:statuses:</div>
- <div style='width:33%; text-align:center; float:left;'><b>Following</b><br>:following:</div>
- <div style='width:33%; text-align:center; float:left;'><b>Followers</b><br>:followers:</div>
- <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>
- </div>
- </div>
- </div>
|