Advertisement
Guest User

Untitled

a guest
May 23rd, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.96 KB | None | 0 0
  1.  
  2. /* http://meyerweb.com/eric/tools/css/reset/
  3.    v2.0 | 20110126
  4.    License: none (public domain)
  5. */
  6.  
  7. html, body, div, span, applet, object, iframe,
  8. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  9. a, abbr, acronym, address, big, cite, code,
  10. del, dfn, em, img, ins, kbd, q, s, samp,
  11. small, strike, strong, sub, sup, tt, var,
  12. b, u, i, center,
  13. dl, dt, dd, ol, ul, li,
  14. fieldset, form, label, legend,
  15. table, caption, tbody, tfoot, thead, tr, th, td,
  16. article, aside, canvas, details, embed,
  17. figure, figcaption, footer, header, hgroup,
  18. menu, nav, output, ruby, section, summary,
  19. time, mark, audio, video {
  20.     margin: 0;
  21.     padding: 0;
  22.     border: 0;
  23.     font-size: 100%;
  24.     vertical-align: baseline;
  25. }
  26. /* HTML5 display-role reset for older browsers */
  27. article, aside, details, figcaption, figure,
  28. footer, header, hgroup, menu, nav, section {
  29.     display: block;
  30. }
  31. body {
  32.     line-height: 1;
  33. }
  34. ol, ul {
  35.     list-style: none;
  36. }
  37. blockquote, q {
  38.     quotes: none;
  39. }
  40. blockquote:before, blockquote:after,
  41. q:before, q:after {
  42.     content: '';
  43.     content: none;
  44. }
  45. table {
  46.     border-collapse: collapse;
  47.     border-spacing: 0;
  48. }
  49.  
  50. .clear {
  51.     clear:both;
  52. }
  53.  
  54.  
  55. /* Break Points
  56. */
  57.  
  58. /* Smaller than 1200px (devices and browsers) */
  59. @media only screen and (max-width:1199px) {
  60.  
  61. }
  62.  
  63. /* Smaller than standart 960px (devices and browsers) */
  64. @media only screen and (max-width:959px) {
  65.  
  66. }
  67.  
  68. /* Tablet Portrait size to standart 960px (devices and browsers) */
  69. @media only screen and (min-width:768px) and (max-width:959px) {}
  70.  
  71. /* All Mobile Sizes (devices and browsers) */
  72. @media only screen and (max-width:767px) {
  73.     .ecommerce_layout .item .details {
  74.         display:inline-block!important;
  75.     }
  76. }
  77.  
  78. /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  79. @media only screen and (min-width:480px) and (max-width:767px) {}
  80.  
  81. /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  82. @media only screen (max-width:479px) {}
  83.  
  84.  
  85.  
  86. /* Basement styles
  87. */
  88.  
  89. body {
  90.     background:#F8F8F8;
  91. }
  92.  
  93. .boxed-content {
  94.     background-color:#fff;
  95.     margin-top:-10px!important;
  96.     padding-top:15px!important;
  97.     box-shadow:0px 0px 100px rgba(0,0,0,1);
  98. }
  99.  
  100. a:hover {
  101.     text-decoration:underline;
  102. }
  103.  
  104. .basement {
  105.     border:1px solid #DCE1E8;
  106.     background-color:#FFFFFF;
  107. }
  108.  
  109. .basement_title {
  110.     font-size:130%;
  111.     color:#2f343b;
  112.     height:35px;
  113.     font-size:130%;
  114.     color:#777;
  115.     font-weight: 300;
  116.     padding:15px 25px;
  117. }
  118.  
  119. .basement_status {
  120.     float:right;
  121. }
  122.  
  123. .basement_content {
  124.     margin: 20px 25px;
  125. }
  126.  
  127. #page_preloader {
  128.     position:fixed;
  129.     top:0px;
  130.     height:3px;
  131.     padding:0px;
  132.     margin:0px;
  133.     z-index:9999;
  134. }
  135.  
  136. #page_preloader.progress {
  137.     background:#DDDDDD;
  138. }
  139.  
  140. #page_preloader > .indeterminate {
  141.     background:#B63738;
  142. }
  143.  
  144. .card_basement {
  145.     background: #fff;
  146.     border: 1px solid #ccc;
  147.     box-shadow: 0 0 5px #eee;
  148.     border-radius:0;
  149.     margin-bottom:20px;
  150.     padding:0px;
  151. }
  152.  
  153. #top_wrapper {
  154.     background-color:#fff;
  155.     padding-bottom:30px;
  156.     border-bottom:1px solid #F1F1F1;
  157. }
  158.  
  159. #content-wrapper {
  160.     margin-top:-59px;
  161. }
  162.  
  163. .pagination_wrapper {
  164.     margin:10px auto;
  165.     text-align:center;
  166. }
  167.  
  168. .pagination {
  169.     height: 30px;
  170.     line-height: 30px;
  171.     display:inline-block;
  172. }
  173.  
  174. .owl-item {
  175.     -webkit-transform: translateZ(0);
  176. }
  177.  
  178.  
  179. /* Helpers
  180. */
  181.  
  182. .fs-12 {
  183.     font-size:12px;
  184. }
  185.  
  186. .responsive_image {
  187.     width:100%;
  188. }
  189.  
  190. .pull-left {
  191.     float:left;
  192. }
  193.  
  194. .pull-right {
  195.     float:right;
  196. }
  197.  
  198.  
  199.  
  200. /* Own waves
  201. =============
  202. The alpha value allows the text and background color
  203.  of the button to still show through.
  204. */
  205. .waves-effect.waves-blue .waves-ripple {
  206.   background-color: rgba(68, 128, 246, 0.65);
  207. }
  208.  
  209.  
  210.  
  211. /* Header styles
  212. */
  213.  
  214. #header {
  215.     z-index: 1;
  216.     padding:0px;
  217.     margin:0;
  218. }
  219.  
  220. .header-big {
  221.     min-height: 170px;
  222. }
  223.  
  224. .header-small {
  225.     height:92px;
  226. }
  227.  
  228. .header-micro {
  229.     height:46px;
  230. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement