Нет описания

main.css 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. body{
  2. font-family: 'Roboto Condensed', sans-serif;
  3. font-size:16px;
  4. font-weight: 400;
  5. color: #666;
  6. }
  7. article a,
  8. a:hover {
  9. text-decoration: underline !important;
  10. }
  11. h1, h2, h3, h4, h5, h6 {
  12. font-family: 'Gemunu Libre', sans-serif;
  13. font-weight: 500;
  14. letter-spacing: 1px;
  15. }
  16. button, .button {
  17. border-radius: 0 !important;
  18. }
  19. a,
  20. .entry-meta span,
  21. .entry-footer span,
  22. .entry-meta a,
  23. .ghead-meta,
  24. .widget ul li a:hover{
  25. color:#02B290
  26. }
  27. .list-pimg {
  28. position: relative;
  29. height: 100%;
  30. min-height: 250px;
  31. }
  32. .list-pimg img {
  33. left: 0;
  34. right: 0;
  35. min-width: 100%;
  36. min-height: 100%;
  37. position: absolute;
  38. }
  39. .woocommerce ul.products li.product,
  40. .woocommerce-page ul.products li.product {
  41. padding: 0 0 20px 0;
  42. }
  43. .woocommerce ul.products li.product a img{
  44. border: none;
  45. }
  46. .xshopkit-badge span:after{
  47. display: none;
  48. }
  49. .xshopkit-badge span{
  50. padding: 10px;
  51. }
  52. input[type=submit], button, a#clickTop,
  53. .woocommerce #respond input#submit, .woocommerce a.button,
  54. .woocommerce button.button,
  55. .woocommerce input.button,
  56. .woocommerce #respond input#submit.alt,
  57. .woocommerce a.button.alt, button.button,
  58. .entry-content table thead th,
  59. .woocommerce button.button.alt,
  60. .woocommerce input.button.alt,
  61. .xshopkit-badge span:before,
  62. .woocommerce nav.woocommerce-pagination ul li a:focus,
  63. .woocommerce nav.woocommerce-pagination ul li a:hover,
  64. .woocommerce nav.woocommerce-pagination ul li span.current,
  65. .pagination .nav-links a:hover, .pagination .nav-links span{
  66. background:#02B290;
  67. }
  68. .woocommerce .woocommerce-ordering select {
  69. text-align: center;
  70. }