Advertisement
Guest User

Untitled

a guest
Apr 9th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. @media all {
  2. .bkbcol-1-2, .bkbcol-6-12 {
  3. width: 100%;
  4. }
  5. #suggest > input {
  6. border:1px solid #fff!important;
  7. }
  8. .suggestionsBox {
  9. border:1px solid #fff;
  10. }
  11. .bkb-box-layout {
  12. -webkit-box-shadow: 0 2px 4px #d9d9d9;
  13. -moz-box-shadow: 0 2px 4px #d9d9d9;
  14. box-shadow: 0 2px 4px #d9d9d9;
  15. border-right:none!important;
  16. border-left:none!important;
  17. border-bottom:none!important;
  18. border-top: 5px solid #0039a6!important;
  19. }
  20. .bkb-category-view-all-box > a {
  21. color:#0039a6!important;
  22. }
  23. #s.s.search_icon {
  24. border:1px solid lightgray!important;
  25. }
  26. .bkbcol-4-12.bkb-tpl-sidebar-pad {
  27. padding:0px 12px 0px 12px;
  28. }
  29. .bkbcol-4-12.bkb-tpl-sidebar-pad > .content {
  30. border-top:5px solid #0039a6;
  31. -webkit-box-shadow: 0 2px 4px #d9d9d9;
  32. -moz-box-shadow: 0 2px 4px #d9d9d9;
  33. box-shadow: 0 2px 4px #d9d9d9;
  34. padding:15px;
  35. margin-bottom:15px;
  36. }
  37. h1.widget-title {
  38. font-size:24px;
  39. }
  40. .bkbcol-8-12.bkb-tpl-content-pad {
  41. padding:0px 12px 0px 12px;
  42. }
  43. h1.bkbm-archive-title {
  44. margin-bottom:0px!important;
  45. margin-top:0px!important;
  46. }
  47. .bkbm-breadcrumbs {
  48. margin-bottom:0px!important;
  49. }
  50. .bkbm-archive-title > span {
  51. font-size:50px!important;
  52. }
  53. .bkb-tpl-content-pad > .content > .bkb-taxonomy-content > #form {
  54. display:none!important;
  55. }
  56. .rectangle-list a:hover:before {
  57. -moz-transform: none!important;
  58. -webkit-transform: none!important;
  59. -moz-transform: none!important;
  60. -ms-transform: none!important;
  61. -o-transform: none!important;
  62. transform: none!important;
  63. }
  64. .rectangle-list li a {
  65. -webkit-transition:.2s all ease;
  66. border:1px solid rgb(245,245,245)!important;
  67. background:rgb(245,245,245)!important;
  68. }
  69. .rectangle-list li a::before, .rectangle-list li a:hover {
  70. background: #fff!important;
  71. color: #0039a6!important;
  72. border:1px solid #0039a6!important;
  73. text-decoration:none!important;
  74. }
  75. .bkbm-single-title, .bkbm-archive-title {
  76. font-size:50px!important;
  77. line-height:58px!important;
  78. margin:0px!important;
  79. margin-bottom:10px!important;
  80. padding-bottom:20px;
  81. }
  82. .bkbm-single-title {
  83. border-bottom:1px solid rgb(230,230,230);
  84. }
  85. .bkbm-breadcrumbs > ul > li {
  86. font-size:14px!important;
  87. color:#000!important;
  88. }
  89. .kb-sidebar-title {
  90. margin:0px 0px 5px 0px!important;
  91. }
  92. .bkb-wrapper ul.bkb-tabs {
  93. z-index: 20!important;
  94. }
  95. .bkb-ques-form-container {
  96. border-top: 5px solid #0039a6;
  97. -webkit-box-shadow: 0 2px 4px #d9d9d9;
  98. -moz-box-shadow: 0 2px 4px #d9d9d9;
  99. box-shadow: 0 2px 4px #d9d9d9;
  100. padding:15px;
  101. margin-bottom:12px;
  102. }
  103. .bkb-ques-form-container > h2 {
  104. font-size:36px!important;
  105. font-weight:300;
  106. margin:0!important;
  107. }
  108. .bkb_related_posts {
  109. display:none!important;
  110. }
  111. .bkbcol-4-12.bkb-tpl-sidebar-pad > .content, .bkbcol-8-12.bkb-tpl-content-pad > .content {
  112. float:none!important;
  113. width:100%!important;
  114. }
  115. #num1, #num2, #captcha {
  116. padding:0px!important;
  117. }
  118. .bkb-wrapper ul.bkb-tabs li.active {
  119. border-color: #0039a6 !important;
  120. }
  121. .bkbm-breadcrumbs a:hover {
  122. color:#0039a6;
  123. }
  124. .bkb-widget.bkb-categories-list a {
  125. color:#0039a6;
  126. }
  127. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement