Advertisement
ramisaaaaa

Untitled

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