base_1.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. /*
  2. This file is made by Marketify (2018)
  3. This css file includes all base styles and template's main color (in this tempalte main color is pink(#f00a77)).
  4. Template's main color styles located at the bottom of this file.
  5. */
  6. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
  7. {
  8. background: transparent;
  9. border: 0;
  10. margin: 0;
  11. padding: 0;
  12. vertical-align: baseline;
  13. outline: none;
  14. }
  15. article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  16. display: block;
  17. }
  18. blockquote {
  19. quotes: none;
  20. }
  21. blockquote:before,blockquote:after {
  22. content: '';
  23. content: none;
  24. }
  25. img{
  26. vertical-align:middle;
  27. max-width:100%;
  28. }
  29. iframe{
  30. max-width:100%;
  31. }
  32. del {
  33. text-decoration: line-through;
  34. }
  35. a, i{
  36. -webkit-transition: all .3s ease;
  37. -moz-transition: all .3s ease;
  38. -ms-transition: all .3s ease;
  39. -o-transition: all .3s ease;
  40. transition: all .3s ease;
  41. border:none;
  42. }
  43. a:hover{text-decoration:none;}
  44. h1 { font-size: 45px; }
  45. h2 { font-size: 36px; }
  46. h3 { font-size: 30px; }
  47. h4 { font-size: 24px; }
  48. h5 { font-size: 20px; }
  49. h6 { font-size: 16px; }
  50. h1,h2,h3,h4,h5,h6{font-weight: 600;}
  51. table{
  52. width:100%;
  53. max-width:100%;
  54. text-align:left;
  55. border-collapse: collapse;
  56. border-spacing: 0px;
  57. margin-bottom:15px;
  58. color:#999;
  59. border:1px solid #eee;
  60. }
  61. table tr{
  62. border:1px solid #eee;
  63. }
  64. table th{
  65. vertical-align:top;
  66. color:#333;
  67. background:none;
  68. font-size:16px;
  69. font-weight:normal;
  70. padding:15px 10px;
  71. border:1px solid #eee;
  72. }
  73. table td{
  74. vertical-align:top;
  75. padding:10px;
  76. border:1px solid #eee;
  77. }
  78. code, pre {
  79. padding: 10px;
  80. padding-bottom: 0;
  81. border-left: 3px solid #6FBF71;
  82. border-bottom: 1px solid transparent;
  83. background: #f7f7f7;
  84. overflow-x:scroll;
  85. }
  86. pre{
  87. display: block;
  88. word-break: break-all;
  89. word-wrap: break-word;
  90. }
  91. pre code { white-space: pre-wrap; }
  92. .space10{width:100%; float:left; clear:both; margin-bottom:10px;}
  93. .space20{width:100%; float:left; clear:both; margin-bottom:20px;}
  94. .space30{width:100%; float:left; clear:both; margin-bottom:30px;}
  95. .space40{width:100%; float:left; clear:both; margin-bottom:40px;}
  96. .space50{width:100%; float:left; clear:both; margin-bottom:50px;}
  97. .space60{width:100%; float:left; clear:both; margin-bottom:60px;}
  98. .space70{width:100%; float:left; clear:both; margin-bottom:70px;}
  99. .space80{width:100%; float:left; clear:both; margin-bottom:80px;}
  100. .space90{width:100%; float:left; clear:both; margin-bottom:90px;}
  101. .space100{width:100%; float:left; clear:both; margin-bottom:100px;}
  102. .space200{width:100%; float:left; clear:both; margin-bottom:200px;}
  103. .space300{width:100%; float:left; clear:both; margin-bottom:300px;}
  104. .space400{width:100%; float:left; clear:both; margin-bottom:400px;}
  105. .space500{width:100%; float:left; clear:both; margin-bottom:500px;}
  106. .space1000{width:100%; float:left; clear:both; margin-bottom:1000px;}
  107. /*------------------------------------------------------------------*/
  108. /* x) FORM ELEMENTS
  109. /*------------------------------------------------------------------*/
  110. textarea{
  111. border-radius:0;
  112. font-size:13px;
  113. color:#333;
  114. resize:vertical;
  115. -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  116. -moz-box-sizing: border-box; /* Firefox, other Gecko */
  117. -ms-box-sizing: border-box; /* IE 10 + */
  118. box-sizing: border-box; /* Opera/IE 8+ */
  119. line-height:1.4;
  120. padding:10px!important;
  121. width:100%;
  122. border:1px solid #eee;
  123. -webkit-transition: all .3s ease;
  124. -moz-transition: all .3s ease;
  125. -ms-transition: all .3s ease;
  126. -o-transition: all .3s ease;
  127. transition: all .3s ease;
  128. }
  129. input[type="text"],
  130. input[type="password"],
  131. input[type="datetime"],
  132. input[type="datetime-local"],
  133. input[type="date"],
  134. input[type="month"],
  135. input[type="time"],
  136. input[type="week"],
  137. input[type="number"],
  138. input[type="email"],
  139. input[type="url"],
  140. input[type="search"],
  141. input[type="tel"],
  142. input[type="color"],
  143. .uneditable-input {
  144. border-radius:0;
  145. font-size:13px;
  146. color:#333;
  147. letter-spacing:0.5px;
  148. -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  149. -moz-box-sizing: border-box; /* Firefox, other Gecko */
  150. -ms-box-sizing: border-box; /* IE 10 + */
  151. box-sizing: border-box; /* Opera/IE 8+ */
  152. line-height:1.6;
  153. padding:10px!important;
  154. height:44px;
  155. vertical-align:middle;
  156. border:1px solid #eee;
  157. -webkit-transition: all .3s ease;
  158. -moz-transition: all .3s ease;
  159. -ms-transition: all .3s ease;
  160. -o-transition: all .3s ease;
  161. transition: all .3s ease;
  162. }
  163. textarea:focus,
  164. input[type="text"]:focus,
  165. input[type="password"]:focus,
  166. input[type="datetime"]:focus,
  167. input[type="datetime-local"]:focus,
  168. input[type="date"]:focus,
  169. input[type="month"]:focus,
  170. input[type="time"]:focus,
  171. input[type="week"]:focus,
  172. input[type="number"]:focus,
  173. input[type="email"]:focus,
  174. input[type="url"]:focus,
  175. input[type="search"]:focus,
  176. input[type="tel"]:focus,
  177. input[type="color"]:focus,
  178. .uneditable-input:focus {
  179. border-color:#ccc;
  180. background:#eee;
  181. }
  182. input[type="submit"]{
  183. padding: 13px 15px;
  184. height: 40px;
  185. line-height: 1;
  186. text-transform: uppercase;
  187. font-size: 13px;
  188. font-weight: 600;
  189. text-decoration: none;
  190. letter-spacing: 0.5px;
  191. border:none;
  192. cursor:pointer;
  193. color: #FFF;
  194. background:#777;
  195. -webkit-transition: all .3s ease;
  196. -moz-transition: all .3s ease;
  197. -ms-transition: all .3s ease;
  198. -o-transition: all .3s ease;
  199. transition: all .3s ease;
  200. }
  201. input[type="submit"]:hover{
  202. background:#444;
  203. }
  204. select{
  205. padding:8px;
  206. border:2px solid #eee;
  207. }
  208. input[type="button"]{
  209. cursor:pointer;
  210. -webkit-transition: all .3s ease;
  211. -moz-transition: all .3s ease;
  212. -ms-transition: all .3s ease;
  213. -o-transition: all .3s ease;
  214. transition: all .3s ease;
  215. }