Advertisement
ramisaaaaa

Untitled

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