Advertisement
Guest User

WPBR 79652

a guest
May 18th, 2018
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 28.53 KB | None | 0 0
  1. /*****
  2. Theme Name: MH Magazine lite
  3. Theme URI: http://www.mhthemes.com/themes/mh/magazine-lite/
  4. Description: This is the free version of MH Magazine, a clean and modern magazine, news or blog WordPress theme for online magazines, news websites, blogs and other editorial related websites. If you would like to have more features and options to customize your theme, you can purchase the premium version of MH Magazine on our website. To learn more about the theme, support options and to read the documentation, please open the file readme.txt which is included in the download package.
  5. Author: MH Themes
  6. Author URI: http://www.mhthemes.com/
  7. Version: 1.6.1
  8. Tags: fixed-layout, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, rtl-language-support
  9. License: GNU General Public License v2 or later
  10. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  11. Credits: You may remove the link in the footer, but we would appreciate any attribution to our work!
  12. *****/
  13.  
  14. /***** CSS Reset based on the work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0 *****/
  15.  
  16. 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, img, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
  17. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
  18. ol, ul { list-style: none; }
  19. blockquote, q { quotes: none; }
  20. blockquote:before, blockquote:after, q:before, q:after { content:; content: none; }
  21. table { border-collapse: collapse; border-spacing: 0; }
  22.  
  23. /***** Structure *****/
  24.  
  25. html { font-size: 100%; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
  26. body { font-family: ‘Cantarell’, arial, serif; font-size: 11px; font-size: 0.875rem; line-height: 1.6; background: #f7f7f7; word-wrap: break-word; }
  27. .fullbg .custom-background { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  28. .container { width: 980px; margin: 20px auto 0; position: relative; }
  29. .wrapper { padding: 20px; background: #fff; }
  30. .content { width: 620px; overflow: hidden; }
  31. .sidebar, .hp-sidebar { width: 300px; float: left; }
  32. .sb-right { margin-left: 20px; }
  33. .sb-left { margin-right: 20px; }
  34. .left { float: left; }
  35. .right { float: right; }
  36.  
  37. /***** Columns *****/
  38.  
  39. .row [class*=’col-‘]:first-child { margin: 0; }
  40. [class*=’col-‘] { float: left; margin-left: 2.04%; overflow: hidden; }
  41. .col-1-1 { width: 100%; }
  42. .col-1-2 { width: 48.98%; }
  43. .col-1-3 { width: 31.973%; }
  44. .col-2-3 { width: 65.986%; }
  45. .col-1-4 { width: 23.47%; }
  46. .col-3-4 { width: 74.49%; }
  47. .col-1-5 { width: 18.368%; }
  48. .col-1-6 { width: 14.966%; }
  49. .col-1-7 { width: 12.537%; }
  50. .col-1-8 { width: 10.715%; }
  51. .clear { clear: both; }
  52. .clearfix { display: block; }
  53. .clearfix:after { content: “.”; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; margin: 0; padding: 0; }
  54.  
  55. /***** Typography *****/
  56.  
  57. h1 { font-size: 32px; font-size: 2rem; }
  58. h2 { font-size: 24px; font-size: 1.5rem; }
  59. h3 { font-size: 14px; font-size: 1.25rem; }
  60. h4 { font-size: 18px; font-size: 1.125rem; }
  61. h5 { font-size: 16px; font-size: 1rem; }
  62. h6 { font-size: 14px; font-size: 0.875rem; }
  63. h1, h2, h3, h4, h5, h6 { font-family: ‘Cantarell’, arial, serif; color: #000; line-height: 1.3; font-weight: 600; }
  64. b, strong { font-weight: bold; }
  65. i, em { font-style: italic; }
  66. small { font-size: 6px; font-size: 0.375rem; }
  67. big { font-size: 12px; font-size: 1.25rem; }
  68. pre, code { font-family: ‘Cantarell’, arial, serif; margin-bottom: 20px; margin-bottom: 1.25rem; background: #f7f7f7; border: 1px solid #ebebeb; }
  69. pre { padding: 20px; padding: 1.25rem; white-space: pre-wrap; white-space: -o-pre-wrap; white-space: -moz-pre-wrap; white-space: -webkit-pre-wrap; }
  70. kbd { padding: 0px 6px; padding: 0rem 0.375rem; background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 0.1875em; -moz-border-radius: 0.1875em; -moz-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset; -webkit-border-radius: 0.1875em; -webkit-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset; box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset; text-shadow: 0 0.0625em 0 #fff; }
  71. blockquote { font-style: italic; padding: 0px 20px; padding: 0rem 1.25rem; border-left: 3px solid #470304; background: #f7f7f7; color: #000; display: inline-block; }
  72. sup { vertical-align: super; font-size: 10px; font-size: 0.625rem; }
  73. sub { vertical-align: sub; font-size: 10px; font-size: 0.625rem; }
  74. abbr, acronym { border-bottom: 1px dashed; cursor: help; }
  75. cite { color: #9a9b97; }
  76. q { font-style: italic; }
  77. address { font-family: ‘Cantarell’, arial, serif; line-height: 1.5; margin-bottom: 20px; margin-bottom: 1.25rem; }
  78. a { color: #000; text-decoration: none; }
  79. a:hover { color: #470304; text-decoration: underline; }
  80. .mh-excerpt a, .widget-title a { text-decoration: none; }
  81.  
  82. /***** Lists *****/
  83.  
  84. .entry ul, .commentlist ul { list-style: square; }
  85. .entry ol, .commentlist ol { list-style: decimal; }
  86. .entry ul, .commentlist ul, .entry ol, .commentlist ol { margin: 0 0 20px 40px; margin: 0 0 1.25rem 2.5rem; }
  87. .entry ul ul, .commentlist ul ul, .entry ol ol, .commentlist ol ol { margin: 0 0 0 40px; margin: 0 0 0 2.5rem; }
  88. dl { margin: 0 0 10px 20px; margin: 0 0 0.625rem 1.25rem; }
  89. dt, dd { display: list-item; }
  90. dt { list-style-type: square; font-weight: bold; }
  91. dd { list-style-type: circle; margin-left: 20px; margin-left: 1.25rem; }
  92. select { max-width: 100%; }
  93.  
  94. /***** Header *****/
  95.  
  96. .header-wrap { background: #; }
  97. .logo-wrap { padding: 10px; padding: 0.625rem; overflow: hidden; }
  98. .logo { display: inline-block; margin: 10px 5px; }
  99. .logo a { text-decoration: none; }
  100. .logo-name { text-transform: uppercase; text-shadow: 1px 2px 5px #969696; border-bottom: 3px solid #000; display: inline-block; }
  101. .logo-desc { font-size: 14px; font-size: 0.875rem; font-weight: 400; color: #333; text-align: center; }
  102.  
  103. /***** Navigation *****/
  104.  
  105. .main-nav { background: #; text-transform: uppercase; border-bottom: 5px solid #470304; }
  106. .main-nav li { float: left; position: relative; border-left: 1px solid #000; -webkit-transition: background 0.6s ease-out; -moz-transition: background 0.6s ease-out; transition: background 0.6s ease-out; }
  107. .main-nav li:first-child { border: none; }
  108. .main-nav li:hover { background: #470304; }
  109. .main-nav li a { display: block; color: #fff; padding: 0.416em 1em; text-decoration: none; }
  110. .main-nav ul li:hover > ul { display: block; background: #; z-index: 9999; }
  111. .main-nav ul ul { display: none; position: absolute; }
  112. .main-nav ul ul li { width: 13em; border: none; }
  113. .main-nav ul ul ul { left: 100%; top: 0; }
  114. .main-nav .current-menu-item { background: #470304; }
  115.  
  116. /***** FlexSlider Browser Resets – Copyright 2012 WooThemes – GPLv2 license – http://www.gnu.org/licenses/gpl-2.0.html *****/
  117.  
  118. .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }
  119. .slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
  120.  
  121. /***** FlexSlider Default Styles *****/
  122.  
  123. .flexslider { margin: 0; padding: 0; }
  124. .flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
  125. .flexslider .slides img { display: block; }
  126. .flex-pauseplay span { text-transform: capitalize; }
  127. .slides:after { content: “.”; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
  128. html[xmlns] .slides { display: block; }
  129. * html .slides { height: 1%; }
  130. .flex-direction-nav { *height: 0; }
  131. .flex-direction-nav a { width: 30px; height: 30px; margin: -12px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease; }
  132. .flex-direction-nav .flex-next { background-position: 100% 0; right: -36px; display: none; }
  133. .flex-direction-nav .flex-prev { left: -36px; display: none; }
  134. .flex-direction-nav .flex-disabled { opacity: 0.3 !important; filter: alpha(opacity=30); cursor: default; }
  135. .flexslider:hover .flex-next { opacity: 0.8; right: 5px; display: block; }
  136. .flexslider:hover .flex-prev { opacity: 0.8; left: 5px; display: block; }
  137. .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
  138. .flex-control-nav { width: 100%; position: absolute; bottom: 6px; text-align: center; }
  139. .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
  140. .flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  141. .flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); }
  142. .flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }
  143.  
  144. /***** FlexSlider Custom Styles *****/
  145.  
  146. .flexslider { position: relative; zoom: 1; }
  147. .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
  148. .loading .flex-viewport { max-height: 300px; }
  149. .flexslider .slides { zoom: 1; }
  150. .no-js .slides > li:first-child { display: block; }
  151. .slider-normal { width: 680px; max-width: 100%; }
  152. .slide-caption { width: 25em; max-width: 100%; position: absolute; background: #2a2a2a; color: #fff; top: 0; right: 0; border-bottom: 3px solid #470304; opacity: 0.6; filter: alpha(opacity=60); }
  153. .slide-wrap:hover .slide-caption { opacity: 1; filter: alpha(opacity=100); }
  154. .slide-title { color: #fff; margin-bottom: 10px; margin-bottom: 0.625rem; }
  155. .slide-title:hover { color: #470304; }
  156. .slide-data { padding: 10px; padding: 0.625rem; }
  157.  
  158. /***** Posts/Pages *****/
  159.  
  160. .post-header { margin-bottom: 20px; margin-bottom: 1.25rem; }
  161. .entry-title { padding-bottom: 3px; padding-bottom: 0.1875rem; }
  162. .page-title-top, .subheading-top { border-bottom: 3px solid #; }
  163. .page-title { font-size: 24px; font-size: 1.5rem; color: #fff; padding: 0px 10px 3px; padding: 0rem 0.625rem 0.1875rem; margin-bottom: 20px; margin-bottom: 1.25rem; background: #; text-align: center; display: inline-block; }
  164. .subheading { font-size: 15px; font-size: 0.9375rem; color: #fff; line-height: 1.3; font-weight: 400; margin-bottom: 10px; margin-bottom: 0.625rem; padding: 2px 7px 3px; padding: 0.125rem 0.4375rem 0.1875rem; background: #470304; display: inline-block; }
  165. .meta { font-size: 13px; font-size: 0.8125rem; color: #9a9b97; font-style: italic; }
  166. .post-meta { margin-top: 10px; margin-top: 0.625rem; padding: 5px; padding: 0.3125rem; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }
  167. .post-thumbnail { margin-bottom: 20px; margin-bottom: 1.25rem; }
  168. .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry p, .entry blockquote, .entry .flex-vid, .entry row { margin-bottom: 20px; margin-bottom: 1.25rem; }
  169. .entry blockquote p:last-child { margin: 0; }
  170. .entry a { color: #470304; }
  171. .post-tags { margin-bottom: 20px; margin-bottom: 1.25rem; }
  172. .post-tags li { float: left; margin: 0px 6px 6px 0px; margin: 0rem 0.375rem 0.375rem 0rem; background: #555555; }
  173. .post-tags li:hover { background: #470304; }
  174. .post-tags a, .post-tags a:hover { color: #fff; padding: 2px 10px; padding: 0.125rem 0.625rem; display: block; text-decoration: none; }
  175. .related-posts { margin-bottom: 20px; margin-bottom: 1.25rem; }
  176. .related-thumb { float: left; margin-right: 10px; padding: 3px; border: 1px solid #f7f7f7; }
  177. .section-title { padding: 10px; padding: 0.625rem; margin-bottom: 20px; margin-bottom: 1.25rem; background: #f6f6f6; border: 1px solid #d7d8d8; }
  178. .sticky { }
  179.  
  180. /***** Authorbox *****/
  181.  
  182. .author-box { line-height: 1.5; margin-bottom: 20px; margin-bottom: 1.25rem; background: #f7f7f7; border-top: 3px solid #470304; border-bottom: 3px solid #470304; }
  183. .author-box-wrap { padding: 10px; }
  184. .author-box-avatar { float: left; margin-right: 10px; }
  185. .author-box-name { margin-bottom: 10px; }
  186.  
  187. /***** Loop / Archives / Search Results *****/
  188.  
  189. .loop-wrap { padding-bottom: 20px; padding-bottom: 1.25rem; margin-bottom: 20px; margin-bottom: 1.25rem; border-bottom: 1px solid #ebebeb; }
  190. .loop-data { margin-bottom: 10px; margin-bottom: 0.625rem; }
  191. .loop-thumb { float: left; margin-right: 20px; }
  192. .cat-desc { margin-bottom: 30px; margin-bottom: 1.875rem; padding: 20px; padding: 1.25rem; background: #f7f7f7; border-top: 3px solid #470304; border-bottom: 3px solid #470304; }
  193.  
  194. /***** Pagination *****/
  195.  
  196. .post .pagination { padding-bottom: 20px; padding-bottom: 1.25rem; }
  197. .page-numbers { padding: 5px 10px; padding: 0.3125rem 0.625rem; background: #eee; display: inline-block; }
  198. .page-numbers:hover, .current, a:hover .pagelink { background: #470304; color: #fff; text-decoration: none; }
  199. .page-numbers a { display: block; }
  200. .pagelink { padding: 5px 10px; padding: 0.3125rem 0.625rem; background: #470304; color: #fff; }
  201. a .pagelink { background: #eee; color: #444; }
  202. .post-nav a { font-size: 15px; font-size: 0.9375rem; }
  203.  
  204. /***** Footer *****/
  205.  
  206. footer { font-size: 13px; font-size: 0.8125rem; color: #fff; padding: 20px; padding: 1.25rem; background-image: url(http://infantv.com.br/infantv/wp-content/uploads/2016/01/uy9823h0.jpg);}
  207. footer a { color: #f7f7f7; }
  208. .copyright-wrap { width: 980px; margin: 0 auto 20px; }
  209. .copyright { font-size: 12px; font-size: 0.75rem; padding: 0px 5px; padding: 0rem 0.3125rem; }
  210.  
  211. /***** Images / Video *****/
  212.  
  213. img { max-width: 100%; width: auto\9; /* ie8 */ height: auto; vertical-align: bottom; }
  214. .aligncenter { display: block; margin: 0 auto; }
  215. .alignleft { display: inline; float: left; margin: 0 10px 0 0; margin: 0 0.625rem 0 0; }
  216. .alignright { display: inline; float: right; margin: 0 0 0 10px; margin: 0 0 0 0.625rem; }
  217. .wp-caption { max-width: 100%; }
  218. .wp-caption-text { font-size: 12px; font-size: 0.75rem; line-height: 1.4; color: #9a9b97; margin-top: 5px; margin-top: 0.3125rem; display: inline-block; }
  219. .alignleft .wp-caption-text, .alignright .wp-caption-text { margin-bottom: 0; }
  220. .gallery dl { margin: 0; }
  221. .gallery dt { list-style: none; }
  222. .gallery-caption { position: relative; display: none; }
  223.  
  224. /***** Tables *****/
  225.  
  226. table { width: 100%; margin-bottom: 20px; margin-bottom: 1.25rem; border-left: 1px solid #ebebeb; border-top: 1px solid #ebebeb; }
  227. td, th { padding: 5px 10px; padding: 0.3125rem 0.625rem; border-right: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }
  228. th { background-color: #f9f9f9; font-weight: 600; color: #000; }
  229.  
  230. /***** Widgets *****/
  231.  
  232. .widget-title, .footer-widget-title { margin-bottom: 5px; margin-bottom: 1.25rem; }
  233. .footer-widget-title { color: #fff; }
  234. .widget-title, .footer-widget-title { border-bottom: 0px solid #470304; padding-bottom: 3px; }
  235. .sb-widget, .footer-widget { margin-bottom: 20px; margin-bottom: 1.25rem; overflow: hidden; }
  236.  
  237. /***** MH Custom Posts Widget *****/
  238.  
  239. .sb-widget .cp-wrap { padding: 15px 0px; padding: 0.9375rem 0rem; border-bottom: 1px solid #ebebeb; }
  240. .footer-widget .cp-wrap { padding: 5px 0px; padding: 0.3125rem 0rem; border-bottom: 1px solid #454545; }
  241. .cp-widget li:first-child { padding-top: 0; }
  242. .cp-thumb { float: left; margin-right: 10px; margin-right: 0.625rem; }
  243. .cp-widget-title { line-height: 1.3; }
  244. .cp-small { font-size: 13px; font-size: 0.8125rem; }
  245. .cp-small .meta { font-size: 11px; font-size: 0.6875rem; }
  246. .home-wide .cp-small { float: left; width: 50%; min-height: 55px; }
  247. .home-wide .cp-small .cp-data { margin-right: 10px; }
  248. .home-wide .cp-widget .cp-small:first-child { padding-top: 15px; padding-top: 0.9375rem; }
  249.  
  250. /***** Default WordPress Widgets *****/
  251.  
  252. .sb-widget .menu > .menu-item, .sb-widget .cat-item { padding: 5px 0px; padding: 0.375rem 0rem; border-bottom: 1px solid #ebebeb; }
  253. .footer-widget .menu > .menu-item, .footer-widget .cat-item { padding: 5px 0px; padding: 0.3125rem 0rem; border-bottom: 1px solid #454545; }
  254. .sb-widget .menu-item:first-child, .sb-widget .cat-item:first-child, .footer-widget .menu-item:first-child, .footer-widget .cat-item:first-child { padding-top: 0; }
  255. .sb-widget .menu-item, .sb-widget .cat-item, .footer-widget .menu-item, .footer-widget .cat-item { line-height: 1.3; }
  256. #wp-calendar caption { text-align: left; padding: 10px; padding: 0.625rem; background: #f7f7f7; }
  257. #wp-calendar th, #wp-calendar td { padding: 5px 10px; padding: 0.3125rem 0.625rem; text-align: center; }
  258. #wp-calendar th { font-weight: 300; }
  259. #wp-calendar #prev { text-align: left; }
  260. .tagcloud a { margin: 2px; margin: 0.125rem; padding: 2px 10px; padding: 0.125rem 0.625rem; color: #666; white-space: nowrap; display: inline-block; }
  261. .sb-widget .tagcloud a { background: #f6f6f6; }
  262. .footer-widget .tagcloud a { background: #000; }
  263. .tagcloud a:hover, .sb-widget .tagcloud a:hover, .footer-widget .tagcloud a:hover { color: #fff; background: #470304; text-decoration: none; }
  264.  
  265. /***** Comments *****/
  266.  
  267. .no-comments { padding: 10px; padding: 0.625rem; margin-top: 20px; margin-top: 1.25rem; background: #f6f6f6; border: 1px solid #d7d8d8; }
  268. .commentlist { margin-bottom: 40px; margin-bottom: 2.5rem; list-style: none; }
  269. .commentlist .comment .vcard { line-height: 2.5; padding: 10px 0px; padding: 0.625rem 0rem; margin-bottom: 20px; margin-bottom: 1.25rem; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }
  270. .commentlist .comment .avatar { width: 2.5em; height: 2.5em; padding: 2px; padding: 0.125rem; margin-right: 6px; margin-right: 0.375rem; background: #fff; border: 1px solid #f7f7f7; vertical-align: middle; }
  271. .commentlist .bypostauthor .vcard { border-left: 3px solid #470304; }
  272. .commentlist .bypostauthor .avatar { margin-left: 6px; margin-left: 0.375rem; }
  273. .commentlist .children { list-style: none; }
  274. .commentlist h1, .commentlist h2, .commentlist h3, .commentlist h4, .commentlist h5, .commentlist h6 { margin-bottom: 20px; margin-bottom: 1.25rem; }
  275. .comment-text p, .comment-text blockquote { margin-bottom: 20px; margin-bottom: 1.25rem; }
  276. .comment-text blockquote p:last-child { margin: 0; }
  277. .comment-info { color: #470304; margin: 20px 0px; margin: 1.25rem 0rem; }
  278. .comments-pagination { margin-bottom: 20px; margin-bottom: 1.25rem; }
  279. .pinglist { margin-bottom: 20px; margin-bottom: 1.25rem; }
  280. .pinglist .pings:first-child { border-top: 1px solid #ebebeb; }
  281. .pinglist .pings { line-height: 2.5; padding: 10px 0px; padding: 0.625rem 0rem; border-bottom: 1px solid #ebebeb; }
  282.  
  283. /***** Forms *****/
  284.  
  285. input { font-size: 12px; font-size: 0.75rem; padding: 5px; padding: 0.3125rem; border: 1px solid #d7d8d8; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
  286. input[type=text] { width: 60%; }
  287. input[type=text]:hover, textarea:hover { border: 1px solid #470304; }
  288. input[type=submit] { min-width: 75px; color: #fff; padding: 5px 10px; padding: 0.3125rem 0.625rem; background: #470304; text-decoration: none; cursor: pointer; display: inline-block; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; border: 0; }
  289. input[type=submit]:hover { background: #; }
  290. textarea { width: 96%; line-height: 1.5; padding: 5px; padding: 0.3125rem; border: 1px solid #d7d8d8; }
  291.  
  292. /***** Comment Form *****/
  293.  
  294. #respond { padding: 10px; padding: 0.625rem; background: #f6f6f6; border: 1px solid #d7d8d8; }
  295. #respond h3 { margin-bottom: 20px; margin-bottom: 1.25rem; }
  296. #commentform p { margin-bottom: 10px; margin-bottom: 0.625rem; }
  297. #cancel-comment-reply-link { font-size: 12px; font-size: 0.75rem; background: #470304; padding: 5px; padding: 0.3125rem; color: #fff; }
  298. #cancel-comment-reply-link:hover { background: #2a2a2a; text-decoration: none; }
  299. .required { color: #470304; }
  300.  
  301. /***** Contact Form 7 *****/
  302.  
  303. .wpcf7-form { font-size: 12px; font-size: 0.75rem; padding: 10px; padding: 0.625rem; border: 1px solid #d7d8d8; background: #f7f7f7; }
  304. .wpcf7-form input[type=email] { width: 60%; }
  305. .wpcf7-form input[type=email]:hover { border: 1px solid #470304; }
  306. .wpcf7-form p { margin-bottom: 10px; margin-bottom: 0.625rem; }
  307. .wpcf7-response-output { background: #fff; }
  308.  
  309. /***** Críticas *****/
  310.  
  311. coment { font-size: 8px; font-family: ‘Cantarell’, arial, serif; }
  312.  
  313. /***** Searchform *****/
  314.  
  315. #searchform { padding: 5px; padding: 0.3125rem; background: #f6f6f6; border: 1px solid #ebebeb; overflow: hidden; }
  316. #searchform #s { width: 100%; font-size: 12px; font-size: 0.75rem; color: #444; background: none; border: none; }
  317. #searchform #s:focus { outline: none; }
  318. #searchsubmit { display: none; }
  319.  
  320. /***** Shortcodes *****/
  321.  
  322. .ad-label { font-size: 10px; font-size: 0.625rem; }
  323.  
  324. /***** prettyPhoto *****/
  325.  
  326. div.light_square .pp_expand { background: url(./images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; }
  327. div.light_square .pp_expand:hover { background: url(./images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; }
  328. div.light_square .pp_contract { background: url(./images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; }
  329. div.light_square .pp_contract:hover { background: url(./images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; }
  330. div.light_square .pp_close { width: 75px; height: 22px; background: url(./images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; }
  331. div.light_square .pp_nav .pp_play { background: url(./images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
  332. div.light_square .pp_nav .pp_pause { background: url(./images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
  333. div.light_square .pp_arrow_previous { background: url(./images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; }
  334. div.light_square .pp_arrow_next { background: url(./images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; }
  335. div.light_square .pp_next:hover { background: url(./images/prettyPhoto/light_square/btnNext.png) center right no-repeat; cursor: pointer; }
  336. div.light_square .pp_previous:hover { background: url(./images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; }
  337. div.pp_pic_holder a:focus { outline: none; }
  338. div.pp_overlay { background: #000; display: none; left: 0; position: absolute; top: 0; width: 100%; z-index: 9500; }
  339. div.pp_pic_holder { display: none; position: absolute; width: 100px; z-index: 10000; }
  340. .pp_content { height: 40px; min-width: 40px; }
  341. * html .pp_content { width: 40px; }
  342. .pp_content_container { position: relative; text-align: left; width: 100%; }
  343. .pp_content_container .pp_left { padding-left: 20px; }
  344. .pp_content_container .pp_right { padding-right: 20px; }
  345. .pp_content_container .pp_details { float: left; margin: 10px 0 2px; }
  346. .pp_description { display: none; margin: 0; }
  347. .pp_social { float: left; margin: 0; }
  348. .pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
  349. .pp_social .twitter { float: left; }
  350. .pp_nav { clear: right; float: left; margin: 3px 10px 0 0; }
  351. .pp_nav p { float: left; white-space: nowrap; margin: 2px 4px; }
  352. .pp_nav .pp_play, .pp_nav .pp_pause { float: left; margin-right: 4px; text-indent: -10000px; }
  353. a.pp_arrow_previous, a.pp_arrow_next { display: block; float: left; height: 15px; margin-top: 3px; overflow: hidden; text-indent: -10000px; width: 14px; }
  354. .pp_hoverContainer { position: absolute; top: 0; width: 100%; z-index: 2000; }
  355. .pp_gallery { display: none; left: 50%; margin-top: -50px; position: absolute; z-index: 10000; }
  356. .pp_gallery div { float: left; overflow: hidden; position: relative; }
  357. .pp_gallery ul { float: left; height: 35px; position: relative; white-space: nowrap; margin: 0 0 0 5px; padding: 0; }
  358. .pp_gallery ul a { border: 1px rgba(0, 0, 0, 0.5) solid; display: block; float: left; height: 33px; overflow: hidden; }
  359. .pp_gallery ul a img { border: 0; }
  360. .pp_gallery li { display: block; float: left; margin: 0 5px 0 0; padding: 0; }
  361. .pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next { margin-top: 7px !important; }
  362. a.pp_expand, a.pp_contract { cursor: pointer; display: none; height: 20px; position: absolute; right: 30px; text-indent: -10000px; top: 10px; width: 20px; z-index: 20000; }
  363. a.pp_close { position: absolute; right: 0; top: 0; display: block; line-height: 22px; text-indent: -10000px; }
  364. .pp_loaderIcon { display: block; height: 24px; left: 50%; position: absolute; top: 50%; width: 24px; margin: -12px 0 0 -12px; }
  365. #pp_full_res { line-height: 1 !important; }
  366. #pp_full_res .pp_inline { text-align: left; }
  367. #pp_full_res .pp_inline p { margin: 0 0 15px; }
  368. div.ppt { color: #fff; display: none; font-size: 17px; z-index: 9999; margin: 0 0 5px 15px; }
  369. div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline { color: #000; }
  370. div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a { border-color: #fff; }
  371. div.light_square .pp_details { position: relative; }
  372. div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content { background: #fff; }
  373. div.light_square .pp_description { margin-right: 85px; }
  374. div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
  375. div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
  376. div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
  377. div.light_square .pp_loaderIcon { background: url(./images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }
  378. .pp_top, .pp_bottom { height: 20px; position: relative; }
  379. * html .pp_top, * html .pp_bottom { padding: 0 20px; }
  380. .pp_top .pp_left, .pp_bottom .pp_left { height: 20px; left: 0; position: absolute; width: 20px; }
  381. .pp_top .pp_middle, .pp_bottom .pp_middle { height: 20px; left: 20px; position: absolute; right: 20px; }
  382. * html .pp_top .pp_middle, * html .pp_bottom .pp_middle { left: 0; position: static; }
  383. .pp_top .pp_right, .pp_bottom .pp_right { height: 20px; left: auto; position: absolute; right: 0; top: 0; width: 20px; }
  384. .pp_fade, .pp_gallery li.default a img { display: none; }
  385.  
  386. RTL.css
  387.  
  388. /***** Stylesheet to support RTL languages *****/
  389.  
  390. body { direction: rtl; unicode-bidi: embed; }
  391. .sidebar, .hp-sidebar { float: right; }
  392. .sb-right { margin-right: 20px; margin-left: 0; }
  393. .sb-left { margin-left: 20px; margin-right: 0; }
  394. .left { float: right; }
  395. .right { float: left; }
  396. .home-wide .cp-small { float: right; }
  397. .home-wide .cp-small .cp-data { margin-left: 10px; margin-right: 0; }
  398. [class*=’col-‘] { float: right; margin-right: 2.04%; margin-left: 0; }
  399. .entry ul, .commentlist ul, .entry ol, .commentlist ol { margin: 0px 40px 20px 0px; margin: 0rem 2.5rem 1.25rem 0rem; }
  400. .entry ul ul, .commentlist ul ul, .entry ol ol, .commentlist ol ol { margin: 0px 40px 0px 0px; margin: 0rem 2.5rem 0rem 0rem; }
  401. dl { margin: 0px 20px 10px 0px; margin: 0rem 1.25rem 0.625rem 0rem; }
  402. dd { margin-right: 20px; margin-right: 1.25rem; margin-left: 0; }
  403. blockquote { border-right: 3px solid #e64946; border-left: none; }
  404. .main-nav li { float: right; border-left: 1px solid #000; border-right: none; }
  405. .main-nav ul ul ul { right: 100%; left: auto; }
  406. .slide-caption { left: 0; right: auto; }
  407. .post-tags li { float: right; margin: 0px 0px 6px 6px; margin: 0rem 0rem 0.375rem 0.375rem; }
  408. .author-box-avatar { float: right; margin-left: 10px; margin-left: 0.625rem; margin-right: 0; }
  409. .related-thumb { float: right; margin-left: 10px; margin-right: 0; }
  410. .loop-thumb { float: right; margin-left: 20px; margin-right: 0; }
  411. .wp-caption-text { right: 0; left: auto; }
  412. .alignleft { margin: 0 20px 0 0; margin: 0 1.25rem 0 0; }
  413. .alignright { margin: 0 0 0 20px; margin: 0 0 0 1.25rem; }
  414. .cp-thumb, .uw-avatar { float: right; margin-left: 10px; margin-left: 0.625rem; margin-right: 0; }
  415. #wp-calendar caption, #wp-calendar #prev { text-align: right; }
  416. .commentlist .comment .avatar { margin-left: 6px; margin-left: 0.375rem; margin-right: 0; }
  417. .commentlist .bypostauthor .vcard { border-right: 3px solid #e64946; border-left: 0; }
  418. .commentlist .bypostauthor .avatar { margin-right: 6px; margin-right: 0.375rem; margin-left: 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement