Advertisement
ramisaaaaa

Untitled

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