Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.92 KB | None | 0 0
  1. <!--
  2. › trainwreck / 01 ‹
  3. - tinasthemes -
  4.  
  5.  
  6. -->
  7.  
  8. <title>{title} {block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}"/>
  11. {/block:Description}
  12. <link rel="shortcut icon" href="{Favicon}"/>
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  14. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  15.  
  16. <meta name="text:font family" content="">
  17. <meta name="text:font size" content="11">
  18.  
  19. <meta name="text:Quote" content="While I live and until I die,
  20. I am an Avenger." />
  21.  
  22. <meta name="image:Sidebar Image" content=""/>
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Text" content="#4f4f4f"/>
  26. <meta name="color:Link" content="#707070"/>
  27. <meta name="color:Blockquote" content="#a2a19f"/>
  28. <meta name="color:Border" content="#f0f0f0"/>
  29. <meta name="color:Link Hover" content="#303030"/>
  30.  
  31.  
  32. <meta name="if:Quote" content="1"/>
  33. <meta name="if:Both Dimensions" content="1"/>
  34.  
  35. <meta name="text:link1" content="/" />
  36. <meta name="text:link1 Title" content="link" />
  37. <meta name="text:link2" content="/" />
  38. <meta name="text:link2 Title" content="link" />
  39. <meta name="text:link3" content="/" />
  40. <meta name="text:link3 Title" content="link" />
  41.  
  42. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  43. <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700" rel="stylesheet">
  44.  
  45.  
  46. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  47.  
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("a[title]").style_my_tooltips({
  52. tip_follows_cursor:true,
  53. tip_delay_time:20,
  54. tip_fade_speed:300,
  55. attribute:"title"
  56. });
  57. });
  58. })(jQuery);
  59. </script>
  60.  
  61. <style type="text/css">
  62.  
  63. /* tooltip */
  64. #s-m-t-tooltip{
  65. max-width:300px;
  66. margin:20px 10px 10px 10px;
  67. padding:3px 10px;
  68. background:{color:background};
  69. color:{color:text};
  70. z-index:999999;
  71. font-size:11px;
  72. font-style:none;
  73. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  74. }
  75.  
  76. body {
  77. background: {color:Background};
  78. color: {color:Text};
  79. font-family:'times', serif;
  80. font-family:{text:font family}, 'times', serif;
  81. font-size:11px;
  82. font-size:{text:font size}px;
  83. -moz-osx-font-smoothing:grayscale;
  84. -webkit-font-smoothing:antialiased;
  85. font-smoothing:antialiased;
  86. line-height:1.6em;
  87.  
  88. }
  89.  
  90. /* links */
  91.  
  92. a {
  93. color: {color:Link};
  94. text-decoration:none;
  95. -moz-transition-duration:0.4s;
  96. -webkit-transition-duration:0.4s;
  97. -o-transition-duration:0.4s;
  98.  
  99. }
  100.  
  101. a:hover {
  102. color:{color:Link Hover};
  103. -moz-transition-duration:0.4s;
  104. -webkit-transition-duration:0.4s;
  105. -o-transition-duration:0.4s;
  106. }
  107. img a:hover{background-image:none!important;background-color:white!important;}
  108. .photo_slideshow a:hover{background-image:none!important;background-color:transparent!important;}
  109. .pxu_photo a:hover{background-image:none!important;background-color:transparent!important;}
  110. .photo-data a:hover{background-image:none!important;background-color:transparent!important;}
  111.  
  112. /* typography */
  113. ul {
  114. list-style: none;
  115. margin-left: 0;
  116. padding-left: 0;
  117. }
  118.  
  119. li {
  120. padding-left: 1em;
  121. text-indent: -1em;
  122. }
  123.  
  124. li:before {
  125. content: "› ";
  126. display:inline;
  127. padding-right: 5px;
  128. }
  129.  
  130. h1, h2 {
  131. font-size: 15px;
  132. font-weight: bold;
  133. }
  134.  
  135. h3, h4, h5, h6 {
  136. font-size: 18px;
  137. font-style: italic;
  138. }
  139.  
  140. blockquote {
  141. padding-left:10px;
  142. margin:0px;
  143. border-left:solid 1px rgba(0,0,0,0.12);
  144. }
  145.  
  146. b, strong {
  147. color: black;
  148. font-weight:bold;
  149. }
  150.  
  151. b a{color:{color:text};}
  152.  
  153. i, em, oblique {
  154. color: black;
  155. }
  156.  
  157. big, small, sub{
  158. font-size:11px;
  159. }
  160.  
  161. /*main*/
  162. #container {
  163. position: relative;
  164. width: 750px;
  165. margin: 30px auto;
  166. }
  167.  
  168. /* sidebar */
  169. aside {
  170. overflow: hidden;
  171. width:180px;
  172. float:left;
  173. margin:150px 0 0 -75px;
  174. position:fixed;
  175. }
  176. aside img {
  177. width:90px;
  178. height:90px;
  179. border-radius:100%;
  180. overflow:hidden;
  181. margin-bottom:10px;
  182. background:#fafafa;
  183. text-align:left;
  184. padding:4px;
  185. border:1px solid #f5f5f5;
  186.  
  187. }
  188.  
  189. aside b{color:{color:text};}
  190. aside blockquote{margin-top:5px;}
  191.  
  192. nav {
  193. font-size:8px;
  194. line-height:28px;
  195. margin:10px 0 0 0;
  196. padding: 0px 0px 8px 0px;
  197. text-transform:uppercase;
  198. }
  199.  
  200. nav a {
  201. display:block;
  202. color:#252525;
  203. padding:0px 0px 0px 10px;
  204. border-bottom: 1px solid rgba(0,0,0,0.06);
  205. letter-spacing: 2px;
  206. }
  207.  
  208. nav a:hover {
  209. color:#424242;
  210. padding: 0px 0px 0px 10px;
  211. }
  212. .cl-effect-1 a::after {
  213. display: inline-block;
  214. opacity: 0;
  215. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  216. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  217. transition: transform 0.3s, opacity 0.2s;
  218. }
  219.  
  220.  
  221. .cl-effect-1 a::after {
  222. margin-left: 10px;
  223. content: '›';
  224. -webkit-transform: translateX(-20px);
  225. -moz-transform: translateX(-20px);
  226. transform: translateX(-20px);
  227. }
  228. .cl-effect-1 a:hover::after,
  229. .cl-effect-1 a:focus::after {
  230. opacity: 1;
  231. -webkit-transform: translateX(0px);
  232. -moz-transform: translateX(0px);
  233. transform: translateX(0px);
  234. }
  235. .pagination {
  236. font-size:8px;
  237. line-height:28px;
  238. margin:10px 0 0 0;
  239. padding: 0px 0px 8px 0px;
  240. text-transform:uppercase;
  241. display:inline-block;
  242. color:#252525;
  243. padding:0px 0px 0px 10px;
  244. border-bottom: 1px solid rgba(0,0,0,0.06);
  245. letter-spacing: 2px;}
  246.  
  247. .pagination a {
  248.  
  249. }
  250. /* post */
  251. #entries {
  252. width:540px;
  253. margin:75px 50px 50px 0px;
  254. float:right;
  255. }
  256.  
  257. .posts {
  258. width:540px;
  259. margin-bottom:100px;
  260. }
  261.  
  262. .posts img {max-width:540px;}
  263.  
  264. /* caption */
  265. .caption {
  266. width:518px;
  267. border:0;
  268. }
  269. .cap blockquote {
  270. max-width:395px;margin:10px 0px 5px 0px;font-weight:normal;border-left:solid 1px rgba(0,0,0,0.12);font-size:11px;line-height:1.3;padding-left:10px;padding-right:5px}
  271.  
  272. .cap a.tumblr_blog {
  273. display:block;
  274. text-overflow:ellipsis;
  275. vertical-align:middle;
  276. line-height:28px;
  277. font-weight:600;
  278. font-size:11px;
  279. color:#707070!important;
  280. -webkit-transition:all 0.5s;
  281. -moz-transition:all 0.5s;
  282. -ms-transition:all 0.5s;
  283. -o-transition:all 0.5s;
  284. transition:all 0.5s;
  285.  
  286. }
  287. .cap a.tumblr_blog:hover{
  288. color:#303030!important;
  289. -webkit-transition:all 0.5s;
  290. -moz-transition:all 0.5s;
  291. -ms-transition:all 0.5s;
  292. -o-transition:all 0.5s;
  293. transition:all 0.5s;
  294. }
  295. .cap .icon{
  296. width:20px;
  297. height:20px;
  298. margin-right:10px;
  299. display:inline-block;
  300. float:left;
  301. border-radius:20px;
  302. background:#fafafa;
  303. text-align:left;
  304. padding:3px;
  305. border:1px solid #f5f5f5;
  306.  
  307. }
  308. .cap {
  309. font-size:11px;
  310. margin:10px 0 0 0;
  311. padding:0px 0 0 0;
  312. border:0;
  313. }
  314. .cap p{ margin:5px 0 0 0;line-height:1.6em;font-weight:normal;}
  315. .cap b{ color:#000;font-style:italic;font-weight:700;}
  316.  
  317. /* asks */
  318.  
  319. #ask {
  320. width:500px;
  321. word-spacing:2px;
  322. line-height:13px;
  323. padding:15px;
  324. background:#f8f8f8;
  325. }
  326.  
  327. .askimg {
  328. width: 48px;
  329. float: left;
  330. display:inline;
  331. border-radius:100%;
  332. margin-left:0px;
  333. }
  334.  
  335. .askimg img{border-radius:100%;}
  336. .question {
  337. width:440px;
  338. float: right;
  339. margin-right:5px;
  340. min-height: 43px;
  341. text-align: left;
  342. line-height:13px;
  343. }
  344.  
  345. .asker {
  346. display:block;
  347. text-transform:lowercase;
  348. font-weight:bold;
  349. }
  350.  
  351. .answer .cap {
  352. margin:0;
  353. padding-bottom:4px;
  354. }
  355. .answer .cap p{
  356. line-height:12px;
  357. font-weight:normal;
  358. border-left:solid 0px rgba(0,0,0,0.12);
  359. }
  360. .answer .icon {display:none;}
  361. .answer a.tumblr_blog {font-weight:normal;margin:0;}
  362. .answer a.tumblr_blog::after{
  363. content:" answered:";
  364. }
  365. .clear {
  366. clear: both;
  367. }
  368. #titlequote {font-size:14px;}
  369. #source { font-size:11px;margin:10px 0 0 0;}
  370. #source a.tumblr_blog{display:inline;}
  371. .chat {
  372. margin:0;
  373. padding:0;
  374. list-style:none;
  375. }
  376.  
  377. .l {
  378. padding-bottom:15px;
  379. margin-top:15px;
  380. border-bottom:1.5px dotted {color:border};
  381. }
  382.  
  383. .label {
  384. font-weight:bold;
  385. color:{color:title};
  386. display:inline-block;
  387. }
  388.  
  389. .l:first-of-type {margin-top:0;}
  390.  
  391. .l:last-of-type {
  392. padding-bottom:0;
  393. border:0;
  394. }
  395.  
  396. /* permalink */
  397. #permalink {margin-top:15px;}
  398.  
  399. #permalink a {
  400. display:inline-block;
  401. border:0;
  402. margin-right:5px;
  403. }
  404.  
  405. #permalink a:hover {color:{color:link hover};}
  406.  
  407. #permalink span {display:block;}
  408.  
  409.  
  410. #info {
  411. border-top:0px solid #f1f1f1;
  412. padding:5px 0;
  413. text-align:left;
  414. margin-left:0px;
  415. margin-top:7px;
  416. font-size:11px;
  417. {block:ifnotags}margin-top:15px;{/block:ifnotags}
  418. }
  419.  
  420. #info b{
  421. color:{color:text};
  422. }
  423. #info a:hover {
  424. text-decoration:none;}
  425.  
  426.  
  427. #tags {
  428. padding:3px 0;
  429. margin-top:0px;
  430. margin-left:0px;
  431. text-align:left;
  432. font-size:11px;}
  433.  
  434.  
  435. #tags a {
  436. margin-right:4px;
  437. color:#707070;
  438. -moz-transition-duration:0.4s;
  439. -webkit-transition-duration:0.4s;
  440. -o-transition-duration:0.4s;}
  441. #tags a:hover {
  442. color:#303030;
  443. -moz-transition-duration:0.4s;
  444. -webkit-transition-duration:0.4s;
  445. -o-transition-duration:0.4s;
  446. background:none;}
  447. #tags a::after{
  448. content:",";
  449. }
  450. #tags a:last-of-type::after{
  451. display:none;
  452. }
  453. .pagenotes #title{
  454. font-weight:bold;
  455. text-transform:uppercase;
  456. margin:0 0 0 10px;
  457. }
  458. .pagenotes {
  459. width:540px;
  460. margin-top:-25px;
  461. -webkit-border-radius: 2px;
  462. -moz-border-radius: 2px;
  463. -o-border-radius: 2px;
  464. text-transform:lowercase;
  465. }
  466.  
  467. .pagenotes a {color:{color:link};}
  468.  
  469. ol.notes li.note::before {
  470. content:'› ';
  471. margin-right:2px;
  472. display:inline;
  473. }
  474. ol.notes {
  475. list-style-type:none;
  476. text-align:left;
  477. padding:0px;
  478. margin:0px 0px 0px 20px;
  479. }
  480.  
  481. ol.notes li.note {
  482. display:block;
  483. padding:0;
  484. margin:5px 0;
  485. }
  486.  
  487. ol.notes li.note img.avatar {display:none!important;}
  488.  
  489. #tumblr_controls,
  490. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls {
  491. position:fixed!important;
  492. top:0!important;
  493. right:0!important;
  494. -webkit-filter:invert(100%);
  495. -webkit-backface-visibility:hidden;
  496. padding:10px 10px 10px 10px;
  497. -webkit-transition:opacity .3s ease-out;
  498. transition:opacity .3s ease-out;
  499. }
  500.  
  501. #vignette, .vignette {opacity:0;}
  502. #tumblr_lightbox img, .lightbox-image {box-shadow:none!important;border-radius:2px!important;}
  503. aside a:hover{background-color:white;}
  504.  
  505. .like-b {
  506. position:relative;
  507. display:inline-block;
  508. height:1.6em;
  509. line-height:1.6em;
  510. margin: 0px 0 -5px 0;
  511. overflow:hidden;
  512. }
  513. .like-b .like_button iframe {
  514. position:absolute;
  515. top:0;
  516. left:0;
  517. bottom:0;
  518. right:0;
  519. z-index:2;
  520. opacity:0;
  521. }
  522. .like-b .liked + .b {
  523. color:#D95E40;
  524. }
  525. .like-b .liked + .b:after {
  526. content:'d';
  527. }
  528.  
  529. #credit a{
  530. font-family:arial;
  531. opacity:0.75;
  532. font-size:10px;
  533. color:black;
  534. z-index:1;
  535. font-weight:bold;
  536. position:fixed;
  537. bottom:15px;
  538. right:15px;
  539. }
  540.  
  541. {block:ifBothDimensions}
  542. .photo-slideshow {
  543. width:auto!important;
  544. }
  545. {/block:ifBothDimensions}
  546. </style>
  547.  
  548. </head>
  549.  
  550.  
  551.  
  552. <body>
  553.  
  554.  
  555.  
  556. <div id="credit"><a href="http://tinasthemes.tumblr.com/" title="tina's theme">△</a> </div>
  557.  
  558. <div id="container">
  559.  
  560. <aside>
  561.  
  562. <a href="/"><img class="sidebar" src="{image:Sidebar Image}"></a>
  563.  
  564. <div class="description">
  565. {description}
  566. {block:ifQuote}
  567. <blockquote>
  568. {text:quote}
  569. </blockquote>
  570. {/block:ifQuote}
  571. </div>
  572.  
  573. <nav class="cl-effect-1">
  574. <a href="/" title="index">index</a>
  575. <a href="{text:link1}" title="{text:link1 title}">{text:link1 title}</a>
  576. <a href="{text:link2}" title="{text:link2 title}">{text:link2 title}</a>{/block:iflink2}
  577. {block:iflink3}
  578. <a href="{text:link3}" title="{text:link3 title}">{text:link3 title}</a>{/block:iflink3}
  579. </nav>
  580.  
  581. {block:Pagination}
  582. <div class="pagination">
  583. {block:PreviousPage}
  584. <a href="{PreviousPage}">back</a> / {/block:PreviousPage}
  585. {block:NextPage}
  586. <a href="{NextPage}">forth</a>{/block:NextPage}
  587. </div>
  588. {/block:Pagination}
  589. </aside>
  590.  
  591. <section id="entries">
  592.  
  593. {block:Posts}
  594. <article class="posts" id="{PostID}">
  595.  
  596. {block:Quote}
  597. <div id="titlequote">"{Quote}"</div>
  598. {block:Source}<div id="source">{Source}</div>{/block:Source}
  599.  
  600. {/block:Quote}
  601.  
  602. {block:Text}
  603. {block:Title}
  604. <span style="font-size:14px;color:black;">{Title}</span>{/block:Title}
  605. <div class="caption">
  606. {Body}</div>
  607.  
  608. {/block:Text}
  609.  
  610. {block:Link}
  611. <div id="title"><a href="{URL}">{Name}</a></div>
  612. {block:Description}{Description}{/block:Description}
  613.  
  614. {/block:Link}
  615.  
  616. {block:Chat}
  617. {block:Title}<div id="title">{Title}</div>{/block:Title}
  618. <ol class="chat">
  619. {block:Lines}
  620. <li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  621. {/block:Lines}
  622. </ol>
  623. {/block:Chat}
  624.  
  625. {block:Photo}
  626. <div class="media"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a></div>
  627. {/block:Photo}
  628.  
  629. {block:Photoset}<div class="media"><div class="set"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  630. <div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div></center></div></div>
  631.  
  632. {/block:Photoset}
  633.  
  634.  
  635. {block:Video}<div class="media">{Video-500}</div>
  636. {/block:Video}
  637.  
  638. {block:Audio}{block:AudioPlayer}<div class="hold"><div class="player">{AudioPlayergrey}</div></div>{/block:AudioPlayer}<div class="audio_info">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} by {Artist}{/block:Artist}</div>
  639.  
  640. {/block:Audio}
  641.  
  642. {block:Answer}
  643. <div id="ask">
  644. <div class="question">
  645. <span class="asker">{Asker}</span>
  646. {Question}</div>
  647. <div class="askimg"><img src="{AskerPortraitURL-40}" /></div>
  648. <div class="clear"></div></div><br>
  649. <div class="answer"><div class="caption">{Answer}</div></div>
  650. {/block:Answer}
  651.  
  652. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  653.  
  654. <div style="border-bottom:solid 1px rgba(0,0,0,0.06);margin-top:15px"></div>
  655.  
  656. {block:indexpage}{block:Date}
  657. <div id="info">
  658. <a href="{Permalink}" target="_blank" title="{timeago}" ><b>{shortmonth} {dayofmonthwithzero}{DayOfMonthSuffix}</b></a>{block:NoteCount} / <a href="{permalink}">{NoteCountwithlabel}</a>{/block:NoteCount} / <a class="reblog-b" target="_blank" href="{ReblogURL}">reblog</a> / <a class="like-b" href="#">{LikeButton}<span class="b">like</span></a>
  659.  
  660. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  661. {/block:Date}{/block:indexpage}
  662.  
  663. {block:permalinkpage}{block:Date}
  664. <div id="info">
  665. Posted on <a href="{Permalink}" target="_blank" title="{timeago}" ><b>{month} {dayofmonth}{DayOfMonthSuffix}, {year}</b></b></a>{block:NoteCount} with <a href="{permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}
  666. {block:RebloggedFrom}<br><span>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} &mdash; source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}</span>{/block:RebloggedFrom}
  667. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  668. {/block:Date}{/block:permalinkpage}
  669. </article>
  670.  
  671. {block:PostNotes}
  672. <div class="pagenotes">
  673. <div id="title">{notecountwithlabel}</div>
  674. {PostNotes}</div>
  675. {/block:PostNotes}
  676.  
  677. {/block:Posts}
  678.  
  679.  
  680.  
  681. </section>
  682. </div>
  683. {/block:Posts}
  684. </div>
  685.  
  686.  
  687. {block:ContentSource}
  688. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  689. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  690. {/block:SourceLogo}
  691. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  692. {/block:ContentSource}
  693.  
  694.  
  695. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  696. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  697. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  698. </script><script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script><link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  699. <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  700. <link href="//static.tumblr.com/wupwnyt/qWVoc4phj/resizing.css" rel="stylesheet" type="text/css"/>
  701. <script>
  702. $('article').unnest({
  703. yourCaption: ".caption",
  704. wrapName: ".cap",
  705. newCaptionUsername: true,
  706. originalPostCaptionUsername: false,
  707. tumblrAvatars: true,
  708. tumblrAvatarClass: ".icon",
  709. usernameColon: false
  710. });
  711. // PXU Photoset Script by Pixel Union
  712. $(document).ready(function(){
  713. $('.photo-slideshow').pxuPhotoset({
  714. lightbox:true,
  715. rounded:false,
  716. gutter:'0px',
  717. borderRadius:'0px',
  718. photoset:'.photo-slideshow',
  719. photoWrap:'.photo-data',
  720. photo:'.pxu-photo'
  721. });
  722. });
  723. </script>
  724. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement