Advertisement
contatowellington

Untitled

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