Advertisement
ramisaaaaa

Untitled

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