Advertisement
ramisaaaaa

Untitled

Jun 18th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.12 KB | None | 0 0
  1. <!--
  2. theme by icy-me0ws
  3. permalinks by tit
  4. links by Rev-rse
  5. -->
  6.  
  7. <head>
  8. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script|Unkempt|The+Girl+Next+Door|Allura|Sevillana|Seaweed+Script|Norican|Ruluko|Italianno' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Miniver|Give+You+Glory|Short+Stack|Loved+by+the+King|Coming+Soon|Raleway:100|Handlee|Indie+Flower' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13. <meta name="color:background" content="#dadada"/>
  14. <meta name="color:text" content="#130C11"/>
  15. <meta name="color:hover" content="#130C11"/>
  16. <meta name="color:link" content="#000000"/>
  17. <meta name="color:shadow" content="#dadada"/>
  18. <meta name="image:sidebar" content="1"/>
  19. <meta name="image:background" content="1"/>
  20. <meta name="if:show photo" content="1"/>
  21. <meta name="if:faded images" content="0"/>
  22. <meta name="text:link two" content="" />
  23. <meta name="text:link two title" content="" />
  24. <meta name="text:link three" content="" />
  25. <meta name="text:link three title" content="" />
  26. <meta name="text:link four" content="" />
  27. <meta name="text:link four title" content="" />
  28. <meta name="text:link five" content="" />
  29. <meta name="text:link five title" content="" />
  30. <meta name="text:link six" content="" />
  31. <meta name="text:link six title" content="" />
  32. <meta name="color:link 1" content="#A23838"/>
  33. <meta name="color:link 2" content="#DD7616"/>
  34. <meta name="color:link 3" content="#F1F12D"/>
  35. <meta name="color:link 4" content="#16B816"/>
  36. <meta name="color:link 5" content="#16B8B1"/>
  37. <meta name="color:link 6" content="#320C55"/>
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. {block:iffadedimages}img{
  43.  
  44. -webkit-transition: opacity 0.4s linear;
  45.  
  46. opacity: 0.90;
  47.  
  48. }
  49. img:hover{
  50.  
  51. -webkit-transition: opacity 0.4s linear;
  52.  
  53. opacity: 1;
  54.  
  55. }{/block:iffadedimages}
  56.  
  57.  
  58. #biter
  59.  
  60. #bite a {display:block}
  61.  
  62. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  63.  
  64. #bite:hover .death {margin-top:-10px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  65.  
  66.  
  67.  
  68.  
  69.  
  70. iframe#tumblr_controls {right:3px !important; position: fixed !important;}
  71. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  72.  
  73.  
  74. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  75.  
  76. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  77.  
  78.  
  79. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  80.  
  81. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 0ex; border: 1px solid #dadada;}
  82.  
  83.  
  84. #tumblr_controls{
  85. position:fixed !important;
  86. }
  87.  
  88. .wrapper{
  89. margin: 0px auto;
  90. width: 802px;
  91. }
  92.  
  93. .header{
  94. float: left;
  95. width: 100%;
  96. }
  97.  
  98. .left{
  99. float: left;
  100. margin-right: 20px;
  101. width: 802px;
  102. }
  103.  
  104. .right{
  105. float: right;
  106. width: 200px;
  107. background-color: {color:Background};
  108. }
  109.  
  110. body {
  111. margin:0px;
  112. text-decoration: none;
  113. background-color: {color:background};
  114. background-image:url({image:Background});
  115. background-attachment: fixed;
  116. background-repeat: repeat;
  117. color: {color:Text};
  118. font-family: short stack;
  119. font-size: 8px;
  120. }
  121.  
  122. div#content{
  123. padding: 4px;
  124. }
  125.  
  126. a:link, a:active, a:visited{
  127. color: {color:Link};
  128. text-decoration: none;
  129. -webkit-transition: color 0.2s ease-out;
  130. -moz-transition: color 0.2s ease-out;
  131. }
  132.  
  133. a:hover{
  134. color:{color:Hover};
  135. text-decoration: underline;
  136. -webkit-transition: color 0.2s ease-out;
  137. -moz-transition: color 0.2s ease-out;
  138. }
  139.  
  140. .entry {
  141. float:left;
  142. {block:IndexPage}
  143. padding-left: 2px;
  144. padding-right: 2px;
  145. padding-top: 2px;
  146. margin: 1px;
  147. width: 250px;
  148. {/block:IndexPage}
  149. background-color: white;
  150. {block:PermalinkPage}
  151. width:400px;
  152. margin-left: 100px;
  153. {/block:PermalinkPage}
  154. opacity: 1.0;
  155. }
  156.  
  157. .permalink{
  158. display: block;
  159. line-height: 13px;
  160. text-transform: none;
  161. font-family: helvetica;
  162. font-size: 8px;
  163. text-align:center;
  164. margin-top: 1px;
  165. background-color: #fff;
  166. opacity: 0.8;
  167. text-transform: uppercase;
  168. font-color: #000000;
  169. border-top: solid #aaa 1px;
  170. }
  171.  
  172. .perma
  173. {
  174. opacity: 0.0;
  175. filter: alpha(opacity = 0);
  176. margin-top: -21px;
  177. width: px;
  178. height: 30px;
  179. line-height: 30px;
  180. font-size: 9px;
  181. position:absolute;
  182. text-align: center;
  183. z-index:9999991;
  184. color: {color:permalink};
  185.  
  186. }
  187. a.p
  188. {
  189.  
  190. color: {color:permalink};
  191. }
  192. .entry:hover .perma {
  193.  
  194. -webkit-transition: opacity 0.4s linear;
  195. opacity: 1;
  196. -moz-transition: all 0.4s linear;
  197. transition: all 0.4s linear;
  198. filter: alpha(opacity = 100);
  199.  
  200. }
  201.  
  202. select {
  203. font-size: 9px;
  204. width: 100px;
  205.  
  206.  
  207. }
  208. option {
  209. font-size: 9px;
  210.  
  211. text-align: left;
  212.  
  213. }
  214. input[type=button]
  215. {
  216. font-size: 9px;
  217. }
  218.  
  219. .likep {
  220. width: 21px;
  221. height: 20px;
  222. overflow: hidden;
  223. position: relative;
  224. z-index: 9999999;
  225. position: absolute;
  226. margin-top: 26px;
  227. margin-left: 5px;
  228. }
  229. .rep {
  230. width: 24px;
  231. height: 20px;
  232. overflow: hidden;
  233. position: relative;
  234. z-index: 9999999;
  235. position: absolute;
  236. margin-top: 26px;
  237. margin-left: 31px;
  238. }
  239. .likep a:hover {
  240. background-position: 0px 0px;
  241. }
  242. .likep a {
  243. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  244. background-position: 0px 0px;
  245. display: block;
  246. z-index: 9999999;
  247. webkit-transition: all 0s linear;
  248. -webkit-transition: all 0s linear;
  249. -moz-transition: all 0s linear;
  250. transition: all 0s linear;
  251. }
  252. .likep img {
  253. width: 21px;
  254. height: 20px;
  255. webkit-transition: all 0.2s linear;
  256. -webkit-transition: all 0.2s linear;
  257. -moz-transition: all 0.2s linear;
  258. transition: all 0.2s linear;
  259. }
  260. .rep img{
  261. width: 24px;
  262. height: 20px;
  263. line-height: 30px;
  264. display: inline;
  265. }
  266.  
  267. .noteslabel { position: absolute;
  268. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  269. height: 20px;
  270. font-size: 11px;
  271. line-height: 20px;
  272. color: #fff;
  273. position: absolute;
  274. margin-top: 26px;
  275. margin-left: 60px;
  276. padding-left: 4px;
  277. padding-right: 4px;
  278. -moz-border-radius: 2px;
  279. border-radius: 2px;
  280. font-weight: bold;
  281. }
  282. .noteslabel a{
  283. color: #fff;
  284. }
  285.  
  286.  
  287. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  288.  
  289. div#sidebar{
  290. position:fixed !important;
  291. width: 203px;
  292. height:200px;
  293. margin-top: 50px;
  294. margin-left: 40px;
  295. padding: 2px;
  296. line-height:11px;
  297. letter-spacing:0px;
  298. margin-bottom: 6px;
  299. background-color:transparent;
  300. font-size: 8px;
  301. opacity: 1.0;
  302. }
  303.  
  304. #posts {
  305. width: 630px;
  306. margin-left:270px;
  307. background-color: transparent;
  308. {block:PermalinkPage}
  309. margin-left:190px;
  310. {/block:PermalinkPage}
  311. float:left;
  312. }
  313.  
  314. .links{
  315. display: block;
  316. font-size: 7.5px;
  317. line-height: 12px;
  318. text-align: center;
  319. margin-left: 0px;
  320. background-color:#aaa;
  321. }
  322.  
  323. .links {
  324. width: 43px;
  325. height: 14px;
  326. background-color: #aaa;
  327. font-size:7.5px;
  328. margin-top: -20px;
  329. margin-left: 0px;
  330. letter-spacing:0px;
  331. line-height:13px;
  332. font-family: coming soon;
  333. text-align:center;
  334. margin-bottom: 2px;
  335. -webkit-transition-duration: .6s;
  336. display: inline-block;
  337. }
  338.  
  339. .links:hover {
  340. background-color: {color:LINKS HOVER};
  341. -webkit-transition-duration: .8s;
  342. letter-spacing: 0px;
  343. }
  344.  
  345. #infscr-loading{
  346. bottom: -70px;
  347. position: absolute;
  348. left: 50%;
  349. margin-left:-8px;
  350. width:16px;
  351. height:11px;
  352. overflow:hidden;
  353. margin-bottom: 50px;
  354. }
  355.  
  356. .title{
  357. font-family: the girl next door;
  358. font-size: 13px;
  359. line-height:14px;
  360. color: {color:Title};
  361. font-weight: normal;
  362. }
  363.  
  364. .blogtitle{
  365. font-family: dawning;
  366. font-size: 35px;
  367. line-height:25px;
  368. margin-top: 0px;
  369. color: {color:Title};
  370. text-align: center;
  371. }
  372.  
  373. div#sidebar2{
  374. position:fixed !important;
  375. margin-left: 0px;
  376. margin-top: 120px;
  377. width: 60px;
  378. height: 14%;
  379. padding: 0px;
  380. line-height:10px;
  381. font-size: 8px;
  382. font-family: tinytots;
  383. letter-spacing:0px;
  384. margin-bottom: 0px;
  385. background-color:transparent;
  386. background-image:url(http://assets.tumblr.com/images/x.gif);
  387. }
  388.  
  389.  
  390. .link1 a {
  391. padding-left:11px;
  392. padding-right:7px;
  393. margin-bottom: 3px;
  394. line-height:15px;
  395. width: 35px;
  396. height: 12px;
  397. margin-top:1px;
  398. margin-left:0px;
  399. display:block;
  400. font-family: littlefont;
  401. font-size:8px;
  402. text-align: left;
  403. text-transform:uppercase;
  404. text-decoration:none;
  405. color: #000;
  406. background-color:#dadada;
  407. -webkit-transition: all 0.8s ease-out;
  408. -moz-transition: all 0.8s ease-out;
  409. transition: all 0.8s ease-out;
  410. }
  411.  
  412.  
  413.  
  414. .link1:hover a{
  415. padding-right:7px;
  416. margin-left:-25px;
  417. margin-bottom: 3px;
  418. width: 65px;
  419. height: 12px;
  420. color: #000;
  421. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  422. background-color:{color:Link 1};
  423. -webkit-transition: all 0.5s ease-out;
  424. -moz-transition: all 0.5s ease-out;
  425. border-left:0px solid #e1e1e1;
  426. transition: all 0.5s ease-out;
  427. text-align:left;
  428. }
  429.  
  430.  
  431.  
  432. .link2 a {
  433. padding-left:11px;
  434. padding-right:7px;
  435. margin-bottom: 3px;
  436. line-height:15px;
  437. width: 40px;
  438. height: 12px;
  439. margin-top:1px;
  440. margin-left:-6px;
  441. display:block;
  442. font-family: littlefont;
  443. font-size:8px;
  444. text-align: left;
  445. text-transform:uppercase;
  446. text-decoration:none;
  447. color: #000;
  448. background-color:#dadada;
  449. -webkit-transition: all 0.8s ease-out;
  450. -moz-transition: all 0.8s ease-out;
  451. transition: all 0.8s ease-out;
  452. }
  453.  
  454.  
  455.  
  456. .link2:hover a{
  457. padding-right:7px;
  458. margin-left:-25px;
  459. margin-bottom: 3px;
  460. width: 65px;
  461. height: 12px;
  462. color: #000;
  463. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  464. background-color:{color:Link 2};
  465. -webkit-transition: all 0.5s ease-out;
  466. -moz-transition: all 0.5s ease-out;
  467. border-left:0px solid #e1e1e1;
  468. transition: all 0.5s ease-out;
  469. text-align:left;
  470. }
  471.  
  472.  
  473.  
  474. .link3 a {
  475. padding-left:11px;
  476. padding-right:7px;
  477. margin-bottom: 3px;
  478. line-height:15px;
  479. width: 40px;
  480. height: 12px;
  481. margin-top:1px;
  482. margin-left:7px;
  483. display:block;
  484. font-family: littlefont;
  485. font-size:8px;
  486. text-align: left;
  487. text-transform:uppercase;
  488. text-decoration:none;
  489. color: #000;
  490. background-color:#dadada;
  491. -webkit-transition: all 0.8s ease-out;
  492. -moz-transition: all 0.8s ease-out;
  493. transition: all 0.8s ease-out;
  494. }
  495.  
  496.  
  497.  
  498. .link3:hover a{
  499. padding-right:7px;
  500. margin-left:-25px;
  501. margin-bottom: 3px;
  502. width: 65px;
  503. height: 12px;
  504. color: #000;
  505. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  506. background-color: {color:Link 3};
  507. -webkit-transition: all 0.5s ease-out;
  508. -moz-transition: all 0.5s ease-out;
  509. border-left:0px solid #e1e1e1;
  510. transition: all 0.5s ease-out;
  511. text-align:left;
  512. }
  513.  
  514.  
  515.  
  516. .link4 a {
  517. padding-left:11px;
  518. padding-right:7px;
  519. margin-bottom: 3px;
  520. line-height:15px;
  521. width: 45px;
  522. height: 12px;
  523. margin-top:1px;
  524. margin-left:-5px;
  525. display:block;
  526. font-family: littlefont;
  527. font-size:8px;
  528. text-align: left;
  529. text-transform:uppercase;
  530. text-decoration:none;
  531. color: #000;
  532. background-color:#dadada;
  533. -webkit-transition: all 0.8s ease-out;
  534. -moz-transition: all 0.8s ease-out;
  535. transition: all 0.8s ease-out;
  536. }
  537.  
  538. .link4:hover a{
  539. padding-right:7px;
  540. margin-bottom: 3px;
  541. margin-left:-25px;
  542. width: 65px;
  543. height: 12px;
  544. color: #000;
  545. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  546. background-color:{color:Link 4};
  547. -webkit-transition: all 0.5s ease-out;
  548. -moz-transition: all 0.5s ease-out;
  549. border-left:0px solid #e1e1e1;
  550. transition: all 0.5s ease-out;
  551. text-align::left;
  552. }
  553.  
  554. .link5 a {
  555. padding-left:11px;
  556. padding-right:7px;
  557. margin-bottom: 3px;
  558. line-height:15px;
  559. width: 45px;
  560. height: 12px;
  561. margin-top:1px;
  562. margin-left:8px;
  563. display:block;
  564. font-family: littlefont;
  565. font-size:8px;
  566. text-align: left;
  567. text-transform:uppercase;
  568. text-decoration:none;
  569. color: #000;
  570. background-color:#dadada;
  571. -webkit-transition: all 0.8s ease-out;
  572. -moz-transition: all 0.8s ease-out;
  573. transition: all 0.8s ease-out;
  574. }
  575.  
  576. .link5:hover a{
  577. padding-right:7px;
  578. margin-bottom: 3px;
  579. margin-left:-25px;
  580. width: 65px;
  581. height: 12px;
  582. color: #000;
  583. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  584. background-color:{color:Link 5};
  585. -webkit-transition: all 0.5s ease-out;
  586. -moz-transition: all 0.5s ease-out;
  587. border-left:0px solid #e1e1e1;
  588. transition: all 0.5s ease-out;
  589. text-align::left;
  590. }
  591.  
  592. .link6 a {
  593. padding-left:11px;
  594. padding-right:7px;
  595. margin-bottom: 3px;
  596. line-height:15px;
  597. width: 45px;
  598. height: 12px;
  599. margin-top:1px;
  600. margin-left:3px;
  601. display:block;
  602. font-family: littlefont;
  603. font-size:8px;
  604. text-align: left;
  605. text-transform:uppercase;
  606. text-decoration:none;
  607. color: #000;
  608. background-color:#dadada;
  609. -webkit-transition: all 0.8s ease-out;
  610. -moz-transition: all 0.8s ease-out;
  611. transition: all 0.8s ease-out;
  612. }
  613.  
  614. .link6:hover a{
  615. padding-right:7px;
  616. margin-bottom: 3px;
  617. margin-left:-25px;
  618. width: 65px;
  619. height: 12px;
  620. color: #000;
  621. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  622. background-color:{color:Link 6};
  623. -webkit-transition: all 0.5s ease-out;
  624. -moz-transition: all 0.5s ease-out;
  625. border-left:0px solid #e1e1e1;
  626. transition: all 0.5s ease-out;
  627. text-align::left;
  628. }
  629.  
  630.  
  631. @font-face {
  632. font-family: "dawning";
  633. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  634. }
  635.  
  636.  
  637. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  638.  
  639. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  640.  
  641. blockquote{
  642. padding:0px 0px 2px 5px;
  643. margin:0px 0px 2px 10px;
  644. border-left: 1px dotted #555555;
  645. }
  646.  
  647.  
  648. {CustomCSS}
  649.  
  650. </style>
  651.  
  652. {block:IndexPage}
  653. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  654. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  655.  
  656. <script type="text/javascript">
  657. $(window).load(function () {
  658. var $content = $('#posts');
  659. $content.masonry({itemSelector: '.entry'}),
  660. $content.infinitescroll({
  661. navSelector : 'div#pagination',
  662. nextSelector : 'div#pagination a#nextPage',
  663. itemSelector : '.entry',
  664. loading: {
  665. finishedMsg: '',
  666. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  667. },
  668. bufferPx : 600,
  669. extraScrollPx: 700,
  670. debug : false,
  671. },
  672. // call masonry as a callback.
  673. function( newElements ) {
  674. var $newElems = $( newElements );
  675. $newElems.hide();
  676. // ensure that images load before adding to masonry layout
  677. $newElems.imagesLoaded(function(){
  678. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  679.  
  680.  
  681. });
  682. });
  683. });
  684. </script>
  685.  
  686. {/block:IndexPage}
  687.  
  688. <title>{title}</title>
  689.  
  690. <link rel="shortcut icon" href="{Favicon}">
  691. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  692. <meta name="viewport" content="width=820" />
  693.  
  694. </head>
  695. <body>
  696. <div class="wrapper">
  697. <div class="header">
  698. </span>
  699. </div>
  700.  
  701.  
  702. <div id="center">
  703.  
  704. <div id="sidebar2">
  705. <span class="link1"><a href="/">home</a> </span>
  706. {block:iflinktwo}<span class="link2"><a href="{text:link two}">{text:link two title}</a></span>{/block:iflinktwo}
  707. {block:iflinkthree}<span class="link3"><a href="{text:link three}">{text:link three title}</a></span>{/block:iflinkthree}
  708. {block:iflinkfour}<span class="link4"><a href="{text:link four}">{text:link four title}</a></span>{/block:iflinkfour}
  709. {block:iflinkfive}<span class="link5"><a href="{text:link five}">{text:link five title}</a></span>{/block:iflinkfive}
  710. {block:iflinksix}<span class="link6"><a href="{text:link six}">{text:link six title}</a></span>{/block:iflinksix}
  711. </div>
  712.  
  713. <div id="sidebar">
  714.  
  715. <span class=blogtitle><a title="" href="/">
  716. {Title}
  717. </a></span><br>
  718.  
  719.  
  720.  
  721. <center><div id="bite">
  722. <h4><center>{block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=203px></a>
  723. {/block:ifshowphoto}</center></h4>
  724.  
  725. <div class="death">
  726. <div align="center">
  727.  
  728. <center>{Description}</center>
  729.  
  730. </div>
  731. </div>
  732. </div></center>
  733.  
  734.  
  735.  
  736.  
  737. </div>
  738.  
  739.  
  740. <div id="content">
  741. <div class="left">
  742.  
  743. <div id="posts">
  744.  
  745. {block:Posts}
  746. <div class="entry">
  747.  
  748. {block:IndexPage}
  749. {/block:IndexPage}
  750.  
  751. {block:Text}
  752. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  753. <div class="permalink">
  754. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  755. <span class="permalink"><a href="{permalink}"></a></div>
  756. {/block:Text}
  757.  
  758. {block:Link}
  759. <a href="{URL}" class="title">{Name}</a>
  760. {block:Description}{Description}{/block:Description}
  761. <div class="permalink">
  762. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  763. <span class="permalink"><a href="{permalink}">
  764. </a></a></span></div>
  765. {block:Link}
  766.  
  767. {block:Photo}{block:IndexPage}<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="30" height="30" 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. {block:NoteCount}<div class="noteslabel"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>{/block:NoteCount}
  770.  
  771.  
  772. </div>
  773. {/block:IndexPage}
  774. {block:IndexPage}
  775. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a>
  776. {/block:IndexPage}
  777. {block:permalinkpage}{LinkOpenTag}
  778. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  779. {/block:permalinkpage}
  780.  
  781. {/block:Photo}
  782.  
  783.  
  784.  
  785. {block:Photoset}
  786. {block:IndexPage}
  787. <center>
  788. {Photoset-200}</center>
  789. {/block:IndexPage}
  790. {block:PermalinkPage}
  791. <center>
  792. {Photoset-500}</center>
  793. <div class="permalink">
  794. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  795. <span class="permalink"><a href="{permalink}">
  796. </a></a></span></div>
  797. {/block:PermalinkPage}
  798. {/block:Photoset}
  799.  
  800. {block:Quote}
  801. {Quote}</span>
  802. {block:Source}<strong>{Source}</strong>{/block:Source}
  803. <div class="permalink">
  804. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  805. <span class="permalink"><a href="{permalink}">
  806. </a></a></span></div>
  807. {/block:Quote}
  808.  
  809. {block:Chat}
  810. {block:Title}<span class="title">{Title}</span>{/block:Title}
  811. <ul class="chat">
  812. {block:Lines}
  813. <li class="user_{UserNumber}">
  814. {block:Label}
  815. <span class="label">{Label}</span>
  816. {/block:Label}
  817.  
  818. {Line}
  819. </li>
  820. {/block:Lines}
  821. </ul><div class="permalink">
  822. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  823. <span class="permalink"><a href="{permalink}">
  824. </a></a></span></div>
  825.  
  826. {/block:Chat}
  827.  
  828. {block:Audio}
  829. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  830. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  831. <div class="permalink">
  832. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  833. <span class="permalink"><a href="{permalink}">
  834. </a></a></span></div>
  835. {/block:Audio}
  836.  
  837. {block:Video}
  838. {block:IndexPage}
  839. <center>
  840. {Video-250}</center>
  841. {/block:IndexPage}
  842. {block:PermalinkPage}
  843. <center>
  844. {Video-500}</center>
  845. {/block:PermalinkPage}
  846. <div class="permalink">
  847. <span class="permalink"><a href="{permalink}">
  848. <span class="permalink"><a href="{permalink}">
  849. </a></a></span></div>
  850. {block:Video}
  851.  
  852. {block:PermalinkPage}
  853. <center>
  854. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  855. {/block:PermalinkPage}
  856.  
  857.  
  858. {block:PostNotes}{PostNotes}
  859. {/block:PostNotes}
  860. </div>
  861.  
  862.  
  863. {/block:Posts}
  864. </div>
  865. </div>
  866. {block:IndexPage}
  867. {block:Pagination}
  868. <div id="pagination">
  869. {block:NextPage}
  870. <a id="nextPage" href="{NextPage}"></a>
  871. {/block:NextPage}
  872. {block:PreviousPage}
  873. <a href="{PreviousPage}">&larr;&nbsp;</a>
  874. {/block:PreviousPage}
  875. </div>
  876. {/block:Pagination}
  877. {/block:IndexPage}
  878. </div>
  879. </body>
  880. </html>
  881.  
  882. <div style="position:fixed; bottom:2px; left:2px;">
  883. <a href="http://icy-me0ws.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement