uchihaclan

FOUNDERS THEME

Sep 19th, 2020 (edited)
937
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.32 KB | None | 0 0
  1. <html>
  2. <!---
  3. founders theme by tobirama
  4. take codes from here, i'll know and i'll execute you like how tobirama did to izuna.
  5. enjoy the theme, you may change the credit text to whatever you want, but don't [re]move it.
  6. --->
  7.  
  8. <head>
  9. <title>{Title}</title>
  10. <link rel="icon" href="{image:FavIcon}" type="image/gif" >
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <!--- Add Custom Fonts Here (like Google Fonts) --->
  17. <link href="https://fonts.googleapis.com/css2?family=Manrope&display=swap" rel="stylesheet">
  18. <!--- this is a nice font. please try it tbh! called Manrope --->
  19.  
  20. <!--- Then add Font name to the 'Font Family' in Theme Options Area --->
  21.  
  22. <meta name="image:favicon" content=""/>
  23. <meta name="image:sidebar" content="https://i.imgur.com/p7xpNz4.jpg"/>
  24. <meta name="image:img under sidebar" content=""/>
  25. <meta name="image:background" content=""/>
  26. <meta name="image:container" content=""/>
  27. <meta name="image:perma bg" content=""/>
  28. <meta name="image:perma pxl" content="https://i.imgur.com/rFisINf.png"/>
  29. <meta name="image:desc pxl" content=""/>
  30. <meta name="image:cursor" content="https://i.imgur.com/WGDM5yx.png"/>
  31.  
  32. <meta name="color:background" content="#ccc">
  33. <meta name="color:container" content="#000">
  34. <meta name="color:posts" content="#000">
  35. <meta name="color:shadow" content="#000">
  36. <meta name="color:post shadow" content="#000">
  37. <meta name="color:perma bg" content="#000">
  38. <meta name="color:description" content="#fff">
  39. <meta name="color:description glow outline" content="#fff">
  40. <meta name="color:sidebar links" content="#fff">
  41. <meta name="color:sidebar links glow outline" content="#fff">
  42. <meta name="color:font color" content="#fff">
  43. <meta name="color:font glow outline" content="#fff">
  44. <meta name="color:links" content="#fff">
  45. <meta name="color:links hover" content="#5B6D71">
  46. <meta name="color:links glow outline" content="#5B6D71">
  47. <meta name="color:title" content="#fff">
  48. <meta name="color:title glow outline" content="#5B6D71">
  49. <meta name="color:permalink color" content="#ff0000">
  50. <meta name="color:permalink glow outline" content="#ff0000">
  51. <meta name="color:tooltip color" content="#000">
  52. <meta name="color:tooltip background" content="#ccc">
  53. <meta name="color:post border" content="#fff">
  54. <meta name="color:perma border" content="#fff">
  55.  
  56. <meta name="select:post border" content="solid"/>
  57. <meta name="select:post border" content="dashed"/>
  58. <meta name="select:post border" content="dotted"/>
  59. <meta name="select:post border" content="double"/>
  60. <meta name="select:post border" content="inset"/>
  61. <meta name="select:post border" content="outset"/>
  62. <meta name="select:post border" content="ridge"/>
  63. <meta name="select:post border" content="groove"/>
  64.  
  65. <meta name="select:perma border" content="solid"/>
  66. <meta name="select:perma border" content="dashed"/>
  67. <meta name="select:perma border" content="dotted"/>
  68. <meta name="select:perma border" content="double"/>
  69. <meta name="select:perma border" content="inset"/>
  70. <meta name="select:perma border" content="outset"/>
  71. <meta name="select:perma border" content="ridge"/>
  72. <meta name="select:perma border" content="groove"/>
  73.  
  74. <meta name="text:post border" content="1"/>
  75. <meta name="text:perma border" content="1"/>
  76.  
  77. <meta name="text:font family" content="arial">
  78. <meta name="text:post text size" content="18">
  79. <meta name="text:title" content="TITLE OF YOUR DREAMS">
  80. <meta name="text:title size" content="22">
  81. <meta name="text:description" content="DESCRIPTION IS WHATEVA YOU WANT TO SAY">
  82. <meta name="text:description size" content="22">
  83. <meta name="text:sidebar link size" content="22">
  84.  
  85. <meta name="if:200px sidebar" content="0"/>
  86. <meta name="if:250 posts" content="0"/>
  87. <meta name="if:shadow" content="0"/>
  88. <meta name="if:transparent container" content="0"/>
  89. <meta name="if:bold links" content="0"/>
  90. <meta name="if:italic links" content="0"/>
  91. <meta name="if:links underline" content="0"/>
  92. <meta name="if:custom cursor" content="0" />
  93. <meta name="if:tile background" content="0" />
  94. <meta name="if:hide title" content="0"/>
  95. <meta name="if:glow text" content="0" />
  96. <meta name="if:outline text" content="0" />
  97. <meta name="if:hide caption" content="0"/>
  98. <meta name="if:hide tags" content="0" />
  99. <meta name="if:dark tooltip" content="0"/>
  100. <meta name="if:redirect" content="0" />
  101.  
  102. <meta name="text:redirect link" content="/tagged/0">
  103. <meta name="text:refresh link name" content="00">
  104. <meta name="text:link 1" content="01">
  105. <meta name="text:link 1 URL" content="/">
  106. <meta name="text:link 2" content="02">
  107. <meta name="text:link 2 URL" content="/">
  108. <meta name="text:link 3" content="03">
  109. <meta name="text:link 3 URL" content="/">
  110.  
  111. <style type="text/css">
  112.  
  113. @font-face {font-family:"menlo"; src: url("https://dl.dropboxusercontent.com/s/akkl9x8iul9nbjy/Menlo-Regular.ttf?dl=0")}
  114.  
  115. ::-moz-selection {
  116. background: {color:links};
  117. color: {color:links hover};
  118. {block:IfGlowText}
  119. text-shadow: 0 0 2px {color:Links Hover},
  120. 0 0 2px {color:Links Hover};
  121. {/block:IfGlowText}}
  122.  
  123. ::selection {
  124. background: {color:links};
  125. color: {color:links hover};
  126. {block:IfGlowText}
  127. text-shadow: 0 0 2px {color:Links Hover},
  128. 0 0 2px {color:Links Hover};
  129. {/block:IfGlowText}}
  130.  
  131. #s-m-t-tooltip {
  132. z-index: 999999999;
  133. background-color: rgba(255, 255, 255, 0.4);
  134. {block:IfDarkTooltip}background-color: rgba(0, 0, 0, 0.4);{/block:IfDarkTooltip}
  135. filter: drop-shadow(0 0 2px {color:tooltip background});
  136. border-radius: 10px;
  137. color: {color:tooltip color};
  138. font-size: {text:post text size}px;
  139. text-align: center;
  140. {block:IfGlowText}
  141. text-shadow: 0 0 3px {color:tooltip color},
  142. 0 0 5px {color:tooltip color};
  143. {/block:IfGlowText}
  144. {block:IfOutlineText}
  145. text-shadow: -1px 0 {color:font glow outline}, 0 1px {color:font glow outline}, 1px 0 {color:font glow outline}, 0 -1px {color:font glow outline};
  146. {/block:IfOutlineText}
  147. transition: all 0.3s ease-out;
  148. -o-transition: all 0.3s ease-out;
  149. -webkit-transition: all 0.3s ease-out;
  150. -moz-transition: all 0.3s ease-out;
  151. text-transform: normal;
  152. max-width: 300px;
  153. display: block;
  154. word-wrap: break-word;
  155. padding: 5px 7px 5px 7px;
  156. margin: -30px 0px 10px 20px;}
  157.  
  158. body {
  159. background: {color:background};
  160. background-image: url({image:Background});
  161. background-attachment: fixed;
  162. {block:IfNotTileBackground}
  163. -webkit-background-size: cover;
  164. -moz-background-size: cover;
  165. -o-background-size: cover;
  166. background-size: cover;
  167. {/block:IfNotTileBackground}
  168. font-family: '{text:font family}';
  169. font-size: {text:post text size}px;
  170. color: {color:font color};
  171. line-height: 120%;
  172. word-wrap: break-word;
  173. overflow-x:hidden;
  174. {block:IfGlowText}
  175. text-shadow: 0 0 3px {color:font glow outline}, 0 0 5px {color:font glow outline};
  176. {/block:IfGlowText}
  177. {block:IfOutlineText}
  178. text-shadow: -1px 0 {color:font glow outline}, 0 1px {color:font glow outline}, 1px 0 {color:font glow outline}, 0 -1px {color:font glow outline};
  179. {/block:IfOutlineText}}
  180.  
  181. {block:IfCustomCursor}
  182. body, *, a, a:hover { cursor:url({image:cursor}), auto;}
  183. {/block:IfCustomCursor}
  184.  
  185. p {margin: 0px;}
  186. ul {list-style: square;}
  187. img {max-width: 100%;}
  188. h1 {line-height: 150%;}
  189.  
  190. a:link, a:active, a:visited {
  191. {block:IfBoldLinks}font-weight: bold;{/block:IfBoldLinks}
  192. {block:IfItalicLinks}
  193. font-style: italic;{/block:IfItalicLinks}
  194. color: {color:links};
  195. {block:IfGlowText}
  196. text-shadow: 0 0 3px {color:links glow outline}, 0 0 5px {color:links glow outline};
  197. {/block:IfGlowText}
  198. {block:IfOutlineText}
  199. text-shadow: -1px 0 {color:links glow outline}, 0 1px {color:links glow outline}, 1px 0 {color:links glow outline}, 0 -1px {color:links glow outline};
  200. {/block:IfOutlineText}
  201. {block:IfNotLinksUnderline}
  202. text-decoration: none;{/block:IfNotLinksUnderline}
  203. {block:IfLinksUnderline}
  204. text-decoration: underline;
  205. {/block:IfLinksUnderline}
  206. -webkit-transition: all 0.2s ease-in-out;
  207. -moz-transition: all 0.2s ease-in-out;
  208. -o-transition: all 0.2s ease-in-out;
  209. -ms-transition: all 0.2s ease-in-out;
  210. transition: all 0.2s ease-in-out;}
  211.  
  212. a:hover {
  213. color:transparent;
  214. text-shadow: 0 0 4px {color:Links Hover};
  215. text-decoration: none;
  216. -webkit-transition: all 0.2s ease-in-out;
  217. -moz-transition: all 0.2s ease-in-out;
  218. -o-transition: all 0.2s ease-in-out;
  219. -ms-transition: all 0.2s ease-in-out;
  220. transition: all 0.2s ease-in-out;
  221. {block:IfGlowText}
  222. text-shadow: 0 0 5px {color:Links Hover},
  223. 0 0 5px {color:Links Hover};
  224. {/block:IfGlowText}}
  225.  
  226. ::-webkit-scrollbar-track {
  227. {block:IfShadow}
  228. background-color: {color:container};
  229. background-image: url({image:container});
  230. {block:IfNotTileBackground}
  231. -webkit-background-size: cover;
  232. -moz-background-size: cover;
  233. -o-background-size: cover;
  234. background-size: cover;
  235. {/block:IfNotTileBackground}
  236. {/block:IfShadow}
  237. {block:IfNotShadow}
  238. background-image: url({image:background});
  239. {block:IfNotTileBackground}
  240. -webkit-background-size: cover;
  241. -moz-background-size: cover;
  242. -o-background-size: cover;
  243. background-size: cover;
  244. {/block:IfNotTileBackground}
  245. background-color: {color:Background};
  246. {/block:IfNotShadow}}
  247. ::-webkit-scrollbar {
  248. width: 6px;}
  249. ::-webkit-scrollbar-thumb {
  250. background-color: {color:links};}
  251.  
  252. #content {
  253. margin: 0px auto;
  254. width: 500px;
  255. {block:IfHideTitle}
  256. margin-top: 50px;
  257. {/block:IfHideTitle}}
  258.  
  259. #sidebar {
  260. color: {color:font color};
  261. background-color: transparent;
  262. text-align: center;
  263. margin-left: -300px;
  264. position: fixed;
  265. width: 350px;
  266. max-height: 600px;
  267. {block:If200pxSidebar}
  268. width: 200px;
  269. margin-left: -150px;
  270. {/block:If200pxSidebar}
  271. {block:IfNotHideTitle}
  272. margin-top: 67px;
  273. {/block:IfNotHideTitle}
  274. padding: 0;}
  275.  
  276. #sidebar img {max-height: 600px;}
  277.  
  278. .desc {
  279. line-height: 120%;
  280. color: {color:description};
  281. font-size: {text:description size}px;
  282. line-height: {text:description size}px;
  283. {block:IfGlowText}
  284. text-shadow: 0 0 3px {color:description glow outline},
  285. 0 0 5px {color:description glow outline};
  286. {/block:IfGlowText}
  287. {block:IfOutlineText}
  288. text-shadow: -1px 0 {color:description glow outline}, 0 1px {color:description glow outline}, 1px 0 {color:description glow outline}, 0 -1px {color:description glow outline};
  289. {/block:IfOutlineText}
  290. padding: 3px;}
  291.  
  292. .linkz {
  293. font-size: {text:sidebar link size}px;
  294. margin-top: 20px;
  295. line-height: {text:sidebar link size}px;
  296. }
  297.  
  298. .linkz a {color: {color:sidebar links};
  299. {block:IfGlowText}
  300. text-shadow: 0 0 3px {color:sidebar links glow outline},
  301. 0 0 5px {color:sidebar links glow outline};
  302. {/block:IfGlowText}
  303. {block:IfOutlineText}
  304. text-shadow: -1px 0 {color:sidebar links glow outline}, 0 1px {color:sidebar links glow outline}, 1px 0 {color:sidebar links glow outline}, 0 -1px {color:sidebar links glow outline};
  305. {/block:IfOutlineText}
  306. }
  307. .linkz a:hover {
  308. color:transparent;
  309. text-shadow: 0 0 5px {color:links hover},
  310. 0 0 5px {color:links hover};}
  311.  
  312. .title {
  313. font-size:{text:title size}px;
  314. margin-left: 150px;
  315. text-align: center;
  316. width: 550px;
  317. {block:If250Posts}
  318. width: 400px;
  319. {/block:If250Posts}
  320. {block:IfTransparentContainer}
  321. {block:If250Posts}
  322. width: 274px;
  323. margin-left: 210px;
  324. {/block:If250Posts}
  325. {/block:IfTransparentContainer}}
  326.  
  327. .title a {
  328. color: {color:title};
  329. {block:IfGlowText}
  330. text-shadow: 0 0 3px {color:title glow outline},
  331. 0 0 5px {color:title glow outline};
  332. {/block:IfGlowText}
  333. {block:IfOutlineText}
  334. text-shadow: -1px 0 {color:title glow outline}, 0 1px {color:title glow outline}, 1px 0 {color:title glow outline}, 0 -1px {color:title glow outline};
  335. {/block:IfOutlineText}}
  336. .title a:hover {
  337. color:transparent;
  338. text-shadow: 0 0 5px {color:links hover},
  339. 0 0 5px {color:links hover};}
  340.  
  341. .li {
  342. padding: 20px;
  343. max-height: 50px;}
  344.  
  345. #wap {
  346. {block:IfShadow}
  347. filter: drop-shadow(20px 20px 5px {color:shadow});
  348. {/block:IfShadow}
  349. width: 550px;
  350. height: 600px;
  351. overflow: scroll;
  352. overflow-x:hidden;
  353. margin-left: 150px;
  354. {block:IfTransparentContainer}
  355. background-color: transparent;
  356. {/block:IfTransparentContainer}
  357. {block:If250Posts}
  358. width: 400px;
  359. {/block:If250Posts}
  360. {block:IfNotTransparentContainer}
  361. background: {color:container};
  362. {/block:IfNotTransparentContainer}
  363. background-image: url({image:container});
  364. background-attachment: fixed;
  365. {block:IfNotTileBackground}
  366. -webkit-background-size: cover;
  367. -moz-background-size: cover;
  368. -o-background-size: cover;
  369. background-size: cover;
  370. {/block:IfNotTileBackground}}
  371.  
  372. .posts {
  373. {block:IfShadow}
  374. filter: drop-shadow(10px 10px 5px {color:post shadow});
  375. {/block:IfShadow}
  376. background-color: {color:posts};
  377. border: {text:post border}px {select:post border} {color:post border};
  378. margin: auto;
  379. margin-top: 45px;
  380. margin-bottom: 30px;
  381. padding: 20px;
  382. width: 400px;
  383. {block:If250Posts}
  384. width: 250px;
  385. padding: 10px;{/block:If250Posts}
  386. text-align: left;
  387. position: relative;}
  388.  
  389. .posts blockquote {
  390. margin: 0 0 5px 20px;
  391. padding: 0 0 0 5px;
  392. border-left: 1px solid {color:links};}
  393.  
  394. .cap {
  395. margin-top: 10px;}
  396.  
  397. .pic img {
  398. max-width: 100%;
  399. display: block;
  400. -webkit-transition: all 0.5s ease-in-out;
  401. -moz-transition: all 0.5s ease-in-out;
  402. -o-transition: all 0.5s ease-in-out;
  403. -ms-transition: all 0.5s ease-in-out;
  404. transition: all 0.5s ease-in-out;}
  405.  
  406. .pic img:hover {
  407. filter: blur(2px);
  408. -webkit-transition: all 0.3s ease-in-out;
  409. -moz-transition: all 0.3s ease-in-out;
  410. -o-transition: all 0.3s ease-in-out;
  411. -ms-transition: all 0.3s ease-in-out;
  412. transition: all 0.3s ease-in-out;}
  413.  
  414. .permalinky a {
  415. color: {color:permalink color};
  416. {block:IfGlowText}
  417. text-shadow: 0 0 3px {color:permalink glow outline},
  418. 0 0 5px {color:permalink glow outline};
  419. {/block:IfGlowText}
  420. {block:IfOutlineText}
  421. text-shadow: -1px 0 {color:permalink glow outline},
  422. 0 1px {color:permalink glow outline},
  423. 1px 0 {color:permalink glow outline},
  424. 0 -1px {color:permalink glow outline};
  425. {/block:IfOutlineText}}
  426.  
  427. .permalinky a:hover {
  428. color:transparent;
  429. text-shadow: 0 0 5px {color:links hover},
  430. 0 0 5px {color:links hover};}
  431.  
  432. .permalinky {
  433. text-align: center;
  434. margin-top: 20px;
  435. {block:If250Posts}margin-top: 10px;
  436. padding: 4px;{/block:If250Posts}
  437. background: {color:perma bg};
  438. background-image: url({image:perma bg});
  439. border: {text:perma border}px {select:perma border} {color:perma border};
  440. padding: 7px;}
  441.  
  442. .tags {
  443. max-height: 0;
  444. line-height:130%;
  445. text-align:center;
  446. -webkit-transition: all 0.4s ease;
  447. transition: all 0.4s ease;
  448. -moz-transition: all 0.4s ease;
  449. -o-transition: all 0.4s ease;
  450. opacity:0;}
  451.  
  452. .permalinky:hover .tags{
  453. max-height: 250px;
  454. opacity: 1;
  455. -webkit-transition: all 0.4s ease;
  456. transition: all 0.4s ease;
  457. -moz-transition: all 0.4s ease;
  458. -o-transition: all 0.4s ease;}
  459.  
  460. .question {
  461. margin-bottom: 5px;}
  462.  
  463. .asker {
  464. text-align: right;}
  465.  
  466. #permanotes {
  467. margin-top: 20px;
  468. margin-bottom: 10px;}
  469.  
  470. #permanotes ol.notes {
  471. list-style-type: none;
  472. text-align: left;
  473. margin: 0;
  474. padding: 0;
  475. overflow: scroll;
  476. overflow-x: hidden;
  477. max-height: 400px;}
  478.  
  479. #permanotes img.avatar {
  480. margin-right: 10px;
  481. display: inline;
  482. width: 16px;
  483. height: 16px;}
  484.  
  485. .pagination {
  486. font-size: 50px;
  487. margin-top: -20px;
  488. margin-bottom: 50px;
  489. margin-left: 50px;
  490. padding: 20px;
  491. width: 400px;
  492. {block:If250Posts}
  493. width: 250px;
  494. {/block:If250Posts}}
  495.  
  496. .quote {
  497. text-align: justify;
  498. font-style: italic;
  499. font-weight: bold;
  500. font-size: 140%;
  501. line-height: 130%;}
  502.  
  503. .source {
  504. text-align: right;}
  505.  
  506. .spotify_audio_player {
  507. height:80px!important;
  508. width:100%!important;}
  509.  
  510. .soundcloud_audio_player {
  511. height:150px!important;
  512. width:100%!important;}
  513.  
  514. .trackback {
  515. position: absolute;
  516. left: 20px;
  517. top: 20px;
  518. width: 19px;
  519. height: 19px;
  520. background-color: #fff;
  521. padding: 10px;
  522. opacity: .4;}
  523.  
  524. .pressplay{
  525. position: relative;
  526. width: 25px;
  527. height: 25px;
  528. overflow: hidden;
  529. left: -6px;
  530. top: -3px;}
  531.  
  532. .albumpic {
  533. position: absolute;
  534. left: 0px;
  535. top: 0px;
  536. width: 79px;
  537. height: 79px;}
  538.  
  539. .albumpic img {
  540. width: 100%;
  541. height: auto;
  542. border: 1px solid {color:font color};}
  543.  
  544. .trackinfo {
  545. width: auto;
  546. display:inline-block;
  547. margin-left: 90px;
  548. min-height: 85px;}
  549.  
  550. .audiowrapper {
  551. position: relative;
  552. display:inline-block;}
  553.  
  554. #second {
  555. position: fixed;
  556. bottom: 10px;
  557. left: 10px;
  558. font-size: 30px;}
  559.  
  560. .container {
  561. position: relative;}
  562.  
  563. .figure::after {
  564. content: ' ';
  565. position: absolute;
  566. top: -5px;
  567. left: -5px;
  568. right: -5px;
  569. bottom: -3px;
  570. z-index: -1;
  571. background-image: url({image:sidebar});
  572. background-size: auto;
  573. filter: blur(10px) saturate(3);}
  574.  
  575. .middle {
  576. transition: .5s ease;
  577. opacity: 0;
  578. position: absolute;
  579. top: 50%;
  580. left: 50%;
  581. width: 100%;
  582. transform: translate(-50%, -50%);
  583. -ms-transform: translate(-50%, -50%);
  584. text-align: center;}
  585.  
  586.  
  587. .container:hover .image {
  588. opacity: 0.5;}
  589.  
  590. .container:hover .middle {
  591. opacity: 1;}
  592.  
  593. .bg-image {
  594. background-position: center;
  595. background-size: cover;
  596. filter: blur(4px);}
  597.  
  598. .bg-text {
  599. {block:IfShadow}
  600. filter: drop-shadow(5px 5px 5px {color:description});
  601. {/block:IfShadow}
  602. background-image: url({image:sidebar});
  603. background-position: center;
  604. background-size: 100%;
  605. border: 1px solid {color:description};
  606. position: absolute;
  607. top: 50%;
  608. left: 50%;
  609. transform: translate(-50%, -50%);
  610. z-index: 2;
  611. padding: 10px;
  612. width: 85%;
  613. max-height: 85%;
  614. {block:If200pxSidebar}
  615. width: 65%;
  616. max-height: 65%;{/block:If200pxSidebar}
  617. overflow:auto;
  618. overflow-x: hidden;
  619. text-align: center;}
  620.  
  621. .text {
  622. font-family: inherit;}
  623.  
  624. [photoset-layout] div {
  625. padding: 20px;}
  626.  
  627. .tmblr-iframe-compact .tmblr-iframe--unified-controls {
  628. -webkit-filter: opacity(0);
  629. filter: opacity(0);
  630. transition: all 0.3s ease-out;
  631. -o-transition: all 0.3s ease-out;
  632. -webkit-transition: all 0.3s ease-out;
  633. -moz-transition: all 0.3s ease-out;
  634. }
  635.  
  636. .tmblr-iframe-compact .tmblr-iframe--unified-controls:hover {
  637. -webkit-filter: opacity(1);
  638. filter: opacity(1);
  639. transition: all 0.3s ease-out;
  640. -o-transition: all 0.3s ease-out;
  641. -webkit-transition: all 0.3s ease-out;
  642. -moz-transition: all 0.3s ease-out;
  643. }
  644. </style>
  645.  
  646. {block:IfRedirect}
  647. <script>
  648. if(window.location.pathname == '/') location.replace('{text:Redirect Link}');
  649. </script>
  650. {block:IfRedirect}
  651.  
  652. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  653.  
  654. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  655.  
  656. <script>
  657. (function($){
  658. $(document).ready(function(){
  659. $("[title]").style_my_tooltips();
  660. });
  661. })(jQuery);
  662. </script>
  663.  
  664. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  665.  
  666. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.9/SmoothScroll.js"></script>
  667.  
  668.  
  669. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  670. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  671. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  672.  
  673. <script>
  674. $(document).ready(function(){
  675. $('.photo-slideshow').pxuPhotoset({
  676. lightbox: true,
  677. rounded: false,
  678. gutter: '0px',
  679. borderRadius: '0px',
  680. photoset: '.photo-slideshow',
  681. photoWrap: '.photo-data',
  682. photo: '.pxu-photo'
  683. });
  684. });
  685. </script>
  686.  
  687. </head>
  688.  
  689. <div id="content">
  690. <div id="sidebar">
  691. <div class="container">
  692.  
  693. <div class="figure">
  694. <a href="/"><img src="{image:sidebar}" style="width: 350px; display:block;" alt="" /></a>
  695. </div>
  696.  
  697. <a href="/"></a>
  698. <div class="middle">
  699. <div class="text">
  700. <div class="bg-image"><img src="{image:sidebar}" style="width: 350px; display:block;"></div>
  701.  
  702. <div class="bg-text">
  703. <div class="desc">{text:description}</div>
  704. <div class="linkz">
  705. <img src="{image:desc pxl}"> <a href="/"> {text:refresh link name}</a> <img src="{image:desc pxl}"><br>
  706. <img src="{image:desc pxl}"> <a href="{text:link 1 URL}">{text:link 1}</a> <img src="{image:desc pxl}"><br>
  707. <img src="{image:desc pxl}"> <a href="{text:link 2 URL}">{text:link 2}</a> <img src="{image:desc pxl}"><br>
  708. <img src="{image:desc pxl}"> <a href="{text:link 3 URL}">{text:link 3}</a> <img src="{image:desc pxl}"></div>
  709. </div>
  710.  
  711. </div></div></div>
  712.  
  713. <img src="{image:img under sidebar}" style="margin-top: 25px;">
  714. </div>
  715.  
  716. {block:ifNotHideTitle}
  717. <div class="title"><marquee class="li" scrollamount="8" direction="left" onmouseover="stop()" onmouseout="start()"><a href="/">{text:title}</marquee></a></div>
  718. {/block:ifNotHideTitle}
  719.  
  720. <div id="wap">
  721.  
  722. {block:Posts}
  723. <div class="posts">
  724. {block:Text}
  725. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  726. {Body}
  727. {/block:Text}
  728.  
  729. {block:Quote}
  730. <div class="quote">"{Quote}"</div>
  731. {block:Source}<div class="source">&mdash; {Source}</div>{/block:Source}
  732. {/block:Quote}
  733.  
  734. {block:Link}
  735. <big><a href="{URL}">{Name}</a></big>
  736. {block:Description}{Description}{/block:Description}
  737. {/block:Link}
  738.  
  739. {block:Chat}
  740. {block:Title}{Title}{/block:Title}
  741. {block:Lines}
  742. <div class="{Alt} user_{UserNumber}">
  743. {block:Label}{Label}{/block:Label} {Line}
  744. </div>
  745. {/block:Lines}
  746. {/block:Chat}
  747.  
  748. {block:Answer}
  749. <div class="question">{Question}</div>
  750. <div class="asker">&mdash; {Asker}</div>
  751. <center>{Answer}</center>
  752. {/block:Answer}
  753.  
  754. {block:Photo}
  755. <div class="pic"><a href="{Permalink}">
  756. {block:IfNot250Posts}<img src="{PhotoURL-500}">{/block:IfNot250Posts}
  757. {block:If250Posts}<img src="{PhotoURL-250}">{/block:If250Posts}
  758. </a></div>
  759. {/block:Photo}
  760.  
  761. {block:Photoset}
  762. <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>
  763. {/block:Photoset}
  764.  
  765. {block:Video}
  766. {block:IfNot250Posts}{Video-400}{/block:IfNot250Posts}
  767. {block:If250Posts}{Video-250}{/block:If250Posts}
  768. {/block:Video}
  769.  
  770. {block:AudioPlayer}
  771. <div class="audiowrapper">
  772. {block:AlbumArt}
  773. <div class="albumpic"><img src="{AlbumArtURL}"></div>
  774. {/block:AlbumArt}
  775. <div class="trackback">
  776. <div class="pressplay">
  777. {AudioPlayer}
  778. </div></div>
  779. <div class="trackinfo">
  780. {block:TrackName}{TrackName}{/block:TrackName}<br>
  781. {block:Artist}<b>{Artist}</b>{/block:Artist}<br>
  782. {block:Album}<i>{Album}</i>{/block:Album}<br>
  783. </div></div>
  784. {/block:AudioPlayer}
  785.  
  786. {block:ifNotHideCaption}
  787. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  788. {/block:ifNotHideCaption}
  789.  
  790. {block:IndexPage}<div class="permalinky">
  791. <a href="{Permalink}"> {ShortMonth} {ShortYear}</a> <img src="{image:perma pxl}"> <a href="{ReblogURL}" data-toggle="tooltip" title="Reblog?">{NoteCount}N</a>
  792.  
  793. {block:ifNotHideTags}
  794. <div class="tags">
  795. {block:HasTags}{block:Tags}
  796. <a href="{TagURL}">#{Tag}</a>
  797. {/block:Tags}{/block:HasTags}</div>
  798. {/block:ifNotHideTags}
  799. </div>{/block:IndexPage}
  800.  
  801. {block:PermalinkPage}
  802. {block:ifHideCaption}
  803. {block:Caption}{Caption}{/block:Caption}
  804. {/block:ifHideCaption}
  805.  
  806. <p style="text-align: left;">
  807. {block:NoteCount}<a href="{Permalink}">{NoteCount}N</a>{/block:NoteCount}
  808. {block:RebloggedFrom}
  809. &mdash; <a href="{ReblogParentURL}" data-toggle="tooltip" title="via">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}/<a href="{SourceURL}" data-toggle="tooltip" title="source">{SourceTitle}</a><br>
  810. {/block:ContentSource}
  811. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}<br>{/block:HasTags}
  812. </p>
  813.  
  814. {block:NoteCount}<div id="permanotes">
  815. {block:PostNotes}{PostNotes}{/block:PostNotes}
  816. </div>{/block:NoteCount}
  817. {/block:PermalinkPage}
  818. </div>
  819. {/block:Posts}
  820.  
  821. {block:IndexPage}<div class="pagination">
  822. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&minus;</a>&nbsp;&nbsp;{/block:PreviousPage}
  823. {block:NextPage}
  824. <a href="{NextPage}" style="float:right;">&plus;</a></p>{/block:NextPage}{/block:Pagination}
  825.  
  826. </div>{/block:IndexPage}
  827.  
  828. </div>
  829.  
  830. </div></div>
  831. <div id="second"><a href="https://tobirama.tumblr.com/" data-toggle="tooltip" title="theme by @tobirama">&times;</a></div>
  832.  
  833. </body>
  834. </html>
Add Comment
Please, Sign In to add comment