Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. .owl-prev {
  2. width: 15px;
  3. height: 100px;
  4. position: absolute;
  5. top: 0%;
  6. margin-left: -20px;
  7. }
  8.  
  9. .owl-next {
  10. width: 15px;
  11. height: 100px;
  12. position: absolute;
  13. top: 0%;
  14. left: 90%;
  15.  
  16. }
  17. .owl-next i, .owl-prev i{
  18. font-size: 30px;
  19. }
  20. .owl-nav{
  21. display: block!important;
  22. }
  23.  
  24. .form-style-8{
  25. font-family: 'Open Sans Condensed', arial, sans;
  26. max-width: 500px;
  27. padding: 30px;
  28. background: #FFFFFF;
  29. margin: 50px auto;
  30. box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  31. -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  32. -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  33.  
  34. }
  35. .form-style-8 h2{
  36. background: #4D4D4D;
  37. text-transform: uppercase;
  38. font-family: 'Open Sans Condensed', sans-serif;
  39. color: white;
  40. font-size: 18px;
  41. font-weight: 100;
  42. padding: 20px;
  43. margin: -30px -30px 30px -30px;
  44. }
  45. .form-style-8 input[type="text"],
  46. .form-style-8 input[type="date"],
  47. .form-style-8 input[type="datetime"],
  48. .form-style-8 input[type="email"],
  49. .form-style-8 input[type="number"],
  50. .form-style-8 input[type="search"],
  51. .form-style-8 input[type="time"],
  52. .form-style-8 input[type="url"],
  53. .form-style-8 input[type="password"],
  54. .form-style-8 textarea,
  55. .form-style-8 select
  56. {
  57. box-sizing: border-box;
  58. -webkit-box-sizing: border-box;
  59. -moz-box-sizing: border-box;
  60. outline: none;
  61. display: block;
  62. width: 100%;
  63. padding: 7px;
  64. border: none;
  65. border-bottom: 1px solid #ddd;
  66. background: transparent;
  67. margin-bottom: 10px;
  68. font: 16px Arial, Helvetica, sans-serif;
  69. height: 45px;
  70. }
  71. .form-style-8 textarea{
  72. resize:none;
  73. overflow: hidden;
  74. }
  75. .form-style-8 input[type="button"],
  76. .form-style-8 input[type="submit"]{
  77. -moz-box-shadow: inset 0px 1px 0px 0px #4D4D4D;
  78. -webkit-box-shadow: inset 0px 1px 0px 0px #4D4D4D;
  79. box-shadow: inset 0px 1px 0px 0px #4D4D4D;
  80. background-color: #4D4D4D;
  81. border: 1px solid #4D4D4D;
  82. display: inline-block;
  83. cursor: pointer;
  84. color: #FFFFFF;
  85. font-family: 'Open Sans Condensed', sans-serif;
  86. font-size: 14px;
  87. padding: 8px 18px;
  88. text-decoration: none;
  89. text-transform: uppercase;
  90. width: 100%;
  91. border-radius: 5px;
  92. }
  93. .form-style-8 input[type="button"]:hover,
  94. .form-style-8 input[type="submit"]:hover {
  95. background-color:#4D4D4D;
  96. }
  97. .form-style-8 img{
  98. margin-top: 10px;
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement