elsaofarendelle

Styled Asks

Jan 9th, 2017 (edited)
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. .ask {
  2. color:#eee;
  3. background: #e6d3c6;
  4. padding:15px;
  5. padding-top:84px;
  6. width:200px;
  7. margin-left:255px;
  8. margin-bottom:15px;
  9. background-image:url("");
  10. border: 1px none #eee;
  11. border-radius: 30px 0px 30px 0px;
  12. box-shadow: 2px 2px 5px #eee;
  13. line-height:160%;
  14. }
  15.  
  16. .asker {
  17. font-family: 'Seaweed Script', cursive;
  18. font-size:18px;
  19. color: #eee;
  20. text-shadow:0px 0px 3px #eee;
  21. margin-top:-100px;
  22. margin-left:-173px;
  23. width:300px;
  24. line-height:10px;
  25. text-align:center;
  26. transform: rotate(-90deg);
  27. -ms-transform: rotate(-90deg);
  28. -webkit-transform: rotate(-90deg);
  29. -o-transform: rotate(-90deg);
  30. -moz-transform: rotate(-90deg);
  31. }
  32.  
  33. .answer {
  34. color: #eee;
  35. }
  36.  
  37. {block:Answer}
  38. <div class="ask"><div class="asker">{Asker}:</div><p>{Question}</div><div class="answer">{Answer}</div>
  39. {/block:Answer}
Advertisement
Add Comment
Please, Sign In to add comment