Advertisement
ramisaaaaa

Untitled

Jul 31st, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.70 KB | None | 0 0
  1. <!--
  2. theme by icy-me0ws
  3. -->
  4.  
  5. <head>
  6. <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'>
  7. <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'>
  8. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  12. <meta name="color:background" content="#dadada"/>
  13. <meta name="color:text" content="#130C11"/>
  14. <meta name="color:hover" content="#130C11"/>
  15. <meta name="color:link" content="#000000"/>
  16. <meta name="color:shadow" content="#dadada"/>
  17. <meta name="image:background" content="1"/>
  18. <meta name="if:faded images" content="0"/>
  19. <meta name="image:background2" content="1"/>
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:Link one" content=""/>
  22. <meta name="text:Link one Title" content=""/>
  23. <meta name="text:Link Two" content="" />
  24. <meta name="text:Link Two Title" content=""/>
  25. <meta name="text:Link Three" content="" />
  26. <meta name="text:Link Three Title" content=""/>
  27. <meta name="text:Link Four" content="" />
  28. <meta name="text:Link Four Title" content=""/>
  29. <meta name="text:Link Five" content="" />
  30. <meta name="text:Link Five Title" content=""/>
  31.  
  32. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  38.  
  39. {block:iffadedimages}img{
  40.  
  41. -webkit-transition: opacity 0.4s linear;
  42.  
  43. opacity: 0.90;
  44.  
  45. }
  46. img:hover{
  47.  
  48. -webkit-transition: opacity 0.4s linear;
  49.  
  50. opacity: 1;
  51.  
  52. }{/block:iffadedimages}
  53.  
  54.  
  55.  
  56. iframe#tumblr_controls {right:3px !important; position: fixed !important;}
  57. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  58.  
  59.  
  60. 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;}
  61.  
  62. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  63.  
  64.  
  65. ::-webkit-scrollbar {width: 8px; height: 4px; background: rgba(0,0,0,0.3); }
  66.  
  67. ::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,0.5); -webkit-border-radius: 0ex;}
  68.  
  69.  
  70. #tumblr_controls{
  71. position:fixed !important;
  72. }
  73.  
  74. .wrapper{
  75. margin: 0px auto;
  76. width: 802px;
  77. }
  78.  
  79. .header{
  80. float: left;
  81. width: 100%;
  82. }
  83.  
  84. .left{
  85. float: left;
  86. margin-right: 20px;
  87. width: 802px;
  88. }
  89.  
  90. .right{
  91. float: right;
  92. width: 200px;
  93. background-color: {color:Background};
  94. }
  95.  
  96. body {
  97. margin:0px;
  98. text-decoration: none;
  99. background-color: {color:background};
  100. background-image:url({image:Background});
  101. background-attachment: fixed;
  102. background-repeat: repeat;
  103. color: {color:Text};
  104. font-family: ronda;
  105. font-size: 8px;
  106. }
  107.  
  108. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  109.  
  110. div#content{
  111. padding: 4px;
  112. }
  113.  
  114. a:link, a:active, a:visited{
  115. color: {color:Link};
  116. text-decoration: none;
  117. -webkit-transition: color 0.2s ease-out;
  118. -moz-transition: color 0.2s ease-out;
  119. }
  120.  
  121. a:hover{
  122. color:{color:Hover};
  123. text-decoration: italic;
  124. -webkit-transition: color 0.2s ease-out;
  125. -moz-transition: color 0.2s ease-out;
  126. text-shadow: {color:shadow} 5px 2px 2px;
  127. }
  128.  
  129. .entry {
  130. float:left;
  131. {block:IndexPage}
  132. padding: 10px;
  133. margin: 8px;
  134. width: 200px;
  135. {/block:IndexPage}
  136. background-color:white;
  137. -moz-box-shadow: 5px 5px 6px rgba(0,0,0,0.6);
  138. -webkit-box-shadow: 5px 5px 6px rgba(0,0,0,0.6);
  139. box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
  140. {block:PermalinkPage}
  141. width:400px;
  142. {/block:PermalinkPage}
  143. opacity: 1.0;
  144. }
  145.  
  146. .permalink{
  147. display: block;
  148. line-height: 13px;
  149. text-transform: none;
  150. font-family: helvetica;
  151. font-size: 8px;
  152. text-align:center;
  153. margin-top: 1px;
  154. background-color: transparent;
  155. opacity: 0.8;
  156. text-transform: uppercase;
  157. text-align: left;
  158. font-color: #000000;
  159. }
  160.  
  161. .entry .perma{
  162. overflow: hidden;
  163. overflow-y:hidden;
  164. z-index: 999;
  165. opacity: 0;
  166. letter-spacing: 2px;
  167. text-transform: uppercase;
  168. margin: auto;
  169. font-family: bebas neue;
  170. position: absolute;
  171. text-align: center;
  172. margin-top: 0px;
  173. width: 100%;
  174. height: 100%;
  175. background: #615c5c;
  176. padding-left: -10px;
  177. color: #aaa;
  178. padding-right: -10px;
  179. padding-top: -10px;
  180. padding-bottom: -13px;
  181. background-image:url(http://flashspeaksactionscript.com/wp-content/uploads/2008/06/background22.jpg);
  182. left: 0;
  183. bottom: 0;
  184. opacity: 0;
  185. }
  186.  
  187.  
  188. .entry:hover .perma{
  189. height: 100%;
  190. letter-spacing: 4px;
  191. margin-top:0px;
  192. line-height: 60px;
  193. position: absolute;
  194. overflow:visible;
  195. -webkit-transition: all 0.8s linear;
  196. opacity: 0.8;
  197. -webkit-transition: all 0.7s linear;
  198. -moz-transition: all 0.8s linear;
  199. transition: all 0.8s linear;
  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. opacity: 1.0;
  292. margin-left:404px;
  293. margin-top:-118px;
  294. background-color: white;
  295. width: 260px;
  296. height:320px;
  297. padding: 10px;
  298. font-size: 40px;
  299. line-height:11px;
  300. letter-spacing:0px;
  301. margin-bottom: 6px;
  302. background-color:white;
  303. box-shadow: 8px 4px 5px #000;
  304. text-transform: normal;
  305. text-align: center;
  306. margin-top: 150px;
  307. margin-left: -150px;
  308. border: 1px #aaa solid;
  309. -webkit-animation:fadeInDownBig 3s;
  310. -moz-animation:fadeInDownBig 3s;
  311. -ms-animation:fadeInDownBig 3s;
  312. -webkit-transition: all 0.5s ease;
  313. -moz-transition: all 0.5s ease;
  314. -o-transition: all 0.5s ease;
  315.  
  316.  
  317. }
  318.  
  319. #sidebarpic .desc{
  320. opacity: 0;
  321. background: white;
  322. text-align: center;
  323. width: 280px;
  324. height: 340px;
  325. position: absolute;
  326. -webkit-transition: opacity 0.5s linear;
  327. -webkit-transition: all 0.5s linear;
  328. -moz-transition: all 0.5s linear;
  329. transition: all 0.5s linear;
  330. margin-top: 0px;
  331. margin-left: -150px;
  332. }
  333.  
  334.  
  335. #sidebarpic:hover .desc{
  336. opacity: 1.0;
  337. -webkit-transition: .6s; -moz-transition: .6s; -o-transition: .6s; -ms-transition: .6s;
  338. transition: .6s;
  339. margin-top: 150px;
  340. margin-left: -150px;
  341. }
  342.  
  343. #sidebarpic2 {
  344. opacity: 1.0;
  345. background: white;
  346. text-align: center;
  347. width: 160px;
  348. height: 100%;
  349. position: absolute;
  350. -webkit-transition: opacity 0.5s linear;
  351. -webkit-transition: all 0.5s linear;
  352. -moz-transition: all 0.5s linear;
  353. transition: all 0.5s linear;
  354. margin-top: 0px;
  355. margin-left: 170px;
  356. background-image:url({image:Background2});
  357. }
  358.  
  359.  
  360. #sidebarpic2:hover {
  361. opacity: 1.0;
  362. -webkit-transition: .6s; -moz-transition: .6s; -o-transition: .6s; -ms-transition: .6s;
  363. transition: .6s;
  364. }
  365.  
  366.  
  367. #posts {
  368. width: 500px;
  369. margin-left:350px;
  370. margin-top: 0px;
  371. background-color: transparent;
  372. {block:PermalinkPage}
  373. margin-left:350px;
  374. {/block:PermalinkPage}
  375. float:left;
  376. }
  377.  
  378. .descriprion_icons{
  379. position: absolute;
  380. display: block;
  381. width: 25px;
  382. height: 25px;
  383. left: 50%;
  384. top: 80%;
  385. margin-top: -12px;
  386. background: url(http://static.tumblr.com/dbek3sy/ZQDlsyx5t/icons.png) no-repeat;
  387. opacity:0;
  388. }
  389. .entry .permalink_icon{
  390. background-position: -25px 0px;
  391. margin-left: 5px;
  392. -webkit-transition: all 0.65s ease;
  393. }
  394.  
  395. .entry .reblog_icon{
  396. background-position: 0px 0px;
  397. margin-left: -30px;
  398. -webkit-transition: all 0.45s ease;
  399. }
  400.  
  401. .entry:hover .permalink_icon{
  402. top: 50%;
  403. opacity: 0.6;
  404. -webkit-transition: all 0.65s ease;
  405. }
  406.  
  407. .entry:hover .reblog_icon{
  408. top: 50%;
  409. opacity: 0.6;
  410. -webkit-transition: all 0.45s ease;
  411. }
  412.  
  413. #linkbby {
  414. margin: 0px 0px 0px 575px;
  415. position: fixed;
  416. padding: 2px;
  417. height: 25px;
  418. width: 80px;
  419. z-index: 1000px;
  420. overflow: hidden;
  421. overflow-y:hidden;
  422. -webkit-transition: opacity 0.8s linear;
  423. -webkit-transition: all 0.8s linear;
  424. -moz-transition: all 0.8s linear;
  425. transition: all 0.8s linear;
  426. }
  427.  
  428. #linkbby:hover{
  429. height: 280px;
  430. -webkit-transition: opacity 0.4s linear;
  431. -webkit-transition: all 0.3s linear;
  432. -moz-transition: all 0.5s linear;
  433. transition: all 0.4s linear;
  434. }
  435.  
  436. .navtitle {
  437. font-size: 24pt;
  438. font-family: bebas neue;
  439. background-color: transparent;
  440. letter-spacing: px;
  441. text-shadow:1px 1px 1px #000;
  442. line-height: 16pt;
  443. height: 30px;
  444. padding: 2px;
  445. color: #000000;
  446. text-align:center;
  447. margin-top: 3px;
  448. }
  449.  
  450. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  451.  
  452.  
  453. #links a{
  454. font-family: pixel;
  455. font-size: 8px;
  456. text-transform: uppercase;
  457. }
  458.  
  459.  
  460. #navigation .nav{
  461. background-color:transparent;
  462. -webkit-transition: all 0.5s ease;
  463. -moz-transition: all 0.5s ease;
  464. -o-transition: all 0.5s ease;
  465. opacity: 0;
  466. width: 407px;
  467. height:auto;
  468. margin-left: 30px;
  469. margin-top: -7px;
  470. margin-bottom: 0px;
  471. position:absolute;
  472. line-height:20px;}
  473.  
  474. #navigation:hover .nav{
  475. opacity: 1;
  476. margin-left: 100px;}
  477.  
  478.  
  479. .sidebarpic {
  480. image: url({image:sidebar});
  481. overflow: hidden;
  482. width: 200px;
  483. height: auto;
  484. margin-top: 90px;
  485. -moz-box-shadow: 0 0 10px {color:boxshadow};
  486. -webkit-box-shadow: 0 0 10px #FFFFFF;
  487. box-shadow: 0 0 8px #FFFFFF;
  488. }
  489.  
  490.  
  491. @font-face {font-family: 'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  492.  
  493. #infscr-loading{
  494. bottom: -70px;
  495. position: absolute;
  496. left: 50%;
  497. margin-left:-8px;
  498. width:16px;
  499. height:11px;
  500. overflow:hidden;
  501. margin-bottom: 50px;
  502. }
  503.  
  504.  
  505. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  506.  
  507.  
  508. @font-face {
  509. font-family: "dawning";
  510. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  511. }
  512.  
  513. @font-face{
  514. font-family: 'pixel';
  515. font-style: normal;
  516. font-weight: normal;
  517. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  518.  
  519. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  520.  
  521. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  522.  
  523. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  524.  
  525.  
  526. @font-face { font-family: "impsum"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  527.  
  528. @font-face { font-family: "lorem"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  529.  
  530. @font-face {
  531. font-family: "caviardreams";
  532. src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
  533. }
  534.  
  535.  
  536. @font-face{
  537. font-family: 'pixel';
  538. font-style: normal;
  539. font-weight: normal;
  540. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  541.  
  542. @font-face {font-family:"handy00";src:url('http://static.tumblr.com/vtqel59/gijlrtxyw/handy00.ttf');}
  543.  
  544. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  545.  
  546. @font-face { font-family: "arsenale white"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  547.  
  548. @font-face {
  549. font-family: "caviardreams";
  550. src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
  551. }
  552.  
  553.  
  554. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  555.  
  556. .title{
  557. font-family: impsum;
  558. font-size: 28px;
  559. line-height:34px;
  560. color: {color:Title};
  561. font-weight: normal;
  562. }
  563.  
  564. .title2{
  565. font-family: impsum;
  566. font-size: 48px;
  567. line-height:54px;
  568. color: {color:Title};
  569. font-weight: normal;
  570. }
  571.  
  572. .title3{
  573. font-family: impsum;
  574. font-size: 28px;
  575. line-height:24px;
  576. color: {color:Title};
  577. font-weight: normal;
  578. text-shadow:1px 1px 6px #000;
  579. }
  580.  
  581. .blogtitle{
  582. text-shadow:1px 1px 3px #000;
  583. font-family: impsum;
  584. font-size: 50px;
  585. line-height:80px;
  586. color: {color:Title};
  587. text-align: center;
  588. }
  589.  
  590. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  591.  
  592.  
  593. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  594.  
  595.  
  596.  
  597. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  598.  
  599. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  600.  
  601. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  602.  
  603. blockquote{
  604. padding:0px 0px 2px 5px;
  605. margin:0px 0px 2px 10px;
  606. border-left: 1px dotted #555555;
  607. }
  608.  
  609.  
  610. {CustomCSS}
  611.  
  612. </style>
  613.  
  614. {block:IndexPage}
  615. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  616. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  617.  
  618. <script type="text/javascript">
  619. $(window).load(function () {
  620. var $content = $('#posts');
  621. $content.masonry({itemSelector: '.entry'}),
  622. $content.infinitescroll({
  623. navSelector : 'div#pagination',
  624. nextSelector : 'div#pagination a#nextPage',
  625. itemSelector : '.entry',
  626. loading: {
  627. finishedMsg: '',
  628. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  629. },
  630. bufferPx : 600,
  631. extraScrollPx: 700,
  632. debug : false,
  633. },
  634. // call masonry as a callback.
  635. function( newElements ) {
  636. var $newElems = $( newElements );
  637. $newElems.hide();
  638. // ensure that images load before adding to masonry layout
  639. $newElems.imagesLoaded(function(){
  640. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  641.  
  642.  
  643. });
  644. });
  645. });
  646. </script>
  647.  
  648. {/block:IndexPage}
  649.  
  650. <title>{title}</title>
  651.  
  652. <link rel="shortcut icon" href="{Favicon}">
  653. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  654. <meta name="viewport" content="width=820" />
  655.  
  656. </head>
  657. <body>
  658. <div class="wrapper">
  659. <div class="header">
  660. </span>
  661. </div>
  662.  
  663.  
  664. <div id="center">
  665.  
  666. <div id="sidebar">
  667. <center>
  668.  
  669.  
  670.  
  671. <span class=blogtitle><a title="" href="/">
  672. {Title}
  673. </a></span>
  674.  
  675.  
  676. <img src="{image:sidebar}" width=260px height=240px>
  677.  
  678.  
  679. <center>
  680.  
  681.  
  682.  
  683. </div>
  684.  
  685. <div id="sidebarpic">
  686. <div class="desc">
  687. <center><div class="title2"><a href="/">ABOUT</a></div></center>
  688. {Description}
  689.  
  690. <div class="title3">
  691. <a href="{text:link one}">{text:link one title}</a> • <a href="{text:link two}">{text:link two title}</a> • <a href="{text:link three}">{text:link three title}</a></div>
  692.  
  693.  
  694. </br>
  695. </br>
  696. </div>
  697.  
  698.  
  699. <div id="sidebarpic2">
  700.  
  701. <center><div class="title2"><a href="/"></a></div></center>
  702.  
  703.  
  704.  
  705. </br>
  706. </br>
  707. </div>
  708.  
  709.  
  710. <div id="content">
  711. <div class="left">
  712.  
  713. <div id="posts">
  714.  
  715. {block:Posts}
  716. <div class="entry">
  717.  
  718. {block:IndexPage}
  719. {/block:IndexPage}
  720.  
  721. {block:Text}
  722. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  723. <div class="permalink">
  724. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  725. <span class="permalink"><a href="{permalink}"></a></div>
  726. {/block:Text}
  727.  
  728. {block:Link}
  729. <a href="{URL}" class="title">{Name}</a>
  730. {block:Description}{Description}{/block:Description}
  731. <div class="permalink">
  732. <span class="permalink"><a href="{permalink}">
  733. <span class="permalink"><a href="{permalink}">
  734. </a></a></span></div>
  735. {block:Link}
  736.  
  737. {block:Photo}{block:IndexPage}<div class="perma">
  738.  
  739.  
  740.  
  741. <a href="{Permalink}" class="descriprion_icons permalink_icon"></a>
  742. <a href="{ReblogURL}" target="_blank" class="descriprion_icons reblog_icon"></a>
  743.  
  744.  
  745.  
  746. </div>
  747. {/block:IndexPage}
  748. {block:IndexPage}
  749. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></a>
  750. {/block:IndexPage}
  751. {block:permalinkpage}{LinkOpenTag}
  752. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  753. {/block:permalinkpage}
  754.  
  755. {/block:Photo}
  756.  
  757.  
  758.  
  759. {block:Photoset}
  760. {block:IndexPage}
  761. <center>
  762. {Photoset-200}</center>
  763. {/block:IndexPage}
  764. {block:PermalinkPage}
  765. <center>
  766. {Photoset-500}</center>
  767. <div class="permalink">
  768. <span class="permalink"><a href="{permalink}">
  769. <span class="permalink"><a href="{permalink}">
  770. </a></a></span></div>
  771. {/block:PermalinkPage}
  772. {/block:Photoset}
  773.  
  774. {block:Quote}
  775. {Quote}</span>
  776. {block:Source}<strong>{Source}</strong>{/block:Source}
  777. <div class="permalink">
  778. <span class="permalink"><a href="{permalink}">
  779. <span class="permalink"><a href="{permalink}">
  780. </a></a></span></div>
  781. {/block:Quote}
  782.  
  783. {block:Chat}
  784. {block:Title}<span class="title">{Title}</span>{/block:Title}
  785. <ul class="chat">
  786. {block:Lines}
  787. <li class="user_{UserNumber}">
  788. {block:Label}
  789. <span class="label">{Label}</span>
  790. {/block:Label}
  791.  
  792. {Line}
  793. </li>
  794. {/block:Lines}
  795. </ul><div class="permalink">
  796. <span class="permalink"><a href="{permalink}">
  797. <span class="permalink"><a href="{permalink}">
  798. </a></a></span></div>
  799.  
  800. {/block:Chat}
  801.  
  802. {block:Audio}
  803. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  804. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  805. <div class="permalink">
  806. <span class="permalink"><a href="{permalink}">
  807. <span class="permalink"><a href="{permalink}">
  808. </a></a></span></div>
  809. {/block:Audio}
  810.  
  811. {block:Video}
  812. {block:IndexPage}
  813. <center>
  814. {Video-250}</center>
  815. {/block:IndexPage}
  816. {block:PermalinkPage}
  817. <center>
  818. {Video-500}</center>
  819. {/block:PermalinkPage}
  820. <div class="permalink">
  821. <span class="permalink"><a href="{permalink}">
  822. <span class="permalink"><a href="{permalink}">
  823. </a></a></span></div>
  824. {block:Video}
  825.  
  826. {block:PermalinkPage}
  827. <center>
  828. {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>
  829. {/block:PermalinkPage}
  830.  
  831.  
  832. {block:PostNotes}{PostNotes}
  833. {/block:PostNotes}
  834. </div>
  835.  
  836.  
  837. {/block:Posts}
  838. </div>
  839. </div>
  840. {block:IndexPage}
  841. {block:Pagination}
  842. <div id="pagination">
  843. {block:NextPage}
  844. <a id="nextPage" href="{NextPage}"></a>
  845. {/block:NextPage}
  846. {block:PreviousPage}
  847. <a href="{PreviousPage}">&larr;&nbsp;</a>
  848. {/block:PreviousPage}
  849. </div>
  850. {/block:Pagination}
  851. {/block:IndexPage}
  852. </div>
  853. </body>
  854. </html>
  855.  
  856. <div style="position:fixed; bottom:2px; left:2px;">
  857. <a href="http://biebinator.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement