onefuckingmin

sincerity

Jul 30th, 2014
1,802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 24.25 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.  
  5. <!-- THEME BY ENVY --->
  6.  
  7. <!-- DON’T REMOVE THE CREDIT --->  
  8.  
  9. <!-- DON’T JUST TAKE THE UPDATE CODE FROM THEME --->
  10.  
  11. <meta name="image:Topbar Background" content="" />
  12. <meta name="image:Sideimg1" content=""/>
  13. <meta name="image:Sideimg2" content=""/>
  14. <meta name="image:Sideimg3" content=""/>
  15. <meta name="image:Sideimg4" content=""/>
  16. <meta name="image:Sideimg5" content=""/>
  17. <meta name="image:Sideimg6" content=""/>
  18. <meta name="color:Topbar Background" content="#fafafa"/>
  19. <meta name="color:Bottombar Background" content="#ffffff"/>
  20. <meta name="color:Sideimg Background" content="#ffffff"/>
  21. <meta name="color:Border" content="#dcdbdb"/>
  22. <meta name="color:Content Box Background" content="#ffffff"/>
  23. <meta name="color:Scrollbar" content="#b7efff"/>
  24. <meta name="color:Sidebar Border" content="#9d9c9c"/>
  25. <meta name="color:Text" content="#c6c6c6"/>
  26. <meta name="color:Hover" content="#686868"/>
  27. <meta name="color:Title Background" content="#fafafa"/>
  28. <meta name="color:Link" content="#797979"/>
  29. <meta name="color:Link Hover" content="#797979"/>
  30. <meta name="color:Links Hover" content="#aedae7"/>
  31. <meta name="color:Permalink Background" content="#ffffff"/>
  32. <meta name="color:Permalink" content="#cccccc"/>
  33. <meta name="color:Permalink Border" content="#b6b6b6"/>
  34. <meta name="color:Tags Background" content="#ffffff"/>
  35. <meta name="color:Tags" content="#949494"/>
  36. <meta name="color:Info Background" content="#fafafa"/>
  37. <meta name="color:Info" content="#b8b8b8"/>
  38. <meta name="color:Reblog Background" content="#e2e2e2"/>
  39. <meta name="color:Reblog Background Hover" content="#aedae7"/>
  40. <meta name="color:Reblog" content="#ffffff"/>
  41. <meta name="color:caption background" content="#fafafa"/>
  42. <meta name="color:caption border" content="#eeeeee"/>
  43. <meta name="color:caption" content="#888888"/>
  44. <meta name="color:Ask Background" content="#ffffff"/>
  45. <meta name="color:Ask" content="#888888"/>
  46. <meta name="color:Ask border" content="#eeeeee"/>
  47. <meta name="color:reply background" content="#ffffff"/>
  48. <meta name="color:reply" content="#888888"/>
  49. <meta name="color:audio border" content="#eeeeee"/>
  50. <meta name="color:audio info background" content="#ffffff"/>
  51. <meta name="color:audio info" content="#888888"/>
  52.  
  53. <meta name="text:Link1" content="" />
  54. <meta name="text:Link1 Title" content="link 1" />
  55. <meta name="text:Link2" content="" />
  56. <meta name="text:Link2 Title" content="link 2" />
  57. <meta name="text:Link3" content="" />
  58. <meta name="text:Link3 Title" content="link 3" />
  59. <meta name="text:Link4" content="" />
  60. <meta name="text:Link4 Title" content="link 4" />
  61. <meta name="text:Link5" content="" />
  62. <meta name="text:Link5 Title" content="link 5" />
  63. <meta name="text:Link6" content="" />
  64. <meta name="text:Link6 Title" content="link 6" />
  65.  
  66. <meta name="if:Show Captions" content="1"/>
  67. <meta name="if:Show Tags" content="1"/>
  68.  
  69. <title>{title}</title>
  70.  
  71. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  72.  
  73. <link rel="shortcut icon" href="{Favicon}" />
  74.  
  75. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  76.  
  77. <script type="text/javascript"
  78. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
  79. </script>
  80.  
  81. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  82.  
  83. <script>
  84. (function($){$(document)
  85. .ready(function(){$("[title]")
  86. .style_my_tooltips();});})
  87. (jQuery);
  88. </script>
  89.  
  90. <style type="text/css">
  91.  
  92. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  93.  
  94. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  95.  
  96. #s-m-t-tooltip {
  97. max-width: 300px;
  98. background-color: #fff;
  99. font-family: consolas;
  100. font-size: 8px;
  101. text-transform: uppercase;
  102. color: {color:Link};
  103. padding: 2px;
  104. border:1px {color:Border} solid;
  105. margin: 10px 0px 0px 10px;
  106. z-index: 9999999999999;}
  107.  
  108. body {
  109. background-color:{color:Background};
  110. font-family:consolas;
  111. font-size:11px;
  112. word-wrap:break-word;
  113. margin:0;
  114. background-image:url('{image:Background}');
  115. background-attachment:fixed;
  116. color:{color:Text};
  117. cursor: url(http://media.tumblr.com/tumblr_m2um4yiOo91qfamg6.gif), auto;}
  118.  
  119. a {
  120. text-decoration:none;
  121. color:{color:Link};
  122. -webkit-transition-duration: 0.8s;
  123. -moz-transition-duration: 0.8s;
  124. -o-transition-duration: 0.8s;
  125. -ms-transition-duration: 0.8s;}
  126.  
  127. a:link, a:active, a:visited {
  128. cursor: url(http://static.tumblr.com/xjqjg7j/XJOlou09h/blackcursor.png), progress;
  129. text-decoration: none;
  130. -webkit-transition-duration: 0.8s;
  131. -moz-transition-duration: 0.8s;
  132. -o-transition-duration: 0.8s;
  133. -ms-transition-duration: 0.8s;}
  134.  
  135. a:hover {
  136. cursor: url(http://static.tumblr.com/xjqjg7j/XJOlou09h/blackcursor.png), progress;
  137. color:{color:Link Hover};
  138. text-decoration:none;}
  139.  
  140. h1 {
  141. color: {color:Link};
  142. font-weight: none;
  143. text-transform: uppercase;
  144. letter-spacing: -1px;
  145. font-family: consolas;
  146. font-size: 15px;
  147. text-align: center;
  148. background:{color:Title Background};}
  149.  
  150. blockquote, blockquote blockquote {
  151. border-left: 2px solid {color:Border};
  152. padding-left: 4px;}
  153.  
  154. #topbar {
  155. background: {color:Topbar Background};
  156. background-image:url('{image:Topbar Background}');
  157. margin-top:-29px;
  158. width: 100%;
  159. height: 300px;
  160. position: fixed;
  161. z-index: -9999;}
  162.  
  163. #bottombar {
  164. background: {color:Bottombar Background};
  165. width: 100%;
  166. height: 100%;
  167. margin-top:300px;
  168. position: fixed;
  169. z-index: -9999;}
  170.  
  171. #sidebar {
  172. position:fixed;
  173. margin-left:255px;
  174. margin-top:250px;
  175. width:150px;
  176. height:130px;
  177. border-radius:2px;
  178. overflow:hidden;
  179. letter-spacing:1px;
  180. padding:15px;
  181. font-family:consolas;
  182. text-transform: uppercase;
  183. font-size:8px;
  184. color:{color:Text};
  185. text-align: right;}
  186.  
  187. #sidebar a:hover {
  188. background:{color:Links Hover};}
  189.  
  190. #links {
  191. height:13px;
  192. text-align:right;
  193. overflow:hidden;
  194. text-transform:uppercase;
  195. letter-spacing:1px;
  196. font-size:8px;
  197. line-height:13px;
  198. z-index:999999999999999999999;
  199. -webkit-transition: all 0.5s ease-in-out;
  200. -moz-transition: all 0.5s ease-in-out;
  201. -o-transition: all 0.5s ease-in-out;}
  202.  
  203. #links:hover {
  204. height:80px;
  205. -webkit-transition: all 0.5s ease-in-out;
  206. -moz-transition: all 0.5s ease-in-out;
  207. -o-transition: all 0.5s ease-in-out;}
  208.  
  209. #link {
  210. text-align:left;
  211. font-size:8px;
  212. color:{color:Hover};
  213. text-transform:uppercase;
  214. font-family:consolas;
  215. letter-spacing:1px;
  216. width:90px;
  217. z-index:9999;
  218. padding:4px;}
  219.  
  220. #link a:hover {
  221. color: {color:Link};}
  222.  
  223. #sideimg {
  224. position:fixed;
  225. margin-top:150px;
  226. margin-left:310px;
  227. background-color:{color:sideimg background};
  228. border: 1px dotted {color:Sidebar Border};
  229. border-radius:2px;
  230. padding:7px;
  231. width:94px;}
  232.  
  233. #sideimg img {
  234. display:block;
  235. max-width:100%;
  236. height:auto;}
  237.  
  238. #permalink {
  239. position:absolute;
  240. width:276px;
  241. height:15px;
  242. margin-left:-21px;
  243. margin-top:20px;
  244. padding:7px;
  245. color:{color:permalink};
  246. border:1px solid #eee;
  247. background:{color:permalink background};}
  248.  
  249. #permalink a {
  250. color:#888;
  251. -webkit-transition: all 0.5s ease-in-out;
  252. -moz-transition: all 0.5s ease-in-out;
  253. -o-transition: all 0.5s ease-in-out;}
  254.  
  255. #permalink a:hover {
  256. font-style:italic;
  257. -webkit-transition: all 0.5s ease-in-out;
  258. -moz-transition: all 0.5s ease-in-out;
  259. -o-transition: all 0.5s ease-in-out;}
  260.  
  261. .perma {
  262. font-size:8px;
  263. font-family:consolas;
  264. text-transform:uppercase;
  265. text-align:left;
  266. margin-top:-1px;
  267. margin-left:2px;}
  268.  
  269. #note {
  270. margin-top:5px;
  271. margin-left:-8px;
  272. font-size:8px;
  273. width:276px;
  274. font-family:consolas;
  275. text-transform:uppercase;
  276. border:1px solid #eee;
  277. background:{color:permalink background};
  278. color:{color:permalink};
  279. padding:7px;}
  280.  
  281. #note img {
  282. display:inline-block;
  283. border:1px solid #eee;;}
  284.  
  285. ol.notes {
  286. list-style-type:none;
  287. margin-left:-30px;}
  288.  
  289. /* POSTS */
  290.  
  291. #cont {
  292. border: 1px dotted {color:Sidebar Border};
  293. background:{color:Content Box Background};
  294. height:400px;
  295. overflow:scroll;
  296. overflow-x:hidden;
  297. top:90px;
  298. border-radius:2px;
  299. position:fixed;
  300. margin-left:430px;
  301. width:375px;}
  302.  
  303. ::-webkit-scrollbar {
  304. width:1px;
  305. height:4px;
  306. background:none;}
  307.  
  308. ::-webkit-scrollbar-thumb {
  309. background-color:{color:Scrollbar};}
  310.  
  311. #container {
  312. padding:20px;}
  313.  
  314. #posts {
  315. position:relative;
  316. background:{color:post background};
  317. color:{color:post text};
  318. font-family:consolas;
  319. font-size:10px;
  320. margin:40px;
  321. margin-left:20px;
  322. padding:20px;
  323. border:1px solid #eee;
  324. width:250px;
  325. {block:PermalinkPage}
  326. margin-left:20px;
  327. margin-top:40px;
  328. width:250px;
  329. padding-bottom:50px;
  330. {/block:PermalinkPage}}
  331.  
  332. #posts a {
  333. color:{color:links};}
  334.  
  335. #posts img {
  336. max-width:100%;}
  337.  
  338. .posttitle {
  339. font-size:10px;
  340. text-align:center;
  341. color:{color:Link};}
  342.    
  343. .posttitle a {
  344. color:{color:Link};}
  345.  
  346. #tags {
  347. position:absolute;
  348. margin-top:20px;
  349. margin-left:-21px;
  350. height:auto;
  351. padding:5px;
  352. word-wrap:break-word;
  353. border:1px solid #eee;
  354. background:{color:tags background};
  355. color:{color:tags};
  356. font-family:consolas;
  357. letter-spacing:1px;
  358. font-size:8px;
  359. text-transform:uppercase;
  360. width:280px;}
  361.  
  362. #tags a {
  363. color:{color:tags};
  364. -webkit-transition: all 0.5s ease-in-out;
  365. -moz-transition: all 0.5s ease-in-out;
  366. -o-transition: all 0.5s ease-in-out;}
  367.  
  368. #tags a:hover {
  369. font-style:italic;
  370. -webkit-transition: all 0.5s ease-in-out;
  371. -moz-transition: all 0.5s ease-in-out;
  372. -o-transition: all 0.5s ease-in-out;}
  373.  
  374. #info {
  375. position:absolute;
  376. background:{color:info background};
  377. padding:3px;
  378. margin-top:-2px;
  379. margin-left:-21px;
  380. font-family:consolas;
  381. border:1px solid #eee;
  382. font-size:8px;
  383. letter-spacing:1px;
  384. text-transform:uppercase;
  385. color:{color:info};
  386. width:284px;
  387. opacity:0;
  388. -webkit-transition: opacity 0.4s linear;
  389. -webkit-transition: all 0.4s ease-in-out;
  390. -moz-transition: all 0.4s ease-in-out;
  391. -o-transition: all 0.4s ease-in-out;}
  392.  
  393. #info a {
  394. display:inline-block;
  395. background:{color:reblog background};
  396. color:{color:reblog};
  397. padding:3px;
  398. -webkit-transition: opacity 0.4s linear;
  399. -webkit-transition: all 0.4s ease-in-out;
  400. -moz-transition: all 0.4s ease-in-out;
  401. -o-transition: all 0.4s ease-in-out;}
  402.  
  403. #info a:hover {
  404. background:{color:reblog background hover};
  405. -webkit-transition: opacity 0.4s linear;
  406. -webkit-transition: all 0.4s ease-in-out;
  407. -moz-transition: all 0.4s ease-in-out;
  408. -o-transition: all 0.4s ease-in-out;}
  409.  
  410. #posts:hover #info {
  411. opacity:1;
  412. -webkit-transition: all .7s ease-in-out;
  413. -moz-transition: all .7s ease-in-out;
  414. -o-transition: all .7s ease-in-out;
  415. -ms-transition: all .7s ease-in-out;
  416. transition: all .7s ease-in-out;}
  417.  
  418. #caption {
  419. margin-top:20px;
  420. margin-left:-20px;
  421. padding:5px;
  422. height:auto;
  423. text-transform:uppercase;
  424. word-wrap:break-word;
  425. font-size:9px;
  426. font-family:consolas;
  427. color:{color:Caption};
  428. background:{color:Caption Background};
  429. border-top:1px solid {color:Caption Border};
  430. border-bottom:1px solid {color:Caption Border};
  431. {block:IndexPage}
  432. width:280px;
  433. {/block:IndexPage}
  434. {block:PermalinkPage}
  435. margin-top:20px;
  436. width:280px;
  437. {/block:PermalinkPage}}
  438.  
  439. #queshtion {
  440. background:{color:Ask Background};
  441. font-family:consolas;
  442. font-size:8px;
  443. letter-spacing:1px;
  444. text-transform:uppercase;
  445. line-height:12px;
  446. padding:10px;
  447. color:{color:Ask};
  448. border:1px solid #eee;}
  449.  
  450. #queshtion a {
  451. color:{color:Links};}
  452.  
  453. .ask {
  454. text-transform:uppercase;
  455. padding:5px;
  456. margin-top:-11px;
  457. margin-left:-11px;
  458. margin-bottom:15px;
  459. width:238px;
  460. letter-spacing:2px;
  461. color:{color:Ask};
  462. font-family:consolas;
  463. font-size:8px;
  464. text-align:center;
  465. border:1px solid #eee;}
  466.  
  467. .ask a {
  468. color:#888;}
  469.  
  470. #askk {
  471. padding:10px;
  472. font-family:consolas;
  473. text-align:left;
  474. background:{color:reply background};
  475. color:{color:reply};
  476. font-size:10px;
  477. line-height:12px;}
  478.  
  479. #player {
  480. width:27px;
  481. height:27px;
  482. overflow:hidden;
  483. position:absolute;
  484. margin-top:25px;
  485. margin-left:25px;
  486. -moz-border-radius: 20px;
  487. -webkit-border-radius: 20px;
  488. border-radius: 20px;
  489. opacity: 0.7;
  490. filter:alpha(opacity=70);
  491. -moz-opacity: 0.7;
  492. -khtml-opacity: 0.7;}
  493.  
  494. .music {
  495. overflow:auto;
  496. position:absolute;
  497. background:{color:audio info background};
  498. color:{color:audio info};
  499. height:70px;
  500. text-transform:uppercase;
  501. margin-top:-91px;
  502. margin-left:81px;
  503. padding:10px;
  504. font-family:consolas;
  505. font-size:10px;
  506. line-height:10px;
  507. letter-spacing:1px;
  508. width:160px;}
  509.  
  510. #pagination {
  511. margin-top: 10px;
  512. font-family: consolas;
  513. text-transform:uppercase;
  514. font-size: 8px;
  515. width: 300px;
  516. text-align: center;}
  517.  
  518. #pagination a {
  519. color: {color:Link};}
  520.  
  521. #pagination a:hover {
  522. background: {color:Links Hover};}
  523.  
  524. #envy {
  525. position:fixed;
  526. margin-left:1200px;
  527. margin-top:660px;
  528. width:50px;
  529. height:12px;
  530. background:{color:post background};
  531. border-radius:2px;
  532. border: 1px dotted {color:Sidebar Border};
  533. overflow:hidden;
  534. letter-spacing:1px;
  535. padding:6px;
  536. font-family:consolas;
  537. text-transform: uppercase;
  538. font-size:9px;
  539. text-align: center;
  540. -webkit-transition: all 0.5s ease-in-out;
  541. -moz-transition: all 0.5s ease-in-out;
  542. -o-transition: all 0.5s ease-in-out;}
  543.  
  544. #envy a:hover {
  545. font-style:italic;
  546. -webkit-transition: all 0.5s ease-in-out;
  547. -moz-transition: all 0.5s ease-in-out;
  548. -o-transition: all 0.5s ease-in-out;}
  549.    
  550. </style>
  551. </head>
  552. <body>
  553. <div id="topbar">
  554. </div>
  555. <div id="bottombar">
  556. </div>
  557. <div id="sidebar">
  558. <div style="margin-top:15px;">{Description}
  559. <div style="margin-left:55px;">
  560. <div id="link">
  561. <center>
  562. <div id="links">
  563. <div style="font-size:8px;">+hover</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:right; color:#b9b9b9;">
  564. <a href="{text:Link1}">{text:Link1 Title}</a><br>
  565. <a href="{text:Link2}">{text:Link2 Title}</a><br>
  566. <a href="{text:Link3}">{text:Link3 Title}</a><br>
  567. <a href="{text:Link4}">{text:Link4 Title}</a><br>
  568. <a href="{text:Link5}">{text:Link5 Title}</a><br>
  569. <a href="{text:Link6}">{text:Link6 Title}</a><br>
  570. </div>
  571. </div>
  572. </div></div>
  573. </div>    
  574. </div>
  575. <div id="sideimg"><div class="sbp"><script language="JavaScript">
  576. <!--
  577.  
  578. /*
  579. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  580. Over 400+ free JavaScripts here!
  581. Keep this notice intact please
  582. */
  583.  
  584. function random_imglink(){
  585. var myimages=new Array()
  586. //specify random images below. You can have as many as you wish
  587. myimages[1]="{image:Sideimg1}"
  588. myimages[2]="{image:Sideimg2}"
  589. myimages[3]="{image:Sideimg3}"
  590. myimages[4]="{image:Sideimg4}"
  591. myimages[5]="{image:Sideimg5}"
  592. myimages[6]="{image:Sideimg6}"
  593.  
  594. var ry=Math.floor(Math.random()*myimages.length)
  595. if (ry==0)
  596. ry=1
  597. document.write('<img src="'+myimages[ry]+'" border=0>')
  598. }
  599. random_imglink()
  600. //-->
  601. </script></div></div>
  602. <div id="envy"><a href="http://onefuckingmin.tumblr.com/">by envy</a></div>
  603. <div id="cont">
  604. <div id="container">
  605. {block:Pagination}
  606. <div id="pagination">
  607. {block:PreviousPage}
  608. <a href="{PreviousPage}" class="jump_page">back</a>
  609. {/block:PreviousPage}
  610. {block:CurrentPage}
  611. <span class="current_page">{PageNumber}</span>
  612. {/block:CurrentPage}
  613. {block:JumpPage}
  614. <a class="jump_page" href="{URL}">{PageNumber}</a>
  615. {/block:JumpPage}
  616. {/block:JumpPagination}
  617. {block:NextPage}
  618. <a href="{NextPage}" class="jump_page">next</a>
  619. {/block:NextPage}
  620. </div>
  621. {/block:Pagination}
  622. <div class ="autopagerize_page_element">
  623. {block:posts}
  624. <div id="posts">
  625. {block:ContentSource}
  626. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  627. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  628. {/block:SourceLogo}
  629. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  630. {/block:ContentSource}
  631. {block:Text}
  632. {block:Title}<h1>{Title}</h1>{/block:Title}
  633. {body}
  634. {block:PermalinkPage}
  635. {block:Caption}
  636. <div id="caption">{Caption}</div>
  637. {/block:Caption}
  638. {block:HasTags}
  639. <div id="tags">
  640. <b>TAGS:</b>
  641. {block:Tags}
  642. <a href="{TagURL}">#{Tag} </a>
  643. {/block:Tags}
  644. </div>
  645. {/block:HasTags}
  646. <div id="permalink">
  647. <div class="perma">
  648. {block:Date}
  649. {Month} {DayOfMonth} {DayOfMonthSuffix} {Year}
  650. {/block:Date}<br>
  651. {block:NoteCount}
  652. <b>notes:</b> {NoteCount}{/block:NoteCount}<br>
  653. <div style="margin-left:110px;margin-top:-18px;">
  654. {block:RebloggedFrom}
  655. <div style="color:#888;"><b>VIA:</b><a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  656. <b>SOURCE:</b><a href="{ReblogRootURL}">{ReblogRootName}</a>
  657. {/block:RebloggedFrom}<br>
  658. </div>
  659. </div>
  660. </div>
  661. {block:PostNotes}
  662. <div id="note">{PostNotes}</div>
  663. {/block:PostNotes} </div>
  664. {/block:PermalinkPage}
  665. {/block:Text}
  666. {block:Link}
  667. <h1>
  668. <a href="{URL}" target="{Target}">{Name}>
  669. </a>
  670. </h1>
  671. {block:Description}
  672. {Description}
  673. {/block:Description}
  674. {block:PermalinkPage}
  675. {block:Caption}
  676. <div id="caption">{Caption}</div>
  677. {/block:Caption}
  678. {block:HasTags}
  679. <div id="tags">
  680. <b>TAGS:</b>
  681. {block:Tags}
  682. <a href="{TagURL}">#{Tag} </a>
  683. {/block:Tags}
  684. </div>
  685. {/block:HasTags}
  686. <div id="permalink">
  687. <div class="perma">
  688. {block:Date}
  689. {Month} {DayOfMonth} {DayOfMonthSuffix} {Year}
  690. {/block:Date}<br>
  691. {block:NoteCount}
  692. <b>notes:</b> {NoteCount}{/block:NoteCount}<br>
  693. <div style="margin-left:110px;margin-top:-18px;">
  694. {block:RebloggedFrom}
  695. <div style="color:#888;"><b>VIA:</b><a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  696. <b>SOURCE:</b><a href="{ReblogRootURL}">{ReblogRootName}</a>
  697. {/block:RebloggedFrom}<br>
  698. </div>
  699. </div>
  700. </div>
  701. {block:PostNotes}
  702. <div id="note">{PostNotes}</div>
  703. {/block:PostNotes} </div>
  704. {/block:PermalinkPage}
  705. {/block:Link}
  706. {block:photo}
  707. {block:IndexPage}
  708. <img src="{PhotoURL-250}"/>
  709. {block:ifShowCaptions}
  710. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  711. {/block:ifShowCaptions}{/block:IndexPage}
  712. {block:PermalinkPage}
  713. <img src="{PhotoURL-250}"/>
  714. {block:Caption}
  715. <div id="caption">{Caption}</div>
  716. {/block:Caption}
  717. {block:HasTags}
  718. <div id="tags">
  719. <b>TAGS:</b>
  720. {block:Tags}
  721. <a href="{TagURL}">#{Tag} </a>
  722. {/block:Tags}
  723. </div>
  724. {/block:HasTags}
  725. <div id="permalink">
  726. <div class="perma">
  727. {block:Date}
  728. {Month} {DayOfMonth} {DayOfMonthSuffix} {Year}
  729. {/block:Date}<br>
  730. {block:NoteCount}
  731. <b>notes:</b> {NoteCount}{/block:NoteCount}<br>
  732. <div style="margin-left:110px;margin-top:-18px;">
  733. {block:RebloggedFrom}
  734. <div style="color:#888;"><b>VIA:</b><a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  735. <b>SOURCE:</b><a href="{ReblogRootURL}">{ReblogRootName}</a>
  736. {/block:RebloggedFrom}<br>
  737. </div>
  738. </div>
  739. </div>
  740. {block:PostNotes}
  741. <div id="note">{PostNotes}</div>
  742. {/block:PostNotes} </div>
  743. {/block:PermalinkPage}
  744. {/block:Photo}
  745. {block:Photoset}
  746. {block:IndexPage}
  747. {Photoset-250}
  748. {block:ifShowCaptions}
  749. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  750. {/block:ifShowCaptions}
  751. {/block:IndexPage}
  752. {block:PermalinkPage}
  753. {Photoset-250}
  754. {block:Caption}
  755. <div id="caption">{Caption}</div>
  756. {/block:Caption}
  757. {block:HasTags}
  758. <div id="tags">
  759. <b>TAGS:</b>
  760. {block:Tags}
  761. <a href="{TagURL}">#{Tag} </a>
  762. {/block:Tags}
  763. </div>
  764. {/block:HasTags}
  765. <div id="permalink">
  766. <div class="perma">
  767. {block:Date}
  768. {Month} {DayOfMonth} {DayOfMonthSuffix} {Year}
  769. {/block:Date}<br>
  770. {block:NoteCount}
  771. <b>notes:</b> {NoteCount}{/block:NoteCount}<br>
  772. <div style="margin-left:110px;margin-top:-18px;">
  773. {block:RebloggedFrom}
  774. <div style="color:#888;"><b>VIA:</b><a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  775. <b>SOURCE:</b><a href="{ReblogRootURL}">{ReblogRootName}</a>
  776. {/block:RebloggedFrom}<br>
  777. </div>
  778. </div>
  779. </div>
  780. {block:PostNotes}
  781. <div id="note">{PostNotes}</div>
  782. {/block:PostNotes} </div>
  783. {/block:PermalinkPage}
  784. {/block:Photoset}
  785. {block:Quote}
  786. <div id="quotes">
  787. ❝{Quote}❞
  788. </div>
  789. {block:Source}
  790. <div align="right">
  791. </div>
  792. {/block:Source}
  793. {block:PermalinkPage}
  794. {block:Caption}
  795. <div id="caption">{Caption}</div>
  796. {/block:Caption}
  797. {block:HasTags}
  798. <div id="tags">
  799. <b>TAGS:</b>
  800. {block:Tags}
  801. <a href="{TagURL}">#{Tag} </a>
  802. {/block:Tags}
  803. </div>
  804. {/block:HasTags}
  805. <div id="permalink">
  806. <div class="perma">
  807. {block:Date}
  808. {Month} {DayOfMonth} {DayOfMonthSuffix} {Year}
  809. {/block:Date}<br>
  810. {block:NoteCount}
  811. <b>notes:</b> {NoteCount}{/block:NoteCount}<br>
  812. <div style="margin-left:110px;margin-top:-18px;">
  813. {block:RebloggedFrom}
  814. <div style="color:#888;"><b>VIA:</b><a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  815. <b>SOURCE:</b><a href="{ReblogRootURL}">{ReblogRootName}</a>
  816. {/block:RebloggedFrom}<br>
  817. </div>
  818. </div>
  819. </div>
  820. {block:PostNotes}
  821. <div id="note">{PostNotes}</div>
  822. {/block:PostNotes} </div>
  823. {/block:PermalinkPage}
  824. {/block:Quote}
  825. {block:Audio}
  826. <div id= "player">{AudioPlayerWhite}</div>
  827. {block:AlbumArt}
  828. <img src="{AlbumArtURL}" width="80">
  829. {/block:AlbumArt}
  830. <div class="music">
  831. {block:Artist}<b>ARTIST: </b>{Artist}{/block:Artist}<br>
  832. {block:TrackName}<B>TRACK: </B>{TrackName}{/block:TrackName}<br>
  833. {block:Album}<B>ALBUM: </B>{Album}{/block:Album}<br></div><br>
  834. {block:PermalinkPage}
  835. {block:Caption}
  836. <div id="caption">{Caption}</div>
  837. {/block:Caption}
  838. {block:HasTags}
  839. <div id="tags">
  840. <b>TAGS:</b>
  841. {block:Tags}
  842. <a href="{TagURL}">#{Tag} </a>
  843. {/block:Tags}
  844. </div>
  845. {/block:HasTags}
  846. <div id="permalink">
  847. <div class="perma">
  848. {block:Date}
  849. {Month} {DayOfMonth} {DayOfMonthSuffix} {Year}
  850. {/block:Date}<br>
  851. {block:NoteCount}
  852. <b>notes:</b> {NoteCount}{/block:NoteCount}<br>
  853. <div style="margin-left:110px;margin-top:-18px;">
  854. {block:RebloggedFrom}
  855. <div style="color:#888;"><b>VIA:</b><a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  856. <b>SOURCE:</b><a href="{ReblogRootURL}">{ReblogRootName}</a>
  857. {/block:RebloggedFrom}<br>
  858. </div>
  859. </div>
  860. </div>
  861. {block:PostNotes}
  862. <div id="note">{PostNotes}</div>
  863. {/block:PostNotes} </div>
  864. {/block:PermalinkPage}
  865. {/block:Audio}
  866. {block:Video}
  867. {Video-250}
  868. {block:ifShowCaptions}
  869. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  870. {/block:ifShowCaptions}
  871. {block:PermalinkPage}
  872. {Video-250}
  873. {block:Caption}
  874. <div id="caption">{Caption}</div>
  875. {/block:Caption}
  876. {block:HasTags}
  877. <div id="tags">
  878. <b>TAGS:</b>
  879. {block:Tags}
  880. <a href="{TagURL}">#{Tag} </a>
  881. {/block:Tags}
  882. </div>
  883. {/block:HasTags}
  884. <div id="permalink">
  885. <div class="perma">
  886. {block:Date}
  887. {Month} {DayOfMonth} {DayOfMonthSuffix} {Year}
  888. {/block:Date}<br>
  889. {block:NoteCount}
  890. <b>notes:</b> {NoteCount}{/block:NoteCount}<br>
  891. <div style="margin-left:110px;margin-top:-18px;">
  892. {block:RebloggedFrom}
  893. <div style="color:#888;"><b>VIA:</b><a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  894. <b>SOURCE:</b><a href="{ReblogRootURL}">{ReblogRootName}</a>
  895. {/block:RebloggedFrom}<br>
  896. </div>
  897. </div>
  898. </div>
  899. {block:PostNotes}
  900. <div id="note">{PostNotes}</div>
  901. {/block:PostNotes} </div>
  902. {/block:PermalinkPage}
  903. {/block:Video}
  904. {block:Answer}
  905. <div id="queshtion">
  906. <div class="ask">{Asker} asked :</div>
  907. {Question}</div>
  908. <div id="askk">{Answer}</div>
  909. {block:PermalinkPage}
  910. {block:Caption}
  911. <div id="caption">{Caption}</div>
  912. {/block:Caption}
  913. {block:HasTags}
  914. <div id="tags">
  915. <b>TAGS:</b>
  916. {block:Tags}
  917. <a href="{TagURL}">#{Tag} </a>
  918. {/block:Tags}
  919. </div>
  920. {/block:HasTags}
  921. <div id="permalink">
  922. <div class="perma">
  923. {block:Date}
  924. {Month} {DayOfMonth} {DayOfMonthSuffix} {Year}
  925. {/block:Date}<br>
  926. {block:NoteCount}
  927. <b>notes:</b> {NoteCount}{/block:NoteCount}<br>
  928. <div style="margin-left:110px;margin-top:-18px;">
  929. {block:RebloggedFrom}
  930. <div style="color:#888;"><b>VIA:</b><a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  931. <b>SOURCE:</b><a href="{ReblogRootURL}">{ReblogRootName}</a>
  932. {/block:RebloggedFrom}<br>
  933. </div>
  934. </div>
  935. </div>
  936. {block:PostNotes}
  937. <div id="note">{PostNotes}</div>
  938. {/block:PostNotes} </div>
  939. {/block:PermalinkPage}
  940. {/block:Answer}
  941. {block:IndexPage}
  942. <div id="info">
  943. {Month} {DayOfMonthWithZero}{DayOfMonthSuffix}
  944. {block:NoteCount}
  945. <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}
  946. <a href="{ReblogURL}">reblog</a>
  947. </div>
  948. {/block:IndexPage}
  949. {block:ifShowTags}
  950. {block:IndexPage}
  951. {block:HasTags}
  952. <div id="tags">
  953. <b>TAGS:</b>
  954. {block:Tags}
  955. <a href="{TagURL}">#{Tag} </a>
  956. {/block:Tags}
  957. </div>
  958. {/block:HasTags}
  959. {block:IndexPage}
  960. {/block:ifShowTags}
  961. </div>
  962. {/block:posts}
  963. {block:Pagination}
  964. <div id="pagination">
  965. {block:PreviousPage}
  966. <a href="{PreviousPage}" class="jump_page">back</a>
  967. {/block:PreviousPage}
  968. {block:CurrentPage}
  969. <span class="current_page">{PageNumber}</span>
  970. {/block:CurrentPage}
  971. {block:JumpPage}
  972. <a class="jump_page" href="{URL}">{PageNumber}</a>
  973. {/block:JumpPage}
  974. {/block:JumpPagination}
  975. {block:NextPage}
  976. <a href="{NextPage}" class="jump_page">next</a>
  977. {/block:NextPage}
  978. </div>
  979. {/block:Pagination}
  980. </div>
  981. </div>    
  982.  
  983.    
  984. </body>
  985. </html>
Add Comment
Please, Sign In to add comment