Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="https://www.w3.org/1999/xhtml">
- <head>
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!--
- theme by bru
- -->
- <meta name="color:Background" content="#fff">
- <meta name="color:Posts" content="#fff">
- <meta name="color:Text" content="#3f3f3f">
- <meta name="color:Borders" content="#f1f1f1">
- <meta name="color:Links" content="#333">
- <meta name="color:Hover" content="#999">
- <meta name="color:Asks" content="#fff">
- <meta name="color:Select Text" content="#f1f1f1"/>
- <meta name="color:Custom Scrollbar" content="#333"/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:Sidebar Image" content="1" />
- <meta name="if:Custom Scrollbar" content="1" />
- <meta name="text:Home Title" content="Home"/>
- <meta name="text:Ask Title" content="Ask"/>
- <meta name="text:Link 1 Url" content="/"/>
- <meta name="text:Link 1 Title" content="One"/>
- <meta name="text:Link 2 Url" content="/"/>
- <meta name="text:Link 2 Title" content="Two"/>
- <script type="text/javascript" src="https://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap" rel="stylesheet">
- <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:200, tip_fade_speed:300 }); }); })(jQuery); </script>
- <style type="text/css">
- /*-------------------------------------------------------------------------*/
- /*GENERAL SECTION */
- /*GENERAL: TUMBLR CONTROLS */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.4;
- filter:invert(1);
- -webkit-filter:invert(1);
- -o-filter:invert(1);
- -moz-filter:invert(1);
- -ms-filter:invert(1);
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.6);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.6);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.6);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.6);
- -ms-transform-origin:100% 0;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- /*END OF GENERAL: TUMBLR CONTROLS */
- /*GENERAL: SCROLLBAR */
- {block:IfCustomScrollbar}
- ::-webkit-scrollbar {
- width:12px;
- height:12px;
- background:{color:background};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:custom scrollbar};
- }
- ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
- border:5px solid {color:background};
- }
- {/block:IfCustomScrollbar}
- /*END OF GENERAL: SCROLLBAR */
- /*GENERAL: SELECTION */
- ::selection {
- background: {color:select text};
- color: {color:text};
- }
- ::-moz-selection {
- background: {color:select text};
- color: {color:text};
- }
- /*END OF GENERAL: SELECT */
- /*GENERAL: STYLING */
- body {
- font-size:12px;
- font-family: 'Roboto', sans-serif;
- text-align:justify;
- margin:0;
- line-height:1.5em;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- color:{color:text};
- background:{color:background};
- }
- #s-m-t-tooltip {
- font-size:12px;
- font-family: 'Roboto', sans-serif;
- max-width:300px;
- background:{color:posts};
- margin:10px;
- padding:5px;
- border:0px;
- border-radius:0px;
- color:{color:text};
- z-index:999999;
- font-style:none;
- box-shadow: 0px 0px 0px rgba(0,0,0,.1);
- text-transform:lowercase;
- }
- a {
- color:{color:links};
- text-decoration:none;
- cursor:pointer;
- -webkit-transition:all 0.2s;
- -moz-transition:all 0.2s;
- -ms-transition:all 0.2s;
- -o-transition:all 0.2s;
- transition:all 0.2s;
- }
- a:hover {
- text-decoration:none;
- color:{color:hover};
- -webkit-transition:all 0.2s;
- -moz-transition:all 0.2s;
- -ms-transition:all 0.2s;
- -o-transition:all 0.2s;
- transition:all 0.2s;
- }
- .credit {
- position:fixed;
- bottom:35px;
- right:45px;
- z-index:10;
- }
- .credit a {
- color:{color:links};
- }
- .credit a:hover {
- color:{color:hover};
- }
- small, sub, sup {
- font-size:12px;
- }
- b, 700, strong {
- color:{color:links};
- }
- .entry h1 {
- font-size:18px!important;
- }
- pre {
- font-size:12px;
- font-family: 'Roboto', sans-serif;
- }
- blockquote {
- display:block;
- margin:0;
- margin-left:5px;
- margin-right:5px;
- padding-left:10px;
- border-left:1px #f1f1f1 solid;
- }
- blockquote blockquote {
- border:none;
- padding:0;
- margin:0;
- }
- img {
- border:0;
- max-width:100%;
- height:auto;
- margin-left:0px;
- }
- hr {
- margin:1em 0;
- border:0;
- height:1px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- background-color:{color:borders};
- }
- ol {
- margin-left:-25px;
- }
- ul {
- margin-left:-25px;
- }
- /*END OF GENERAL: STYLING */
- /*GENERAL: CONTAINERS */
- .main {
- margin:150px auto;
- padding-left:300px;
- width:540px;
- }
- .asidecontainer {
- position:fixed;
- height:100%;
- margin-left:-380px;
- }
- /*END OF GENERAL: CONTAINERS */
- /*END OF GENERAL SECTION */
- /*-------------------------------------------------------------------------*/
- /*SIDEBAR SECTION */
- /*SIDEBAR: GENERAL */
- aside {
- width:268px;
- height:auto;
- padding:0px;
- margin-top:66px;
- overflow:hidden;
- background:{color:posts};
- }
- /*END OF SIDEBAR: GENERAL */
- /*SIDEBAR: IMAGE */
- aside img {
- width:268px;
- }
- /*END OF SIDEBAR: IMAGE */
- /*SIDEBAR: TITLE*/
- aside h1 {
- margin-top:10px;
- text-align:center;
- }
- /*END OF SIDEBAR: TITLE*/
- /*SIDEBAR: DESCRIPTION */
- .description {
- color:{color:text}!important;
- text-align:center;
- }
- /*END OF SIDEBAR: DESCRIPTION */
- /*SIDEBAR: NAVIGATION */
- nav {
- overflow:visible;
- margin-top:8px;
- text-align:center;
- }
- nav a {
- display:inline-block;
- color:{color:links};
- margin-bottom:3px;
- margin-right:5px;
- font-weight:600;
- }
- nav a:hover {
- color:{color:hover};
- }
- /*END OF SIDEBAR: NAVIGATION */
- /*END OF SIDEBAR SECTION */
- /*-------------------------------------------------------------------------*/
- /*POSTS SECTION */
- /*POSTS: GENERAL */
- .content {
- margin:50px 0px;
- }
- .entry {
- width:540px;
- position:relative;
- margin:-50px 0 0px;
- margin-bottom:150px;
- background:{color:posts};
- padding:0px 0px 10px 0px;
- }
- .entry 700, b, strong {
- color:{color:links};
- }
- .entry:last-child {
- margin-bottom:0;
- }
- .post {
- }
- .text:last-child, .text *:last-child {
- margin-bottom:0px;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0px !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(255,255,255,.75) !important;
- }
- /*END OF POSTS: GENERAL */
- /*POSTS: CAPTIONS */
- .caption {
- width:540px;
- margin-top:10px;
- padding:0px;
- margin-bottom:0px;
- border:0;
- text-align:justify;
- }
- .caption blockquote {
- max-width:540px;
- font-weight:normal;
- border:0;
- margin:0px 0px 7px 0px;
- padding:0;
- }
- .caption blockquote:last-child {
- margin:0px;
- }
- .caption p {
- padding:0;
- margin:0;
- }
- .caps blockquote {
- max-width:540px;
- margin:10px 0px 10px 0px;
- font-weight:normal;
- border-left:1px solid {color:borders};
- padding-left:10px;
- padding-right:10px;
- }
- .caps a.tumblr_blog {
- padding-bottom:0px;
- border-bottom:0;
- text-overflow:ellipsis;
- vertical-align:middle;
- font-weight: 600;
- text-transform:lowercase;
- color:{color:links}!important;
- -webkit-transition:all 0.2s;
- -moz-transition:all 0.2s;
- -ms-transition:all 0.2s;
- -o-transition:all 0.2s;
- transition:all 0.2s;
- margin-top:0px;
- margin-bottom:0px;
- line-height:16px!important;
- }
- .caps a.tumblr_blog:hover {
- color:{color:links}!important;
- text-decoration:none;
- -webkit-transition:all 0.2s;
- -moz-transition:all 0.2s;
- -ms-transition:all 0.2s;
- -o-transition:all 0.2s;
- transition:all 0.2s;
- }
- .caps .ic{
- width:18px;
- height:18px;
- margin-right:10px;
- display:inline-block;
- float:left;
- background:transparent;
- text-align:center;
- padding:0;
- margin-left:0;
- margin-top:0;
- }
- .caps {
- margin:0px 0px 0px 0px;
- padding:0;
- border-left:0;
- }
- .caps p {
- margin:5px 0 5px 0;
- font-weight:normal;
- padding:0;
- border-left:0;
- }
- .caps p:last-child {
- margin:5px 0 0 0;
- }
- .caps b {
- color:{color:links};
- font-weight:400;
- }
- .caps hr {
- margin:0;
- border:0;
- }
- .caps img {
- margin-top:10px;
- max-width:100%;
- display:inline-block;
- }
- /*END OF POSTS: CAPTIONS */
- /*POSTS: ASKS */
- .ask {
- min-height:30px;
- padding:20px;
- width:auto;
- margin-bottom:3px;
- background:{color:asks};
- }
- .question {
- text-transform:lowercase;
- }
- .question a {
- color: {color:links};
- }
- .question a:hover {
- color: {color:hover};
- }
- .askimg {
- width: 50px;
- display:inline;
- float:right;
- }
- .askimg img {
- width:35px;
- margin-top:0px;
- margin-left:15px;
- }
- .answer img {
- margin-bottom:10px;
- }
- /*END OF POSTS: ASKS */
- /*POSTS: STYLES */
- .chat {
- list-style-type:none;
- margin-bottom:10px;
- }
- .chat .label {
- line-height:1.5em;
- }
- .quote {
- margin-bottom:5px;
- }
- .source {
- }
- .media {
- position:relative;
- display:inline-block;
- width:100%;
- }
- .media img {
- position:relative;
- display:inline-block;
- width:540px!important;
- }
- /*END OF POSTS: STYLES */
- /*END OF POSTS SECTION /*
- /*-------------------------------------------------------------------------*/
- /*POST INFO SECTION */
- /*POST INFO: BOTTOM */
- .postinfo {
- margin:65px 0 0 0;
- margin:10px 0px 0px 0px;
- text-align:left;
- background:transparent;
- line-height:1.5em!important;
- }
- .postinfo b {
- }
- .postinfo a {
- display:inline-block;
- height:14px;
- line-height:14px;
- }
- .postinfo i {
- font-style: normal;
- }
- .postinfo a:hover {
- color:{color:hover};
- }
- .postinfo p {
- margin-top:-10px!important;
- }
- svg {
- width:12px;
- height:auto;
- opacity:.7;
- padding:1px;
- display:block;
- overflow:visible;
- margin-left:5px;
- margin-top:-3px;
- background:transparent;
- }
- .controls a {
- position:relative;
- display:inline-block;
- overflow:hidden;
- padding:5px;
- width:18px;
- height:12px;
- color:#333;
- margin-left:-7px;
- background:transparent;
- }
- .controls .reblog {
- opacity:0.93;
- background:transparent;
- }
- .controls .reblog svg {
- width:16px;
- background:transparent;
- }
- .controls .like .liked + svg {
- opacity:1;
- background:transparent;
- }
- .controls .like .liked + svg path {
- fill:#ffaaaa;
- }
- .controls .like .like_button {
- position:relative;
- background:transparent;
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0.000001;
- }
- .tags {
- color:{color:links}!important;
- text-transform:lowercase;
- opacity:1;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- text-align:normal;
- }
- .tags a {
- font-style:none;
- margin-right:2px;
- }
- .tags a:after { content:","; } .tags a:last-child:after { content:"."; }
- }
- .tags a:hover {
- text-decoration:none;
- }
- /*END OF POST INFO: BOTTOM */
- /*POST INFO: PERMALINK */
- ol.notes {
- list-style-type:none;
- font-style:normal;
- margin-top:-137px;
- margin-left:0px;
- }
- li.note {
- margin:10px 0 10px 0;
- padding:0;
- font-style:normal;
- }
- li.note:before {
- content:"";
- padding:0;
- }
- .more_notes_link, .notes_loading {
- float:left;
- text-align:left!important;
- text-transform:lowercase!important;
- font-weight:400!important;
- }
- .notes img {
- display:none!important;
- }
- ol.notes li.note blockquote {
- border:0;
- padding:0px 0px;
- margin:0px 0 0 0px;
- }
- /*END OF POST INFO: PERMALINK */
- /*END OF POST INFO SECTION */
- /*-------------------------------------------------------------------------*/
- /*PAGINATION SECTION */
- /*PAGINATION: GENERAL */
- .pagi {
- margin-top:20px;
- text-align:center;
- font-size:14px;
- margin-left:10px;
- padding-top:20px;
- width:540px;
- }
- .pagi a {
- color:{color:links};
- }
- .pagi a:hover {
- color:{color:hover};
- }
- /*END OF PAGINATION: GENERAL */
- /*END OF PAGINATION SECTION */
- /*-------------------------------------------------------------------------*/
- </style></head>
- <body>
- <div class="main">
- <div id="credit">
- <div class="credit"><a href="https://geminicodes.tumblr.com/">©️</a>
- <br> <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5630475";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script> / <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3345103";
- fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
- document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
- </script></div>
- </div>
- <div class="asidecontainer">
- <aside>
- <h1>
- </h1>
- {block:IfSidebarImage}
- <img src="{image:sidebar image}">
- {/block:IfSidebarImage}
- <div class="description">
- {Description}
- </div>
- <nav>
- <a href="/">{text:Home Title}</a>
- <a href="/ask">{text:Ask Title}</a>
- <a href="{text:Link 1 Url}">{text:Link 1 Title}</a>
- <a href="{text:Link 2 Url}">{text:Link 2 Title}</a>
- </nav>
- </aside>
- </div>
- <div class="content">
- {block:Posts}
- <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}" id="{PostID}">
- <section class="post" id="{PostID}">
- {block:Audio}
- <div class="audio" id="{PostID}">
- {block:AudioEmbed}
- {AudioEmbed width="540px"}
- {/block:AudioEmbed}
- </div>
- {/block:Audio}
- {block:Photo}
- <div class="media" id="{PostID}">
- <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="media photoset" id="{PostID}">
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}
- <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>
- {/block:Photoset}
- {block:Video}
- <div class="media video" id="{PostID}">{Video-500}</div>
- {/block:Video}
- {block:Answer}
- <div class="ask" id="{PostID}">
- <div class="askimg"><img src="{AskerPortraitURL-40}" /></div>
- <div class="question">{Asker} asked:
- <br>{Question}
- </div>
- </div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <ul class="chat text">
- {block:Lines}
- <li class="line">
- {block:Label}
- <span class="label">{Label} </span>
- {/block:Label}
- {Line}</li>
- {/block:Lines}</ul>
- {/block:Chat}
- {block:Link}
- <h1>
- <a href="{URL}">{Name}</a></h1>
- {block:Description}
- <div class="caption">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Quote}
- <div class="quote" id="{PostID}">{Quote}</div>
- {block:Source}
- <div class="source">— {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:Body}
- <div class="caption">{Body}</div>
- {/block:Body}
- {/block:Text}
- {block:Caption}
- <div class="caption" id="{PostID}">{Caption}</div>
- {/block:Caption}
- </section>
- {block:Date}
- <div class="postinfo">
- <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonth}">{DayOfMonth}.{MonthNumberWithZero}</a>
- {block:NoteCount}
- (+ <a href="{Permalink}">{NoteCountWithLabel}</a>)
- {/block:NoteCount}
- <span style="float:right;"><span class="controls"><a href="{ReblogURL}" target="_blank" class="reblog"> <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M629.657 343.598L528.971 444.284c-9.373 9.372-24.568 9.372-33.941 0L394.343 343.598c-9.373-9.373-9.373-24.569 0-33.941l10.823-10.823c9.562-9.562 25.133-9.34 34.419.492L480 342.118V160H292.451a24.005 24.005 0 0 1-16.971-7.029l-16-16C244.361 121.851 255.069 96 276.451 96H520c13.255 0 24 10.745 24 24v222.118l40.416-42.792c9.285-9.831 24.856-10.054 34.419-.492l10.823 10.823c9.372 9.372 9.372 24.569-.001 33.941zm-265.138 15.431A23.999 23.999 0 0 0 347.548 352H160V169.881l40.416 42.792c9.286 9.831 24.856 10.054 34.419.491l10.822-10.822c9.373-9.373 9.373-24.569 0-33.941L144.971 67.716c-9.373-9.373-24.569-9.373-33.941 0L10.343 168.402c-9.373 9.373-9.373 24.569 0 33.941l10.822 10.822c9.562 9.562 25.133 9.34 34.419-.491L96 169.881V392c0 13.255 10.745 24 24 24h243.549c21.382 0 32.09-25.851 16.971-40.971l-16.001-16z"></path></svg></a>
- <a href="#" class="like">{LikeButton} <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z"></path></svg></a></span></span>
- {block:HasTags}
- <div class="tags"><i class="fa fa-tag"></i>
- {block:Tags}
- <a href="{TagURL}">{Tag}</a></i>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- </article>
- {block:PostNotes} {PostNotes} {/block:PostNotes} {/block:Posts} <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} --> </div>
- {block:Pagination}
- <div class="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}" title="previous page"><i class="fa fa-angle-double-left fa-lg"></i></a> /
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" title="next page"><i class="fa fa-angle-double-right fa-lg"></i></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <!-- SCRIPTS -->
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet"> <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
- <script> $('article').unnest({ yourCaption: ".caption", wrapName: ".caps", newCaptionUsername: true, originalPostCaptionUsername: false, tumblrAvatars: true, tumblrAvatarClass: ".ic", usernameColon: false }); </script>
- <script src="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <script> $(document).ready(function(){ $('.photo-slideshow').pxuPhotoset({ lightbox: true, rounded: 'corners', gutter: '4px', borderRadius: '0px', photoset: '.photo-slideshow', photoWrap: '.photo-data', photo: '.pxu-photo' }); }); </script>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement