Advertisement
ramisaaaaa

Untitled

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