Advertisement
octomoosey

switch

May 9th, 2016
5,789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.78 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="viewport" content="width=device-width, initial-scale=1">
  12. <meta name="color:background" content="#000000">
  13. <meta name="color:postbackground" content="#000000">
  14. <meta name="color:sidebarbackground" content="#000000">
  15. <meta name="color:infobackground" content="#dddddd">
  16. <meta name="color:text" content="#3f3f3f">
  17. <meta name="color:link" content="#dcdcdc">
  18. <meta name="color:link hover" content="#cbcbcb">
  19. <meta name="color:navigation" content="#dcdcdc">
  20. <meta name="color:navigation hover" content="#cbcbcb">
  21. <meta name="color:scrollbar" content="#fb9d28" />
  22. <meta name="color:selectiontext" content="#ffffff" />
  23. <meta name="color:selectionbg" content="#8c8c8c" />
  24. <meta name="color:info" content="#8c8c8c" />
  25. <meta name="color:info hover" content="#ffffff" />
  26. <meta name="color:tags" content="#8c8c8c" />
  27. <meta name="color:tags hover" content="#ffffff" />
  28.  
  29. <meta name="if:hide captions" content="0"/>
  30. <meta name="if:archive" content="1"/>
  31. <meta name="if:hovertags" content="1"/>
  32. <meta name="if:leftsidebar" content="1"/>
  33. <meta name="if:rightsidebar" content="0"/>
  34. <meta name="if:leftsidebanner" content="1"/>
  35. <meta name="if:rightsidebanner" content="1"/>
  36.  
  37. <meta name="image:background" content="https://static.tumblr.com/91fd9c6234a4165e8e9d57d65dea368a/86jccts/ZAQo6x6l1/tumblr_static_a33f50lq4bkgko8cwwg04skok.jpg" />
  38. <meta name="image:leftbanner" content="" />
  39. <meta name="image:rightbanner" content="" />
  40. <meta name="image:titleimg" content="" />
  41. <meta name="image:permalinkimg" content="" />
  42.  
  43. <meta name="text:font size" content="10px" />
  44. <meta name="text:moreinfo" content="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." />
  45.  
  46. <meta name="text:link 1" content="link 1"/>
  47. <meta name="text:link 1 url" content="/"/>
  48. <meta name="text:link 2" content="link 2"/>
  49. <meta name="text:link 2 url" content="/"/>
  50. <meta name="text:link 3" content="link 3"/>
  51. <meta name="text:link 3 url" content="/"/>
  52. <meta name="text:link 4" content="link 4"/>
  53. <meta name="text:link 4 url" content="/"/>
  54. <meta name="text:link 5" content="link 5"/>
  55. <meta name="text:link 5 url" content="/"/>
  56.  
  57. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  58. <link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  59. <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  60.  
  61. <style type="text/css">
  62.  
  63. ::-webkit-scrollbar{
  64. height:3px;
  65. width:3px;
  66. background:inherit;}
  67.  
  68. ::-webkit-scrollbar-thumb {
  69. background: -webkit-linear-gradient({color:postbackground}, {color:scrollbar}, {color:postbackground});}
  70.  
  71. ::-webkit-scrollbar-track {
  72. margin-top:20px;
  73. margin-bottom:20px;
  74. background:transparent;}
  75.  
  76. ::-moz-selection {
  77. color:{color:selectiontext};
  78. background:{color:selectionbg};}
  79.  
  80. ::selection {
  81. color:{color:selectiontext};
  82. background:{color:selectionbg};}
  83.  
  84. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
  85. z-index:99999999999999999!important;
  86. white-space:nowrap!important;
  87. top:10px!important;
  88. right:10px!important;
  89. position:fixed!important;
  90. opacity:.6!important;}
  91.  
  92. body {
  93. margin:0;
  94. font-size: {text:font size};
  95. font-family: 'Roboto', sans-serif;
  96. line-height:150%;
  97. -moz-osx-font-smoothing:grayscale;
  98. -webkit-font-smoothing:antialiased;
  99. font-smoothing:antialiased;
  100. color:{color:text};
  101. background:{color:background};
  102. background-image: url('{image:background}');
  103. background-position: center center;
  104. background-repeat: no-repeat;
  105. background-attachment: fixed;}
  106.  
  107. blockquote {
  108. padding-left:10px;
  109. border-left:2px dotted {color:borders};
  110. border-radius:10px;
  111. margin:15px 30px 10px 10px;
  112. text-align:left;}
  113.  
  114. .caption blockquote {
  115. margin:0px 0px 0px 10px;}
  116.  
  117. blockquote img {
  118. max-width:100%;
  119. height:auto;}
  120.  
  121. img {
  122. max-width:100%;
  123. height:auto;}
  124.  
  125. .caption img {
  126. max-width:100%;
  127. height:auto;}
  128.  
  129. .posts img {
  130. max-width:100%;
  131. margin-top:5px;
  132. margin-bottom:5px;}
  133.  
  134. a {
  135. color:{color:link};
  136. text-decoration:none;
  137. letter-spacing:1px;
  138. cursor:help;
  139. -webkit-transition: all 0.7s ease;
  140. transition: all 0.7s ease;
  141. -moz-transition: all 0.7s ease;
  142. -o-transition: all 0.7s ease;}
  143.  
  144. a:hover {
  145. letter-spacing:1px;
  146. text-decoration:none;
  147. color:{color:link hover};
  148. text-shadow: 0px 0px #aeaeae, -0px 0px #aeaeae;}
  149.  
  150. p {
  151. margin:10px 0 10px 0;}
  152.  
  153. p:first-of-type {
  154. margin-top:0;
  155. padding-top:0;}
  156.  
  157. p:last-of-type {
  158. margin-bottom:10px;
  159. padding-bottom:0;}
  160.  
  161. small, sub {
  162. font-size: {text:font size};
  163. vertical-align:baseline;}
  164.  
  165. pre {
  166. white-space: pre-wrap;
  167. white-space: -moz-pre-wrap;
  168. white-space: -pre-wrap;
  169. white-space: -o-pre-wrap;
  170. word-wrap: break-word;}
  171.  
  172. h1, h2, h3, h4, h5, h6 {
  173. text-align:right;
  174. font-family: 'Fjalla One', sans-serif;
  175. font-size:15px;}
  176.  
  177. b, strong {
  178. font-family:font-family: 'Roboto', sans-serif;
  179. text-transform:uppercase;
  180. font-size: {text:bodyfontsize};
  181. color:{color:bold};}
  182.  
  183. i, em {
  184. font-family: 'Fjalla One', sans-serif;
  185. font-size: 12px;
  186. color:{color:italic};
  187. letter-spacing:1.5px;}
  188.  
  189. small, big {
  190. font-size:1em;}
  191.  
  192. .title {
  193. font-size:15px;
  194. letter-spacing:1.5px;
  195. font-weight:bold;}
  196.  
  197. {block:ifleftsidebar}
  198. .entries{
  199. top:50%;
  200. margin-top:-220px;
  201. padding:20px;
  202. position:absolute;
  203. margin-left:-80px;
  204. left:50%;
  205. width:350px;
  206. height:400px;
  207. overflow-y:scroll;
  208. border:1px solid {color:text};
  209. background:{color:postbackground};}
  210.  
  211. .sidebar {
  212. left:50%;
  213. margin-left:-310px;
  214. top:50%;
  215. margin-top:-220px;
  216. height:400px;
  217. position:fixed;
  218. padding:20px;
  219. border:1px solid {color:text};
  220. width:180px;
  221. background:{color:sidebarbackground};
  222. overflow-y:scroll;}
  223. {/block:ifleftsidebar}
  224.  
  225. {block:ifrightsidebar}
  226. .entries{
  227. top:50%;
  228. margin-top:-220px;
  229. padding:20px;
  230. position:absolute;
  231. margin-left:-310px;
  232. left:50%;
  233. width:350px;
  234. height:400px;
  235. overflow-y:scroll;
  236. border:1px solid {color:text};
  237. background:{color:postbackground};}
  238.  
  239. .sidebar {
  240. left:50%;
  241. margin-left:90px;
  242. top:50%;
  243. margin-top:-220px;
  244. height:400px;
  245. position:fixed;
  246. padding:20px;
  247. border:1px solid {color:text};
  248. width:180px;
  249. background:{color:sidebarbackground};
  250. overflow-y:scroll;}
  251. {/block:ifrightsidebar}
  252.  
  253. .posts {
  254. position:relative;
  255. text-align:justify;
  256. margin:0px 0px 70px 0px;}
  257.  
  258. .posts:last-child {
  259. margin-bottom:50px;}
  260.  
  261. {block:permalinkpage}
  262. .posts {
  263. margin-bottom:30px;}
  264. {/block:permalinkpage}
  265.  
  266. .date {
  267. background:{color:infobackground};
  268. background-image: url('{image:permalinkimg}');
  269. background-position: top left;
  270. background-repeat: no-repeat;
  271. height:20px;
  272. line-height:20px;
  273. padding-right:3px;
  274. margin-top:5px;
  275. text-align:right;
  276. font-family: 'Fjalla One', sans-serif;
  277. text-transform:lowercase;
  278. border:1px solid {color:text};
  279. font-size:9px;}
  280.  
  281. .date a {
  282. color:{color:info};}
  283.  
  284. .date a:hover {
  285. color:{color:info hover};}
  286.  
  287. .tags {
  288. margin-top:2px;
  289. {block:ifhovertags}
  290. opacity:0;
  291. {/block:ifhovertags}
  292. text-align:right;
  293. font-family: 'Fjalla One', sans-serif;
  294. font-size:9px;
  295. -webkit-transition: all 0.7s ease;
  296. transition: all 0.7s ease;
  297. -moz-transition: all 0.7s ease;
  298. -o-transition: all 0.7s ease;}
  299.  
  300. .tags a {
  301. color:{color:tags};
  302. -webkit-transition: all 0.7s ease;
  303. transition: all 0.7s ease;
  304. -moz-transition: all 0.7s ease;
  305. -o-transition: all 0.7s ease;}
  306.  
  307. .tags a:hover {
  308. color:{color:tags hover};
  309. -webkit-transition: all 0.7s ease;
  310. transition: all 0.7s ease;
  311. -moz-transition: all 0.7s ease;
  312. -o-transition: all 0.7s ease;}
  313.  
  314. {block:ifhovertags}
  315. .posts:hover .tags{
  316. opacity:1;
  317. -webkit-transition: all 0.7s ease;
  318. transition: all 0.7s ease;
  319. -moz-transition: all 0.7s ease;
  320. -o-transition: all 0.7s ease;}
  321. {/block:ifhovertags}
  322.  
  323. ol.notes {
  324. margin-left:-35px;
  325. width:300px;
  326. background:transparent;
  327. list-style-type:none;}
  328.  
  329. ol.notes a {
  330. color:{color:link};}
  331.  
  332. ol.notes a:hover {
  333. color:{color:linkhover};}
  334.  
  335. ol.notes li.note {
  336. display:block;
  337. padding:0;
  338. margin:5px 0;}
  339.  
  340. ol.notes li.note img.avatar {
  341. display:none!important;}
  342.  
  343. a.more_notes_link {
  344. display:block;
  345. text-align:left;
  346. border:0;
  347. color:{color:link};}
  348.  
  349. {block:ifleftsidebanner}
  350. .leftbanner {
  351. position:fixed;
  352. color:{color:text};
  353. background:{color:background};
  354. background-image: url('{image:leftbanner}');
  355. background-position: top left;
  356. background-repeat: no-repeat;
  357. border:1px solid {color:text};
  358. left:50%;
  359. margin-left:-400px;
  360. top:50%;
  361. margin-top:-220px;
  362. width:80px;
  363. height:440px;}
  364. {/block:ifleftsidebanner}
  365.  
  366. {block:ifrightsidebanner}
  367. .rightbanner {
  368. position:fixed;
  369. color:{color:text};
  370. background:{color:background};
  371. background-image: url('{image:rightbanner}');
  372. background-position: top left;
  373. background-repeat: no-repeat;
  374. border:1px solid {color:text};
  375. left:50%;
  376. margin-left:320px;
  377. top:50%;
  378. margin-top:-220px;
  379. width:80px;
  380. height:440px;}
  381. {/block:ifrightsidebanner}
  382.  
  383. .titleimg {
  384. text-transform:lowercase;
  385. font-family: 'Fjalla One', sans-serif;
  386. width:180px;
  387. height:20px;
  388. line-height:20px;
  389. font-size:16px;
  390. text-align:center;
  391. letter-spacing:1px;
  392. background:{color:sidebarbackground};
  393. background-image: url('{image:titleimg}');
  394. background-position: top right;
  395. background-repeat: no-repeat;
  396. border:1px solid {color:text};
  397. margin-bottom:8px;}
  398.  
  399. .description {
  400. font-size:9px;
  401. margin-bottom:10px;
  402. text-align:justify;}
  403.  
  404. #sf {
  405. background: url('https://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png') #f5f5f5 left center no-repeat;
  406. background-size: 10px 10px;
  407. width:178px;
  408. margin-bottom:10px;}
  409.  
  410. .nav {
  411. line-height:12px;
  412. font-family: 'Fjalla One', sans-serif;
  413. font-size:10px;
  414. width:190px;
  415. margin-bottom:5px;}
  416.  
  417. .nav a:nth-child(odd) {
  418. text-align:left;}
  419.  
  420. .nav a:nth-child(even) {
  421. text-align:right;}
  422.  
  423. .nav a {
  424. width:90px;
  425. margin-bottom:3px;
  426. color:{color:navigation};
  427. display:inline-block;
  428. -webkit-transition: all 0.7s ease;
  429. transition: all 0.7s ease;
  430. -moz-transition: all 0.7s ease;
  431. -o-transition: all 0.7s ease;}
  432.  
  433. .nav a:hover {
  434. color:{color:navigation hover};
  435. -webkit-transition: all 0.7s ease;
  436. transition: all 0.7s ease;
  437. -moz-transition: all 0.7s ease;
  438. -o-transition: all 0.7s ease;}
  439.  
  440. .caption {
  441. margin-top:15px;
  442. {block:ifhidecaptions}
  443. {block:indexpage}
  444. display:none;
  445. {/block:indexpage}
  446. {/block:ifhidecaptions}}
  447.  
  448. .chat {
  449. padding:0;
  450. list-style-type:none;}
  451.  
  452. .chat .label {
  453. font-weight:bold;}
  454.  
  455. .quote {
  456. font-weight:bold;}
  457.  
  458. .media {
  459. position:relative;
  460. display:inline-block;
  461. width:100%;}
  462.  
  463. .playerbuttonbg {
  464. position: absolute;
  465. left: 15px;
  466. top: 17px;
  467. width: 30px;
  468. height: 30px;
  469. background-color: #000;
  470. padding: 10px;
  471. opacity: 0.4;
  472. filter: alpha(opacity=40);
  473. -moz-opacity: 0.4;
  474. -khtml-opacity: 0.4;
  475. transition: opacity .7s ease-in-out;
  476. -moz-transition: opacity .7s ease-in-out;
  477. -webkit-transition: opacity .7s ease-in-out;}
  478.  
  479. .playerbuttonbg:hover {
  480. opacity: 1;
  481. filter: alpha(opacity=100);
  482. -moz-opacity: 1;
  483. -khtml-opacity: 1;}
  484.  
  485. .newplayerbutton {
  486. position: relative;
  487. width: 30px;
  488. height: 30px;
  489. overflow: hidden;}
  490.  
  491. .playerbuttonhug {
  492. position: absolute;
  493. top: -30px;
  494. left: -10px;}
  495.  
  496. .tumblr_audio_player {
  497. height: 90px;
  498. width: 270px;}
  499.  
  500. .audioimgwrapper {
  501. position: absolute;
  502. overflow: hidden;
  503. width: 80px;
  504. height: 80px;}
  505.  
  506. .trackdetails {
  507. padding:10px;
  508. display:inline-block;
  509. margin-left: 90px;
  510. min-height: 75px;}
  511.  
  512. .audiowrapper {
  513. position: relative;
  514. display:inline-block;}
  515.  
  516. .asker {
  517. font-family: 'Fjalla One', sans-serif;
  518. font-size:14px;
  519. margin-bottom:3px;}
  520.  
  521. .asked {
  522. padding-bottom:3px;
  523. margin-bottom:5px;}
  524.  
  525. .ans {
  526. }
  527.  
  528. .faica {
  529. font-size:30px;}
  530.  
  531. .faicq {
  532. font-size:30px;}
  533.  
  534. #s-m-t-tooltip {
  535. max-width:300px;
  536. border-radius: 0px;
  537. padding:4px;
  538. margin:10px 10px 5px 0px;
  539. color:#000;
  540. border:1px solid #000;
  541. font-size:10px;
  542. letter-spacing:1px;
  543. background:#fff;
  544. font-family: 'Roboto', sans-serif;
  545. font-size: 12px;
  546. z-index:99999;}
  547.  
  548. #credit {
  549. z-index:8;
  550. bottom:5px;
  551. right:5px;
  552. height:30px;
  553. width:30px;
  554. opacity:0.8;
  555. position:fixed;
  556. padding:5px;}
  557.  
  558. .pagination {
  559. width:80px;
  560. z-index:9;
  561. bottom:20px;
  562. position:absolute;
  563. text-align:center;}
  564.  
  565. </style>
  566.  
  567. </head>
  568. <body>
  569. <div class="leftbanner"></div>
  570. <div class="rightbanner">
  571. <div class="pagination">
  572. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}{/block:Pagination}<br>
  573. {block:Pagination}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  574. </div>
  575. </div>
  576. <div class="sidebar">
  577. <div class="titleimg">{title}</div>
  578. <i class="fa fa-quote-left fa-3x fa-pull-left"></i><div class="description"><span style="font-family: 'Fjalla One', sans-serif; letter-spacing: 1px;">{description}</div>
  579.  
  580. <div class="titleimg">explore</div>
  581. <form action="/search" method="get" class="sfm" name="theform">
  582. <input type="text" name="q" value="" id="sf"/>
  583. </form>
  584. <div class="nav">
  585.  
  586. <a href="/">index</a>
  587. <a href="/ask">questions</a>
  588. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  589. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  590. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  591. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  592. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  593. {block:ifarchive}<a href="/archive">archive</a>{/block:ifarchive}
  594. </div>
  595.  
  596. <div class="titleimg">more info</div>
  597. <div class="description">
  598. {text:moreinfo}
  599. </div>
  600.  
  601. </div>
  602.  
  603. <div class="entries">
  604. {block:Posts}
  605. <div class="posts">
  606.  
  607. {block:Text}{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}
  608.  
  609. {block:Quote}<div class="faicq"><i class="fa fa-quote-left fa-pull-left"></i></div><div class="quote text">{Quote}</div>{block:Source}<div class="source text">{Source}</div>{/block:Source}{/block:Quote}
  610.  
  611. {block:Answer}<div class="faica"><i class="fa fa-question fa-pull-left"></i></div><div class="asker">{lang:Asker asked}:</div><div class="asked">{Question}</span></div><hr><div class="ans">{Answer}</div>{/block:Answer}
  612.  
  613. {block:Chat}{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<ul class="chat text">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}&nbsp; </span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
  614.  
  615. {block:Link}<h1 class="title"><a href="{URL}">{Name}</a></h1>{block:Description}<div class="text">{Description}</div>{/block:Description}{/block:Link}
  616.  
  617. {block:AudioPlayer}
  618. <div class="audiowrapper">
  619. {block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  620. <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerBlack}
  621. </div></div></div><div class="trackdetails">
  622. {block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}
  623. </div></div>{/block:AudioPlayer}
  624.  
  625. {block:Photo}<div class="media">{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</div>{/block:Photo}
  626.  
  627. {block:Photoset}
  628. <div class="media photoset"><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>
  629. </div>{/block:Photoset}
  630.  
  631. {block:Video}<div class="media video">{Video-500}</div>{/block:Video}
  632.  
  633. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  634.  
  635. <div id="{ShortURL}-hide">
  636. {block:Date}<div class="date">
  637. <a href="{Permalink}">{DayOfWeek}</a> |
  638. <a href="{ReblogURL}">reblog</a> |
  639. {block:RebloggedFrom}
  640. <a href="{ReblogParentURL}">via</a> |
  641. <a href="{ReblogRootURL}">source</a> |
  642. {/block:RebloggedFrom}
  643. <a href="{permalink}">{NoteCountWithLabel}</a>
  644. {/block:Date}</div>
  645.  
  646. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  647. {/block:HasTags}
  648. </div>
  649.  
  650. </div>
  651. {block:PostNotes}{PostNotes}
  652. {/block:PostNotes}
  653. {/block:Posts}
  654.  
  655. <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
  656. </div>
  657.  
  658. <div id="credit"><a href="https://octomoosey.tumblr.com/" title="theme by octomoosey"><img src="https://static.tumblr.com/uopakca/cwDo0y64u/octopus-24.png"></a></div>
  659.  
  660. </div>
  661. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  662.  
  663. <script src="https://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  664.  
  665. <script>
  666. (function($){
  667. $(document).ready(function(){
  668. $("a[title]").style_my_tooltips({
  669. tip_follows_cursor:true,
  670. tip_delay_time:90,
  671. tip_fade_speed:600,
  672. attribute:"title"
  673. });
  674. });
  675. })(jQuery);
  676. </script>
  677.  
  678. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  679. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  680. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  681. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  682. <script src ="https://static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  683.  
  684. <script>
  685. $(document).ready(function(){
  686. $('.photo-slideshow').pxuPhotoset({
  687. lightbox: true,
  688. rounded: false,
  689. gutter: '3px',
  690. photoset: '.photo-slideshow',
  691. photoWrap: '.photo-data',
  692. photo: '.pxu-photo'
  693. });
  694. var $container = $('.content');
  695. });
  696. </script>
  697.  
  698. <script>
  699. $( ".entries" ).wrap( "<div class='scroll'></div>" );
  700. </script>
  701. </body>
  702. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement