Guest User

Untitled

a guest
Dec 21st, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. #mc_embed_signup form {
  2. background-color:#ffffff; /*this is the Aqua color background. Enter another hexidecimal code for the color of you choosing */
  3. display:block;
  4. position:relative;
  5. text-align:left;
  6. padding:10px 0 0px ;
  7. width:960px; /*this is the width of the background bar, you may adjust */
  8. height:45px; /*this is the height of the background bar, you may adjust */
  9. }
  10.  
  11. #mc_embed_signup h2 {
  12. font-weight:bold;
  13. padding:0;
  14. margin:15px 0;
  15. font-size:1.4em;
  16. }
  17.  
  18. #mc_embed_signup input {
  19. -webkit-appearance:none;
  20. }
  21. #mc_embed_signup input[type=checkbox]{
  22. -webkit-appearance:checkbox;
  23. }
  24.  
  25. #mc_embed_signup input[type=radio]{
  26. -webkit-appearance:radio;
  27. }
  28.  
  29. #mc_embed_signup label {
  30. font: 20px sans-serif !important;
  31. font-weight: bold;
  32. float:left;
  33. }
  34.  
  35. #mc_embed_signup input.name{
  36. padding:5px 5px 5px;
  37. font: 18px sans-serif !important;
  38. margin:10px 15px 0 0;
  39. height:16px;
  40. }
  41.  
  42. #mc_embed_signup input:focus {
  43. border-color:#333;
  44. }
  45.  
  46. #mc_embed_signup .button {
  47. position:relative;
  48. display: inline block !important;
  49. margin:-48px 0px 0px 630px;
  50. padding:5px;
  51. text-align: center;
  52. text-decoration: none;
  53. vertical-align: top;
  54. white-space: nowrap;
  55. width: 80px;
  56. }
  57.  
  58. #mc_embed_signup .button:hover {
  59.  
  60. }
  61.  
  62. #mc_embed_signup .small-meta {
  63. font-size: 11px;
  64. }
  65.  
  66. #mc_embed_signup .nowrap {
  67. white-space:nowrap;
  68. }
  69.  
  70. #mc_embed_signup .clear {
  71. clear:none;
  72. display:inline;
  73. }
  74.  
  75. #mc_embed_signup label {
  76. position: relative;
  77. font-size:14px;
  78. left:100px;
  79. color:#ffffff;
  80. padding-top: -70px;
  81. overflow:hidden;
  82. }
  83.  
  84. #mc_embed_signup input.email {
  85. position: relative;
  86. display: inline block !important;
  87. font: 14px sans-serif !important;
  88. float:left;
  89. padding:5px 10px;
  90. text-indent:8px;
  91. width:15%;
  92. min-width:200px;
  93. max-width: 360px;
  94. padding-top: 5px;
  95. padding-right: 13px;
  96. padding-bottom: 5px;
  97. margin:-22px 0px 0px 390px;
  98. height:16px;
  99. }
  100.  
  101. #mc_embed_signup input.button {
  102. width:10%;
  103. min-width:80px;
  104. }
  105.  
  106. #mc_embed_signup div#mce-responses {
  107. float:left;
  108. top:-1.4em;
  109. padding:0em .5em 0em .5em;
  110. overflow:hidden;
  111. width:90%;
  112. margin: 0 5%;
  113. clear: both;
  114. }
  115.  
  116. #mc_embed_signup div.response {
  117. margin:1em 0;
  118. padding:1em .5em .5em 0;
  119. font-weight:bold;
  120. float:left;
  121. top:-1.5em;
  122. z-index:1;
  123. width:80%;
  124. }
  125.  
  126. #mc_embed_signup #mce-error-response {
  127. display:none;
  128. }
  129.  
  130. #mc_embed_signup #mce-success-response {
  131. color:#529214;
  132. display:none;
  133. }
  134.  
  135. #mc_embed_signup label.error {
  136. display:block;
  137. float:none;
  138. width:auto;
  139. margin-left:1.05em;
  140. text-align:left;
  141. padding:.5em 0;
  142. }
Advertisement
Add Comment
Please, Sign In to add comment