Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. https://www.deviantart.com/akuesis/art/1-stardew-F2U-custom-box-695344387
  2.  
  3. background image that fills container;
  4. <div class="popup2-moremenu"><div class="floaty-boat"><img src="INSERT URL"></div></div>
  5.  
  6. appears to be generic div box?
  7. <div class="gr-box gr-genericbox"> </div>
  8.  
  9. aligns content of div to center, not sure what pp is
  10. <div class="pp" align="center"> </div>
  11.  
  12. idek what this does but everything has it
  13. <div class="ccexpanded"> </div>
  14.  
  15. inputs white background around text container? [text content moved to left, so ccexpanded aligned only next element?]
  16. <div class="inputs modal smbutton-curvy"> </div>
  17.  
  18. aligned all content center, new basis for filling content
  19. <div class="pp" align="center"> </div>
  20.  
  21. sunflower aligned left like this;
  22. <img src="https://orig00.deviantart.net/96c2/f/2017/097/7/4/funflower_by_t_e_r_r_i_f_i_e_d-db4z7q7.png" align="left"/>
  23.  
  24. further content aligned left like this;
  25. <small><b><font face="ms mincho"><font size="3">name :thumb644777643: age :thumb644777643: pronouns</font></b>
  26. !!!
  27. <hr><div class="pp" align="left"><font face="ms mincho">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi iaculis, nunc sit amet accumsan dignissim, urna risus vehicula turpis, vitae porttitor purus erat sit amet dui.</div>
  28.  
  29. { added spaces to text content to extend boxes height and make room for all content to fit }
  30.  
  31. linebreak
  32. <hr>
  33.  
  34. well image appears to be added initially, aligned right after div is aligned "center"
  35. links do not appear to be aligned specifically, so auto fill to the left (centered)?
  36. <div class="ccexpanded"><div class="inputs modal smbutton-curvy"><div class="pp" align="center"><img src="http://orig15.deviantart.net/a3fd/f/2016/311/a/5/well_by_shadyalpha-danmrva.png" align="right"/><small><b><font face="ms mincho"><font size="2"><a href="http://akuesis.deviantart.com/">link one</a> :thumb644777643: <a href="http://akuesis.deviantart.com/">link two</a>
  37. :thumb644777643: <a href="http://akuesis.deviantart.com/">link three</a></div></div></div><div class="pp" align="right"><small><small>code credit: @akuesis
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement