Advertisement
ramisaaaaa

Untitled

Jul 30th, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.90 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga dont remove credit. :)
  3. originally by doxx.
  4. -->
  5.  
  6. <html lang="en">
  7. <head>
  8.  
  9. <title>{title}</title>
  10. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Post Box" content="#ffffff"/>
  13. <meta name="color:Blog Description" content="#000000"/>
  14. <meta name="color:Title" content="#000000"/>
  15. <meta name="color:Text" content="#000000"/>
  16. <meta name="color:Link" content="#000000"/>
  17. <meta name="color:Hover" content="#FFF"/>
  18. <meta name="font:Title" content="Trebuchet MS"/>
  19. <meta name="font:Body" content="Trebuchet MS"/>
  20. <meta name="image:Background" content=""/>
  21. <meta name="image:Sidebar" content=""/>
  22. <meta name="if:Sidebar In Top Left" content="1"/>
  23. <meta name="if:Scrollbar" content="1"/>
  24. <meta name="if:Sidebar In Bottom Left" content="0"/>
  25. <meta name="if:Sidebar In Top Right" content="0"/>
  26. <meta name="if:Sidebar In Bottom Right" content="0"/>
  27. <meta name="if:Less Space Between Posts" content="1"/>
  28. <meta name="if:Post Shadows" content="1"/>
  29. <meta name="if:black and white hover" content="1"/>
  30. <meta name="if:Small Sidebar Image" content="0"/>
  31. <meta name="text:link one" content="" />
  32. <meta name="text:link one title" content="home" />
  33. <meta name="text:link two" content="" />
  34. <meta name="text:link two title" content="message" />
  35. <meta name="text:link three" content="" />
  36. <meta name="text:link three title" content="etc" />
  37. <meta name="text:link four" content="" />
  38. <meta name="text:link four title" content="bye" />
  39. <meta name="text:symbol" content="//" />
  40. <meta name="text:link five" content="" />
  41. <meta name="text:link five title" content="" />
  42. <meta name="text:link six" content="" />
  43. <meta name="text:link six title" content="" />
  44. <meta name="text:link seven" content="" />
  45. <meta name="text:link seven title" content="" />
  46. <meta name="if:permalink" content="0"/>
  47. </script>
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. {block:ifblackandwhitehover}img{-webkit-transition: all 0.5s ease-out;
  53. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}img:hover{-webkit-filter:grayscale(1);-webkit-transition: all 0.5s ease-out;
  54. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}{/block:ifblackandwhitehover}
  55.  
  56.  
  57. body{
  58. margin:0px;
  59. background-color: {color:Background};
  60. background-image:url({image:Background});
  61. background-attachment: fixed;
  62. background-repeat: repeat;
  63. font-size: 9px;
  64. font-family:{font:Body};
  65. line-height:10px;
  66. color:{color:Text};
  67. }
  68. #bite .death {
  69. margin-top:-40px;filter: alpha(opacity = 0);
  70. opacity:0;-webkit-transition: all 0.5s ease-out;
  71. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  72. }
  73. #bite:hover .death {
  74. margin-top:2px;
  75. -webkit-transition: all 0.8s ease-out;
  76. -moz-transition: all 0.8s ease-out;
  77. transition: all 0.8s ease-out;
  78. filter: alpha(opacity = 100);
  79. filter: alpha(opacity = 100);
  80. opacity:100;
  81. }
  82. a:link, a:active, a:visited{
  83. color: {color:Link};
  84. text-decoration: none;
  85. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  86. }
  87.  
  88. a:hover{
  89. color:{color:Hover};
  90. text-decoration: none;
  91. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  92. }
  93.  
  94.  
  95. .sidelink{;
  96. font-family: {font:Body};
  97. font-color: {color:Text};
  98. }
  99. .sidelink:hover{background-color:rgba(0,0,0,0);
  100.  
  101. color:{color:Hover};
  102. padding-left:0px;
  103. margin:0px;width:auto;
  104. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  105. .sidelink a:hover{color: {color:Link};
  106. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  107.  
  108. }
  109.  
  110. #postys{width:390px; height:auto;}
  111. {block:PermalinkPage}
  112. width:370px;
  113. {/block:PermalinkPage}
  114. {block:ifRoundedEdges}
  115. -moz-border-radius: 3px;
  116. border-radius: 3px;
  117. {/block:ifRoundedEdges}
  118. }
  119.  
  120.  
  121. #jango{
  122. padding-top:3px;
  123. padding-bottom:3px;
  124. position:fixed !important;
  125. width:355px;
  126. height:207px;
  127. background-color:{color:Post Box};
  128. {block:PermalinkPage}
  129. width:370px;
  130. height:207px;
  131. {/block:PermalinkPage}
  132. {block:ifRoundedEdges}
  133. -moz-border-radius: 3px;
  134. border-radius: 3px;
  135. {/block:ifRoundedEdges}
  136. }
  137.  
  138.  
  139. #barside{
  140. z-index:999999999999999;
  141. position:absolute !important;
  142. position:fixed !important;
  143. {block:ifSidebarInBottomLeft}
  144. bottom:200px;
  145. left: 270px;
  146. width:190px;
  147. {/block:ifSidebarInBottomLeft}
  148. {block:ifSidebarInTopLeft}
  149. top:140px;
  150. left: 270px;
  151. width:190px;
  152. {/block:ifSidebarInTopLeft}
  153. {block:ifSidebarInBottomRight}
  154. bottom:200px;
  155. left: 820px;
  156. width:190px;
  157. {/block:ifSidebarInBottomRight}
  158. {block:ifSidebarInTopRight}
  159. top:160px;
  160. left: 820px;
  161. width:190px;
  162. {/block:ifSidebarInTopRight}
  163. background-color: transparent;
  164. }
  165.  
  166.  
  167. #rake{
  168. margin:auto;
  169. left:0px;
  170. top:2px;
  171. padding-top:5px;
  172. padding-left:0px;
  173. position:absolute;
  174. {block:indexpage}
  175. width:1000px;
  176. {/block:indexpage}
  177. {block:permalinkpage}
  178. width:930px;
  179. left:50px;
  180. {/block:permalinkpage}
  181. overflow:hidden;
  182. {block:ifSidebarInBottomRight}
  183. width:900px;
  184. {block:permalinkpage}
  185. width:750px;
  186. {/block:permalinkpage}
  187. {/block:ifSidebarInBottomRight}
  188. {block:ifSidebarInTopRight}
  189. width:900px;
  190. {block:permalinkpage}
  191. width:750px;
  192. {/block:permalinkpage}
  193. {/block:ifSidebarInTopRight}
  194. }
  195.  
  196. #posts{
  197. float:right;
  198. {block:indexpage}
  199. width:500px;
  200. {/block:indexpage}
  201. {block:permalinkpage}
  202. width:490px;
  203. {/block:permalinkpage}
  204. margin-left:68px;
  205. }
  206.  
  207.  
  208. #entry{
  209. z-index:9999;
  210. {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
  211. -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
  212. box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows}
  213. border:0px solid;
  214. border-color: #f1f1f1;
  215. float: left;
  216. width: 350px;
  217. height: auto;
  218. {block:PermalinkPage}
  219. width: 400px;
  220. height: auto;
  221. {/block:PermalinkPage}
  222. line-height:8px;
  223. background-color:{color:Post Box};
  224. padding:0px;
  225. margin-right:70px;
  226. {block:iflessspacebetweenposts}
  227. margin-right:25px;
  228. {/block:iflessspacebetweenposts}
  229. overflow:hidden;
  230. margin-bottom:19px;
  231. {block:iflessspacebetweenposts}
  232. margin-bottom:11px;
  233. {/block:iflessspacebetweenposts}
  234. {block:ifRoundedEdges}
  235. -moz-border-radius: 3px;
  236. border-radius: 3px;
  237. {/block:ifRoundedEdges}
  238. }
  239.  
  240.  
  241. #entry img{
  242. {block:IndexPage}
  243. max-width: 350px;
  244. height: auto;
  245. {/block:IndexPage}
  246. {block:PermalinkPage}
  247. max-width: 400px;
  248. height: auto;
  249. {/block:PermalinkPage}
  250. }
  251.  
  252.  
  253. #permalink {
  254. position: absolute;
  255. margin-top: 11px;
  256. margin-left: 58px;
  257. opacity: 0;
  258. -webkit-transition: all .3s ease;
  259. -moz-transition: all .3s ease;
  260. -o-transition: all .3s ease;
  261. transition: all .3s ease;
  262. }
  263.  
  264. #entry:hover #permalink {
  265. width:11px;
  266. margin-top: 11px;
  267. margin-left: 58px;
  268. opacity: 1;
  269. }
  270.  
  271. .countreblog {
  272. color: #FFFFFF;
  273. letter-spacing:1px;
  274. font-family:10px arial;
  275. font-size:;
  276. line-height:14px;
  277. margin: 2px;
  278. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  279. background-repeat:repeat;
  280. border:1px solid rgba(0,0,0,0.1);
  281. padding:3px 5px;
  282. -webkit-border-radius:2px;
  283. moz-border-radius:2px;
  284. -o-border-radius:2px;
  285. border-radius:2px;
  286. }
  287. .countreblog a { color: #fff; }
  288. #entry:hover #reblog{
  289. {block:IndexPage}
  290. opacity:1;-webkit-transition: all 0.3s ease-out;
  291. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  292. {/block:IndexPage}
  293. }
  294. #reblog{
  295. width:24px;
  296. float:right;
  297. opacity:.8;
  298. margin-left:5px;
  299. margin-top:11px;
  300. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  301. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  302. #entry:hover #reblog{
  303. {block:IndexPage}
  304. opacity:1;-webkit-transition: all 0.3s ease-out;
  305. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  306. {/block:IndexPage}
  307. }
  308. #reblog{
  309. width:24px;
  310. float:right;
  311. opacity:.8;
  312. margin-left:5px;
  313. margin-top:11px;
  314. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  315. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  316. #permapage{
  317. font-family: {Font:Body};
  318. font-size: 9px;
  319. text-align: center;
  320. padding-bottom:10px;
  321. z-index:9999;}
  322.  
  323. #notes{
  324. {block:permalinkpage}
  325. background-color:{color:Post Box};
  326. display:block;
  327. width:800px;
  328. float: left;
  329. padding:10px;
  330. overflow:visible;
  331. z-index:9999999;
  332. margin-top: 10px;
  333. {block:IfPostShadows}-webkit-box-shadow:0px 0px 14px rgba(0,0,0,0.3);
  334. -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
  335. box-shadow: 0px 0px 14px rgba(0,0,0,0.3);{/block:IfPostShadows}
  336. {block:IfNotPostShadows}-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
  337. -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  338. box-shadow: 0px 0px 0px rgba(0,0,0,0.4);{/block:IfNotPostShadows}
  339. outline:1px solid rgba(0, 0, 0, .1);
  340. border:2px solid rgba(0, 0, 0, .05);
  341. text-align: left;{/block:permalinkpage}
  342. }
  343.  
  344.  
  345.  
  346. #entry #likep {
  347. width: 21px;
  348. height: 20px;
  349. overflow: hidden;
  350. z-index: 9999999;
  351. display: inline-block;
  352. margin-top:-4px;
  353. margin-right:10px;
  354. z-index:999999;
  355. }
  356.  
  357. #entry #likep a:hover {
  358. background-position: 0px 0px;
  359. }
  360.  
  361. #entry #likep a {
  362. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  363. background-position: 0px 0px;
  364. display: block;
  365. z-index: 9999999;
  366.  
  367.  
  368. }
  369.  
  370. #entry #likep img {
  371. width: 21px;
  372. height: 20px;
  373. z-index:999999;
  374. }
  375.  
  376. #permalink2 {
  377. position: absolute;
  378. margin-top: 12px;
  379. margin-left: 379px;
  380. opacity: 0;
  381. -webkit-transition: all .3s ease;
  382. -moz-transition: all .3s ease;
  383. -o-transition: all .3s ease;
  384. transition: all .3s ease;
  385. z-index:999999;
  386. }
  387.  
  388. #entry:hover #permalink2 {
  389. width:11px;
  390. margin-top: 12px;
  391. margin-left:364px;
  392. opacity: 1;
  393. z-index:999999;
  394. }
  395.  
  396.  
  397. iframe#tumblr_controls{position:fixed !important;
  398. }
  399.  
  400. {block:iffadedimagesonhover}
  401. img{ -webkit-transition: opacity 0.4s linear; opacity: 1; }
  402. img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; }
  403. {/block:iffadedimagesonhover}
  404.  
  405. .title{
  406. font-family: {font:Title};
  407. font-size: 12px;
  408. line-height: 12px;
  409. color: {color:Title};
  410. font-weight: normal;
  411. letter-spacing: 0px;
  412. }
  413.  
  414.  
  415. .perma
  416. {
  417. opacity: 0.0;
  418. filter: alpha(opacity = 0);
  419. margin-top: -21px;
  420. width: px;
  421. height: 30px;
  422. line-height: 30px;
  423. font-size: 9px;
  424. margin-left:70px;
  425. position:absolute;
  426. text-align: center;
  427. z-index:9999991;
  428. color: {color:permalink};
  429. -moz-transition: all 0.6s linear;
  430. transition: all 0.6s linear;
  431.  
  432. }
  433. a.p
  434. {
  435.  
  436. color: {color:permalink};
  437. }
  438. #entry:hover .perma {
  439.  
  440. -webkit-transition: opacity 0.6s linear;
  441. opacity: 1;
  442. margin-left:0px;
  443. -moz-transition: all 0.6s linear;
  444. transition: all 0.6s linear;
  445. filter: alpha(opacity = 100);
  446.  
  447. }
  448.  
  449.  
  450. .likep {
  451. width: 21px;
  452. height: 20px;
  453. overflow: hidden;
  454. position: relative;
  455. z-index: 9999999;
  456. position: absolute;
  457. margin-top: 26px;
  458. margin-left: 5px;
  459. }
  460. .rep {
  461. width: 24px;
  462. height: 20px;
  463. overflow: hidden;
  464. position: relative;
  465. z-index: 9999999;
  466. position: absolute;
  467. margin-top: 26px;
  468. margin-left: 29px;
  469. }
  470. .likep a:hover {
  471. background-position: 0px 0px;
  472. }
  473. .likep a {
  474. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  475. background-position: 0px 0px;
  476. display: block;
  477. z-index: 9999999;
  478. webkit-transition: all 0s linear;
  479. -webkit-transition: all 0s linear;
  480. -moz-transition: all 0s linear;
  481. transition: all 0s linear;
  482. }
  483. .likep img {
  484. width: 21px;
  485. height: 20px;
  486. webkit-transition: all 0.2s linear;
  487. -webkit-transition: all 0.2s linear;
  488. -moz-transition: all 0.2s linear;
  489. transition: all 0.2s linear;
  490. }
  491. .rep img{
  492. width: 24px;
  493. height: 20px;
  494. line-height: 30px;
  495. display: inline;
  496. }
  497.  
  498. .not { position: absolute;
  499. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  500. height: 20px;
  501. font-size: 11px;
  502. line-height: 20px;
  503. color: #fff;
  504. position: absolute;
  505. margin-top: 26px;
  506. margin-left: 56px;
  507. padding-left: 4px;
  508. padding-right: 4px;
  509. -moz-border-radius: 2px;
  510. border-radius: 2px;
  511. }
  512. .not a{
  513. color: #fff;
  514. font-family: sans-serif;
  515. }
  516.  
  517.  
  518.  
  519. .permalinktext{
  520. font-family: {Font:Body};
  521. padding: 5px;
  522. position: absolute;
  523. text-align: center;
  524. width: 200px;
  525. -moz-transition: 0.3s ease-out;
  526. -webkit-transition: 0.3s ease-out;
  527. transition: 0.3s ease-out;
  528. opacity:0;
  529. }
  530.  
  531. .permalinktext a{color:{color:links};
  532. }
  533.  
  534. .entry:hover .permalinktext {
  535. -moz-transition: 0.3s ease-out;
  536. -webkit-transition: 0.3s ease-out;
  537. transition: 0.3s ease-out;
  538. width:200px;
  539. text-decoration:line-through;
  540. height:auto;
  541. display: block;
  542. opacity: 1;
  543. }
  544.  
  545.  
  546. blockquote{
  547. padding:0px 0px 2px 3px;
  548. margin:0px 0px 2px 1px;
  549. }
  550. ul, ol, li{
  551. list-style:none;
  552. margin:0px;
  553. padding:0px;
  554. }
  555.  
  556. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  557. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  558. }
  559.  
  560. a.links {
  561. font-family: Arial;
  562. font-size: 12px;
  563. line-height: 7px;
  564. text-transform: normal;
  565. letter-spacing:0px;
  566. display:block;
  567. padding: 0px;
  568. margin-bottom: 0px;
  569. {block:ifRoundedEdges}
  570. -moz-border-radius: 3px;
  571. border-radius: 3px;
  572. {/block:ifRoundedEdges}
  573. }
  574.  
  575. a.links:hover {
  576. text-decoration: underline;
  577. letter-spacing:10px;
  578. }
  579.  
  580.  
  581. #audio {
  582. width:200px;
  583. height:auto;
  584. min-height:60px;
  585. margin-top:17px;
  586. padding-bottom:5px;
  587. }
  588. .cover {
  589. position:absolute;
  590. z-index:1;
  591. width:60px;
  592. height:60px;
  593. }
  594. .cover img {
  595. float:left;
  596. width:60px;
  597. height:60px;
  598. }
  599. .playbox {
  600. opacity:0.6;
  601. width:27px;
  602. height:30px;
  603. overflow:hidden;
  604. position:absolute;
  605. z-index:1000;
  606. margin-left:17px;
  607. margin-top:17px;
  608. text-align:center;
  609. }
  610. .info {
  611. margin-left:73px;
  612. margin-top:4px;
  613. line-height:14px;
  614. }
  615.  
  616.  
  617. </style>
  618. <link rel="shortcut icon" href="{Favicon}">
  619. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  620. <meta name="viewport" content="width=720" />
  621. </head>
  622. <body>
  623.  
  624. <div class="credit">
  625. </div>
  626.  
  627.  
  628. <div id="jango">
  629. <div id="rake">
  630. <div id="barside">
  631.  
  632. {block:ifSidebarInBottomRight}
  633. <div align="left" style="padding-bottom:5px;">
  634. <a href="/">
  635. <img style="{block:ifRoundedEdges}
  636. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}" src="{image:sidebar}" {block:ifNotSmallSidebarImage}width=190{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=150{/block:ifSmallSidebarImage} " /></a></div>
  637. {/block:ifSidebarInBottomRight}
  638. {block:ifSidebarInTopRight}
  639. <div align="left" style="padding-bottom:5px; {block:ifRoundedEdges}
  640. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}">
  641. <a href="/">
  642. <img style="{block:ifRoundedEdges}
  643. -moz-border-radius: 3px; border-radius: 5px;{/block:ifRoundedEdges}" src="{image:sidebar}" {block:ifNotSmallSidebarImage}width=190{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=125{/block:ifSmallSidebarImage}" /></a></div>
  644. {/block:ifSidebarInTopRight}
  645.  
  646.  
  647.  
  648.  
  649.  
  650. {block:ifSidebarInBottomLeft}
  651. <div align="left" style="padding-bottom:5px;">
  652. <a href="/">
  653. <img style="{block:ifRoundedEdges}
  654. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}" src="{image:sidebar}" {block:ifNotSmallSidebarImage}width=190{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=150{/block:ifSmallSidebarImage} " /></a></div>
  655. {/block:ifSidebarInBottomLeft}
  656. {block:ifSidebarInTopLeft}
  657. <div align="left" style="padding-bottom:5px; {block:ifRoundedEdges}
  658. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}">
  659. <a href="/">
  660. <img style="{block:ifRoundedEdges}
  661. -moz-border-radius: 3px; border-radius: 5px;{/block:ifRoundedEdges}" src="{image:sidebar}" {block:ifNotSmallSidebarImage}width=190{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=125{/block:ifSmallSidebarImage}" /></a></div>
  662. {/block:ifSidebarInTopLeft}
  663.  
  664.  
  665.  
  666. <div align="left" style="line-height:12px; margin-top:-1px; margin-bottom:3px; color:{color:Blog Description};"><center>{description}</div>
  667.  
  668.  
  669. <center>{block:Ifitaliclinks}<i>{/block:Ifitaliclinks}
  670. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  671. {block:IfLinktwotitle} {text:symbol} <a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  672. {block:IfLinkthreetitle} {text:symbol} <a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  673. {block:IfLinkfourtitle} {text:symbol} <a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  674. {block:IfLinkfivetitle} {text:symbol} <a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  675. {block:IfLinksixtitle} {text:symbol} <a href="{text:link six}">{text:link six title}</a>{/block:IfLinksixtitle}
  676. {block:IfLinkseventitle} {text:symbol} <a href="{text:link seven}">{text:link seven title}</a>{/block:IfLinkseventitle}
  677. {block:Ifitaliclinks}</i>{/block:Ifitaliclinks}</center>
  678.  
  679.  
  680.  
  681. <br>
  682.  
  683.  
  684. <div align="center">
  685. <center><br>
  686. <div class="death">
  687.  
  688.  
  689.  
  690.  
  691. {block:ifAskLink}<a href="/ask" class="sidelink">{text:Ask Link Text}</a> //{/block:ifAskLink}
  692. {block:ifCustomLinkOneTitle} <a href="{text:Custom Link One}" class="sidelink">{text:Custom Link One Title} </a> {/block:ifCustomLinkOneTitle}
  693. {block:ifCustomLinkTwoTitle}// <a href="{text:Custom Link Two}" class="sidelink"> {text:Custom Link Two Title} </a> {/block:ifCustomLinkTwoTitle}
  694. {block:ifCustomLinkThreeTitle}// <a href="{text:Custom Link Three}" class="sidelink"> {text:Custom Link Three Title} </a>{/block:ifCustomLinkThreeTitle}
  695. {block:ifCustomLinkFourTitle}// <a href="{text:Custom Link Four}" class="sidelink"> {text:Custom Link Four Title} </a>{/block:ifCustomLinkFourTitle}
  696. {block:ifCustomLinkFiveTitle}// <a href="{text:Custom Link Five}" class="sidelink"> {text:Custom Link Five Title} </a>{/block:ifCustomLinkFiveTitle}
  697. </div>
  698.  
  699. </div>
  700. </div>
  701. </center>
  702.  
  703. <div align="center">
  704.  
  705. <div id="posts">
  706.  
  707. {block:Posts}
  708.  
  709.  
  710. {block:ContentSource}
  711.  
  712. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  713.  
  714. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  715.  
  716. {/block:SourceLogo}
  717.  
  718. {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
  719.  
  720. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  721.  
  722.  
  723. <div id="entry">
  724.  
  725.  
  726.  
  727. {block:Photo}
  728. {block:IndexPage}
  729.  
  730.  
  731.  
  732. {block:ifpermalink}
  733. <div class="perma">
  734. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  735. </div>
  736.  
  737. {/block:ifpermalink}
  738.  
  739. <div id="postys">
  740. <a href="{permalink}">
  741. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=350; style=" {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} {block:ifRoundedEdges}-moz-border-radius: 3px; border-radius: 3px; {/block:ifRoundedEdges}"></a></div>
  742.  
  743. {/block:IndexPage}
  744. {block:PermalinkPage}
  745. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px; style=" {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} border="0"></center>
  746. <center>{caption}</center>
  747. {/block:PermalinkPage}
  748. {/block:Photo}
  749.  
  750. {block:Photoset}
  751. <div style="padding-top:30px; padding-bottom:30px;"><a href="{permalink}">
  752. {Photoset-250}</a></div>
  753. {/block:Photoset}
  754.  
  755. {block:Text}<div style="padding-top:10px; padding-bottom:0px; padding-left:10px; padding-right:10px;">
  756. {block:Title}
  757. <a href="{permalink}"><span class="title">{Title}</span></a>
  758. {/block:Title}
  759. <span class="entrytext" style="line-height:12px;">{Body}</span>
  760. <a href="{Permalink}"></a></div>
  761. {block:indexpage}<hr size=".8" width="280">
  762. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  763. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  764. </a></div>{/block:indexpage}
  765. {/block:Text}
  766.  
  767. {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
  768. <a href="{URL}"><span class="title">{Name}</span></a></div>
  769. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  770. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  771. {block:indexpage}<hr size=".8" width="280">
  772. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  773. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  774. </a></div>{/block:indexpage}
  775. {/block:Link}
  776.  
  777. {block:Quote}
  778. <div style="padding-top:10px; padding-bottom:10px;">
  779. <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
  780. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  781. -{Source}
  782. {/block:Source}</a></div><br>{block:indexpage}<hr size=".8" width="280">
  783. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  784. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  785. </a></div>{/block:indexpage}
  786. </div>
  787. {/block:Quote}
  788.  
  789. {block:Chat}
  790. <div style="padding-top:15px; padding-bottom:10px;">
  791. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  792. <ul class="chat">
  793. {block:Lines}
  794. <li class="user_{UserNumber}">
  795. {block:Label}
  796. <span class="label" style="line-height:12px;">{Label}</span>
  797. {/block:Label}
  798. {Line}
  799. </li>
  800. {/block:Lines}
  801. </ul>
  802. {block:Caption}{Caption}{/block:Caption}
  803. <br>{block:indexpage}<hr size=".8" width="280">
  804. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  805. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  806. </a></div>{/block:indexpage}
  807. </div>
  808. {/block:Chat}
  809.  
  810.  
  811.  
  812.  
  813. {block:Audio}
  814. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  815.  
  816.  
  817. <div style="padding-bottom:0px;"></div>{block:indexpage}
  818. <hr size="1" width="280">
  819. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
  820. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  821. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  822. </a></div>{/block:indexpage}
  823.  
  824.  
  825. {/block:Audio}
  826.  
  827.  
  828.  
  829. {block:Video}
  830. <div style="padding-top:28px; padding-bottom:8px;">
  831. {Video-250}</div>
  832. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  833. {block:indexpage}<hr size=".8" width="280">
  834. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  835. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  836. </a></div>{/block:indexpage}
  837. {/block:Video}
  838.  
  839.  
  840.  
  841.  
  842. {block:PermalinkPage}</a>
  843. <div id="permapage"><br>
  844. {block:notecount}
  845. {notecountwithlabel}
  846. {/block:notecount}&nbsp;&nbsp;{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}{/block:Date}&nbsp;&nbsp;{block:RebloggedFrom} Reblogged from
  847. <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>Posted by
  848. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  849. {/block:RebloggedFrom}
  850. <br><br>
  851. <div align="left">
  852. {block:PostNotes}
  853. {PostNotes}
  854. {/block:PostNotes}
  855.  
  856.  
  857.  
  858. </div>
  859.  
  860.  
  861.  
  862.  
  863. </div>
  864. {/block:PermalinkPage}
  865. </div>
  866.  
  867.  
  868.  
  869. {/block:Posts}
  870. </div>
  871. </div>
  872. </div>
  873. </center>
  874. </div>
  875. </div>
  876.  
  877.  
  878.  
  879. {block:indexpage}
  880. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  881. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  882. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  883. <script type="text/javascript">
  884. $(window).load(function(){
  885. var $wall = $('#posts');
  886. $wall.imagesLoaded(function(){
  887. $wall.masonry({
  888. itemSelector: '#entry, #entry_photo',
  889. isAnimated : false
  890. });
  891. });
  892.  
  893. $wall.infinitescroll({
  894. navSelector : '#page-nav',
  895. nextSelector : '#page-nav a',
  896. itemSelector : '#entry, #entry_photo',
  897. bufferPx : 2000,
  898. debug : false,
  899. errorCallback: function() {
  900. $('#infscr-loading').fadeOut('normal');
  901. }},
  902. function( newElements ) {
  903. var $newElems = $( newElements );
  904. $newElems.hide();
  905. $newElems.imagesLoaded(function(){
  906. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  907. });
  908. }); $('#content').show(500);
  909. });
  910. </script>
  911. {/block:indexpage}
  912.  
  913.  
  914.  
  915. </body>
  916. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement