Advertisement
yoojin

Yoojin Theme 7

Jun 16th, 2013
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.13 KB | None | 0 0
  1. <!-- theme by uphorical
  2.  
  3.  
  4. don't remove the credit or youll die alone
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12.  
  13.  
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16.  
  17. <!--DEFAULT VARIABLES-->
  18. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  19. <meta name="color:background" content="#fff"/>
  20. <meta name="color:link" content="#777"/>
  21. <meta name="color:text" content="#777"/>
  22. <meta name="color:hover" content="#fff"/>
  23. <meta name="color:scrollbar" content="#727272" />
  24. <meta name="image:sidebar" content="1"/>
  25. <meta name="image:background" content="http://media.tumblr.com/3d89aae17e699c1c8983154722f9a157/tumblr_inline_mjatubVxSH1qz4rgp.png"/>
  26. <meta name="text:Link One" content="/" />
  27. <meta name="text:Link One Title" content="One" />
  28. <meta name="text:Link Two" content="" />
  29. <meta name="text:Link Two Title" content="Two" />
  30. <meta name="text:Link Three" content="" />
  31. <meta name="text:Link Three Title" content="Three" />
  32. <meta name="text:Link Four" content="" />
  33. <meta name="text:Link Four Title" content="Four" />
  34.  
  35. <!-- pop up links -->
  36. <script type="text/javascript"
  37. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  38. <script>
  39. $(document).ready(function() {
  40. //
  41. $('a.poplight[href^=#]').click(function() {
  42. var popID = $(this).attr('rel'); //Get Popup Name
  43. var popURL = $(this).attr('href'); //Get Popup href to define size
  44. var query= popURL.split('?');
  45. var dim= query[1].split('&');
  46. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  47. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwqr5hbf1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
  48. var popMargTop = ($('#' + popID).height() + 80) / 2;
  49. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  50. //Apply Margin to Popup
  51. $('#' + popID).css({
  52. 'margin-top' : -popMargTop,
  53. 'margin-left' : -popMargLeft
  54. });
  55. $('body').append('<div id="fade"></div>');
  56. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  57. return false;
  58. });
  59. $('a.close, #fade').live('click', function() {
  60. $('#fade , .popup_block').fadeOut(function() {
  61. $('#fade, a.close').remove(); //fade them both out
  62. });
  63. return false;
  64. });
  65. });
  66. </script>
  67.  
  68. </script>
  69. <style type="text/css">
  70.  
  71. /*pop up links*/
  72. #fade { /*--Transparent background layer--*/
  73. display: none; /*--hidden by default--*/
  74. background: #000;
  75. position: fixed; left: 0; top: 0;
  76. width: 100%; height: 100%;
  77. opacity: .80;
  78. z-index: 9999;
  79. }
  80. .popup_block{
  81. display: none; /*--hidden by default--*/
  82. background: #fcfbf8;
  83. padding: 10px;
  84. border: 10px solid #f2e7e2;
  85. float: left;
  86. font-size: 10;
  87. position: fixed;
  88. top: 50%; left: 50%;
  89. z-index: 99999;
  90. /*--CSS3 Box Shadows--*/
  91. -webkit-box-shadow: 0px 0px 20px #000;
  92. -moz-box-shadow: 0px 0px 20px #000;
  93. box-shadow: 0px 0px 20px #000;
  94. /*--CSS3 Rounded Corners--*/
  95. -webkit-border-radius: 5px;
  96. -moz-border-radius: 5px;
  97. border-radius: 5px;
  98. }
  99. img.btn_close {
  100. float: right;
  101. margin: -20 -20px 0 0;
  102. }
  103. /*--Making IE6 Understand Fixed Positioning--*/
  104. *html #fade {
  105. position: absolute;
  106. }
  107. *html .popup_block {
  108. position: absolute;
  109. }
  110.  
  111.  
  112.  
  113.  
  114. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.4;-webkit-transition: all 0.8s ease-out;-moz-
  115.  
  116. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  117.  
  118. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.8s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  119.  
  120. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:0px solid #ccc; background-color:{color:background};}
  121. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  122.  
  123.  
  124. ::-webkit-scrollbar {width: 5px; height: 5px; background: #dddddd;}
  125.  
  126. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar};}
  127.  
  128. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}
  129.  
  130. p {
  131. margin:0px;
  132. margin-top:0px;
  133. }
  134.  
  135.  
  136. body {
  137. padding: 0px;
  138. margin: 0px;
  139. color:{color:text};
  140. font-family: calibri;
  141. line-height:10px;
  142. font-size:10px;
  143. letter-spacing:1px;
  144. background-color: {color:Background};
  145. background-image:url({image:Background});
  146. background-attachment: fixed;
  147. background-repeat: repeat;
  148. }
  149.  
  150.  
  151. a:link, a:active, a:visited{
  152. text-decoration: none;
  153. -webkit-transition: color 0.3s ease-out;
  154. -moz-transition: color 0.3s ease-out;
  155. transition: color 0.3s ease-out;
  156. color:{color:link};
  157. }
  158.  
  159. a:hover {
  160. text-decoration: none;
  161. font-style:;
  162. color: {color:Hover};
  163. }
  164.  
  165. div#center{
  166. margin:auto;
  167. position:relative;
  168. width:1000px;
  169. background-color:;
  170. overflow:auto;
  171. overflow-y:hidden;
  172. }
  173.  
  174. div#topbar{
  175. position:fixed;
  176. width:80%;
  177. top:40px;
  178. opacity:10;
  179. padding:4px;
  180. height:15px;
  181. background:#fff;
  182. left:130px;
  183. text-align:right;
  184. z-index:99;
  185. border-left:3px solid #aaa;
  186. border-right:3px solid #aaa;
  187. -webkit-transition: all 0.9s ease-in-out;
  188. -moz-transition: all 0.9s ease-in-out;
  189. -o-transition: all 0.9s ease-in-out;
  190. -ms-transition: all 0.9s ease-in-out;
  191. transition: all 0.9s ease-in-out;
  192. }
  193.  
  194. .topbar{
  195. font-family:"Calibri";
  196. font-size:8px;
  197. line-height:15px;
  198. padding-right:1px;
  199. color:{color:blogtitle};
  200. display:inline-block;
  201. letter-spacing:1px;
  202. text-transform:uppercase;
  203. text-shadow:0px 0px 0px #fff;
  204. }
  205.  
  206. div#vertbar{
  207. position:fixed;
  208. height:130%;
  209. margin-top:-100px;
  210. width:15px;
  211. right:190px;
  212. text-align:left;
  213. z-index:98;
  214. opacity:10;
  215. padding:4px;
  216. background:#fff;
  217. -webkit-transition: all 0.9s ease-in-out;
  218. -moz-transition: all 0.9s ease-in-out;
  219. -o-transition: all 0.9s ease-in-out;
  220. -ms-transition: all 0.9s ease-in-out;
  221. transition: all 0.9s ease-in-out;
  222. }
  223.  
  224.  
  225.  
  226. askk {
  227. font-family: calibri;
  228. font color: {color:Title};
  229. font-size:10px;
  230. letter-spacing:1px;
  231. z-index:1;
  232. text-transform:uppercase;
  233. }
  234.  
  235. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  236. .entry {
  237. float:left;
  238. display: block;
  239. margin:5px;
  240. overflow:hidden;
  241. width:250px;
  242. opacity:0.9;
  243. padding:13px;
  244. border: 1px solid #ececec;
  245. border-radius:5px;
  246. {block:PermalinkPage}
  247. width:450px;
  248. text-align:left;
  249. line-height:10px;
  250. {/block:PermalinkPage}
  251. background:#fdfcfc;
  252. background-image:URL();
  253. }
  254.  
  255.  
  256. .entry .perma{
  257. width:auto;
  258. height:auto;
  259. position: absolute;
  260. line-height: 11px;
  261. overflow:hidden;
  262. text-align:left;
  263. right:0px;
  264. bottom:0px;
  265. background:white;
  266. word-spacing:2px;
  267. letter-spacing:1px;
  268. padding:6px;
  269. opacity: 0.0;
  270. font-family:consolas;
  271. font-size:8px;
  272. text-transform:uppercase;
  273. border-top:2px solid #FFA07A;
  274. border-left:2px solid #FFA07A;
  275. -webkit-transition: all .9s ease;
  276. -moz-transition: all .9s ease;
  277. -o-transition: all .9s ease;
  278. transition: all .9s ease;
  279.  
  280. }
  281.  
  282. .entry:hover .perma{
  283. overflow:visible;
  284. opacity:1.0;
  285. }
  286.  
  287.  
  288.  
  289. #posts {
  290. width:900px;
  291. margin-top:70px;
  292. z-index:0;
  293. margin-left:150px;
  294. right:auto;
  295. background:transparent;
  296. margin-right:auto;
  297. position:relative;
  298. overflow-y: hidden;
  299. }
  300.  
  301.  
  302. #linkie{
  303. width:120px;
  304. height:120px;
  305. margin-left:20px;
  306. margin-top:-140px;
  307. position:fixed;
  308. padding:3px;
  309. z-index:2;
  310. opacity:0;
  311. background:#F5F5F5;
  312. transition: all 0.9s ease;
  313. -o-transition-transition: all 0.9s ease;
  314. -webkit-transition: all 0.9s ease;
  315. -moz-transition: all 0.9s ease;
  316. }
  317.  
  318. .links a{
  319. font-style:none;
  320. letter-spacing:0px;
  321. display:inline-block;
  322. width:75px;
  323. height:23px;
  324. font-size:10px;
  325. line-height:23px;
  326. font-family:calibri;
  327. text-transform:uppercase;
  328. letter-spacing:1px;
  329. color:{color:text};
  330.  
  331. }
  332.  
  333. .links a:hover{
  334. color:white;
  335. letter-spacing:3px;
  336. }
  337.  
  338. /*CUSTOMIZE SIDEBAR HERE*/
  339. #sidebar{
  340. position:fixed !important;
  341. width:170px;
  342. background:white;
  343. height:auto;
  344. margin-top:150px;
  345. right:100px;
  346. text-align:center;
  347. border-radius:5px;
  348. border:15px solid #fff;
  349. z-index:999;
  350. }
  351.  
  352.  
  353. #sidebar:hover #linkie{
  354. opacity:0.8;
  355. transition: all 0.9s ease;
  356. -o-transition-transition: all 0.9s ease;
  357. -webkit-transition: all 0.9s ease;
  358. -moz-transition: all 0.9s ease;
  359. }
  360.  
  361. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  362.  
  363. @font-face { font-family: "bby"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf');}
  364.  
  365.  
  366. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  367. .title{
  368. font-family:bby;
  369. font-size:25px;
  370. line-height: 15px;
  371. color:{color:Title};
  372. text-transform:uppercase;
  373. font-weight: normal;
  374. }
  375.  
  376.  
  377.  
  378.  
  379.  
  380. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  381. #infscr-loading{
  382. bottom: -70px;
  383. position: absolute;
  384. left: 50%;
  385. margin-left:-8px;
  386. width:16px;
  387. height:11px;
  388. overflow:hidden;
  389. margin-bottom: 50px;
  390. }
  391.  
  392. #postnotes{
  393. text-align: justify;}
  394.  
  395. #postnotes blockquote{
  396. border: 0px;}
  397.  
  398. blockquote{
  399. padding:0px 0px 2px 5px;
  400. margin:0px 0px 2px 10px;
  401. border-left: 1px dotted #555555;
  402. }
  403.  
  404. blockquote p, ul{
  405. margin:0px;
  406. padding:0px;
  407. }
  408.  
  409. a img{border: 0px;}
  410.  
  411.  
  412. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  413.  
  414. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  415. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  416.  
  417. .notes img{width:10px; position:relative; top:3px;}
  418. <--ses-->
  419. small{font-size: 90%;}
  420.  
  421. {CustomCSS}
  422.  
  423. </style>
  424.  
  425. {block:IndexPage}
  426. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  427. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  428.  
  429. <script type="text/javascript">
  430. $(window).load(function(){
  431. var $wall = $('#posts');
  432. $wall.imagesLoaded(function(){
  433. $wall.masonry({
  434. itemSelector: '.entry, .entry_photo',
  435. isAnimated : false
  436. });
  437. });
  438.  
  439. $wall.infinitescroll({
  440. navSelector : '#pagination',
  441. nextSelector : '#pagination a',
  442. itemSelector : '.entry, .entry_photo',
  443. bufferPx : 2000,
  444. debug : false,
  445. errorCallback: function() {
  446. $('#infscr-loading').fadeOut('normal');
  447. }},
  448. function( newElements ) {
  449. var $newElems = $( newElements );
  450. $newElems.hide();
  451. $newElems.imagesLoaded(function(){
  452. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  453. });
  454. }); $('#posts').show(500);
  455. });
  456. </script>
  457.  
  458.  
  459. {/block:IndexPage}
  460.  
  461.  
  462. <title{title}</title>
  463.  
  464. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m2312brrLu1qfamg6.gif" />
  465. <meta name="viewport" content="width=820" />
  466. </head>
  467.  
  468. <body>
  469. <BODY onselectstart="return false;" ondragstart="return false;">
  470. <div class="wrapper">
  471. <div class="header">
  472. </div>
  473.  
  474. <div id="cage">
  475. <div id="center">
  476. <div id="topbar"><div class="topbar">{description}</div></div>
  477. <div id="vertbar"><div class="vertbar"></div></div>
  478.  
  479.  
  480. <div id="sidebar">
  481. <center>
  482. <a href="/"><img src="{image:sidebar}" width=100%></a>
  483. </center>
  484.  
  485. <div id="linkie">
  486. <div class="links">
  487. <a href="{text:Link One}">{text:Link One Title}</a> <br>
  488. <a href="{text:Link Two}">{text:Link Two Title}</a> <br>
  489. <a href="{text:Link Three}">{text:Link Three Title}</a> <br>
  490. <a href="{text:Link Four}">{text:Link Four Title}</a> <br>
  491. <a href="http://uphorical.tumblr.com">credit</a> </div>
  492. </div></div>
  493. </div>
  494.  
  495.  
  496.  
  497. <div class="center">
  498. <div id="posts">
  499. {block:Posts}
  500. <div class="entry">
  501.  
  502. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body" style="Text-align:right;"><br><br>{Body}</span><p align=right><span class="permalink"><a
  503.  
  504. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}"><br>{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  505. {/block:Text}
  506.  
  507. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  508.  
  509. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  510.  
  511. {block:Photo}
  512. {block:IndexPage}
  513. <center>
  514. <div class="perma">posted in {month} {year}<br> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa"><br /></font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  515.  
  516. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  517. {/block:IndexPage}
  518. {block:PermalinkPage}
  519. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  520.  
  521. {LinkCloseTag}
  522. {/block:PermalinkPage}
  523. {/block:Photo}
  524.  
  525. {block:Photoset}
  526. {block:IndexPage}
  527. <center>
  528.  
  529. <div class="perma">
  530. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  531.  
  532. {Photoset-250}</center>
  533. {/block:IndexPage}
  534. {block:PermalinkPage}
  535. <center>
  536. {Photoset-500}</center>
  537. {/block:PermalinkPage}
  538. {/block:Photoset}
  539.  
  540. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  541.  
  542. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  543.  
  544. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  545. <ul class="chat">
  546. {block:Lines}
  547. <li class="user_{UserNumber}">
  548. {block:Label}
  549. <span class="label">{Label}</span>
  550. {/block:Label}
  551.  
  552. {Line}
  553. </li>
  554. {/block:Lines}
  555. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  556. {/block:Chat}
  557.  
  558. {block:Audio}
  559. <div style="width:200px; height:30px;">
  560. {AudioPlayerBlack}
  561. </div>
  562. {block:IndexPage}<span class="permalink">
  563. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  564. </span>{/block:IndexPage}
  565. {/block:Audio}
  566.  
  567. {block:Video}
  568. {block:IndexPage}
  569. <center>
  570. <div class="perma">
  571. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  572. {Video-250}</center>
  573. {/block:IndexPage}
  574. {block:PermalinkPage}
  575. <center>
  576. {Video-400}</center>
  577. {/block:PermalinkPage}
  578. {block:Video}
  579.  
  580. {block:Answer}
  581. <div style="height:auto; background: #eee; padding-left: 5px; padding-top: 2px; padding-bottom: 2px; text-transform: normal; overflow: auto; padding-right: 5px;">
  582. <askk>{Asker}</askk> : {Question}<br></div>
  583. <div style="font-family: calibri; font-size: 10px; letter-spacing:1px; text-align:right;">
  584. <Br>{Answer}
  585. </div>
  586. {block:IndexPage}
  587. <div class="permalinktext" style="text-align:right;"> <a href="{Permalink}"><Br>{NoteCountwithlabel}</a> </div>
  588. {/Block:IndexPage}
  589. {/block:Answer}
  590.  
  591. {block:PostNotes}<div align="middle">{caption}</div>
  592. <center>
  593.  
  594. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  595.  
  596. {block:HasTags}
  597. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  598. {block:RebloggedFrom}
  599. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  600. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  601.  
  602. {/block:RebloggedFrom}
  603. </center></span>
  604. <br>
  605. <div id="postnotes">{PostNotes}</div><br>
  606.  
  607. <center>{block:ContentSource}
  608. <br><a href="{SourceURL}">
  609. {lang:Source}:
  610. {block:SourceLogo}
  611. <img src="{BlackLogoURL}" width="{LogoWidth}"
  612. height="{LogoHeight}" alt="{SourceTitle}" />
  613. {/block:SourceLogo}
  614. {block:NoSourceLogo}
  615. {SourceLink}
  616. {/block:NoSourceLogo}
  617. </a>
  618. {/block:ContentSource}</center>
  619.  
  620. {/block:PostNotes}
  621. </div>
  622. {/block:Posts}
  623. </div></div>
  624.  
  625. {block:IndexPage}
  626. {block:Pagination}
  627. <div id="pagination">
  628. {block:NextPage}
  629. <a id="nextPage" href="{NextPage}"></a>
  630. {/block:NextPage}
  631. {block:PreviousPage}
  632. <a href="{PreviousPage}"></a>
  633. {/block:PreviousPage}
  634. </div>
  635. {/block:Pagination}
  636. {/block:IndexPage}
  637. </
  638. >
  639.  
  640.  
  641. <script language=JavaScript>
  642. <!--
  643.  
  644. //Disable right click script III- By Renigade (renigade@mediaone.net)
  645. //For full source code, visit http://www.dynamicdrive.com
  646.  
  647. var message="";
  648. ///////////////////////////////////
  649. function clickIE() {if (document.all) {(message);return false;}}
  650. function clickNS(e) {if
  651. (document.layers||(document.getElementById&&!document.all)) {
  652. if (e.which==2||e.which==3) {(message);return false;}}}
  653. if (document.layers)
  654. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  655. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  656.  
  657. document.oncontextmenu=new Function("return false")
  658. // -->
  659. </script>
  660. {/block:indexpage}
  661.  
  662. <body onkeydown="return false">
  663.  
  664.  
  665.  
  666. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement