elsaofarendelle

Drop-down Ask

May 23rd, 2016 (edited)
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. #sven {
  2. text-align: center;
  3. color:black;
  4. font-size: 10px;
  5. font-family: cambria;
  6. position:fixed;
  7. left:30px;
  8. top:-300px;
  9. border-color:black;
  10. -webkit-transition: all .9s ease-in-out;
  11. -moz-transition: all .9s ease-in-out;
  12. -o-transition: all .9s ease-in-out;
  13. z-index:999;
  14. }
  15.  
  16. #sven:hover
  17. {top:0px;}
  18.  
  19. #reindeer {
  20. font-family: calibri;
  21. font-size: 11px;
  22. letter-spacing: 1px;
  23. border-width:1px;
  24. border-color:black;
  25. padding: 5px 0 5px 0;
  26. background-color:transparent;
  27. width:400px;
  28. height:190px;
  29. margin-bottom:120px;
  30. z-index: 9999;
  31. }
  32.  
  33. #reindeer .links {
  34. background-color: transparent;
  35. color: black;
  36. font-size: 11px;
  37. text-align: center;
  38. padding: 3px 5px;
  39. margin: 2px;
  40. float: left;
  41. width: 116px;
  42. }
  43.  
  44. #reindeer .links a {
  45. text-decoration:none;
  46. }
  47.  
  48. #reindeer .links:hover {
  49. font-size; 15px;
  50. }
  51.  
  52. #kristoff img{
  53. padding: 2px 0 8px 0;
  54. color:#fff;
  55. }
  56.  
  57. <div id="sven">
  58. <div id="reindeer"> <center>
  59. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/tummyflowerisms.tumblr.com" width="100%"></iframe></center>
  60. <div id="kristoff"><img src="https://40.media.tumblr.com/633b0b1d4c4470f2cb8b13f3d6f3b0d4/tumblr_inline_nzvfq5SgSQ1t6zsrv_540.png"></div>
  61. </div>
  62. </div>
  63. </div>
Advertisement
Add Comment
Please, Sign In to add comment