Advertisement
Guest User

stylesheet.css

a guest
Jun 1st, 2014
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.19 KB | None | 0 0
  1. /*
  2. v2.0
  3. */
  4.  
  5. html, body, div, span, applet, object, iframe,
  6. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  7. a, abbr, acronym, address, big, cite, code,
  8. del, dfn, em, img, ins, kbd, q, s, samp,
  9. small, strike, strong, sub, sup, tt, var,
  10. b, u, i, center,
  11. dl, dt, dd, ol, ul, li,
  12. fieldset, form, label, legend,
  13. table, caption, tbody, tfoot, thead, tr, th, td,
  14. article, aside, canvas, details, embed,
  15. figure, figcaption, footer, header, hgroup,
  16. menu, nav, output, ruby, section, summary,
  17. time, mark, audio, video
  18. {
  19. margin: 0;
  20. padding: 0;
  21. border: 0;
  22. font-size: 100%;
  23. font: inherit;
  24. vertical-align: baseline;
  25. }
  26.  
  27. /* HTML5 display-role reset for older browsers */
  28. article, aside, details, figcaption, figure,
  29. footer, header, hgroup, menu, nav, section { display: block; }
  30. html { overflow-y: scroll; }
  31.  
  32. /* ------ Global ------ */
  33. body
  34. {
  35. line-height: 1;
  36. color: #b3b3b3;
  37. font-family: karla, sans-serif;
  38. font-size: 11px;
  39. background: #ffffff;
  40. }
  41.  
  42. h1, h2, h3, h4, h5, h6
  43. {
  44. color: #000000;
  45. font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  46. font-size: 20px;
  47. font-style: normal;
  48. font-weight: normal;
  49. margin: 0;
  50. }
  51.  
  52. h1
  53. {
  54. font-size: 20px;
  55. line-height: 1.1em;
  56. }
  57.  
  58. h2
  59. {
  60. font-size: 20px;
  61. line-height: 1em;
  62. }
  63.  
  64. a
  65. {
  66. outline: none;
  67. color: #c4c1d1;
  68. text-decoration: underline;
  69. font-style: normal;
  70. font-weight: normal;
  71. }
  72.  
  73. a:hover
  74. {
  75. color: #94cbff;
  76. text-decoration: underline;
  77. font-style: normal;
  78. }
  79.  
  80. blockquote, q { quotes: none; }
  81. blockquote:before, blockquote:after, q:before, q:after { content: none; }
  82.  
  83. table
  84. {
  85. border-collapse: collapse;
  86. border-spacing: 0;
  87. }
  88.  
  89. form div ,table td, table th { padding: 5px; }
  90.  
  91. ::-moz-selection
  92. {
  93. background: #A5A29F;
  94. color: #fff;
  95. text-shadow: none;
  96. }
  97.  
  98. ::selection
  99. {
  100. background: #A5A29F;
  101. color: #fff;
  102. text-shadow: none;
  103. }
  104.  
  105. p { margin: 0; }
  106. p, ul li, ol li { line-height: 1.45em; }
  107. em { font-style: italic; }
  108. strong { font-weight: bold; }
  109.  
  110. /* Required to Render UL and OL elements correclty */
  111. ol { list-style: decimal inside none; }
  112. ul { list-style: disc inside none; }
  113.  
  114. /* ------ ClearFix ------ */
  115. .clearfix:after
  116. {
  117. content: ".";
  118. display: block;
  119. clear: both;
  120. visibility: hidden;
  121. line-height: 0;
  122. height: 0;
  123. }
  124.  
  125. .clearfix { display: inline-block; }
  126. * html .clearfix { height: 1%; }
  127. .clearfix { display: block; }
  128.  
  129. /* Menu Definitions */
  130. #logo { margin: 0 20px 30px; }
  131.  
  132. #logo a
  133. {
  134. text-decoration: none;
  135. color: #000000;
  136. }
  137.  
  138. #logo a img
  139. {
  140. border: 0px;
  141. max-width: 195px;
  142. max-height: 120px;
  143. }
  144.  
  145. #logo h1
  146. {
  147. margin: 0;
  148. z-index: 3333;
  149. }
  150.  
  151. #logo h1 a
  152. {
  153. color: #000000;
  154. font-family: source-sans-pro, sans-serif;
  155. font-size: 11px;
  156. font-style: normal;
  157. font-weight: normal;
  158. line-height: 1.1em;
  159. }
  160.  
  161. #logo h1 a:hover { text-decoration: none; }
  162.  
  163. /* Menu */
  164. /* Menu Navigation */
  165. .menu_wrap { width: 210px; }
  166.  
  167. .menu_wrap .main_nav
  168. {
  169. padding-bottom: 2px;
  170. width: 180px;
  171. *position: relative;
  172. *right: 16px;
  173. }
  174.  
  175. .menu_wrap ul li a
  176. {
  177. color: #5c5c5c;
  178. background: #e0e0e0;
  179. font-family: source-sans-pro, sans-serif;
  180. font-size: 11px;
  181. font-style: normal;
  182. font-weight: normal;
  183. line-height: 1.4;
  184. text-decoration: none;
  185. padding: 3px 6px 3px 1px;
  186. background-color: rgba(0,0,0,0);
  187. }
  188.  
  189. .menu_wrap ul a:hover
  190. {
  191. background: #f6f6f6;
  192. color: #d61c1c;
  193. font-style: normal;
  194. font-weight: normal;
  195. background-color: transparent;
  196. }
  197.  
  198. .menu_wrap ul a:focus,
  199. .menu_wrap ul .selected a
  200. {
  201. background: #f6f6f6;
  202. color: #d61a1a;
  203. font-style: normal;
  204. font-weight: normal;
  205. background-color: transparent;
  206. }
  207.  
  208. .menu_wrap ul .item
  209. {
  210. display: block;
  211. line-height: 1.4;
  212. margin-bottom: 3px;
  213. overflow: hidden;
  214. width: 100%;
  215. *max-width: 185px;
  216. }
  217.  
  218. .menu_wrap ul .item a
  219. {
  220. *display: block;
  221. *max-width: 185px;
  222. }
  223.  
  224. .menu_wrap .category
  225. {
  226. color: #444444;
  227. font-style: normal;
  228. font-weight: bold;
  229. cursor: pointer;
  230. display: block;
  231. font-size: 11px;
  232. font-family: source-sans-pro, sans-serif;
  233. line-height: 1.2;
  234. padding: 0.6em 0;
  235. position: relative;
  236. zoom: 1;
  237. border-top: 1px solid #cccccc;
  238. }
  239.  
  240. .menu_wrap .hover { color: #000000; }
  241.  
  242. .menu_wrap .open_cat,
  243. .menu_wrap .list_end_cat
  244. {
  245. border-bottom: 1px solid #cccccc;
  246. margin: 0 0 4px 0;
  247. }
  248.  
  249. .menu_wrap .category_container
  250. {
  251. overflow: hidden;
  252. display: none;
  253. margin: 0 0 0.5em;
  254. }
  255.  
  256. .menu_wrap .category_container .item { float: left; }
  257.  
  258. /******* TOP *********/
  259. #head_logo
  260. {
  261. float: left;
  262. padding-right: 40px;
  263. max-width: 390px;
  264. text-align: left;
  265. min-height: 30px;
  266. }
  267.  
  268. .gallery .footer_text
  269. {
  270. position: fixed;
  271. bottom: 3px;
  272. margin: 0;
  273. width: 100%;
  274. padding: 3px;
  275. }
  276.  
  277. /* Social Icons */
  278. .social_icons_wrap
  279. {
  280. margin-right: 14px;
  281. width: 180px;
  282. }
  283.  
  284. ul.social_icons
  285. {
  286. float: left;
  287. list-style-type: none;
  288. padding: 0 0 0 1em;
  289. display: none;
  290. font-size: 14px;
  291. width: 100%;
  292. }
  293.  
  294. ul.social_icons li.social_icon
  295. {
  296. -webkit-transition: opacity 0.3s ease;
  297. -moz-transition: opacity 0.3s ease;
  298. -ms-transition: opacity 0.3s ease;
  299. -o-transition: opacity 0.3s ease;
  300. transition: opacity 0.3s ease;
  301. -webkit-border-radius: 11px;
  302. -moz-border-radius: 11px;
  303. border-radius: 11px;
  304. cursor: pointer;
  305. *display: inline;
  306. display: inline-block;
  307. font-family: 'theme_social';
  308. font-size: 12px;
  309. line-height: 18px;
  310. filter: alpha(opacity=60);
  311. opacity: 0.6;
  312. padding: 1px;
  313. position: relative;
  314. text-align: center;
  315. width: 18px;
  316. height: 18px;
  317. zoom: 1;
  318. }
  319.  
  320. ul.social_icons li.social_icon a
  321. {
  322. display: block;
  323. height: 20px;
  324. overflow: hidden;
  325. padding: 0;
  326. filter: alpha(opacity=0);
  327. opacity: 0;
  328. width: 20px;
  329. position: absolute;
  330. top: -1px;
  331. left: 0;
  332. }
  333.  
  334. ul.social_icons li.social_icon:hover
  335. {
  336. filter: alpha(opacity=100);
  337. opacity: 1;
  338. }
  339.  
  340. ul.social_icons li.social_icon { background: #000; }
  341. ul.social_icons li.social_icon:before { color: #fff; }
  342. ul.social_icons li.social_icon a { color: #fff; }
  343.  
  344. /* Share button */
  345. #share_button
  346. {
  347. font-family: "Helvetica", "Arial", sans-serif;
  348. display: inline-block;
  349. *display: inline;
  350. margin-left: 5px;
  351. position: relative;
  352. *right: 0;
  353. /*top: 2px;*/
  354. }
  355.  
  356. #share_button a
  357. {
  358. color: #ffffff;
  359. background: #000000;
  360. margin: 3px 3px 4px 0;
  361. /* was 0 3px 0 0 */
  362. padding: 4px 11px;
  363. position: relative;
  364. font-weight: bold;
  365. line-height: 1em;
  366. letter-spacing: 0.04em;
  367. top: 0;
  368. text-decoration: none;
  369. border-radius: 16px;
  370. -moz-border-radius: 16px;
  371. -webkit-border-radius: 16px;
  372. filter: alpha(opacity=60);
  373. opacity: 0.6;
  374. -webkit-transition: opacity 0.3s ease;
  375. -moz-transition: opacity 0.3s ease;
  376. -ms-transition: opacity 0.3s ease -o-transition: opacity 0.3s ease;
  377. transition: opacity 0.3s ease;
  378. font-family: arial;
  379. font-size: 11px;
  380. }
  381.  
  382. #share_button a:hover,
  383. #share_button a:focus
  384. {
  385. filter: alpha(opacity=100);
  386. opacity: 1;
  387. }
  388.  
  389. /****** CONTENT *******/
  390. .nav
  391. {
  392. float: left;
  393. min-height: 550px;
  394. width: 223px;
  395. height: 100%;
  396. position: fixed;
  397. top: 0;
  398. z-index: 999999;
  399. left: 20px;
  400. }
  401.  
  402. .nav #overlay
  403. {
  404. background: #f5f5f5;
  405. position: absolute;
  406. top: 0;
  407. left: 0;
  408. height: 100%;
  409. width: 100%;
  410. z-index: 0;
  411. opacity: 0.7;
  412. filter: alpha(opacity=70);
  413. }
  414.  
  415. .nav #additional_text
  416. {
  417. color: #888888;
  418. font-family: source-sans-pro, sans-serif;
  419. font-size: 10px;
  420. font-style: normal;
  421. font-weight: normal;
  422. padding: 16px 0 0 0;
  423. }
  424.  
  425. .nav .nav_container
  426. {
  427. position: absolute;
  428. top: 50%;
  429. z-index: 10;
  430. height: 550px;
  431. margin-top: -275px;
  432. text-align: left;
  433. /* This fixes IE7*/
  434. *overflow: visible;
  435. }
  436.  
  437. .nav.left_aligned_menu { text-align: left; }
  438.  
  439. .nav .menu_wrap
  440. {
  441. font-size: 0;
  442. margin-left: 14px;
  443. }
  444.  
  445. .nav .social_icons_wrap
  446. {
  447. position: absolute;
  448. bottom: 12px;
  449. left: 4px;
  450. }
  451.  
  452. .nav .nav_container .jspVerticalBar
  453. {
  454. opacity: 0.7;
  455. filter: alpha(opacity=70);
  456. }
  457.  
  458. /* Center Horizontal Vertically */
  459. .gallery #content { min-height: 550px; }
  460.  
  461. .gallery #content .container
  462. {
  463. position: absolute;
  464. top: 50%;
  465. padding-left: 223px;
  466. height: 550px;
  467. margin-top: -275px;
  468. /* This fixes IE7*/
  469. *overflow: visible;
  470. }
  471.  
  472. /******* GALLERY *********/
  473. .gallery .asset
  474. {
  475. padding: 0;
  476. float: left;
  477. }
  478.  
  479. /* If laoding icon is displayed */
  480. .gallery .asset.loading .img
  481. {
  482. width: 550px;
  483. height: 550px;
  484. }
  485.  
  486. .gallery .asset.loading .img img
  487. {
  488. width: 20px;
  489. height: 20px;
  490. position: absolute;
  491. top: 50%;
  492. left: 50%;
  493. }
  494.  
  495. /* Image Text on Image Assets Popups */
  496. .gallery .image .img { position: relative; }
  497.  
  498. .gallery .image .img img
  499. {
  500. height: 550px;
  501. width: auto;
  502. display: block;
  503. }
  504.  
  505. .gallery .asset .image_text_container
  506. {
  507. margin: 0.75em 0.75em 0 0;
  508. color: #333333;
  509. font-size: 18px;
  510. font-weight: normal;
  511. font-style: normal;
  512. }
  513.  
  514. .gallery .asset.image .image_text_container p { padding-right: 2em; }
  515.  
  516. .gallery .assets
  517. {
  518. margin-left: 2em;
  519. overflow: hidden;
  520. }
  521.  
  522. /* Title Elements */
  523. .gallery .asset.title .wrap { overflow: auto width: 635px; }
  524.  
  525. .gallery .asset.title .wrap
  526. {
  527. height: 550px;
  528. overflow: hidden;
  529. }
  530.  
  531. .gallery .asset.title .asset_img { margin-bottom: 15px; }
  532.  
  533. .gallery .asset.title .asset_copy
  534. {
  535. max-width: 35em;
  536. padding: 1.2em 0 0;
  537. }
  538.  
  539. .gallery .asset.title .inner_wrap { width: 37em; }
  540.  
  541. /* Text Elements */
  542. .gallery .asset.txt .wrap { overflow: auto; }
  543. .gallery .assets .asset.txt .wrap .text_content { padding: 0px 0px 0 0px; }
  544.  
  545. .gallery .assets .asset.txt .wrap
  546. {
  547. height: 600px;
  548. overflow: hidden;
  549. }
  550.  
  551. /*-- Video Element --*/
  552. .youtube_cont.preview img,
  553. .vimeo_cont.preview img
  554. {
  555. display: block;
  556. position: static!important;
  557. }
  558.  
  559. body.gallery .assets .video .embed_container,
  560. body.gallery .assets .video .youtube_cont,
  561. body.gallery .assets .video .vimeo_cont { width: 100%; }
  562. body.gallery .video .embed_container iframe,
  563. body.gallery .video .embed_container a { top: 0; }
  564. body.gallery .assets .video .youtube_cont { background: #000; }
  565. body.gallery .assets.size_550 .video .embed_container img,
  566. body.gallery .assets.size_550 .video .embed_container iframe { height: 550px; }
  567.  
  568. .gallery .assets.size_550 .asset.video .copy
  569. {
  570. width: 95%;
  571. padding: 10px 5% 0 0;
  572. color: #333333;
  573. font-size: 18px;
  574. font-weight: normal;
  575. font-style: normal;
  576. }
  577.  
  578. /* Listing Assets */
  579. body.simple #content,
  580. body.listing #content
  581. {
  582. position: relative;
  583. margin-left: 268px;
  584. margin-right: 100px;
  585. }
  586.  
  587. body.listing #content
  588. {
  589. max-width: 781px;
  590. min-width: 360px;
  591. }
  592.  
  593. body.listing #content .title_element { max-width: 748px; }
  594. body.listing #content .title_element .copy { margin-bottom: 35px; }
  595. body.listing #content .title_element .img { margin-bottom: 2em; }
  596.  
  597. body.listing #content .listing_image
  598. {
  599. float: left;
  600. width: 32%;
  601. margin: 0 2% 2em 0;
  602. }
  603.  
  604. body.listing #content .listing_image.third { margin-right: 0; }
  605. body.listing #content .listing_image.row-third { clear: left; }
  606. body.listing #content .listing_image:hover { opacity: 0.7; }
  607.  
  608. body.listing #content .title_element img,
  609. body.listing #content .listing_image img
  610. {
  611. max-width: 100%;
  612. height: auto;
  613. }
  614.  
  615. body.listing.images_have_text #content .listing_image { margin-bottom: 20px; }
  616.  
  617. body.listing #content .listing_image .copy a
  618. {
  619. text-align: center;
  620. line-height: 1.35em;
  621. text-decoration: none;
  622. margin-top: 5px;
  623. color: #555555;
  624. font-size: 10px;
  625. font-style: normal;
  626. font-weight: normal;
  627. display: block;
  628. }
  629.  
  630. body.listing #content .listing_image:hover .copy a { color: #555555; }
  631. body.simple #menu_container ,
  632. body.listing #menu_container { position: relative; }
  633.  
  634. /* Variable Image Style Definitions */
  635. /* Gallery Containers */
  636. .gallery .asset { margin-right: 2px; }
  637.  
  638. /* JScroll Scrollbard color */
  639. .jspDrag { background: #b3b3b3; }
  640. .jspDrag:hover { background: #b3b3b3; }
  641.  
  642. /* Simple Page */
  643. body.simple#imgsize_fullbrowserheight #content,
  644. body.listing#imgsize_fullbrowserheight #content { padding-top: 14px; }
  645.  
  646. /* Fix to remove blue outline in chrome */
  647. .menu_wrap, .jspContainer, .jspPane, .main_nav
  648. {
  649. outline: 0;
  650. overflow: hidden;
  651. }
  652.  
  653. /* Gallery nav arrows */
  654. .gallery .cursor_right.cursor_black.cursor_s { cursor: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/right/cursor_black_s.png) 22 24, e-resize; }
  655. .gallery .cursor_right.cursor_black.cursor_m { cursor: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/right/cursor_black_m.png) 22 24, e-resize; }
  656. .gallery .cursor_right.cursor_black.cursor_l { cursor: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/right/cursor_black_l.png) 22 24, e-resize; }
  657. .gallery .cursor_left.cursor_black.cursor_s { cursor: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/left/cursor_black_s.png) 0 24, w-resize; }
  658. .gallery .cursor_left.cursor_black.cursor_m { cursor: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/left/cursor_black_m.png) 0 24, w-resize; }
  659. .gallery .cursor_left.cursor_black.cursor_l { cursor: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/left/cursor_black_l.png) 0 24, w-resize; }
  660. .gallery .cursor_right.cursor_white.cursor_s { cursor: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/right/cursor_white_s.png) 22 24, e-resize; }
  661. .gallery .cursor_right.cursor_white.cursor_m { cursor: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/right/cursor_white_m.png) 22 24, e-resize; }
  662. .gallery .cursor_right.cursor_white.cursor_l { cursor: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/right/cursor_white_l.png) 22 24, e-resize; }
  663. .gallery .cursor_left.cursor_white.cursor_s { cursor: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/left/cursor_white_s.png) 0 24, w-resize; }
  664. .gallery .cursor_left.cursor_white.cursor_m { cursor: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/left/cursor_white_m.png) 0 24, w-resize; }
  665. .gallery .cursor_left.cursor_white.cursor_l { cursor: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/left/cursor_white_l.png) 0 24, w-resize; }
  666.  
  667. /* ie8 nav */
  668. .gallery .ie-next, .gallery .ie-prev { display: none; }
  669.  
  670. .ie8 .gallery .ie-next, .ie8 .gallery .ie-prev
  671. {
  672. display: block;
  673. width: 29px;
  674. height: 47px;
  675. position: fixed;
  676. z-index: 2000;
  677. cursor: pointer !important;
  678. }
  679.  
  680. .ie8 .gallery .ie-prev
  681. {
  682. left: 30px;
  683. display: none;
  684. }
  685.  
  686. .ie8 .gallery .ie-next { right: 30px; }
  687. .ie8 .gallery #content { cursor: default !important; }
  688. .gallery .cursor_black.cursor_s .ie-next { background: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/right/cursor_black_s.png) no-repeat; }
  689. .gallery .cursor_black.cursor_m .ie-next { background: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/right/cursor_black_m.png) no-repeat; }
  690. .gallery .cursor_black.cursor_l .ie-next { background: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/right/cursor_black_l.png) no-repeat; }
  691. .gallery .cursor_black.cursor_s .ie-prev { background: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/left/cursor_black_s.png) no-repeat; }
  692. .gallery .cursor_black.cursor_m .ie-prev { background: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/left/cursor_black_m.png) no-repeat; }
  693. .gallery .cursor_black.cursor_l .ie-prev { background: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/left/cursor_black_l.png) no-repeat; }
  694. .gallery .cursor_white.cursor_s .ie-next { background: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/right/cursor_white_s.png) no-repeat; }
  695. .gallery .cursor_white.cursor_m .ie-next { background: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/right/cursor_white_m.png) no-repeat; }
  696. .gallery .cursor_white.cursor_l .ie-next { background: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/right/cursor_white_l.png) no-repeat; }
  697. .gallery .cursor_white.cursor_s .ie-prev { background: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/left/cursor_white_s.png) no-repeat; }
  698. .gallery .cursor_white.cursor_m .ie-prev { background: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/left/cursor_white_m.png) no-repeat; }
  699. .gallery .cursor_white.cursor_l .ie-prev { background: url(http://a1.4ormat.com/theme_versions/511076/assets/cursors/left/cursor_white_l.png) no-repeat; }
  700.  
  701. /* Blog styling */
  702. .f_blog_body_typography,
  703. .f_blog_body_typography:hover
  704. {
  705. color: #222222!important;
  706. font-family: "Helvetica Neue", Arial, Helvetica, sans-serif!important;
  707. font-size: 18px!important;
  708. line-height: 1.65!important;
  709. }
  710.  
  711. .f_blog_body_typography > p { line-height: 1.65!important; }
  712. .f_blog_body_typography_color,
  713. .f_blog_body_typography_color:hover,
  714. .blog_date_icon_path { fill: #222222!important; }
  715.  
  716. .f_blog_title_typography,
  717. .f_blog_title_typography:hover
  718. {
  719. color: #222222!important;
  720. font-family: "Helvetica Neue", Arial, Helvetica, sans-serif!important;
  721. font-size: 34px!important;
  722. font-style: normal!important;
  723. font-weight: bold!important;
  724. }
  725.  
  726. .f_blog_title_typography_hover:hover
  727. {
  728. color: #222222!important;
  729. text-decoration: underline!important;
  730. }
  731.  
  732. /* Hack to make listing hovers work nicely */
  733. .f_blog_list a:hover h4
  734. {
  735. color: #222222!important;
  736. text-decoration: underline!important;
  737. }
  738.  
  739. .fancybox-title .child, /* apply to fancybox for popup image captions */
  740. .f_blog_caption_typography
  741. {
  742. font-family: "Helvetica Neue", Arial, Helvetica, sans-serif!important;
  743. font-size: 14px!important;
  744. }
  745.  
  746. .f_blog_caption_typography_font-size { font-size: 14px!important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement