jetpack-carousel.css 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129
  1. .jp-carousel-wrap * {
  2. line-height:inherit; /* prevent declarations of line-height in the universal selector */
  3. }
  4. .jp-carousel-overlay {
  5. background: #000;
  6. }
  7. div.jp-carousel-fadeaway {
  8. background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  9. background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  10. position: fixed;
  11. bottom: 0;
  12. z-index: 2147483647;
  13. width: 100%;
  14. height: 15px;
  15. }
  16. .jp-carousel-next-button span,
  17. .jp-carousel-previous-button span {
  18. background: url(./images/arrows.png) no-repeat center center;
  19. background-size: 200px 126px;
  20. }
  21. .jp-carousel-msg {
  22. font-family: "Open Sans", sans-serif;
  23. font-style: normal;
  24. display: inline-block;
  25. line-height: 19px;
  26. padding: 11px 15px;
  27. font-size: 14px;
  28. text-align: center;
  29. margin: 25px 20px 0 2px;
  30. background-color: #fff;
  31. border-left: 4px solid #ffba00;
  32. -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  33. box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  34. }
  35. @media
  36. only screen and (-webkit-min-device-pixel-ratio: 1.5),
  37. only screen and (-o-min-device-pixel-ratio: 3/2),
  38. only screen and (min--moz-device-pixel-ratio: 1.5),
  39. only screen and (min-device-pixel-ratio: 1.5) {
  40. .jp-carousel-next-button span,
  41. .jp-carousel-previous-button span {
  42. background-image: url(./images/arrows-2x.png);
  43. }
  44. }
  45. .jp-carousel-wrap {
  46. font-family: "Helvetica Neue", sans-serif !important;
  47. }
  48. .jp-carousel-info {
  49. position: absolute;
  50. bottom: 0;
  51. text-align: left !important;
  52. -webkit-font-smoothing: subpixel-antialiased !important;
  53. }
  54. .jp-carousel-info ::selection {
  55. background: #68c9e8; /* Safari */
  56. color: #fff;
  57. }
  58. .jp-carousel-info ::-moz-selection {
  59. background: #68c9e8; /* Firefox */
  60. color: #fff;
  61. }
  62. .jp-carousel-photo-info {
  63. position: relative;
  64. left: 25%;
  65. width: 50%;
  66. }
  67. .jp-carousel-transitions .jp-carousel-photo-info {
  68. -webkit-transition: 400ms ease-out;
  69. -moz-transition: 400ms ease-out;
  70. -o-transition: 400ms ease-out;
  71. transition: 400ms ease-out;
  72. }
  73. .jp-carousel-info h2 {
  74. background: none !important;
  75. border: none !important;
  76. color: #999;
  77. display: block !important;
  78. font: normal 13px/1.25em "Helvetica Neue", sans-serif !important;
  79. letter-spacing: 0 !important;
  80. margin: 7px 0 0 0 !important;
  81. padding: 10px 0 0 !important;
  82. overflow: hidden;
  83. text-align: left;
  84. text-shadow: none !important;
  85. text-transform: none !important;
  86. -webkit-font-smoothing: subpixel-antialiased;
  87. }
  88. .jp-carousel-next-button,
  89. .jp-carousel-previous-button {
  90. text-indent: -9999px;
  91. overflow: hidden;
  92. cursor: pointer;
  93. }
  94. .jp-carousel-next-button span,
  95. .jp-carousel-previous-button span {
  96. position: absolute;
  97. top: 0;
  98. bottom: 0;
  99. width: 82px;
  100. zoom: 1;
  101. filter: alpha(opacity=20);
  102. opacity: 0.2;
  103. }
  104. .jp-carousel-transitions .jp-carousel-next-button span,
  105. .jp-carousel-transitions .jp-carousel-previous-button span {
  106. -webkit-transition: 500ms opacity ease-out;
  107. -moz-transition: 500ms opacity ease-out;
  108. -o-transition: 500ms opacity ease-out;
  109. transition: 500ms opacity ease-out;
  110. }
  111. .jp-carousel-next-button:hover span,
  112. .jp-carousel-previous-button:hover span {
  113. filter: alpha(opacity=60);
  114. opacity: 0.6;
  115. }
  116. .jp-carousel-next-button span {
  117. background-position: -110px center;
  118. right: 0;
  119. }
  120. .jp-carousel-previous-button span {
  121. background-position: -10px center;
  122. left:0;
  123. }
  124. .jp-carousel-buttons {
  125. margin:-18px -20px 15px;
  126. padding:8px 10px;
  127. border-bottom:1px solid #222;
  128. background: #222;
  129. text-align: center;
  130. }
  131. div.jp-carousel-buttons a {
  132. border: none !important;
  133. color: #999;
  134. font: normal 11px/1.2em "Helvetica Neue", sans-serif !important;
  135. letter-spacing: 0 !important;
  136. padding: 5px 2px 5px 0;
  137. text-decoration: none !important;
  138. text-shadow: none !important;
  139. vertical-align: middle;
  140. -webkit-font-smoothing: subpixel-antialiased;
  141. }
  142. div.jp-carousel-buttons a:hover {
  143. color: #68c9e8;
  144. border: none !important;
  145. }
  146. .jp-carousel-transitions div.jp-carousel-buttons a:hover {
  147. -webkit-transition: none !important;
  148. -moz-transition: none !important;
  149. -o-transition: none !important;
  150. transition: none !important;
  151. }
  152. .jp-carousel-slide, .jp-carousel-slide img, .jp-carousel-next-button,
  153. .jp-carousel-previous-button {
  154. -webkit-transform:translate3d(0, 0, 0);
  155. -moz-transform:translate3d(0, 0, 0);
  156. -o-transform:translate3d(0, 0, 0);
  157. -ms-transform:translate3d(0, 0, 0);
  158. }
  159. .jp-carousel-slide {
  160. position:fixed;
  161. width:0;
  162. bottom:0;
  163. background-color:#000;
  164. border-radius:2px;
  165. -webkit-border-radius:2px;
  166. -moz-border-radius:2px;
  167. -ms-border-radius:2px;
  168. -o-border-radius:2px;
  169. }
  170. .jp-carousel-transitions .jp-carousel-slide {
  171. -webkit-transition: 300ms ease-out;
  172. -moz-transition: 300ms ease-out;
  173. -o-transition: 300ms ease-out;
  174. transition: 300ms ease-out;
  175. }
  176. .jp-carousel-slide.selected {
  177. position: absolute !important;
  178. filter: alpha(opacity=100);
  179. opacity: 1;
  180. }
  181. .jp-carousel-slide {
  182. filter: alpha(opacity=25);
  183. opacity: 0.25;
  184. }
  185. .jp-carousel-slide img {
  186. display: block;
  187. width: 100% !important;
  188. height: 100% !important;
  189. max-width: 100% !important;
  190. max-height: 100% !important;
  191. background: none !important;
  192. border: none !important;
  193. padding: 0 !important;
  194. -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  195. -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  196. box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  197. zoom: 1;
  198. }
  199. .jp-carousel-transitions .jp-carousel-slide {
  200. -webkit-transition: opacity 400ms linear;
  201. -moz-transition: opacity 400ms linear;
  202. -o-transition: opacity 400ms linear;
  203. transition: opacity 400ms linear;
  204. }
  205. .jp-carousel-close-hint {
  206. color: #999;
  207. cursor: default;
  208. letter-spacing: 0 !important;
  209. padding:0.35em 0 0;
  210. position: absolute;
  211. text-align: right;
  212. width: 90%;
  213. }
  214. .jp-carousel-transitions .jp-carousel-close-hint {
  215. -webkit-transition: color 200ms linear;
  216. -moz-transition: color 200ms linear;
  217. -o-transition: color 200ms linear;
  218. transition: color 200ms linear;
  219. }
  220. .jp-carousel-close-hint span {
  221. cursor: pointer;
  222. background-color: black;
  223. background-color: rgba(0,0,0,0.8);
  224. display: inline-block;
  225. height: 22px;
  226. font: 400 24px/1 "Helvetica Neue", sans-serif !important;
  227. line-height: 22px;
  228. margin: 0 0 0 0.4em;
  229. text-align: center;
  230. vertical-align: middle;
  231. width: 22px;
  232. -moz-border-radius: 4px;
  233. -webkit-border-radius: 4px;
  234. border-radius: 4px;
  235. }
  236. .jp-carousel-transitions .jp-carousel-close-hint span {
  237. -webkit-transition: border-color 200ms linear;
  238. -moz-transition: border-color 200ms linear;
  239. -o-transition: border-color 200ms linear;
  240. transition: border-color 200ms linear;
  241. }
  242. .jp-carousel-close-hint:hover {
  243. cursor: default;
  244. color: #fff;
  245. }
  246. .jp-carousel-close-hint:hover span {
  247. border-color: #fff;
  248. }
  249. div.jp-carousel-buttons a.jp-carousel-reblog,
  250. div.jp-carousel-buttons a.jp-carousel-commentlink,
  251. a.jp-carousel-image-download {
  252. background: url(./images/carousel-sprite.png?5) no-repeat;
  253. background-size: 16px 200px;
  254. }
  255. div.jp-carousel-buttons a.jp-carousel-reblog,
  256. div.jp-carousel-buttons a.jp-carousel-commentlink {
  257. margin: 0 14px 0 0 !important;
  258. }
  259. div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  260. background-color: #303030;
  261. padding-right: 8px !important;
  262. border-radius: 2px;
  263. border-radius: 2px;
  264. -webkit-border-radius:2px;
  265. -moz-border-radius:2px;
  266. -ms-border-radius:2px;
  267. -o-border-radius:2px;
  268. }
  269. div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  270. margin: 0 2px 0 -12px !important;
  271. }
  272. div.jp-carousel-buttons a.jp-carousel-reblog,
  273. div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
  274. background-position: 6px -36px;
  275. padding-right: auto !important;
  276. padding-left: 26px !important;
  277. color: #999;
  278. }
  279. div.jp-carousel-buttons a.jp-carousel-commentlink {
  280. background-position: 0px -156px;
  281. padding-left: 19px !important;
  282. }
  283. div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
  284. cursor: default;
  285. }
  286. div.jp-carousel-buttons a.jp-carousel-reblog:hover {
  287. background-position: 6px -56px;
  288. color: #68c9e8;
  289. }
  290. @media
  291. only screen and (-webkit-min-device-pixel-ratio: 1.5),
  292. only screen and (-o-min-device-pixel-ratio: 3/2),
  293. only screen and (min--moz-device-pixel-ratio: 1.5),
  294. only screen and (min-device-pixel-ratio: 1.5) {
  295. div.jp-carousel-buttons a.jp-carousel-reblog,
  296. div.jp-carousel-buttons a.jp-carousel-commentlink,
  297. a.jp-carousel-image-download {
  298. background-image: url(./images/carousel-sprite-2x.png?5);
  299. }
  300. }
  301. /* reblog */
  302. div#carousel-reblog-box {
  303. background: #222;
  304. background: -moz-linear-gradient(bottom, #222, #333);
  305. background: -webkit-gradient(linear, left bottom, left top, from(#222), to(#333));
  306. padding: 3px 0 0;
  307. display: none;
  308. margin: 5px auto 0;
  309. -moz-border-radius: 2px;
  310. -webkit-border-radius: 2px;
  311. border-radius: 2px;
  312. -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  313. -moz-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  314. box-shadow: 0 0 20px rgba(0,0,0,0.9);
  315. height: 74px;
  316. width: 565px;
  317. }
  318. #carousel-reblog-box textarea {
  319. background: #999;
  320. font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  321. color: #444;
  322. padding: 3px 6px;
  323. width: 370px;
  324. height: 48px;
  325. float: left;
  326. margin: 6px 9px 0 9px;
  327. border: 1px solid #666;
  328. -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  329. box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  330. -moz-border-radius: 2px;
  331. -webkit-border-radius: 2px;
  332. border-radius: 2px;
  333. }
  334. #carousel-reblog-box textarea:focus {
  335. background: #ccc;
  336. color: #222;
  337. }
  338. #carousel-reblog-box label {
  339. color: #aaa;
  340. font-size: 11px;
  341. padding-right: 2px;
  342. padding-left: 2px;
  343. display: inline;
  344. font-weight: normal;
  345. }
  346. #carousel-reblog-box select {
  347. width: 110px;
  348. padding: 0;
  349. font-size: 12px;
  350. font-family: "Helvetica Neue", sans-serif !important;
  351. background: #333;
  352. color: #eee;
  353. border: 1px solid #444;
  354. margin-top:5px;
  355. }
  356. #carousel-reblog-box .submit,
  357. #wrapper #carousel-reblog-box p.response {
  358. float: left;
  359. width: 154px;
  360. padding-top: 0;
  361. padding-left: 1px;
  362. overflow: hidden;
  363. height: 34px;
  364. margin:3px 0 0 2px !important;
  365. }
  366. #wrapper #carousel-reblog-box p.response {
  367. font-size: 13px;
  368. clear: none;
  369. padding-left: 2px;
  370. height: 34px;
  371. color: #aaa;
  372. }
  373. #carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
  374. font: 13px/24px "Helvetica Neue", sans-serif !important;
  375. margin-top: 8px;
  376. padding: 0 10px !important;
  377. border-radius: 1em;
  378. height: 24px;
  379. color: #333;
  380. cursor:pointer;
  381. font-weight: normal;
  382. background: #aaa;
  383. background: -moz-linear-gradient(bottom, #aaa, #ccc);
  384. background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#ccc));
  385. border: 1px solid #444;
  386. }
  387. #carousel-reblog-box input#carousel-reblog-submit:hover, #jp-carousel-comment-form-button-submit:hover {
  388. background: #ccc;
  389. background: -moz-linear-gradient(bottom, #ccc, #eee);
  390. background: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#eee));
  391. }
  392. #carousel-reblog-box .canceltext {
  393. color: #aaa;
  394. font-size: 11px;
  395. line-height: 24px;
  396. }
  397. #carousel-reblog-box .canceltext a {
  398. color: #fff;
  399. }
  400. /* reblog end */
  401. /** Title and Desc Start **/
  402. .jp-carousel-titleanddesc {
  403. border-top: 1px solid #222;
  404. color: #999;
  405. font-size: 15px;
  406. padding-top: 24px;
  407. margin-bottom: 20px;
  408. font-weight:400;
  409. }
  410. .jp-carousel-titleanddesc-title {
  411. font: 300 1.5em/1.1 "Helvetica Neue", sans-serif !important;
  412. text-transform: none !important; /* prevents uppercase from leaking through */
  413. color: #fff;
  414. margin: 0 0 15px;
  415. padding:0;
  416. }
  417. .jp-carousel-titleanddesc-desc p {
  418. color: #999;
  419. line-height:1.4;
  420. margin-bottom: 0.75em;
  421. }
  422. .jp-carousel-titleanddesc p a,
  423. .jp-carousel-comments p a,
  424. .jp-carousel-info h2 a {
  425. color: #fff !important;
  426. border: none !important;
  427. text-decoration: underline !important;
  428. font-weight: normal !important;
  429. font-style: normal !important;
  430. }
  431. .jp-carousel-titleanddesc p strong,
  432. .jp-carousel-titleanddesc p b {
  433. font-weight: bold;
  434. color: #999;
  435. }
  436. .jp-carousel-titleanddesc p em,
  437. .jp-carousel-titleanddesc p i {
  438. font-style: italic;
  439. color: #999;
  440. }
  441. .jp-carousel-titleanddesc p a:hover,
  442. .jp-carousel-comments p a:hover,
  443. .jp-carousel-info h2 a:hover {
  444. color: #68c9e8 !important;
  445. }
  446. .jp-carousel-titleanddesc p:empty {
  447. display: none;
  448. }
  449. .jp-carousel-photo-info h1:before,
  450. .jp-carousel-photo-info h1:after,
  451. .jp-carousel-left-column-wrapper h1:before,
  452. .jp-carousel-left-column-wrapper h1:after {
  453. content:none !important;
  454. }
  455. /** Title and Desc End **/
  456. /** Meta Box Start **/
  457. .jp-carousel-image-meta {
  458. background: #111;
  459. border: 1px solid #222;
  460. color: #fff;
  461. font-size: 13px;
  462. font: 12px/1.4 "Helvetica Neue", sans-serif !important;
  463. overflow: hidden;
  464. padding: 18px 20px;
  465. width: 209px !important;
  466. }
  467. .jp-carousel-image-meta li,
  468. .jp-carousel-image-meta h5 {
  469. font-family: "Helvetica Neue", sans-serif !important;
  470. position: inherit !important;
  471. top: auto !important;
  472. right: auto !important;
  473. left: auto !important;
  474. bottom: auto !important;
  475. background: none !important;
  476. border: none !important;
  477. font-weight: 400 !important;
  478. line-height: 1.3em !important;
  479. }
  480. .jp-carousel-image-meta ul {
  481. margin: 0 !important;
  482. padding: 0 !important;
  483. list-style: none !important;
  484. }
  485. .jp-carousel-image-meta li {
  486. width: 48% !important;
  487. display: inline-block !important;
  488. vertical-align: top !important;
  489. margin: 0 2% 15px 0 !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-left: 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-left: 2px;
  515. display: inline-block;
  516. }
  517. a.jp-carousel-image-download span.photo-size-times {
  518. padding: 0 1px 0 2px;
  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-left-radius: 6px;
  536. border-right: 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. right: 0;
  544. }
  545. .jp-carousel-image-map div.imgclip {
  546. overflow: hidden;
  547. -moz-border-radius-topright: 6px;
  548. border-top-right-radius: 6px;
  549. }
  550. .jp-carousel-image-map div.gmap-topright img {
  551. margin-left: -40px;
  552. }
  553. .jp-carousel-image-map img.gmap-bottomright {
  554. position: absolute;
  555. top: 96px;
  556. right: 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:left;
  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:left;
  593. }
  594. .jp-carousel-comment .comment-content {
  595. border:none;
  596. margin-left:85px;
  597. padding: 0;
  598. }
  599. .jp-carousel-comment .avatar {
  600. margin:0 20px 0 0;
  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: right;
  614. /*clear: right;*/
  615. }
  616. #jp-carousel-comment-form {
  617. margin:0 0 10px !important;
  618. float: left;
  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 0 0 10px;
  654. display: block;
  655. width: 20px;
  656. height: 20px;
  657. float: left;
  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: left;
  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: left;
  689. }
  690. #jp-carousel-comment-form-commenting-as fieldset {
  691. float:left;
  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 20px 3px 0;
  702. float:left;
  703. width:100px;
  704. }
  705. #jp-carousel-comment-form-button-submit {
  706. margin-top: 20px;
  707. float:right;
  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 0px 5px 5px rgba(0, 0, 0, 1);
  737. box-shadow: inset 0px 0px 5px 5px 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: left;
  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-left: 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, left bottom, left 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, left bottom, left 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-left-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, left bottom, left 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. left: 0 !important;
  969. width: 100% !important;
  970. }
  971. }