Advertisement
contatowellington

Untitled

Jul 13th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. .formContato {
  2. width: 100%;
  3. margin: 0 auto;
  4. }
  5.  
  6. .formContato input {
  7. width: 100%;
  8. margin-left: 10px;
  9. margin-right: 10px;
  10. }
  11.  
  12. .formContato textarea {
  13. width: 100%;
  14. margin-left: 10px;
  15. margin-right: 10px;
  16. }
  17.  
  18. .botaoContato {
  19. margin-left: 10px;
  20. margin-right: 10px;
  21. margin-top: 1px;
  22. }
  23.  
  24. .pgContato input {
  25. padding-left: 20px;
  26. color: #292929;
  27. font-size: 18px;
  28. background-color: #E9E9E9;
  29. border: 1px solid #E9E9E9;
  30. -moz-border-radius: 5px;
  31. -webkit-border-radius: 5px;
  32. border-radius: 5px;
  33. height: 40px;
  34. width: 100%;
  35. float: left;
  36. margin-bottom: 20px;
  37. border-bottom: 1px solid #ccc;
  38. border-left: 1px solid #ccc;
  39. }
  40.  
  41. .pgContato textarea {
  42. padding-left: 20px;
  43. color: #292929;
  44. font-size: 18px;
  45. background-color: #E9E9E9;
  46. border: 1px solid #E9E9E9;
  47. -moz-border-radius: 5px;
  48. -webkit-border-radius: 5px;
  49. border-radius: 5px;
  50. height: 200px;
  51. width: 100%;
  52. float: left;
  53. margin-bottom: 20px;
  54. border-bottom: 1px solid #ccc;
  55. border-left: 1px solid #ccc;
  56. }
  57.  
  58. .botaoContato {
  59. border-radius: 4px;
  60. color: #fff;
  61. padding: 2px 40px;
  62. height: 40px;
  63. margin-top: 18px;
  64. opacity: 0.9;
  65. margin-bottom: 20px;
  66. cursor: pointer;
  67. background: rgb(162,27,27);
  68. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  69. background: -moz-linear-gradient(top, rgb(162,27,27) 0%, rgb(162,27,27) 20%, rgb(162,27,27) 93%, rgb(162,27,27) 100%);
  70. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(162,27,27)), color-stop(20%,rgb(162,27,27)), color-stop(93%,rgb(162,27,27)), color-stop(100%,rgb(162,27,27)));
  71. background: -webkit-linear-gradient(top, rgb(162,27,27) 0%,rgb(162,27,27) 20%,rgb(162,27,27) 93%,rgb(162,27,27) 100%);
  72. background: -o-linear-gradient(top, rgb(162,27,27) 0%,rgb(162,27,27) 20%,rgb(162,27,27) 93%,rgb(162,27,27) 100%);
  73. background: -ms-linear-gradient(top, rgb(162,27,27) 0%,rgb(162,27,27) 20%,rgb(162,27,27) 93%,rgb(162,27,27) 100%);
  74. background: linear-gradient(to bottom, rgb(162,27,27) 0%,rgb(162,27,27) 20%,rgb(162,27,27) 93%,rgb(162,27,27) 100%);
  75. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a21b1b', endColorstr='#a21b1b',GradientType=0 );
  76. display: inline-block;
  77. border: none;
  78. border-bottom: 1px solid #500707;
  79. border-right: 1px solid #500707;
  80. }
  81.  
  82. .botaoContato:hover {
  83. opacity: 1.0;
  84. transition: 1s;
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement