Advertisement
Guest User

Email Subscription Blogger ZubyTech

a guest
Jan 27th, 2015
851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700' rel='stylesheet' type='text/css'/>
  2.  
  3. <div id='byard-emailsubsocial'>
  4. <div class='heading'>
  5. Sign Up in Seconds
  6. </div>
  7. <p>Sign up with your email address to receive hot updates straight in your inbox.</p>
  8. <div class='emailsub'>
  9. <form action='http://feedburner.google.com/fb/a/mailverify' method='post'target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ZubyTech', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
  10. <input type='text' name='name' placeholder='Your Name' />
  11. <input type='text' name='email' placeholder='Your Email' />
  12. <input type="hidden" value="ZubyTech" name="uri"/>
  13. <input type="hidden" name="loc" value="en_US"/>
  14. <input value="Sign Up Now!" class="button" type="submit" />
  15.  
  16. </form>
  17. </div>
  18.  
  19. <p id='credits'>Powered By : <a href='http://www.zubytech.com'>ZubyTech</a></p>
  20.  
  21. </div>
  22.  
  23. <style type='text/css'>
  24. #byard-emailsubsocial {
  25. width: 300px;
  26. height: 330px;
  27. border: 1px solid #ddd;
  28. border-radius: 5px 5px 0px 0px;
  29. }
  30. #byard-emailsubsocial .heading {
  31. padding: 15px 25px;
  32. line-height: 35px;
  33. font-size: 26px;
  34. font-weight: 600;
  35. font-family: open sans;
  36. color: rgb(170, 170, 170);
  37. text-align: center;
  38. text-shadow: 0px 1px rgba(255, 255, 255, 0.75);
  39. background: none repeat scroll 0% 0% rgb(247, 247, 247);
  40. }
  41. #byard-emailsubsocial p {
  42. font-family: open sans;
  43. font-size: 13px;
  44. color: rgb(170, 170, 170);
  45. line-height: 25px;
  46. padding: 10px 20px 0 20px;
  47. margin: 0;
  48. }
  49. #byard-emailsubsocial .emailsub {
  50. padding: 0px 20px 10px 20px;
  51. }
  52. #byard-emailsubsocial .emailsub input {
  53. color: rgb(170, 170, 170);
  54. padding: 10px;
  55. margin-top: 10px;
  56. font-size: 15px;
  57. font-family: open sans;
  58. width: 92%;
  59. border: 1px solid #ccc;
  60. border-bottom: 2px solid #ccc;
  61. border-radius: 5px;
  62. transition:border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  63. }
  64. #byard-emailsubsocial .emailsub input:focus {
  65. border-color:#F4836A;
  66. outline: none;
  67. box-shadow: 0 0 2px 1px #F4836A;
  68. }
  69. #byard-emailsubsocial .emailsub .button {
  70. background: #F4836A;
  71. color: white!important;
  72. border:none;
  73. outline: none;
  74. border-bottom: 3px solid #B3614E;
  75. transition:background .4s linear;
  76. width: 90%;
  77. margin-right: 5%;
  78. margin-left: 5%;
  79. font-weight: 600;
  80. cursor:pointer;
  81. }
  82. #byard-emailsubsocial .emailsub .button:hover{
  83. background: #DD7761;
  84. }
  85.  
  86. #credits {
  87. margin: 0 auto!important;
  88. margin-top: -10px!important;
  89. width: 160px;
  90. }
  91. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement