base.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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. width: 100%;
  29. max-height: 100%;
  30. }
  31. iframe{
  32. max-width:100%;
  33. }
  34. del {
  35. text-decoration: line-through;
  36. }
  37. a, i{
  38. -webkit-transition: all .3s ease;
  39. -moz-transition: all .3s ease;
  40. -ms-transition: all .3s ease;
  41. -o-transition: all .3s ease;
  42. transition: all .3s ease;
  43. border:none;
  44. }
  45. a:hover{text-decoration:none;}
  46. h1 { font-size: 45px; }
  47. h2 { font-size: 36px; }
  48. h3 { font-size: 30px; }
  49. h4 { font-size: 24px; }
  50. h5 { font-size: 20px; }
  51. h6 { font-size: 16px; }
  52. h1,h2,h3,h4,h5,h6{font-weight: 600;}
  53. table{
  54. width:100%;
  55. max-width:100%;
  56. text-align:left;
  57. border-collapse: collapse;
  58. border-spacing: 0px;
  59. margin-bottom:15px;
  60. color:#999;
  61. border:1px solid #eee;
  62. }
  63. table tr{
  64. border:1px solid #eee;
  65. }
  66. table th{
  67. vertical-align:top;
  68. color:#333;
  69. background:none;
  70. font-size:16px;
  71. font-weight:normal;
  72. padding:15px 10px;
  73. border:1px solid #eee;
  74. }
  75. table td{
  76. vertical-align:top;
  77. padding:10px;
  78. border:1px solid #eee;
  79. }
  80. code, pre {
  81. padding: 10px;
  82. padding-bottom: 0;
  83. border-left: 3px solid #6FBF71;
  84. border-bottom: 1px solid transparent;
  85. background: #f7f7f7;
  86. overflow-x:scroll;
  87. }
  88. pre{
  89. display: block;
  90. word-break: break-all;
  91. word-wrap: break-word;
  92. }
  93. pre code { white-space: pre-wrap; }
  94. .space10{width:100%; float:left; clear:both; margin-bottom:10px;}
  95. .space20{width:100%; float:left; clear:both; margin-bottom:20px;}
  96. .space30{width:100%; float:left; clear:both; margin-bottom:30px;}
  97. .space40{width:100%; float:left; clear:both; margin-bottom:40px;}
  98. .space50{width:100%; float:left; clear:both; margin-bottom:50px;}
  99. .space60{width:100%; float:left; clear:both; margin-bottom:60px;}
  100. .space70{width:100%; float:left; clear:both; margin-bottom:70px;}
  101. .space80{width:100%; float:left; clear:both; margin-bottom:80px;}
  102. .space90{width:100%; float:left; clear:both; margin-bottom:90px;}
  103. .space100{width:100%; float:left; clear:both; margin-bottom:100px;}
  104. .space200{width:100%; float:left; clear:both; margin-bottom:200px;}
  105. .space300{width:100%; float:left; clear:both; margin-bottom:300px;}
  106. .space400{width:100%; float:left; clear:both; margin-bottom:400px;}
  107. .space500{width:100%; float:left; clear:both; margin-bottom:500px;}
  108. .space1000{width:100%; float:left; clear:both; margin-bottom:1000px;}
  109. /*------------------------------------------------------------------*/
  110. /* x) FORM ELEMENTS
  111. /*------------------------------------------------------------------*/
  112. textarea{
  113. border-radius:0;
  114. font-size:13px;
  115. color:#333;
  116. resize:vertical;
  117. -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  118. -moz-box-sizing: border-box; /* Firefox, other Gecko */
  119. -ms-box-sizing: border-box; /* IE 10 + */
  120. box-sizing: border-box; /* Opera/IE 8+ */
  121. line-height:1.4;
  122. padding:10px!important;
  123. width:100%;
  124. border:1px solid #eee;
  125. -webkit-transition: all .3s ease;
  126. -moz-transition: all .3s ease;
  127. -ms-transition: all .3s ease;
  128. -o-transition: all .3s ease;
  129. transition: all .3s ease;
  130. }
  131. input[type="text"],
  132. input[type="password"],
  133. input[type="datetime"],
  134. input[type="datetime-local"],
  135. input[type="date"],
  136. input[type="month"],
  137. input[type="time"],
  138. input[type="week"],
  139. input[type="number"],
  140. input[type="email"],
  141. input[type="url"],
  142. input[type="search"],
  143. input[type="tel"],
  144. input[type="color"],
  145. .uneditable-input {
  146. border-radius:0;
  147. font-size:13px;
  148. color:#333;
  149. letter-spacing:0.5px;
  150. -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  151. -moz-box-sizing: border-box; /* Firefox, other Gecko */
  152. -ms-box-sizing: border-box; /* IE 10 + */
  153. box-sizing: border-box; /* Opera/IE 8+ */
  154. line-height:1.6;
  155. padding:10px!important;
  156. height:44px;
  157. vertical-align:middle;
  158. border:1px solid #eee;
  159. -webkit-transition: all .3s ease;
  160. -moz-transition: all .3s ease;
  161. -ms-transition: all .3s ease;
  162. -o-transition: all .3s ease;
  163. transition: all .3s ease;
  164. }
  165. textarea:focus,
  166. input[type="text"]:focus,
  167. input[type="password"]:focus,
  168. input[type="datetime"]:focus,
  169. input[type="datetime-local"]:focus,
  170. input[type="date"]:focus,
  171. input[type="month"]:focus,
  172. input[type="time"]:focus,
  173. input[type="week"]:focus,
  174. input[type="number"]:focus,
  175. input[type="email"]:focus,
  176. input[type="url"]:focus,
  177. input[type="search"]:focus,
  178. input[type="tel"]:focus,
  179. input[type="color"]:focus,
  180. .uneditable-input:focus {
  181. border-color:#ccc;
  182. background:#eee;
  183. }
  184. input[type="submit"]{
  185. padding: 13px 15px;
  186. height: 40px;
  187. line-height: 1;
  188. text-transform: uppercase;
  189. font-size: 13px;
  190. font-weight: 600;
  191. text-decoration: none;
  192. letter-spacing: 0.5px;
  193. border:none;
  194. cursor:pointer;
  195. color: #FFF;
  196. background:#777;
  197. -webkit-transition: all .3s ease;
  198. -moz-transition: all .3s ease;
  199. -ms-transition: all .3s ease;
  200. -o-transition: all .3s ease;
  201. transition: all .3s ease;
  202. }
  203. input[type="submit"]:hover{
  204. background:#444;
  205. }
  206. select{
  207. padding:8px;
  208. border:2px solid #eee;
  209. }
  210. input[type="button"]{
  211. cursor:pointer;
  212. -webkit-transition: all .3s ease;
  213. -moz-transition: all .3s ease;
  214. -ms-transition: all .3s ease;
  215. -o-transition: all .3s ease;
  216. transition: all .3s ease;
  217. }