Advertisement
ramisaaaaa

Untitled

Jun 18th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.70 KB | None | 0 0
  1. <!--
  2. theme by icy-me0ws
  3. permalinks by tit
  4. -->
  5.  
  6. <head>
  7. <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'>
  8. <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'>
  9. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></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:sidebar" content="1"/>
  18. <meta name="image:background" content="1"/>
  19. <meta name="if:show photo" content="1"/>
  20. <meta name="if:faded images" content="0"/>
  21.  
  22.  
  23. <style type="text/css">
  24.  
  25. {block:iffadedimages}img{
  26.  
  27. -webkit-transition: opacity 0.4s linear;
  28.  
  29. opacity: 0.90;
  30.  
  31. }
  32. img:hover{
  33.  
  34. -webkit-transition: opacity 0.4s linear;
  35.  
  36. opacity: 1;
  37.  
  38. }{/block:iffadedimages}
  39.  
  40.  
  41. #biter
  42.  
  43. #bite a {display:block}
  44.  
  45. #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;}
  46.  
  47. #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;}
  48.  
  49.  
  50.  
  51.  
  52.  
  53. iframe#tumblr_controls {right:3px !important; position: fixed !important;}
  54. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  55.  
  56.  
  57. 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;}
  58.  
  59. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  60.  
  61.  
  62. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  63.  
  64. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 0ex; border: 1px solid #dadada;}
  65.  
  66.  
  67. #tumblr_controls{
  68. position:fixed !important;
  69. }
  70.  
  71. .wrapper{
  72. margin: 0px auto;
  73. width: 802px;
  74. }
  75.  
  76. .header{
  77. float: left;
  78. width: 100%;
  79. }
  80.  
  81. .left{
  82. float: left;
  83. margin-right: 20px;
  84. width: 802px;
  85. }
  86.  
  87. .right{
  88. float: right;
  89. width: 200px;
  90. background-color: {color:Background};
  91. }
  92.  
  93. body {
  94. margin:0px;
  95. text-decoration: none;
  96. background-color: {color:background};
  97. background-image:url({image:Background});
  98. background-attachment: fixed;
  99. background-repeat: repeat;
  100. color: {color:Text};
  101. font-family: helvetica;
  102. font-size: 9px;
  103. }
  104.  
  105. div#content{
  106. padding: 4px;
  107. }
  108.  
  109. a:link, a:active, a:visited{
  110. color: {color:Link};
  111. text-decoration: none;
  112. -webkit-transition: color 0.2s ease-out;
  113. -moz-transition: color 0.2s ease-out;
  114. }
  115.  
  116. a:hover{
  117. color:{color:Hover};
  118. -webkit-transition: color 0.2s ease-out;
  119. -moz-transition: color 0.2s ease-out;
  120. text-shadow: #000 0px 5px 5px;
  121. }
  122.  
  123. .entry {
  124. float:left;
  125. {block:IndexPage}
  126. padding-left: 2px;
  127. padding-right: 2px;
  128. padding-top: 2px;
  129. margin: 0px;
  130. width: 200px;
  131. {/block:IndexPage}
  132. background-color: {color:background};
  133. background-image:url({image:Background});
  134. {block:PermalinkPage}
  135. width:400px;
  136. margin-left: 50px;
  137. {/block:PermalinkPage}
  138. opacity: 1.0;
  139. }
  140.  
  141. .permalink{
  142. display: block;
  143. line-height: 13px;
  144. text-transform: none;
  145. font-family: helvetica;
  146. font-size: 8px;
  147. text-align:center;
  148. margin-top: 1px;
  149. background-color: #fff;
  150. opacity: 0.8;
  151. text-transform: uppercase;
  152. font-color: #000000;
  153. }
  154.  
  155. .perma
  156. {
  157. opacity: 0.0;
  158. filter: alpha(opacity = 0);
  159. margin-top: -21px;
  160. width: px;
  161. height: 30px;
  162. line-height: 30px;
  163. font-size: 9px;
  164. position:absolute;
  165. text-align: center;
  166. z-index:9999991;
  167. color: {color:permalink};
  168.  
  169. }
  170. a.p
  171. {
  172.  
  173. color: {color:permalink};
  174. }
  175. .entry:hover .perma {
  176.  
  177. -webkit-transition: opacity 0.4s linear;
  178. opacity: 1;
  179. -moz-transition: all 0.4s linear;
  180. transition: all 0.4s linear;
  181. filter: alpha(opacity = 100);
  182.  
  183. }
  184.  
  185. select {
  186. font-size: 9px;
  187. width: 100px;
  188.  
  189.  
  190. }
  191. option {
  192. font-size: 9px;
  193.  
  194. text-align: left;
  195.  
  196. }
  197. input[type=button]
  198. {
  199. font-size: 9px;
  200. }
  201.  
  202. .likep {
  203. width: 21px;
  204. height: 20px;
  205. overflow: hidden;
  206. position: relative;
  207. z-index: 9999999;
  208. position: absolute;
  209. margin-top: 26px;
  210. margin-left: 5px;
  211. }
  212. .rep {
  213. width: 24px;
  214. height: 20px;
  215. overflow: hidden;
  216. position: relative;
  217. z-index: 9999999;
  218. position: absolute;
  219. margin-top: 26px;
  220. margin-left: 31px;
  221. }
  222. .likep a:hover {
  223. background-position: 0px 0px;
  224. }
  225. .likep a {
  226. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  227. background-position: 0px 0px;
  228. display: block;
  229. z-index: 9999999;
  230. webkit-transition: all 0s linear;
  231. -webkit-transition: all 0s linear;
  232. -moz-transition: all 0s linear;
  233. transition: all 0s linear;
  234. }
  235. .likep img {
  236. width: 21px;
  237. height: 20px;
  238. webkit-transition: all 0.2s linear;
  239. -webkit-transition: all 0.2s linear;
  240. -moz-transition: all 0.2s linear;
  241. transition: all 0.2s linear;
  242. }
  243. .rep img{
  244. width: 24px;
  245. height: 20px;
  246. line-height: 30px;
  247. display: inline;
  248. }
  249.  
  250. .noteslabel { position: absolute;
  251. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  252. height: 20px;
  253. font-size: 11px;
  254. line-height: 20px;
  255. color: #fff;
  256. position: absolute;
  257. margin-top: 26px;
  258. margin-left: 60px;
  259. padding-left: 4px;
  260. padding-right: 4px;
  261. -moz-border-radius: 2px;
  262. border-radius: 2px;
  263. font-weight: bold;
  264. }
  265. .noteslabel a{
  266. color: #fff;
  267. }
  268.  
  269.  
  270. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  271.  
  272. div#sidebar{
  273. position:fixed !important;
  274. width: 153px;
  275. height:auto;
  276. margin-top: 50px;
  277. margin-left: 40px;
  278. padding: 2px;
  279. line-height:11px;
  280. letter-spacing:0px;
  281. margin-bottom: 6px;
  282. background-color:transparent;
  283. font-size: 9px;
  284. opacity: 1.0;
  285. }
  286.  
  287. #posts {
  288. width: 630px;
  289. margin-left:220px;
  290. background-color: transparent;
  291. {block:PermalinkPage}
  292. margin-left:190px;
  293. {/block:PermalinkPage}
  294. float:left;
  295. }
  296.  
  297. .links{
  298. display: block;
  299. font-size: 7.5px;
  300. line-height: 12px;
  301. text-align: center;
  302. margin-left: 0px;
  303. background-color:#aaa;
  304. }
  305.  
  306. .links {
  307. width: 43px;
  308. height: 14px;
  309. background-color: #aaa;
  310. font-size:7.5px;
  311. margin-top: -20px;
  312. margin-left: 0px;
  313. letter-spacing:0px;
  314. line-height:13px;
  315. font-family: coming soon;
  316. text-align:center;
  317. margin-bottom: 2px;
  318. -webkit-transition-duration: .6s;
  319. display: inline-block;
  320. }
  321.  
  322. .links:hover {
  323. background-color: {color:LINKS HOVER};
  324. -webkit-transition-duration: .8s;
  325. letter-spacing: 0px;
  326. }
  327.  
  328. #infscr-loading{
  329. bottom: -70px;
  330. position: absolute;
  331. left: 50%;
  332. margin-left:-8px;
  333. width:16px;
  334. height:11px;
  335. overflow:hidden;
  336. margin-bottom: 50px;
  337. }
  338.  
  339. .title{
  340. font-family: the girl next door;
  341. font-size: 13px;
  342. line-height:14px;
  343. color: {color:Title};
  344. font-weight: normal;
  345. }
  346.  
  347. .blogtitle{
  348. font-family: Amatic Sc;
  349. font-size: 35px;
  350. line-height:45px;
  351. margin-top: 0px;
  352. color: {color:Title};
  353. text-align: center;
  354. text-shadow: #aaa 0px 1px 1px;
  355. }
  356.  
  357. @font-face {
  358. font-family: "dawning";
  359. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  360. }
  361.  
  362.  
  363. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  364.  
  365. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  366.  
  367. blockquote{
  368. padding:0px 0px 2px 5px;
  369. margin:0px 0px 2px 10px;
  370. border-left: 1px dotted #555555;
  371. }
  372.  
  373.  
  374. {CustomCSS}
  375.  
  376. </style>
  377.  
  378. {block:IndexPage}
  379. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  380. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  381.  
  382. <script type="text/javascript">
  383. $(window).load(function () {
  384. var $content = $('#posts');
  385. $content.masonry({itemSelector: '.entry'}),
  386. $content.infinitescroll({
  387. navSelector : 'div#pagination',
  388. nextSelector : 'div#pagination a#nextPage',
  389. itemSelector : '.entry',
  390. loading: {
  391. finishedMsg: '',
  392. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  393. },
  394. bufferPx : 600,
  395. extraScrollPx: 700,
  396. debug : false,
  397. },
  398. // call masonry as a callback.
  399. function( newElements ) {
  400. var $newElems = $( newElements );
  401. $newElems.hide();
  402. // ensure that images load before adding to masonry layout
  403. $newElems.imagesLoaded(function(){
  404. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  405.  
  406.  
  407. });
  408. });
  409. });
  410. </script>
  411.  
  412. {/block:IndexPage}
  413.  
  414. <title>{title}</title>
  415.  
  416. <link rel="shortcut icon" href="{Favicon}">
  417. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  418. <meta name="viewport" content="width=820" />
  419.  
  420. </head>
  421. <body>
  422. <div class="wrapper">
  423. <div class="header">
  424. </span>
  425. </div>
  426.  
  427.  
  428. <div id="center">
  429.  
  430. <div id="sidebar">
  431.  
  432.  
  433.  
  434.  
  435. <center><div id="bite">
  436. <h4><span class=blogtitle><a title="" href="/">
  437. {Title}
  438. </a></span><br><center>{block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=153px></a>
  439. {/block:ifshowphoto}</center></h4>
  440.  
  441. <div class="death">
  442. <div align="center">
  443.  
  444. <center>{Description}</center>
  445.  
  446. </div>
  447. </div>
  448. </div></center>
  449.  
  450.  
  451.  
  452.  
  453. </div>
  454.  
  455.  
  456. <div id="content">
  457. <div class="left">
  458.  
  459. <div id="posts">
  460.  
  461. {block:Posts}
  462. <div class="entry">
  463.  
  464. {block:IndexPage}
  465. {/block:IndexPage}
  466.  
  467. {block:Text}
  468. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  469. <div class="permalink">
  470. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  471. <span class="permalink"><a href="{permalink}"></a></div>
  472. {/block:Text}
  473.  
  474. {block:Link}
  475. <a href="{URL}" class="title">{Name}</a>
  476. {block:Description}{Description}{/block:Description}
  477. <div class="permalink">
  478. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  479. <span class="permalink"><a href="{permalink}">
  480. </a></a></span></div>
  481. {block:Link}
  482.  
  483. {block:Photo}{block:IndexPage}<div class="perma">
  484. <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>
  485. {block:NoteCount}<div class="noteslabel"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>{/block:NoteCount}
  486.  
  487.  
  488. </div>
  489. {/block:IndexPage}
  490. {block:IndexPage}
  491. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></a>
  492. {/block:IndexPage}
  493. {block:permalinkpage}{LinkOpenTag}
  494. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  495. {/block:permalinkpage}
  496.  
  497. {/block:Photo}
  498.  
  499.  
  500.  
  501. {block:Photoset}
  502. {block:IndexPage}
  503. <center>
  504. {Photoset-200}</center>
  505. {/block:IndexPage}
  506. {block:PermalinkPage}
  507. <center>
  508. {Photoset-500}</center>
  509. <div class="permalink">
  510. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  511. <span class="permalink"><a href="{permalink}">
  512. </a></a></span></div>
  513. {/block:PermalinkPage}
  514. {/block:Photoset}
  515.  
  516. {block:Quote}
  517. {Quote}</span>
  518. {block:Source}<strong>{Source}</strong>{/block:Source}
  519. <div class="permalink">
  520. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  521. <span class="permalink"><a href="{permalink}">
  522. </a></a></span></div>
  523. {/block:Quote}
  524.  
  525. {block:Chat}
  526. {block:Title}<span class="title">{Title}</span>{/block:Title}
  527. <ul class="chat">
  528. {block:Lines}
  529. <li class="user_{UserNumber}">
  530. {block:Label}
  531. <span class="label">{Label}</span>
  532. {/block:Label}
  533.  
  534. {Line}
  535. </li>
  536. {/block:Lines}
  537. </ul><div class="permalink">
  538. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  539. <span class="permalink"><a href="{permalink}">
  540. </a></a></span></div>
  541.  
  542. {/block:Chat}
  543.  
  544. {block:Audio}
  545. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  546. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  547. <div class="permalink">
  548. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  549. <span class="permalink"><a href="{permalink}">
  550. </a></a></span></div>
  551. {/block:Audio}
  552.  
  553. {block:Video}
  554. {block:IndexPage}
  555. <center>
  556. {Video-250}</center>
  557. {/block:IndexPage}
  558. {block:PermalinkPage}
  559. <center>
  560. {Video-500}</center>
  561. {/block:PermalinkPage}
  562. <div class="permalink">
  563. <span class="permalink"><a href="{permalink}">
  564. <span class="permalink"><a href="{permalink}">
  565. </a></a></span></div>
  566. {block:Video}
  567.  
  568. {block:PermalinkPage}
  569. <center>
  570. {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>
  571. {/block:PermalinkPage}
  572.  
  573.  
  574. {block:PostNotes}{PostNotes}
  575. {/block:PostNotes}
  576. </div>
  577.  
  578.  
  579. {/block:Posts}
  580. </div>
  581. </div>
  582. {block:IndexPage}
  583. {block:Pagination}
  584. <div id="pagination">
  585. {block:NextPage}
  586. <a id="nextPage" href="{NextPage}"></a>
  587. {/block:NextPage}
  588. {block:PreviousPage}
  589. <a href="{PreviousPage}">&larr;&nbsp;</a>
  590. {/block:PreviousPage}
  591. </div>
  592. {/block:Pagination}
  593. {/block:IndexPage}
  594. </div>
  595. </body>
  596. </html>
  597.  
  598. <div style="position:fixed; bottom:2px; left:2px;">
  599. <a href="http://icy-me0ws.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement