blog-m.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. /**
  2. * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
  3. * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
  4. *
  5. * Glory to Ukraine! Glory to the heroes!
  6. */
  7. .clearfix:after {
  8. content:"";
  9. display:table;
  10. clear:both;
  11. }
  12. .post-holder {
  13. padding-bottom: 20px;
  14. margin-bottom: 20px;
  15. background: #F5F5F5;
  16. padding: 20px;
  17. }
  18. .post-holder:hover {
  19. box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
  20. position: relative;
  21. z-index: 2;
  22. }
  23. .post-holder .post-header {position:relative;}
  24. .post-holder .post-header .post-info {padding: 0 0 10px 0;}
  25. .post-holder .post-header .post-info .item,
  26. .post-holder .post-header .post-info .dash {display: inline-block;}
  27. .post-holder .post-header .post-info .label {font-weight: 700;}
  28. .post-holder .post-header .post-info .value {font-style: italic;}
  29. .post-list {
  30. margin-top: 20px;
  31. margin-bottom: 20px;
  32. list-style: none;
  33. }
  34. .post-list .post-content .post-read-more {padding-top:10px; float:right;}
  35. .blog-category-view .category-content {padding-left: 40px;}
  36. .post-content .post-description img {margin:0 15px 0 15px;}
  37. .post-content .post-description ul,
  38. .post-content .post-description ol {list-style-position: inside;}
  39. .post-content .post-description .post-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
  40. .post-content .post-description .post-ftimg-hld img {width:100%; padding:0px; margin:0px;}
  41. @media (max-width: 496px) {
  42. .post-content .post-description .post-ftimg-hld {width: 100%; margin:0px;}
  43. }
  44. .post-list .post-header .post-title {max-width:80%;}
  45. .post-list .post-header .post-title a {
  46. text-decoration: none;
  47. font-size: 22px;
  48. color: #636363;
  49. }
  50. .post-list .post-header .post-title {
  51. margin: 0px;
  52. padding: 10px 0;
  53. float:left;
  54. }
  55. .post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 20px;}
  56. .post-list .hidden {display:none;}
  57. .post-view .post-holder .post-header .addthis_toolbox {float: right;}
  58. .post-view .post-bottom {margin-top:30px;}
  59. .post-view .post-nextprev-hld {margin-bottom: 30px;}
  60. .post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
  61. .post-view .post-nextprev-hld .prev-link {float:left}
  62. .post-view .post-nextprev-hld .next-link {float:right}
  63. .post-view .post-gallery {margin:15px 0 15px 0}
  64. .post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
  65. .post-view .post-gallery .gallery-image{padding: 0px; margin:0px; display:block}
  66. .post-view .block {margin-bottom: 30px;}
  67. .widget.block-recent-posts .block-content .item {
  68. padding: 8px 0 0px 0px;
  69. }
  70. .widget.block-categories ul {
  71. list-style: initial;
  72. padding-left:0px;
  73. }
  74. .widget.block-categories ul ul {
  75. margin-left:20px;
  76. }
  77. .widget.block-categories ul,
  78. .widget.block-categories li {
  79. margin: 5px 0 5px 9px;
  80. padding: 0px;
  81. }
  82. .widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}
  83. .widget.blog-search {
  84. width:100%;
  85. margin-bottom: 40px;
  86. position: relative;
  87. float: right;
  88. padding-left: 15px;
  89. z-index: 4;
  90. }
  91. .widget.blog-search .block-content {
  92. margin-bottom: 0;
  93. }
  94. .widget.blog-search label {
  95. border: 0;
  96. clip: rect(0, 0, 0, 0);
  97. height: 1px;
  98. margin: -1px;
  99. overflow: hidden;
  100. padding: 0;
  101. position: absolute;
  102. width: 1px;
  103. text-decoration: none;
  104. display: inline-block;
  105. float: right;
  106. }
  107. .widget.blog-search .control {
  108. border-top: 0;
  109. margin: 0;
  110. padding: 0;
  111. clear: both;
  112. }
  113. .widget.blog-search input {
  114. position: static;
  115. padding-right: 35px;
  116. margin: 0;
  117. left: -300%;
  118. }
  119. .widget.blog-search .action.search {
  120. position: absolute;
  121. right: 10px;
  122. top: 0;
  123. z-index: 1;
  124. display: inline-block;
  125. background-image: none;
  126. background: none;
  127. -moz-box-sizing: content-box;
  128. border: 0;
  129. box-shadow: none;
  130. line-height: inherit;
  131. margin: 0;
  132. padding: 0;
  133. text-decoration: none;
  134. text-shadow: none;
  135. font-weight: 400;
  136. }
  137. .widget.blog-search .action.search:before {
  138. -webkit-font-smoothing: antialiased;
  139. font-size: 16px;
  140. line-height: 32px;
  141. color: #8f8f8f;
  142. content: '\e615';
  143. font-family: 'luma-icons';
  144. margin: 0;
  145. vertical-align: top;
  146. display: inline-block;
  147. font-weight: normal;
  148. overflow: hidden;
  149. speak: none;
  150. text-align: center;
  151. }
  152. .widget.blog-search .action.search > span {
  153. border: 0;
  154. clip: rect(0, 0, 0, 0);
  155. height: 1px;
  156. margin: -1px;
  157. overflow: hidden;
  158. padding: 0;
  159. position: absolute;
  160. width: 1px;
  161. }
  162. /* Tag claud widget */
  163. .widget.block-tagclaud .smallest{font-size: 0.75em}
  164. .widget.block-tagclaud .small{font-size:1em}
  165. .widget.block-tagclaud .medium{font-size:1.25em}
  166. .widget.block-tagclaud .large{font-size:1.5em}
  167. .widget.block-tagclaud .largest{font-size:2em}
  168. .blog-widget-recent .post-list {
  169. padding: 0px;
  170. margin: 0px;
  171. }
  172. .blog-widget-recent .post-holder {
  173. width: 29%;
  174. float: left;
  175. margin: 5px;
  176. }
  177. .blog-widget-recent .post-description .post-text-hld {
  178. max-height: 150px;
  179. min-height: 150px;
  180. overflow-y: auto;
  181. }
  182. .blog-widget-recent-masonry .post-description .post-text-hld {
  183. max-height: none;
  184. min-height: 0;
  185. }
  186. .blog-widget-recent-masonry .post-description .post-ftimg-hld {
  187. width: 100%;
  188. margin: 0px;
  189. }
  190. .mfblog-autoloader {text-align: center;}
  191. .mfblog-autoloader .mfblog-show-onload {display: none;}
  192. @media (max-width: 420px) {
  193. #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
  194. }