Advertisement
ramisaaaaa

Untitled

Sep 18th, 2014
1,819
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.63 KB | None | 0 0
  1. <!---------
  2. theme by cyrusnigga keep credit or d i e
  3. -------->
  4.  
  5. <html lang="en">
  6. <head>
  7.  
  8.  
  9. <title>{title}</title>
  10. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  11. <meta name="image:Sidebar" content="https://secure.static.tumblr.com/9286b0655827ebdbafe0372785a4c5ff/33x1j2u/Cr0n7uz66/tumblr_static_7c0b5wpwhjoc4g8g4cggc408w.png"/>
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Post Box" content="#ffffff"/>
  14. <meta name="color:Blog Description" content="#000"/>
  15. <meta name="color:title" content ="#000">
  16. <meta name="color:text" content="#000">
  17. <meta name="color:tags" content="#000">
  18. <meta name="color:link" content="#000">
  19. <meta name="color:hover" content="#b8b8b8">
  20. <meta name="color:border" content="#000">
  21. <meta name="color:perma background" content="#fff"/>
  22. <meta name="color:side links" content="#fff"/>
  23. <meta name="image:Background" content=""/>
  24. <meta name="if:two column" content="0"/>
  25. <meta name="color:border" content="#777"/>
  26. <meta name="color:scrollbar" content="#fff"/>
  27. <meta name="if:faded images" content="0" />
  28. <meta name="if:Scrollbar" content="1"/>
  29. <meta name="if:Black and white follow button" content="1"/>
  30. <meta name="if:small cursor" content="1" />
  31. <meta name="if:Black and white images" content="0"/>
  32. <meta name="text:link one" content="/" />
  33. <meta name="text:link one title" content="home" />
  34. <meta name="text:link two" content="/ask" />
  35. <meta name="text:link two title" content="message" />
  36. <meta name="text:link three" content="/archive" />
  37. <meta name="text:link three title" content="archive" />
  38. <meta name="text:link four" content="/random" />
  39. <meta name="text:link four title" content="random" />
  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.  
  45. </script>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. {block:ifsmallcursor}
  51. html, a:hover {cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), progress !important;}</style>
  52.  
  53. {/block:ifsmallcursor}
  54. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  58.  
  59. <script>
  60.  
  61. (function($){
  62.  
  63. $(document).ready(function(){
  64.  
  65. $("a[title]").style_my_tooltips({
  66.  
  67. tip_follows_cursor:true,
  68.  
  69. tip_delay_time:5,
  70.  
  71. tip_fade_speed:100,
  72.  
  73. attribute:"title"
  74.  
  75. });
  76.  
  77. });
  78.  
  79. })(jQuery);
  80.  
  81. </script>
  82.  
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87. {block:ifblackandwhitefollowbutton}
  88. iframe#tumblr_controls {opacity:1;-webkit-filter: invert(100%);transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  89. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1.0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  90. {/block:ifblackandwhitefollowbutton}
  91.  
  92. #s-m-t-tooltip {
  93. display: none;
  94. text-align:center;
  95. position:absolute;
  96. letter-spacing:1px;
  97. text-transform:uppercase;
  98. margin-top:10px;margin-left:10px;
  99. z-index:99;
  100. font-family:'consolas';
  101. font-size:8px;
  102. padding:3px;
  103. line-height:10px;
  104. border-radius:3px;
  105. border:1px solid #fff;
  106. color:#fff;
  107. background:#000000;}
  108.  
  109.  
  110. body{
  111. margin:0px;
  112. background-color: {color:Background};
  113. background-image:url({image:Background});
  114. background-attachment: fixed;
  115. background-repeat: no-repeat;
  116. background-position: bottom right;
  117. font-size: 10px;
  118. font-family:'inconsolata';
  119. line-height:10px;
  120. color:{color:Text};
  121. {block:ifsmallcursor}
  122. cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  123. {/block:ifsmallcursor}
  124. }
  125.  
  126. a:link, a:active, a:visited{
  127. color: {color:Link};
  128. text-decoration: none;
  129. transition: all 0.4s ease;
  130. -o-transition-transition: all 0.9s ease;
  131. -webkit-transition: all 0.9s ease;
  132. -moz-transition: all 0.4s ease;
  133. {block:ifsmallcursor}
  134. cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  135. {/block:ifsmallcursor}
  136.  
  137.  
  138. }
  139.  
  140. a:hover{
  141. color:{color:Hover};
  142. text-decoration: none;
  143. transition: all 0.4s ease;
  144. text-decoration: none;
  145. -o-transition-transition: all 0.9s ease;
  146. -webkit-transition: all 0.9s ease;
  147. -moz-transition: all 0.4s ease;
  148. {block:ifsmallcursor}
  149. cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  150. {/block:ifsmallcursor}
  151. }
  152.  
  153. {block:ifscrollbar}
  154.  
  155. ::-webkit-scrollbar-thumb:vertical {
  156. background:{color:scrollbar};
  157. border:1px solid {color:border};
  158.  
  159. cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  160. }
  161.  
  162. ::-webkit-scrollbar-thumb:horizontal {
  163. background-color: {color:scrollbar};
  164. border:1px solid {color:borders};}
  165.  
  166. ::-webkit-scrollbar {
  167. width:7px;
  168. background: transparent;
  169. height:0px;}
  170.  
  171. ::-webkit-scrollbar-track {
  172. background: transparent;
  173. width:9px; }
  174.  
  175. {/block:ifscrollbar}}
  176.  
  177.  
  178. div#stuff{
  179. }
  180.  
  181. #sidebar {
  182. position:fixed;
  183. background:#fff;
  184. text-align:center;
  185. width:180px;
  186. border:1px solid {color:border};
  187. box-shadow:rgba(0,0,0,0.9) 7px 7px;
  188. margin-top:190px;
  189. margin-left:290px;
  190. {block:ifsmallcursor}
  191. cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  192. {/block:ifsmallcursor}
  193. }
  194.  
  195. #blogtitle {
  196. text-align:center;
  197. padding-top:10px;
  198. margin-bottom:-35px;
  199. {block:ifnotcustomfont}font-family:{font:blogtitle};{block:ifnotcustomfont}
  200. {block:ifcustomfont}font-family:'inconsolata';{/block:ifcustomfont}
  201. font-size:26px;
  202. width:190px;
  203. font-style:italic;
  204. letter-spacing:2px;}
  205.  
  206. .description{
  207. text-align:justify;
  208. background:white;
  209. line-height:130%;
  210. padding-right:10px;
  211. padding-left:10px;
  212. padding-bottom:10px;
  213. border-radius:0px 0px 5px 5px;
  214. padding-top:5px;
  215. {block:ifnotcustomfont}font-family:{font:Body};{block:ifnotcustomfont}
  216. {block:ifcustomfont}font-family:'inconsolata';{/block:ifcustomfont}
  217. font-size:11px;
  218. margin-top:50px;}
  219.  
  220. #permalinksidebar{
  221. text-align:right;
  222. width:192px;
  223. margin-top:-1px;
  224. height:11px;
  225. font-family:'courier new';
  226. padding:4px 4px 4px 4px;
  227. background:{color:permalink};
  228. border-radius:5px 5px 0px 0px;
  229. border-bottom:1px solid {color:Border};}
  230.  
  231.  
  232.  
  233.  
  234.  
  235. #sidebar2{
  236. position:fixed;z-index:1;
  237. background:#fff;
  238. text-align:center;
  239. width:190px;
  240. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  241. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  242. box-shadow: 0px 2px 8px rgba(0,0,0,0.60);
  243. border-radius:5px;
  244. height:auto;
  245. border-top:1px solid {color:Border};
  246. margin-top:100px;
  247. margin-left:140px;
  248. padding-bottom:10px;
  249. z-index:1;}
  250.  
  251.  
  252. #permalinksidebar2{
  253. text-align:right;
  254. width:182px;
  255. margin-top:-1px;
  256. height:11px;
  257. font-family:'courier new';
  258. padding:4px 4px 4px 4px;
  259. background:{color:permalink};
  260. border-radius:5px 5px 0px 0px;
  261. border-bottom:1px solid {color:Border};}
  262.  
  263.  
  264.  
  265.  
  266.  
  267. #permalinklinks{
  268. text-align:right;
  269. height:10px;
  270. width:242px;
  271. font-family:'courier new';
  272. padding:4px 4px 4px 4px;
  273. background:{color:permalink};
  274. border-radius:5px 5px 0px 0px;
  275. border-bottom:1px solid {color:Border};}
  276.  
  277. #permalinklinks a{
  278. margin-top:-10px;
  279. font-weight:lighter;
  280. margin-left:-10px;}
  281.  
  282. #links{
  283. position:absolute;
  284. background:white;
  285. font-size:10px;
  286. width:250px;
  287. text-transform:lowercase;
  288. margin-top:12px;
  289. margin-left:0px;
  290. font-weight:bold;
  291. text-align:center;
  292. border-radius:5px;
  293. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  294. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  295. box-shadow: 0px 2px 8px rgba(0,0,0,0.6);}
  296.  
  297. #links a {
  298. padding:5px;
  299. line-height:20px;
  300. margin-bottom:3px;
  301. text-align:center;
  302. font-family:'inconsolata';
  303. text-transform:uppercase;
  304. display:inline-block;}
  305.  
  306.  
  307. #todo {
  308. line-height:110%px;
  309. display:block;
  310. height:12px;
  311. width:118px;
  312. padding:0px 5px 5px 5px;
  313. text-align:left;
  314. z-index:1;
  315. top:15px;
  316. left:15px;
  317. color:#000;
  318. font-family:'Arial';
  319. font-size:9px;
  320. position:fixed;
  321. background:white;
  322. overflow:hidden;
  323. border-radius:5px;
  324. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  325. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  326. box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  327. -moz-transition-duration:0.6s;
  328. -webkit-transition-duration:0.6s;
  329. -o-transition-duration:0.6s;}
  330.  
  331. #todo:hover {
  332. background:white;
  333. height:130px;
  334. border-radius:5px;
  335. -moz-transition-duration:0.5s;
  336. -webkit-transition-duration:0.5s;
  337. -o-transition-duration:0.5s;}
  338.  
  339. #permalinktodo{
  340. text-align:right;
  341. height:10px;
  342. margin-left:-5px;
  343. width:120px;
  344. font-family:'courier new';
  345. padding:4px 4px 4px 4px;
  346. background:{color:permalink};
  347. border-radius:5px;
  348. border-bottom:1px solid {color:Border};
  349. -moz-transition-duration:0s;
  350. -webkit-transition-duration:0s;
  351. -o-transition-duration:0s;}
  352.  
  353. #permalinktodo a{
  354. margin-top:-30px;}
  355. #permalinktodo:hover{
  356. border-radius:5px 5px 0px 0px;
  357. -moz-transition-duration:0s;
  358. -webkit-transition-duration:0s;
  359. -o-transition-duration:0s;}
  360.  
  361. div#content{
  362. margin:auto;
  363. top:0px;
  364. padding-top:5px;
  365. position:absolute;
  366. overflow:hidden;
  367. {block:indexpage}
  368. width:1175px;
  369. {/block:indexpage}
  370. {block:permalinkpage}
  371. width:1040px;
  372. left:50px;
  373. {/block:permalinkpage}
  374. {block:ifsmallcursor}
  375. cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  376. {/block:ifsmallcursor}
  377. }
  378.  
  379.  
  380. div#posts{
  381. float:right;
  382. {block:ifdarkimages}
  383. -webkit-filter: grayscale(50%);
  384. {/block:ifdarkimages}
  385. {block:ifblackandwhiteimages}
  386. -webkit-filter: grayscale(100%);
  387. {/block:ifblackandwhiteimages}
  388. {block:indexpage}
  389. width:680px;
  390. {/block:indexpage}
  391. {block:permalinkpage}
  392. width:550px;
  393. {/block:permalinkpage}
  394. margin-left:68px;
  395. }
  396.  
  397.  
  398. div#entry{
  399. float: left;
  400. box-shadow:rgba(0,0,0,0.9) 7px 7px;
  401. margin:20px;
  402. width: 300px;
  403. {block:iftwocolumn}width:250px;{/block:iftwocolumn}
  404. padding-bottom: 10px;
  405. padding-left:10px;
  406. padding-right:10px;
  407. padding-top:25px;
  408. background:white;
  409. border:1px solid {color:border};
  410. {block:PermalinkPage}
  411. width: 400px;
  412. height: auto;
  413. {/block:PermalinkPage}
  414. line-height:8px;
  415. overflow:hidden;
  416. {block:ifgrayscale}-webkit-filter: grayscale(1);transition: all 0.5s ease-in-out;{/block:ifgrayscale}
  417. {block:ifsmallcursor}
  418. cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  419. {/block:ifsmallcursor}
  420. }
  421.  
  422.  
  423. #entry img:hover{
  424. opacity:1;
  425.  
  426. {block:iffadedimages}
  427. -webkit-filter: Grayscale(0%);
  428. -webkit-transition: all .7s ease;
  429. -moz-transition: all .7s ease;
  430. -o-transition: all .7s ease;
  431. transition: all .7s ease;
  432. {/block:iffadedimages}
  433.  
  434. }
  435.  
  436.  
  437. ::selection {
  438. color:{color:Text};
  439. background-color: {color:Link};
  440. }
  441.  
  442. ::-moz-selection {
  443. color:{color:Text};
  444. background-color: {color:Link};
  445. }
  446.  
  447. ::-webkit-selection {
  448. color:{color:Text};
  449. background-color:{color:Link};
  450. }
  451.  
  452.  
  453. #entry img{
  454. {block:iffadedimages}
  455. opacity:0.8;
  456. -webkit-filter: Grayscale(40%);
  457. {/block:iffadedimages}
  458. {block:IndexPage}
  459. max-width: 300px;
  460. {block:iftwocolumn}max-width:250px;{/block:iftwocolumn}
  461. height: auto;
  462. {/block:IndexPage}
  463. {block:PermalinkPage}
  464. max-width:400px;
  465. height: auto;
  466. {/block:PermalinkPage}
  467. -webkit-transition: all 0.5s ease-out;
  468. -moz-transition: all 0.5s ease-out;
  469. transition: all 0.5s ease-out;
  470. {block:ifsmallcursor}
  471. cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  472. {/block:ifsmallcursor}
  473. }
  474.  
  475.  
  476. .title{
  477. font-family: calibri;
  478. font-size: 12px;
  479. line-height: 12px;
  480. color: {color:Title};
  481. font-weight: normal;
  482. letter-spacing: 0px;
  483. text-transform:uppercase;
  484. letter-spacing:2px;
  485. }
  486.  
  487. blockquote{
  488. padding:0px 0px 2px 3px;
  489. margin:0px 0px 2px 1px;
  490. }
  491.  
  492. ul, ol, li{
  493. list-style:none;
  494. margin:0px;
  495. padding:0px;
  496. }
  497.  
  498. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  499. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  500. }
  501.  
  502. ::selection {
  503. color:{color:Text};
  504. background-color: {color:Link};
  505. }
  506.  
  507. ::-moz-selection {
  508. color:{color:Text};
  509. background-color: {color:Link};
  510. }
  511.  
  512. ::-webkit-selection {
  513. color:{color:Text};
  514. background-color:{color:Link};
  515. }
  516.  
  517.  
  518. #audio {
  519. width:250px;
  520. height:auto;
  521. min-height:60px;
  522. margin-top:17px;
  523. padding-bottom:5px;
  524. margin-left:40px;
  525. }
  526. .cover {
  527. position:absolute;
  528. z-index:1;
  529. width:70px;
  530. height:670px;
  531. margin-top:-4px;
  532. margin-left:-10px;
  533. }
  534. .cover img {
  535. float:left;
  536. width:70px;
  537. height:70px;
  538. }
  539. .playbox {
  540. opacity:0.6;
  541. width:27px;
  542. height:30px;
  543. overflow:hidden;
  544. position:absolute;
  545. z-index:1000;
  546. margin-left:14px;
  547. margin-top:18px;
  548. text-align:center;
  549. }
  550. .info {
  551. margin-left:73px;
  552. margin-top:4px;
  553. line-height:14px;
  554. }
  555.  
  556. #permalink{
  557. text-align:right;
  558. width:192px;
  559. height:10px;
  560. font-family:'courier new';
  561. padding:4px 4px 4px 4px;
  562. background:{color:permalink};
  563. border-radius:5px 5px 0px 0px;
  564. border-bottom:1px solid {color:Border};
  565. {block:PermalinkPage}
  566. width:392px;
  567. {/block:PermalinkPage}
  568.  
  569. }
  570.  
  571.  
  572. .lmfao{
  573. margin:3px; font-size:10px;
  574. color:#fff;
  575. }
  576.  
  577. .lmfao a{
  578. color:#fff;
  579. padding:3px;
  580. }
  581.  
  582.  
  583.  
  584. #perm{
  585. position:absolute;
  586. font-family:consolas;
  587. font-size:8px;
  588. text-align:right;
  589. text-transform:uppercase;
  590. padding-right:4px;
  591. background:{color:perma background};
  592. margin-left:-10px;
  593. margin-top:-25px;
  594. border-bottom:1px solid {color:border};
  595. height:10px;
  596. width: 316px;
  597. {block:iftwocolumn}width:266px;{/block:iftwocolumn}
  598. {block:PermalinkPage}
  599. width:416px;
  600. {/block:PermalinkPage}
  601. padding-bottom:3px;
  602. padding-top:3px;
  603. letter-spacing:1px;
  604. z-index:11;
  605. }
  606.  
  607. #perm img{
  608. {block:ifwhitepermalinks}
  609. -webkit-filter: invert(100%);
  610. {/block:ifwhitepermalinks}
  611. }
  612.  
  613.  
  614. #perm2{
  615. position:absolute;
  616. font-family:consolas;
  617. font-size:8px;
  618. text-align:right;
  619. text-transform:uppercase;
  620. padding-right:4px;
  621. background:{color:perma background};
  622. margin-left:-px;
  623. border-bottom:1px solid {color:border};
  624. height:10px;
  625. width:176px;
  626. padding-bottom:3px;
  627. padding-top:3px;
  628. letter-spacing:1px;
  629. z-index:11;
  630. }
  631.  
  632. #perm2 img{
  633. {block:ifwhitepermalinks}
  634. -webkit-filter: invert(100%);
  635. {/block:ifwhitepermalinks}
  636. }
  637.  
  638.  
  639.  
  640. #hmm a {
  641. display:inline-block;
  642. padding:6px;
  643. z-index:9999;
  644. background:{color:side links};
  645. border:1px solid {color:border};
  646. width:1px;
  647. z-index:99999;
  648. text-align:right;
  649. margin-right:-4px;
  650. margin-top:-2px;
  651. {block:ifsmallcursor}
  652. cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  653. {/block:ifsmallcursor}
  654. transition: 0.03s;
  655. }
  656. #hmm a:hover{
  657. transition: 0.03s;
  658. padding:6px; border:1px solid #000;
  659. {block:ifsmallcursor}
  660. cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  661. {/block:ifsmallcursor}
  662. background-image:url(http://static.tumblr.com/ubjvoln/okeklawjb/wire.png);
  663. }
  664. #hmm{
  665. display: block;
  666. z-index: 999999999;
  667. text-align:right;
  668. font-size:8px;
  669. color:#414141;margin-right:1px;
  670. text-transform:uppercase;
  671. {block:ifsmallcursor}
  672. cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  673. {/block:ifsmallcursor}
  674. }
  675.  
  676. </style>
  677. <link rel="shortcut icon" href="{Favicon}">
  678. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  679. <meta name="viewport" content="width=720" />
  680. </head>
  681. <body>
  682.  
  683. <div id="stuff">
  684. <div id="content">
  685.  
  686.  
  687. <div id="sidebar">
  688.  
  689. <div id="perm2">
  690.  
  691.  
  692. <div align="right" style="line-height:5px;">
  693. <div id="hmm">
  694. {block:IfLinkonetitle}<a href="{text:link one}" title="{text:link one title}" style="opacity:1;"></a> {/block:IfLinkonetitle}
  695. {block:IfLinktwotitle}<a href="{text:link two}" title="{text:link two title}" style="opacity:1;"></a> {/block:IfLinktwotitle}
  696. {block:IfLinkthreetitle}<a href="{text:link three}" title="{text:link three title}" style="opacity:1;" ></a>{/block:IfLinkthreetitle}
  697. {block:IfLinkfourtitle}<a href="{text:link four}" title="{text:link four title}" style="opacity:1;" ></a>{/block:IfLinkfourtitle}
  698. {block:IfLinkfivetitle}<a href="{text:link five}" title="{text:link five title}" style="opacity:1"></a>{/block:IfLinkfivetitle}
  699. {block:IfLinksixtitle} <a href="{text:link six}" title="{text:link six title}" style="opacity:1;"></a> {/block:IfLinksixtitle}
  700. <a href="http://cyrusnigga.tumblr.com" style="opacity:1;" title="theme credit"></a>
  701. </center>
  702.  
  703. </div>
  704. </div>
  705. </div>
  706.  
  707. <div align="left" style="padding-bottom:0px;
  708. margin-bottom:6px;">
  709. <a href="/">
  710. <img style="" src="{image:sidebar}"width=180" /></a></div>
  711.  
  712.  
  713. <div align="center" style="line-height:12px; margin-top:8px; margin-bottom:8px; color:{color:Blog Description};padding-left:3px;padding-right:3px;">{description}</div>
  714.  
  715.  
  716. </div>
  717.  
  718.  
  719.  
  720.  
  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. <div id="perm">
  745.  
  746.  
  747.  
  748. <div align="right" style="line-height:5px;">
  749. <div id="hmm">
  750. <a href="{permalink}" title="{notecountwithlabel}" style="opacity:1;"></a>
  751.  
  752. <a href="{permalink}" title="{timeago}" style="opacity:1;"></a>
  753.  
  754. <a href="{permalink}" title="{12HourWithZero}:{Minutes}:{Seconds}" style="opacity:1;"></a>
  755. <a href="{ReblogURL}" style="opacity:1;" title="reblog"></a>
  756. </center>
  757.  
  758. </div>
  759. </div>
  760.  
  761.  
  762. </div>
  763.  
  764.  
  765. {block:Photo}
  766. {block:IndexPage}
  767.  
  768.  
  769. <div id="postys">
  770. <a href="{permalink}">
  771. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style=""
  772. width=390;"width="{notecountwithlabel}"></a></div>
  773.  
  774. {/block:IndexPage}
  775. {block:PermalinkPage}
  776. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px;"></center>
  777. <center>{caption}</center>
  778. {/block:PermalinkPage}
  779. {/block:Photo}
  780.  
  781. {block:Photoset}
  782. {block:IndexPage}
  783. {Photoset-250}
  784. {/block:IndexPage}
  785.  
  786.  
  787. {block:PermalinkPage}
  788. {Photoset-400}
  789. {/block:PermalinkPage}
  790.  
  791. {/block:Photoset}
  792.  
  793.  
  794.  
  795. {block:Text}<div style="padding-top:5px; padding-bottom:0px; padding-left:3px; padding-right:0px;">
  796. {block:Title}
  797. <a href="{permalink}"><span class="title">{Title}</span></a>
  798. {/block:Title}
  799. <span class="entrytext" style="line-height:12px;">{Body}</span>
  800. <a href="{Permalink}"></a></div>
  801. {block:indexpage}
  802. <div align="right" style="padding-right:5px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  803. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  804. </a></div>{/block:indexpage}
  805. {/block:Text}
  806.  
  807. {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
  808. <a href="{URL}"><span class="title">{Name}</span></a></div>
  809. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  810. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  811. {block:indexpage}
  812. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  813. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  814. </a></div>{/block:indexpage}
  815. {/block:Link}
  816.  
  817. {block:Quote}
  818. <div style="padding-top:10px; padding-bottom:10px;">
  819. <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
  820. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  821. -{Source}
  822. {/block:Source}</a></div><br>{block:indexpage}
  823. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  824. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  825. </a></div>{/block:indexpage}
  826. </div>
  827. {/block:Quote}
  828.  
  829. {block:Chat}
  830. <div style="padding-top:15px; padding-bottom:10px;">
  831. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  832. <ul class="chat">
  833. {block:Lines}
  834. <li class="user_{UserNumber}">
  835. {block:Label}
  836. <span class="label" style="line-height:12px;">{Label}</span>
  837. {/block:Label}
  838. {Line}
  839. </li>
  840. {/block:Lines}
  841. </ul>
  842. {block:Caption}{Caption}{/block:Caption}
  843. <br>{block:indexpage}
  844. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  845. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  846. </a></div>{/block:indexpage}
  847. </div>
  848. {/block:Chat}
  849.  
  850.  
  851.  
  852.  
  853. {block:Audio}
  854. <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 style="text-align:left"><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></div>
  855.  
  856.  
  857. <div style="padding-bottom:0px;padding-top:6px;"></div>{block:indexpage}
  858. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
  859. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  860. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  861. </a></div>{/block:indexpage}
  862.  
  863.  
  864. {/block:Audio}
  865.  
  866.  
  867.  
  868. {block:Video}
  869.  
  870. {block:IndexPage}
  871. {Video-250}
  872. {/block:IndexPage}
  873.  
  874.  
  875. {block:PermalinkPage}
  876. {Video-400}
  877. {/block:PermalinkPage}
  878. {/block:Video}
  879.  
  880.  
  881.  
  882.  
  883.  
  884. {block:PermalinkPage}
  885. <center>
  886. {block:RebloggedFrom}<br><b>Via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<b>Source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}<br><Br>{block:Date}<img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png">&nbsp; {TimeAgo}&nbsp; <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png">&nbsp; {NoteCountWithLabel}{block:hasTags}&nbsp; <img src="http://static.tumblr.com/twte3d7/zZqlo2ldq/tag_fill_8x8.png">&nbsp; {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Date}
  887. </center>
  888.  
  889. <br><br>
  890. <div align="left">
  891. {block:PostNotes}
  892. {PostNotes}
  893. {/block:PostNotes}</div>
  894. {/block:PermalinkPage}
  895.  
  896.  
  897. </div>
  898.  
  899.  
  900.  
  901. {/block:Posts}
  902. </div>
  903. </div>
  904. </div>
  905. </center>
  906. </div>
  907. </div>
  908.  
  909.  
  910.  
  911.  
  912. {block:indexpage}
  913.  
  914.  
  915. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  916. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  917. <script type="text/javascript" src="http://static.tumblr.com/33x1j2u/QZjnc4jm1/jquerymsnry.js"></script>
  918. <script type="text/javascript">
  919. $(window).load(function(){
  920. var $wall = $('#posts');
  921. $wall.imagesLoaded(function(){
  922. $wall.masonry({
  923. itemSelector: '#entry, #entry_photo',
  924. isAnimated : false
  925. });
  926. });
  927.  
  928. $wall.infinitescroll({
  929. navSelector : '#page-nav',
  930. nextSelector : '#page-nav a',
  931. itemSelector : '#entry, #entry_photo',
  932. bufferPx : 2000,
  933. debug : false,
  934. errorCallback: function() {
  935. $('#infscr-loading').fadeOut('normal');
  936. }},
  937. function( newElements ) {
  938. var $newElems = $( newElements );
  939. $newElems.hide();
  940. $newElems.imagesLoaded(function(){
  941. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  942. });
  943. }); $('#content').show(500);
  944. });
  945. </script>
  946. {/block:indexpage}
  947.  
  948.  
  949. </body>
  950.  
  951. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement