Advertisement
planthed

Popup Faq + Ask #2

Mar 3rd, 2016
1,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. /*ASK LAYOUT BY PAINTHEMES.TUMBLR.COM*/
  2.  
  3. #faq{
  4. padding:10px;
  5. width:400px;
  6. border:1px solid {color:link}; /*border of your faq box*/
  7. background:#fff; /*background of your faq box*/
  8. height:200px;
  9. overflow:auto;
  10. line-height:13px;
  11. font-family:helvetica; /*font of your faq*/
  12. font-size:10px; /*font size*/
  13. }
  14.  
  15. .ftitle{
  16. padding-top:10px;
  17. padding-bottom:10px;
  18. background:#fff; /*background of the popup title*/
  19. border-bottom:1px solid {color:link}; /*border of the popup title*/
  20. font-family:Montserrat; /*title font*/
  21. color:{color:link}; /*color of the title*/
  22. font-size:23px;
  23. text-align:center;
  24. letter-spacing:2px;
  25. text-transform:uppercase;
  26. }
  27.  
  28. #askb{
  29. padding:10px;
  30. margin-top:10px;
  31. width:400px;
  32. z-index:99999999999;
  33. height:20px;
  34. overflow:hidden;
  35. font-size:15px;
  36. color:{color:link};
  37. line-height:20px;
  38. text-align:center;
  39. letter-spacing:2px;
  40. font-family:montserrat;
  41. text-transform:uppercase;
  42. border:1px solid {color:link}; /*border of your ask box*/
  43. background:#fff; /*background of your ask box*/
  44. -webkit-transition: all 0.5s ease;
  45. -moz-transition: all 0.5s ease;
  46. -o-transition: all 0.5s ease;
  47. transition: all 0.5s ease;
  48. position:relative;
  49. }
  50.  
  51. #askb:hover{
  52. height:250px;
  53. margin-top:-222px;
  54. -webkit-transition: all 0.5s ease;
  55. -moz-transition: all 0.5s ease;
  56. -o-transition: all 0.5s ease;
  57. transition: all 0.5s ease;
  58. }
  59.  
  60.  
  61. /*font of the title*/
  62. @import url(https://fonts.googleapis.com/css?family=Montserrat:700);
  63.  
  64. /*ASK LAYOUT BY PAINTHEMES.TUMBLR.COM*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement