jetpack-carousel-rtl.css 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130
  1. /* This file was automatically generated on Jul 30 2015 22:37:09 */
  2. .jp-carousel-wrap * {
  3. line-height:inherit; /* prevent declarations of line-height in the universal selector */
  4. }
  5. .jp-carousel-overlay {
  6. background: #000;
  7. }
  8. div.jp-carousel-fadeaway {
  9. background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  10. background: -webkit-gradient(linear, right bottom, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  11. position: fixed;
  12. bottom: 0;
  13. z-index: 2147483647;
  14. width: 100%;
  15. height: 15px;
  16. }
  17. .jp-carousel-next-button span,
  18. .jp-carousel-previous-button span {
  19. background: url(.././images/arrows.png) no-repeat center center;
  20. background-size: 200px 126px;
  21. }
  22. .jp-carousel-msg {
  23. font-family: "Open Sans", sans-serif;
  24. font-style: normal;
  25. display: inline-block;
  26. line-height: 19px;
  27. padding: 11px 15px;
  28. font-size: 14px;
  29. text-align: center;
  30. margin: 25px 2px 0 20px;
  31. background-color: #fff;
  32. border-right: 4px solid #ffba00;
  33. -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  34. box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  35. }
  36. @media
  37. only screen and (-webkit-min-device-pixel-ratio: 1.5),
  38. only screen and (-o-min-device-pixel-ratio: 3/2),
  39. only screen and (min--moz-device-pixel-ratio: 1.5),
  40. only screen and (min-device-pixel-ratio: 1.5) {
  41. .jp-carousel-next-button span,
  42. .jp-carousel-previous-button span {
  43. background-image: url(.././images/arrows-2x.png);
  44. }
  45. }
  46. .jp-carousel-wrap {
  47. font-family: "Helvetica Neue", sans-serif !important;
  48. }
  49. .jp-carousel-info {
  50. position: absolute;
  51. bottom: 0;
  52. text-align: right !important;
  53. -webkit-font-smoothing: subpixel-antialiased !important;
  54. }
  55. .jp-carousel-info ::selection {
  56. background: #68c9e8; /* Safari */
  57. color: #fff;
  58. }
  59. .jp-carousel-info ::-moz-selection {
  60. background: #68c9e8; /* Firefox */
  61. color: #fff;
  62. }
  63. .jp-carousel-photo-info {
  64. position: relative;
  65. right: 25%;
  66. width: 50%;
  67. }
  68. .jp-carousel-transitions .jp-carousel-photo-info {
  69. -webkit-transition: 400ms ease-out;
  70. -moz-transition: 400ms ease-out;
  71. -o-transition: 400ms ease-out;
  72. transition: 400ms ease-out;
  73. }
  74. .jp-carousel-info h2 {
  75. background: none !important;
  76. border: none !important;
  77. color: #999;
  78. display: block !important;
  79. font: normal 13px/1.25em "Helvetica Neue", sans-serif !important;
  80. letter-spacing: 0 !important;
  81. margin: 7px 0 0 0 !important;
  82. padding: 10px 0 0 !important;
  83. overflow: hidden;
  84. text-align: right;
  85. text-shadow: none !important;
  86. text-transform: none !important;
  87. -webkit-font-smoothing: subpixel-antialiased;
  88. }
  89. .jp-carousel-next-button,
  90. .jp-carousel-previous-button {
  91. text-indent: -9999px;
  92. overflow: hidden;
  93. cursor: pointer;
  94. }
  95. .jp-carousel-next-button span,
  96. .jp-carousel-previous-button span {
  97. position: absolute;
  98. top: 0;
  99. bottom: 0;
  100. width: 82px;
  101. zoom: 1;
  102. filter: alpha(opacity=20);
  103. opacity: 0.2;
  104. }
  105. .jp-carousel-transitions .jp-carousel-next-button span,
  106. .jp-carousel-transitions .jp-carousel-previous-button span {
  107. -webkit-transition: 500ms opacity ease-out;
  108. -moz-transition: 500ms opacity ease-out;
  109. -o-transition: 500ms opacity ease-out;
  110. transition: 500ms opacity ease-out;
  111. }
  112. .jp-carousel-next-button:hover span,
  113. .jp-carousel-previous-button:hover span {
  114. filter: alpha(opacity=60);
  115. opacity: 0.6;
  116. }
  117. .jp-carousel-next-button span {
  118. background-position: -110px center;
  119. left: 0;
  120. }
  121. .jp-carousel-previous-button span {
  122. background-position: -10px center;
  123. right:0;
  124. }
  125. .jp-carousel-buttons {
  126. margin:-18px -20px 15px;
  127. padding:8px 10px;
  128. border-bottom:1px solid #222;
  129. background: #222;
  130. text-align: center;
  131. }
  132. div.jp-carousel-buttons a {
  133. border: none !important;
  134. color: #999;
  135. font: normal 11px/1.2em "Helvetica Neue", sans-serif !important;
  136. letter-spacing: 0 !important;
  137. padding: 5px 0 5px 2px;
  138. text-decoration: none !important;
  139. text-shadow: none !important;
  140. vertical-align: middle;
  141. -webkit-font-smoothing: subpixel-antialiased;
  142. }
  143. div.jp-carousel-buttons a:hover {
  144. color: #68c9e8;
  145. border: none !important;
  146. }
  147. .jp-carousel-transitions div.jp-carousel-buttons a:hover {
  148. -webkit-transition: none !important;
  149. -moz-transition: none !important;
  150. -o-transition: none !important;
  151. transition: none !important;
  152. }
  153. .jp-carousel-slide, .jp-carousel-slide img, .jp-carousel-next-button,
  154. .jp-carousel-previous-button {
  155. -webkit-transform:translate3d(0, 0, 0);
  156. -moz-transform:translate3d(0, 0, 0);
  157. -o-transform:translate3d(0, 0, 0);
  158. -ms-transform:translate3d(0, 0, 0);
  159. }
  160. .jp-carousel-slide {
  161. position:fixed;
  162. width:0;
  163. bottom:0;
  164. background-color:#000;
  165. border-radius:2px;
  166. -webkit-border-radius:2px;
  167. -moz-border-radius:2px;
  168. -ms-border-radius:2px;
  169. -o-border-radius:2px;
  170. }
  171. .jp-carousel-transitions .jp-carousel-slide {
  172. -webkit-transition: 300ms ease-out;
  173. -moz-transition: 300ms ease-out;
  174. -o-transition: 300ms ease-out;
  175. transition: 300ms ease-out;
  176. }
  177. .jp-carousel-slide.selected {
  178. position: absolute !important;
  179. filter: alpha(opacity=100);
  180. opacity: 1;
  181. }
  182. .jp-carousel-slide {
  183. filter: alpha(opacity=25);
  184. opacity: 0.25;
  185. }
  186. .jp-carousel-slide img {
  187. display: block;
  188. width: 100% !important;
  189. height: 100% !important;
  190. max-width: 100% !important;
  191. max-height: 100% !important;
  192. background: none !important;
  193. border: none !important;
  194. padding: 0 !important;
  195. -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  196. -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  197. box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  198. zoom: 1;
  199. }
  200. .jp-carousel-transitions .jp-carousel-slide {
  201. -webkit-transition: opacity 400ms linear;
  202. -moz-transition: opacity 400ms linear;
  203. -o-transition: opacity 400ms linear;
  204. transition: opacity 400ms linear;
  205. }
  206. .jp-carousel-close-hint {
  207. color: #999;
  208. cursor: default;
  209. letter-spacing: 0 !important;
  210. padding:0.35em 0 0;
  211. position: absolute;
  212. text-align: right;
  213. width: 90%;
  214. }
  215. .jp-carousel-transitions .jp-carousel-close-hint {
  216. -webkit-transition: color 200ms linear;
  217. -moz-transition: color 200ms linear;
  218. -o-transition: color 200ms linear;
  219. transition: color 200ms linear;
  220. }
  221. .jp-carousel-close-hint span {
  222. cursor: pointer;
  223. background-color: black;
  224. background-color: rgba(0,0,0,0.8);
  225. display: block;
  226. height: 22px;
  227. font: 400 24px/1 "Helvetica Neue", sans-serif !important;
  228. line-height: 22px;
  229. margin: 0 0.4em 0 0;
  230. text-align: center;
  231. vertical-align: middle;
  232. width: 22px;
  233. -moz-border-radius: 4px;
  234. -webkit-border-radius: 4px;
  235. border-radius: 4px;
  236. }
  237. .jp-carousel-transitions .jp-carousel-close-hint span {
  238. -webkit-transition: border-color 200ms linear;
  239. -moz-transition: border-color 200ms linear;
  240. -o-transition: border-color 200ms linear;
  241. transition: border-color 200ms linear;
  242. }
  243. .jp-carousel-close-hint:hover {
  244. cursor: default;
  245. color: #fff;
  246. }
  247. .jp-carousel-close-hint:hover span {
  248. border-color: #fff;
  249. }
  250. div.jp-carousel-buttons a.jp-carousel-reblog,
  251. div.jp-carousel-buttons a.jp-carousel-commentlink,
  252. a.jp-carousel-image-download {
  253. background: url(.././images/carousel-sprite.png?5) no-repeat;
  254. background-size: 16px 200px;
  255. }
  256. div.jp-carousel-buttons a.jp-carousel-reblog,
  257. div.jp-carousel-buttons a.jp-carousel-commentlink {
  258. margin: 0 0 0 14px !important;
  259. }
  260. div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  261. background-color: #303030;
  262. padding-left: 8px !important;
  263. border-radius: 2px;
  264. border-radius: 2px;
  265. -webkit-border-radius:2px;
  266. -moz-border-radius:2px;
  267. -ms-border-radius:2px;
  268. -o-border-radius:2px;
  269. }
  270. div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  271. margin: 0 -12px 0 2px !important;
  272. }
  273. div.jp-carousel-buttons a.jp-carousel-reblog,
  274. div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
  275. background-position: 6px -36px;
  276. padding-left: auto !important;
  277. padding-right: 26px !important;
  278. color: #999;
  279. }
  280. div.jp-carousel-buttons a.jp-carousel-commentlink {
  281. background-position: 0px -156px;
  282. padding-right: 19px !important;
  283. }
  284. div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
  285. cursor: default;
  286. }
  287. div.jp-carousel-buttons a.jp-carousel-reblog:hover {
  288. background-position: 6px -56px;
  289. color: #68c9e8;
  290. }
  291. @media
  292. only screen and (-webkit-min-device-pixel-ratio: 1.5),
  293. only screen and (-o-min-device-pixel-ratio: 3/2),
  294. only screen and (min--moz-device-pixel-ratio: 1.5),
  295. only screen and (min-device-pixel-ratio: 1.5) {
  296. div.jp-carousel-buttons a.jp-carousel-reblog,
  297. div.jp-carousel-buttons a.jp-carousel-commentlink,
  298. a.jp-carousel-image-download {
  299. background-image: url(.././images/carousel-sprite-2x.png?5);
  300. }
  301. }
  302. /* reblog */
  303. div#carousel-reblog-box {
  304. background: #222;
  305. background: -moz-linear-gradient(bottom, #222, #333);
  306. background: -webkit-gradient(linear, right bottom, right top, from(#222), to(#333));
  307. padding: 3px 0 0;
  308. display: none;
  309. margin: 5px auto 0;
  310. -moz-border-radius: 2px;
  311. -webkit-border-radius: 2px;
  312. border-radius: 2px;
  313. -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  314. -moz-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  315. box-shadow: 0 0 20px rgba(0,0,0,0.9);
  316. height: 74px;
  317. width: 565px;
  318. }
  319. #carousel-reblog-box textarea {
  320. background: #999;
  321. font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  322. color: #444;
  323. padding: 3px 6px;
  324. width: 370px;
  325. height: 48px;
  326. float: right;
  327. margin: 6px 9px 0 9px;
  328. border: 1px solid #666;
  329. -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  330. box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  331. -moz-border-radius: 2px;
  332. -webkit-border-radius: 2px;
  333. border-radius: 2px;
  334. }
  335. #carousel-reblog-box textarea:focus {
  336. background: #ccc;
  337. color: #222;
  338. }
  339. #carousel-reblog-box label {
  340. color: #aaa;
  341. font-size: 11px;
  342. padding-left: 2px;
  343. padding-right: 2px;
  344. display: inline;
  345. font-weight: normal;
  346. }
  347. #carousel-reblog-box select {
  348. width: 110px;
  349. padding: 0;
  350. font-size: 12px;
  351. font-family: "Helvetica Neue", sans-serif !important;
  352. background: #333;
  353. color: #eee;
  354. border: 1px solid #444;
  355. margin-top:5px;
  356. }
  357. #carousel-reblog-box .submit,
  358. #wrapper #carousel-reblog-box p.response {
  359. float: right;
  360. width: 154px;
  361. padding-top: 0;
  362. padding-right: 1px;
  363. overflow: hidden;
  364. height: 34px;
  365. margin:3px 2px 0 0 !important;
  366. }
  367. #wrapper #carousel-reblog-box p.response {
  368. font-size: 13px;
  369. clear: none;
  370. padding-right: 2px;
  371. height: 34px;
  372. color: #aaa;
  373. }
  374. #carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
  375. font: 13px/24px "Helvetica Neue", sans-serif !important;
  376. margin-top: 8px;
  377. padding: 0 10px !important;
  378. border-radius: 1em;
  379. height: 24px;
  380. color: #333;
  381. cursor:pointer;
  382. font-weight: normal;
  383. background: #aaa;
  384. background: -moz-linear-gradient(bottom, #aaa, #ccc);
  385. background: -webkit-gradient(linear, right bottom, right top, from(#aaa), to(#ccc));
  386. border: 1px solid #444;
  387. }
  388. #carousel-reblog-box input#carousel-reblog-submit:hover, #jp-carousel-comment-form-button-submit:hover {
  389. background: #ccc;
  390. background: -moz-linear-gradient(bottom, #ccc, #eee);
  391. background: -webkit-gradient(linear, right bottom, right top, from(#ccc), to(#eee));
  392. }
  393. #carousel-reblog-box .canceltext {
  394. color: #aaa;
  395. font-size: 11px;
  396. line-height: 24px;
  397. }
  398. #carousel-reblog-box .canceltext a {
  399. color: #fff;
  400. }
  401. /* reblog end */
  402. /** Title and Desc Start **/
  403. .jp-carousel-titleanddesc {
  404. border-top: 1px solid #222;
  405. color: #999;
  406. font-size: 15px;
  407. padding-top: 24px;
  408. margin-bottom: 20px;
  409. font-weight:400;
  410. }
  411. .jp-carousel-titleanddesc-title {
  412. font: 300 1.5em/1.1 "Helvetica Neue", sans-serif !important;
  413. text-transform: none !important; /* prevents uppercase from leaking through */
  414. color: #fff;
  415. margin: 0 0 15px;
  416. padding:0;
  417. }
  418. .jp-carousel-titleanddesc-desc p {
  419. color: #999;
  420. line-height:1.4;
  421. margin-bottom: 0.75em;
  422. }
  423. .jp-carousel-titleanddesc p a,
  424. .jp-carousel-comments p a,
  425. .jp-carousel-info h2 a {
  426. color: #fff !important;
  427. border: none !important;
  428. text-decoration: underline !important;
  429. font-weight: normal !important;
  430. font-style: normal !important;
  431. }
  432. .jp-carousel-titleanddesc p strong,
  433. .jp-carousel-titleanddesc p b {
  434. font-weight: bold;
  435. color: #999;
  436. }
  437. .jp-carousel-titleanddesc p em,
  438. .jp-carousel-titleanddesc p i {
  439. font-style: italic;
  440. color: #999;
  441. }
  442. .jp-carousel-titleanddesc p a:hover,
  443. .jp-carousel-comments p a:hover,
  444. .jp-carousel-info h2 a:hover {
  445. color: #68c9e8 !important;
  446. }
  447. .jp-carousel-titleanddesc p:empty {
  448. display: none;
  449. }
  450. .jp-carousel-photo-info h1:before,
  451. .jp-carousel-photo-info h1:after,
  452. .jp-carousel-left-column-wrapper h1:before,
  453. .jp-carousel-left-column-wrapper h1:after {
  454. content:none !important;
  455. }
  456. /** Title and Desc End **/
  457. /** Meta Box Start **/
  458. .jp-carousel-image-meta {
  459. background: #111;
  460. border: 1px solid #222;
  461. color: #fff;
  462. font-size: 13px;
  463. font: 12px/1.4 "Helvetica Neue", sans-serif !important;
  464. overflow: hidden;
  465. padding: 18px 20px;
  466. width: 209px !important;
  467. }
  468. .jp-carousel-image-meta li,
  469. .jp-carousel-image-meta h5 {
  470. font-family: "Helvetica Neue", sans-serif !important;
  471. position: inherit !important;
  472. top: auto !important;
  473. left: auto !important;
  474. right: auto !important;
  475. bottom: auto !important;
  476. background: none !important;
  477. border: none !important;
  478. font-weight: 400 !important;
  479. line-height: 1.3em !important;
  480. }
  481. .jp-carousel-image-meta ul {
  482. margin: 0 !important;
  483. padding: 0 !important;
  484. list-style: none !important;
  485. }
  486. .jp-carousel-image-meta li {
  487. width: 48% !important;
  488. float: right !important;
  489. margin: 0 0 15px 2% !important;
  490. color: #fff !important;
  491. font-size:13px !important;
  492. }
  493. .jp-carousel-image-meta h5 {
  494. color: #999 !important;
  495. text-transform: uppercase !important;
  496. font-size:10px !important;
  497. margin:0 0 2px !important;
  498. letter-spacing: 0.1em !important;
  499. }
  500. a.jp-carousel-image-download {
  501. padding-right: 23px;
  502. display: inline-block;
  503. clear: both;
  504. color: #999;
  505. line-height: 1;
  506. font-weight: 400;
  507. font-size: 13px;
  508. text-decoration: none;
  509. background-position: 0 -82px;
  510. }
  511. a.jp-carousel-image-download span.photo-size {
  512. font-size: 11px;
  513. border-radius: 1em;
  514. margin-right: 2px;
  515. display: inline-block;
  516. }
  517. a.jp-carousel-image-download span.photo-size-times {
  518. padding: 0 2px 0 1px;
  519. }
  520. a.jp-carousel-image-download:hover {
  521. background-position: 0 -122px;
  522. color: #68c9e8;
  523. border: none !important;
  524. }
  525. /** Meta Box End **/
  526. /** GPS Map Start **/
  527. .jp-carousel-image-map {
  528. position: relative;
  529. margin: -20px -20px 20px;
  530. border-bottom: 1px solid rgba( 255, 255, 255, 0.17 );
  531. height: 154px;
  532. }
  533. .jp-carousel-image-map img.gmap-main {
  534. -moz-border-radius-topleft: 6px;
  535. border-top-right-radius: 6px;
  536. border-left: 1px solid rgba( 255, 255, 255, 0.17 );
  537. }
  538. .jp-carousel-image-map div.gmap-topright {
  539. width: 94px;
  540. height: 154px;
  541. position: absolute;
  542. top: 0;
  543. left: 0;
  544. }
  545. .jp-carousel-image-map div.imgclip {
  546. overflow: hidden;
  547. -moz-border-radius-topright: 6px;
  548. border-top-left-radius: 6px;
  549. }
  550. .jp-carousel-image-map div.gmap-topright img {
  551. margin-right: -40px;
  552. }
  553. .jp-carousel-image-map img.gmap-bottomright {
  554. position: absolute;
  555. top: 96px;
  556. left: 0;
  557. }
  558. /** Comments Start **/
  559. .jp-carousel-comments {
  560. font: 15px/1.7 "Helvetica Neue", sans-serif !important;
  561. font-weight: 400;
  562. background:none transparent;
  563. }
  564. .jp-carousel-comments p a:hover, .jp-carousel-comments p a:focus, .jp-carousel-comments p a:active {
  565. color: #68c9e8 !important;
  566. }
  567. .jp-carousel-comment {
  568. background:none transparent;
  569. color: #999;
  570. margin-bottom: 20px;
  571. clear:right;
  572. overflow: auto;
  573. width: 100%
  574. }
  575. .jp-carousel-comment p {
  576. color: #999 !important;
  577. }
  578. .jp-carousel-comment .comment-author {
  579. font-size: 13px;
  580. font-weight:400;
  581. padding:0;
  582. width:auto;
  583. display: inline;
  584. float:none;
  585. border:none;
  586. margin:0;
  587. }
  588. .jp-carousel-comment .comment-author a {
  589. color: #fff;
  590. }
  591. .jp-carousel-comment .comment-gravatar {
  592. float:right;
  593. }
  594. .jp-carousel-comment .comment-content {
  595. border:none;
  596. margin-right:85px;
  597. padding: 0;
  598. }
  599. .jp-carousel-comment .avatar {
  600. margin:0 0 0 20px;
  601. -moz-border-radius: 4px;
  602. -webkit-border-radius: 4px;
  603. border-radius: 4px;
  604. border: none !important;
  605. padding: 0 !important;
  606. background-color: transparent !important;
  607. }
  608. .jp-carousel-comment .comment-date {
  609. color:#999;
  610. margin-top: 4px;
  611. font-size:11px;
  612. display: inline;
  613. float: left;
  614. /*clear: right;*/
  615. }
  616. #jp-carousel-comment-form {
  617. margin:0 0 10px !important;
  618. float: right;
  619. width: 100%;
  620. }
  621. textarea#jp-carousel-comment-form-comment-field {
  622. background: rgba(34,34,34,0.9);
  623. border: 1px solid #3a3a3a;
  624. color: #aaa;
  625. font: 15px/1.4 "Helvetica Neue", sans-serif !important;
  626. width: 100%;
  627. padding: 10px 10px 5px;
  628. margin: 0;
  629. float: none;
  630. height: 147px;
  631. -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  632. box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  633. -moz-border-radius: 3px;
  634. -webkit-border-radius: 3px;
  635. border-radius: 3px;
  636. overflow: hidden;
  637. -webkit-box-sizing: border-box;
  638. -moz-box-sizing: border-box;
  639. box-sizing: border-box;
  640. }
  641. textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
  642. color: #555;
  643. }
  644. textarea#jp-carousel-comment-form-comment-field:focus {
  645. background: #ccc;
  646. color: #222;
  647. }
  648. textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
  649. color: #aaa;
  650. }
  651. #jp-carousel-comment-form-spinner {
  652. color: #fff;
  653. margin:22px 10px 0 0;
  654. display: block;
  655. width: 20px;
  656. height: 20px;
  657. float: right;
  658. }
  659. #jp-carousel-comment-form-submit-and-info-wrapper {
  660. display: none;
  661. /*margin-bottom:15px;*/
  662. overflow: hidden;
  663. width: 100%
  664. }
  665. #jp-carousel-comment-form-commenting-as {
  666. }
  667. #jp-carousel-comment-form-commenting-as input {
  668. background: rgba(34,34,34,0.9);
  669. border: 1px solid #3a3a3a;
  670. color: #aaa;
  671. font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  672. padding: 3px 6px;
  673. float: right;
  674. -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  675. box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  676. -moz-border-radius: 2px;
  677. -webkit-border-radius: 2px;
  678. border-radius: 2px;
  679. width:285px;
  680. }
  681. #jp-carousel-comment-form-commenting-as input:focus {
  682. background: #ccc;
  683. color: #222;
  684. }
  685. #jp-carousel-comment-form-commenting-as p {
  686. font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
  687. margin:22px 0 0;
  688. float: right;
  689. }
  690. #jp-carousel-comment-form-commenting-as fieldset {
  691. float:right;
  692. border:none;
  693. margin:20px 0 0 0;
  694. padding:0;
  695. }
  696. #jp-carousel-comment-form-commenting-as fieldset {
  697. clear: both;
  698. }
  699. #jp-carousel-comment-form-commenting-as label {
  700. font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
  701. margin:0 0 3px 20px;
  702. float:right;
  703. width:100px;
  704. }
  705. #jp-carousel-comment-form-button-submit {
  706. margin-top: 20px;
  707. float:left;
  708. }
  709. #js-carousel-comment-form-container {
  710. margin-bottom:15px;
  711. overflow: auto;
  712. width: 100%;
  713. }
  714. #jp-carousel-comment-form-container {
  715. margin-bottom:15px;
  716. overflow: auto;
  717. width: 100%;
  718. }
  719. #jp-carousel-comment-post-results {
  720. display: none;
  721. overflow:auto;
  722. width:100%;
  723. }
  724. #jp-carousel-comment-post-results span {
  725. display:block;
  726. text-align: center;
  727. margin-top:20px;
  728. width: 100%;
  729. overflow: auto;
  730. padding: 1em 0;
  731. box-sizing: border-box;
  732. background: rgba( 0, 0, 0, 0.7 );
  733. border-radius: 2px;
  734. font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  735. border: 1px solid rgba( 255, 255, 255, 0.17 );
  736. -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 1);
  737. box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 1);
  738. }
  739. .jp-carousel-comment-post-error {
  740. color:#DF4926;
  741. }
  742. .jp-carousel-comment-post-success {
  743. /*color:#21759B;*/
  744. }
  745. #jp-carousel-comments-closed {
  746. display: none;
  747. color: #999;
  748. }
  749. #jp-carousel-comments-loading {
  750. font: 400 15px/1.7 "Helvetica Neue", sans-serif !important;
  751. display: none;
  752. color: #999;
  753. text-align: right;
  754. margin-bottom: 20px;
  755. }
  756. /* ----- Light variant ----- */
  757. .jp-carousel-light .jp-carousel-overlay {
  758. background: #fff;
  759. }
  760. .jp-carousel-light .jp-carousel-next-button:hover span,
  761. .jp-carousel-light .jp-carousel-previous-button:hover span {
  762. opacity: 0.8;
  763. }
  764. .jp-carousel-light .jp-carousel-close-hint:hover,
  765. .jp-carousel-light .jp-carousel-titleanddesc div {
  766. color: #000 !important;
  767. }
  768. .jp-carousel-light .jp-carousel-comments p a,
  769. .jp-carousel-light .jp-carousel-comment .comment-author a,
  770. .jp-carousel-light .jp-carousel-titleanddesc p a,
  771. .jp-carousel-light .jp-carousel-titleanddesc p a,
  772. .jp-carousel-light .jp-carousel-comments p a,
  773. .jp-carousel-light .jp-carousel-info h2 a {
  774. color: #1e8cbe !important;
  775. }
  776. .jp-carousel-light .jp-carousel-comments p a:hover,
  777. .jp-carousel-light .jp-carousel-comment .comment-author a:hover,
  778. .jp-carousel-light .jp-carousel-titleanddesc p a:hover,
  779. .jp-carousel-light .jp-carousel-titleanddesc p a:hover,
  780. .jp-carousel-light .jp-carousel-comments p a:hover,
  781. .jp-carousel-light .jp-carousel-info h2 a:hover {
  782. color: #f1831e !important;
  783. }
  784. .jp-carousel-light .jp-carousel-info h2,
  785. .jp-carousel-light .jp-carousel-titleanddesc,
  786. .jp-carousel-light .jp-carousel-titleanddesc p,
  787. .jp-carousel-light .jp-carousel-comment,
  788. .jp-carousel-light .jp-carousel-comment p,
  789. .jp-carousel-light div.jp-carousel-buttons a,
  790. .jp-carousel-light .jp-carousel-titleanddesc p strong,
  791. .jp-carousel-light .jp-carousel-titleanddesc p b,
  792. .jp-carousel-light .jp-carousel-titleanddesc p em,
  793. .jp-carousel-light .jp-carousel-titleanddesc p i {
  794. color: #666;
  795. }
  796. .jp-carousel-light .jp-carousel-buttons {
  797. border-bottom-color: #f0f0f0;
  798. background: #f5f5f5;
  799. }
  800. .jp-carousel-light div.jp-carousel-buttons a:hover {
  801. text-decoration: none;
  802. color: #f1831e;
  803. }
  804. .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,
  805. .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover {
  806. background-position: 4px -56px;
  807. padding-right: 24px !important;
  808. }
  809. .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  810. background-color: #2ea2cc;
  811. color: #fff;
  812. }
  813. .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink {
  814. background-position: 0px -176px;
  815. }
  816. .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  817. background-position: 5px -36px;
  818. }
  819. .jp-carousel-light div#carousel-reblog-box {
  820. background: #eee;
  821. background: -moz-linear-gradient(bottom, #ececec, #f7f7f7);
  822. background: -webkit-gradient(linear, right bottom, right top, from(#ececec), to(#f7f7f7));
  823. -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  824. -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  825. box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  826. border:1px solid #ddd;
  827. }
  828. .jp-carousel-light #carousel-reblog-box textarea {
  829. border: 1px inset #ccc;
  830. color: #666;
  831. border: 1px solid #cfcfcf;
  832. background: #fff;
  833. }
  834. .jp-carousel-light #carousel-reblog-box .canceltext {
  835. color: #888;
  836. }
  837. .jp-carousel-light #carousel-reblog-box .canceltext a {
  838. color: #666;
  839. }
  840. .jp-carousel-light #carousel-reblog-box select {
  841. background: #eee;
  842. color: #333;
  843. border: 1px solid #aaa;
  844. }
  845. .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
  846. color: #333;
  847. background: #fff;
  848. background: -moz-linear-gradient(bottom, #ddd, #fff);
  849. background: -webkit-gradient(linear, right bottom, right top, from(#ddd), to(#fff));
  850. border: 1px solid #aaa;
  851. }
  852. .jp-carousel-light .jp-carousel-image-meta {
  853. background: #fafafa;
  854. border: 1px solid #eee;
  855. border-top-color: #f5f5f5;
  856. border-right-color: #f5f5f5;
  857. color: #333;
  858. }
  859. .jp-carousel-light .jp-carousel-image-meta li {
  860. color: #000 !important;
  861. }
  862. .jp-carousel-light .jp-carousel-close-hint {
  863. color: #ccc;
  864. }
  865. .jp-carousel-light .jp-carousel-close-hint span {
  866. background-color: white;
  867. border-color: #ccc;
  868. }
  869. .jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
  870. color: #aaa;
  871. }
  872. .jp-carousel-light #jp-carousel-comment-form-comment-field:focus {
  873. color: #333;
  874. }
  875. .jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
  876. color: #ddd;
  877. }
  878. .jp-carousel-light a.jp-carousel-image-download {
  879. background-position: 0 -122px;
  880. }
  881. .jp-carousel-light a.jp-carousel-image-download:hover {
  882. background-position: 0 -122px;
  883. color: #f1831e;
  884. }
  885. .jp-carousel-light textarea#jp-carousel-comment-form-comment-field {
  886. background: #fbfbfb;
  887. color: #333;
  888. border: 1px solid #dfdfdf;
  889. -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
  890. box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
  891. }
  892. .jp-carousel-light #jp-carousel-comment-form-commenting-as input {
  893. background: #fbfbfb;
  894. border: 1px solid #dfdfdf;
  895. color: #333;
  896. -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
  897. box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
  898. }
  899. .jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus {
  900. background: #fbfbfb;
  901. color: #333;
  902. }
  903. .jp-carousel-light #jp-carousel-comment-post-results span {
  904. background: #f7f7f7;
  905. border:1px solid #dfdfdf;
  906. -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
  907. box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
  908. }
  909. .jp-carousel-light .jp-carousel-slide {
  910. background-color:#fff;
  911. }
  912. .jp-carousel-light .jp-carousel-titleanddesc {
  913. border-top: 1px solid #eee;
  914. }
  915. .jp-carousel-light .jp-carousel-fadeaway {
  916. background: -moz-linear-gradient(bottom, rgba(255,255,255,0.75), rgba(255,255,255,0));
  917. background: -webkit-gradient(linear, right bottom, right top, from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0)));
  918. }
  919. /* Small screens */
  920. @media only screen and (max-width: 760px) {
  921. .jp-carousel-info {
  922. margin: 0 10px !important;
  923. }
  924. .jp-carousel-next-button, .jp-carousel-previous-button {
  925. display: none !important;
  926. }
  927. .jp-carousel-buttons {
  928. display: none !important;
  929. }
  930. .jp-carousel-image-meta {
  931. float: none !important;
  932. width: 100% !important;
  933. -moz-box-sizing:border-box;
  934. -webkit-box-sizing:border-box;
  935. box-sizing: border-box;
  936. }
  937. .jp-carousel-close-hint {
  938. font-weight: 800 !important;
  939. font-size: 26px !important;
  940. position: fixed !important;
  941. top: -10px;
  942. }
  943. .jp-carousel-slide img {
  944. filter: alpha(opacity=100);
  945. opacity: 1;
  946. }
  947. .jp-carousel-wrap {
  948. background-color: #000;
  949. }
  950. .jp-carousel-fadeaway {
  951. display: none;
  952. }
  953. #jp-carousel-comment-form-container {
  954. display: none !important;
  955. }
  956. .jp-carousel-titleanddesc {
  957. padding-top: 0 !important;
  958. border: none !important;
  959. }
  960. .jp-carousel-titleanddesc-title {
  961. font-size: 1em !important;
  962. }
  963. .jp-carousel-left-column-wrapper {
  964. padding: 0;
  965. width: 100% !important;
  966. }
  967. .jp-carousel-photo-info {
  968. right: 0 !important;
  969. width: 100% !important;
  970. }
  971. }