Advertisement
ramisaaaaa

Untitled

Jul 24th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.46 KB | None | 0 0
  1. <!--
  2. theme by biebinator don't remove fucking credit
  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. <meta name="color:background" content="#dadada"/>
  12. <meta name="color:text" content="#130C11"/>
  13. <meta name="color:hover" content="#130C11"/>
  14. <meta name="color:link" content="#000000"/>
  15. <meta name="color:shadow" content="#dadada"/>
  16. <meta name="image:sidebar" content="1"/>
  17. <meta name="image:background" content="1"/>
  18. <meta name="if:show photo" content="1"/>
  19. <meta name="if:faded images" content="0"/>
  20. <meta name="text:Links opacity" content="0.1" />
  21. <meta name="text:Link1" content="/" />
  22. <meta name="text:Link1 Title" content="linkie" />
  23. <meta name="text:Link2" content="/" />
  24. <meta name="text:Link2 Title" content="linkie" />
  25. <meta name="text:Link3" content="/" />
  26. <meta name="text:Link3 Title" content="linkie" />
  27. <meta name="text:Link4" content="/" />
  28. <meta name="text:Link4 Title" content="linkie" />
  29. <meta name="color:links" content="#222222" />
  30. <meta name="color:links text" content="#f0f0f0" />
  31. <meta name="color:links hover" content="#ffffff" />
  32. <meta name="color:links text hover" content="#242424" />
  33.  
  34. <style type="text/css">
  35.  
  36. {block:iffadedimages}img{
  37.  
  38. -webkit-transition: opacity 0.4s linear;
  39.  
  40. opacity: 0.90;
  41.  
  42. }
  43. img:hover{
  44.  
  45. -webkit-transition: opacity 0.4s linear;
  46.  
  47. opacity: 1;
  48.  
  49. }{/block:iffadedimages}
  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. text-decoration: underline;
  119. -webkit-transition: color 0.2s ease-out;
  120. -moz-transition: color 0.2s ease-out;
  121. text-shadow: {color:shadow} 5px 2px 2px;
  122. }
  123.  
  124. .entry {
  125. float:left;
  126. padding: 2px;
  127. margin: 0px;
  128. {block:IndexPage}
  129. width: 200px;
  130. {/block:IndexPage}
  131. {block:PermalinkPage}
  132. width:400px;
  133. {/block:PermalinkPage}
  134. background-color: #fff;
  135. opacity: 1.0;
  136. }
  137.  
  138.  
  139. .descriprion_icons{
  140. position: absolute;
  141. display: block;
  142. width: 25px;
  143. height: 25px;
  144. left: 50%;
  145. top: 80%;
  146. margin-top: -12px;
  147. background: url(http://static.tumblr.com/dbek3sy/ZQDlsyx5t/icons.png) no-repeat;
  148. opacity:0;
  149. }
  150. .entry .permalink_icon{
  151. background-position: -25px 0px;
  152. margin-left: 5px;
  153. -webkit-transition: all 0.65s ease;
  154. }
  155.  
  156. .entry .reblog_icon{
  157. background-position: 0px 0px;
  158. margin-left: -30px;
  159. -webkit-transition: all 0.45s ease;
  160. }
  161.  
  162. .entry:hover .permalink_icon{
  163. top: 50%;
  164. opacity: 0.6;
  165. -webkit-transition: all 0.65s ease;
  166. }
  167.  
  168. .entry:hover .reblog_icon{
  169. top: 50%;
  170. opacity: 0.6;
  171. -webkit-transition: all 0.45s ease;
  172. }
  173.  
  174.  
  175. .permalink{
  176. display: block;
  177. line-height: 13px;
  178. text-transform: none;
  179. font-family: helvetica;
  180. font-size: 8px;
  181. text-align:center;
  182. margin-top: 1px;
  183. background-color: #696969;
  184. opacity: 0.8;
  185. text-transform: uppercase;
  186. font-color: #000000;
  187. }
  188.  
  189. .entry .perma{
  190. overflow: hidden;
  191. overflow-y:hidden;
  192. z-index:1000;
  193. opacity: 0;
  194. background-color: transparent;
  195. position: absolute;
  196. text-align:left;
  197. color: #000;
  198. font-size:12px;
  199. font-family: cedarville cursive;
  200. height: 0px;
  201. width: 190px;
  202. padding: 5px 10px 5px 0px;
  203. -webkit-transition: all 0.2s ease;
  204. -moz-transition: all 0.2s ease;
  205. -o-transition: all 0.2s ease;
  206. font-color: #000000;
  207. margin-left: -60px;
  208. }
  209.  
  210. .entry:hover .perma{
  211. height: 33px;
  212. margin-top:0px;
  213. line-height: 30px;
  214. overflow:visible;
  215. -webkit-transition: all 0.2s linear; opacity: 0.8;
  216. -webkit-transition: all 0.2s linear;
  217. -moz-transition: all 0.2s linear;
  218. transition: all 0.2s linear;
  219. }
  220.  
  221.  
  222. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  223.  
  224. div#sidebar{
  225. position:fixed !important;
  226. width: 154px;
  227. height:auto;
  228. margin-top: 50px;
  229. margin-left: 660px;
  230. padding: 2px;
  231. line-height:11px;
  232. letter-spacing:0px;
  233. margin-bottom: 6px;
  234. background-color:white {block:iftransparentsidebar}transparent{/block:iftransparentsidebar};
  235. font-size: 8px;
  236. opacity: 1.0;
  237. }
  238.  
  239. #posts {
  240. width: 630px;
  241. margin-left:-20px;
  242. background-color: transparent;
  243. {block:PermalinkPage}
  244. margin-left:190px;
  245. {/block:PermalinkPage}
  246. float:left;
  247. }
  248.  
  249. #infscr-loading{
  250. bottom: -70px;
  251. position: absolute;
  252. left: 50%;
  253. margin-left:-8px;
  254. width:16px;
  255. height:11px;
  256. overflow:hidden;
  257. margin-bottom: 50px;
  258. }
  259.  
  260. .title{
  261. font-family: the girl next door;
  262. font-size: 18px;
  263. line-height:14px;
  264. color: {color:Title};
  265. font-weight: normal;
  266. }
  267.  
  268. .blogtitle{
  269. font-family: sunshine;
  270. font-size: 25px;
  271. line-height:35px;
  272. color: {color:Title};
  273. font-weight: italic;
  274. }
  275.  
  276. #links {
  277. width: 180px;
  278. float: left;
  279. margin-left:-1px;
  280. margin-top: -107px;
  281. padding: 0px;
  282. text-align: center;
  283. position: fixed;
  284. -moz-transition: opacity .7s ease-in-out;
  285. -o-transition: opacity .7s ease-in-out;
  286. transition: opacity .7s ease-in-out;
  287. -webkit-transition: opacity .7s ease-in-out;
  288. opacity: {text:links opacity};
  289. }
  290.  
  291. #links a {
  292. float: left;
  293. margin-left: 2px;
  294. display: block;
  295. letter-spacing: -1px;
  296. font-family: helvetica;
  297. font-size: 9px;
  298. text-align: center;
  299. margin-bottom: 1px;
  300. width: 76px;
  301. background-color: {color:links};
  302. color:{color:links text};
  303. text-decoration: none;
  304. text-transform: uppercase;
  305. line-height: 52px;
  306. -webkit-transition: all 0.4s ease-out;
  307. -moz-transition: all 0.4s ease-out;
  308. }
  309.  
  310. #links a:hover{
  311. text-align: center;
  312. background-color: {color:links hover};
  313. color:{color:links text hover};
  314. letter-spacing: 3px;
  315. }
  316.  
  317. #links:hover{
  318. opacity: 0.8;
  319. }
  320.  
  321. div#description{
  322. margin-top: 10px;
  323. margin-left: 98px;
  324. padding: 4px 3px 4px 2px;
  325. width: 140px;
  326. height: auto;
  327. background-color: #fff;
  328. position: fixed;
  329. text-align: center;
  330. border-top-right-radius:10px;
  331. border-bottom-right-radius:10px;
  332. }
  333.  
  334.  
  335.  
  336. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  337.  
  338.  
  339. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  340.  
  341. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  342.  
  343. blockquote{
  344. padding:0px 0px 2px 5px;
  345. margin:0px 0px 2px 10px;
  346. border-left: 1px dotted #555555;
  347. }
  348.  
  349.  
  350. {CustomCSS}
  351.  
  352. </style>
  353.  
  354. {block:IndexPage}
  355. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  356. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  357.  
  358. <script type="text/javascript">
  359. $(window).load(function () {
  360. var $content = $('#posts');
  361. $content.masonry({itemSelector: '.entry'}),
  362. $content.infinitescroll({
  363. navSelector : 'div#pagination',
  364. nextSelector : 'div#pagination a#nextPage',
  365. itemSelector : '.entry',
  366. loading: {
  367. finishedMsg: '',
  368. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  369. },
  370. bufferPx : 600,
  371. extraScrollPx: 700,
  372. debug : false,
  373. },
  374. // call masonry as a callback.
  375. function( newElements ) {
  376. var $newElems = $( newElements );
  377. $newElems.hide();
  378. // ensure that images load before adding to masonry layout
  379. $newElems.imagesLoaded(function(){
  380. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  381.  
  382.  
  383. });
  384. });
  385. });
  386. </script>
  387.  
  388. {/block:IndexPage}
  389.  
  390. <title>{title}</title>
  391.  
  392. <link rel="shortcut icon" href="{Favicon}">
  393. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  394. <meta name="viewport" content="width=820" />
  395.  
  396. </head>
  397. <body>
  398. <div class="wrapper">
  399. <div class="header">
  400. </span>
  401. </div>
  402.  
  403. <div id="sidebar">
  404.  
  405. <div class="blogtitle"><center><a href="/"></a></center></div>
  406. <center>{block:ifshowphoto}<a href="/"><img src="{image:sidebar}"height=105px width=154px></a>
  407. {/block:ifshowphoto}</center>
  408.  
  409.  
  410.  
  411. <div id="links">
  412.  
  413. <a href="{text:Link1}">{text:Link1 Title}</a>
  414. <a href="{text:Link2}">{text:Link2 Title}</a>
  415. <a href="{text:Link3}">{text:Link3 Title}</a>
  416. <a href="{text:Link4}">{text:Link4 Title}</a>
  417.  
  418. </div>
  419.  
  420. <div style="overflow:auto; width: 153px; height: 40px; border: 0px solid #000000; background-color: #fff; font-family: helvetica; font-size: 9px; text-align: center;">{Description}</div>
  421.  
  422. </div>
  423.  
  424.  
  425.  
  426. <div id="content">
  427. <div class="left">
  428.  
  429. <div id="posts">
  430.  
  431. {block:Posts}
  432. <div class="entry">
  433.  
  434. {block:IndexPage}
  435. {/block:IndexPage}
  436.  
  437. {block:Text}
  438. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  439. <div class="permalink">
  440. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  441. <span class="permalink"><a href="{permalink}"></a></div>
  442. {/block:Text}
  443.  
  444. {block:Link}
  445. <a href="{URL}" class="title">{Name}</a>
  446. {block:Description}{Description}{/block:Description}
  447. <div class="permalink">
  448. <span class="permalink"><a href="{permalink}">
  449. <span class="permalink"><a href="{permalink}">
  450. </a></a></span></div>
  451. {block:Link}
  452.  
  453. {block:Photo}
  454.  
  455. <div class="perma">
  456.  
  457. <a href="{Permalink}" class="descriprion_icons permalink_icon"></a>
  458. <a href="{ReblogURL}" target="_blank" class="descriprion_icons reblog_icon"></a>
  459.  
  460. </div>
  461.  
  462. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></a></div>{LinkCloseTag}{/block:IndexPage}
  463. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  464. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}{/block:PermalinkPage}
  465. {/block:Photo}
  466.  
  467.  
  468.  
  469. {block:Photoset}
  470. {block:IndexPage}
  471. <center>
  472. {Photoset-200}</center>
  473. {/block:IndexPage}
  474. {block:PermalinkPage}
  475. <center>
  476. {Photoset-500}</center>
  477. <div class="permalink">
  478. <span class="permalink"><a href="{permalink}">
  479. <span class="permalink"><a href="{permalink}">
  480. </a></a></span></div>
  481. {/block:PermalinkPage}
  482. {/block:Photoset}
  483.  
  484. {block:Quote}
  485. {Quote}</span>
  486. {block:Source}<strong>{Source}</strong>{/block:Source}
  487. <div class="permalink">
  488. <span class="permalink"><a href="{permalink}">
  489. <span class="permalink"><a href="{permalink}">
  490. </a></a></span></div>
  491. {/block:Quote}
  492.  
  493. {block:Chat}
  494. {block:Title}<span class="title">{Title}</span>{/block:Title}
  495. <ul class="chat">
  496. {block:Lines}
  497. <li class="user_{UserNumber}">
  498. {block:Label}
  499. <span class="label">{Label}</span>
  500. {/block:Label}
  501.  
  502. {Line}
  503. </li>
  504. {/block:Lines}
  505. </ul><div class="permalink">
  506. <span class="permalink"><a href="{permalink}">
  507. <span class="permalink"><a href="{permalink}">
  508. </a></a></span></div>
  509.  
  510. {/block:Chat}
  511.  
  512. {block:Audio}
  513. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  514. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  515. <div class="permalink">
  516. <span class="permalink"><a href="{permalink}">
  517. <span class="permalink"><a href="{permalink}">
  518. </a></a></span></div>
  519. {/block:Audio}
  520.  
  521. {block:Video}
  522. {block:IndexPage}
  523. <center>
  524. {Video-250}</center>
  525. {/block:IndexPage}
  526. {block:PermalinkPage}
  527. <center>
  528. {Video-500}</center>
  529. {/block:PermalinkPage}
  530. <div class="permalink">
  531. <span class="permalink"><a href="{permalink}">
  532. <span class="permalink"><a href="{permalink}">
  533. </a></a></span></div>
  534. {block:Video}
  535.  
  536. {block:PermalinkPage}
  537. <center>
  538. {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>
  539. {/block:PermalinkPage}
  540.  
  541.  
  542. {block:PostNotes}{PostNotes}
  543. {/block:PostNotes}
  544. </div>
  545.  
  546.  
  547. {/block:Posts}
  548. </div>
  549. </div>
  550. {block:IndexPage}
  551. {block:Pagination}
  552. <div id="pagination">
  553. {block:NextPage}
  554. <a id="nextPage" href="{NextPage}"></a>
  555. {/block:NextPage}
  556. {block:PreviousPage}
  557. <a href="{PreviousPage}">&larr;&nbsp;</a>
  558. {/block:PreviousPage}
  559. </div>
  560. {/block:Pagination}
  561. {/block:IndexPage}
  562. </div>
  563. </body>
  564. </html>
  565.  
  566. <div style="position:fixed; bottom:2px; left:2px;">
  567. <a href="http://biebinator.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement