Advertisement
instantkimchi

Genie

May 26th, 2011
3,742
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <!--
  5.  
  6. _____ _ _ _ ___ _ _
  7. |_ _| | | | | | | / (_) | | (_)
  8. | | _ __ ___| |_ __ _ _ __ | |_| |/ / _ _ __ ___ ___| |__ _
  9. | | | '_ \/ __| __|/ _` | '_ \| __| \| | '_ ` _ \ / __| '_ \| |
  10. _| |_| | | \__ \ |_| (_| | | | | |_| |\ \ | | | | | | (__| | | | |
  11. |_____|_| |_|___/\__|\__,_|_| |_|\__\_| \_/_|_| |_| |_|\___|_| |_|_|
  12.  
  13.  
  14. o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
  15. please do not steal or claim any components from this theme
  16.  
  17. Genie by
  18. INSTANTKIMCHI.TUMBLR.COM
  19.  
  20. powered by tumblr
  21. TUMBLR.COM
  22. o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
  23.  
  24. -->
  25.  
  26. <head>
  27.  
  28.  
  29. <title>{TITLE}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33.  
  34.  
  35.  
  36. <meta name="image:Background" content="http://static.tumblr.com/cq91gob/r29llh0eo/283.jpeg"/>
  37. <meta name="image:Sidebar" content="http://static.tumblr.com/cq91gob/SfUllh0g5/tumblrljgiesfohy1qzhsyx.png"/>
  38.  
  39. <meta name="font:Body" content="Century Gothic"/>
  40.  
  41. <meta name="color:Background" content="#000000"/">
  42. <meta name="color:Nav" content="#333333"/>
  43. <meta name="color:Nav Hover" content="#5A5A5A"/>
  44. <meta name="color:Text" content="#B6D9EE"/>
  45. <meta name="color:Title" content="#ffffff"/>
  46. <meta name="color:Link" content="#5ED7FF"/>
  47. <meta name="color:Link Hover" content="#D4F7FF"/>
  48. <meta name="color:Chat Bg" content="#272727"/>
  49. <meta name="color:Notes Bg" content="#272727"/>
  50. <meta name="color:Notes Bg Hover" content="#363636"/>
  51. <meta name="color:Big Title" content="#80C8FF"/>
  52. <meta name="color:Big Title Hover" content="#4EB8FF"/>
  53.  
  54. <meta name="text:Link 1 Name" content="link 1"/>
  55. <meta name="text:Link 1 URL" content=""/>
  56. <meta name="text:Link 2 Name" content="link 2"/>
  57. <meta name="text:Link 2 URL" content=""/>
  58. <meta name="text:Link 3 Name" content="link 3"/>
  59. <meta name="text:Link 3 URL" content=""/>
  60. <meta name="text:Link 4 Name" content="link 4"/>
  61. <meta name="text:Link 4 URL" content=""/>
  62. <meta name="text:Link 5 Name" content="link 5"/>
  63. <meta name="text:Link 5 URL" content=""/>
  64.  
  65. <meta name="if:Disable Right Click" content="0"/>
  66. <meta name="if:Endless Scrolling" content="0"/>
  67. <meta name="if:Enable Image Opacity" content="1"/>
  68. <meta name="if:Show Following" content="1"/>
  69. <meta name="if:Fixed Sidebar" content="0"/>
  70.  
  71.  
  72. {block:IfEndlessScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  73. {block:IfDisableRightClick}
  74. <script language=JavaScript>
  75. <!--
  76.  
  77. //Disable right click script III- By Renigade (renigade@mediaone.net)
  78. //For full source code, visit http://www.dynamicdrive.com
  79.  
  80. var message="";
  81. ///////////////////////////////////
  82. function clickIE() {if (document.all) {(message);return false;}}
  83. function clickNS(e) {if
  84. (document.layers||(document.getElementById&&!document.all)) {
  85. if (e.which==2||e.which==3) {(message);return false;}}}
  86. if (document.layers)
  87. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  88. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  89.  
  90. document.oncontextmenu=new Function("return false")
  91. // -->
  92. </script>
  93. {/block:IfDisableRightClick}
  94.  
  95. <link href="http://fonts.googleapis.com/css?family=Crushed:regular" rel="stylesheet" type="text/css" >
  96. <link href="http://fonts.googleapis.com/css?family=Josefin+Sans:100,100italic,300,300italic,400,400italic,600,600italic,700,700italic" rel="stylesheet" type="text/css" >
  97.  
  98. <style type="text/css">
  99.  
  100.  
  101. body {
  102. background-color:{color:Background};
  103. background-image:url({image:Background});
  104. background-repeat:repeat;
  105. background-attachment: fixed;
  106. color:{color:Text};
  107. font-size:10px;
  108. font-family:{font:body};
  109. }
  110.  
  111. a, a:visited, a:active {
  112. color:{color:Link};
  113. text-decoration: none;
  114. transition-duration: 0.3s;
  115. -webkit-transition-duration: 0.3s;
  116. -moz-transition-duration: 0.3s;
  117. -o-transition-duration: 0.3s;
  118. }
  119.  
  120. a:hover {
  121. color:{color:link hover};
  122. text-decoration:none;
  123. }
  124.  
  125. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px dotted {color:text};}
  126. blockquote img{display:block;}
  127. blockquote p{padding:0px; margin:0px;}
  128. blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  129.  
  130.  
  131. .askr{
  132. background: rgba(255,255,255,0.1);
  133. padding:5px;
  134. font-size: 19px!important;
  135. letter-spacing: -1px;
  136. border:1px dashed rgba(239,218,247,0.3);
  137. }
  138.  
  139. a.nav:link, a.nav:active, a.nav:visited {
  140. background-color: {color:Nav};
  141. padding:2px;
  142. margin:2px;
  143. font-family: {font:Body};
  144. font-size: 26px;
  145. text-transform: lowercase;
  146. text-align: center;
  147. }
  148.  
  149. a.nav:hover {
  150. background-color: {color:Nav Hover};
  151. }
  152.  
  153. a.title {
  154. font-family: 'Josefin Sans', serif;
  155. color:{color:big title};
  156. font-size:25px;
  157. text-transform:capitalize;
  158. line-height:20px;
  159. letter-spacing:-2px;
  160. font-weight:normal;
  161. }
  162.  
  163. a.title:hover {
  164. color:{color:big title hover};
  165. }
  166.  
  167. a.link{
  168. text-decoration:underline
  169. }
  170.  
  171. .sidebar {
  172. {block:IfNotFixedSidebar}
  173. position: absolute;
  174. {/block:IfNotFixedSidebar}
  175. {block:IfFixedSidebar}
  176. position: fixed;
  177. {/block:IfFixedSidebar}
  178. top: 55px;
  179. left: 4px;
  180. width: 250px;
  181. padding: 10px;
  182. padding-top: 15px;
  183. background: rgba(255,255,255,0.1);
  184. border:1px dashed rgba(239,218,247,0.3);
  185. }
  186.  
  187. .header{
  188. position:fixed;
  189. top:0px;
  190. width:100%;
  191. left:0px;
  192. display:block;
  193. padding-top:10px;
  194. height:40px;
  195. background: rgba(255,255,255,0.1);
  196. border-bottom:1px dashed rgba(239,218,247,0.3);
  197. z-index:2;
  198. }
  199.  
  200. img {
  201. max-width:500px !important;
  202. border: 0px !important;
  203. {block:IfEnableImageOpacity}
  204. opacity: 0.9;
  205. filter:alpha(opacity=90);
  206. transition: opacity 0.5s;
  207. -moz-transition: opacity 0.5s;
  208. -webkit-transition: opacity 0.5s;
  209. -o-transition: opacity 0.5s;
  210. {/block:IfEnableImageOpacity}
  211. cursor: crosshair;
  212. }
  213.  
  214. img:hover {
  215. {block:IfEnableImageOpacity}
  216. opacity:1;
  217. filter:alpha(opacity=100);
  218. {/block:IfEnableImageOpacity}
  219. cursor: crosshair;
  220. }
  221.  
  222. .content {
  223. position: absolute;
  224. top: 55px;
  225. left: 280px;
  226. width: 520px;
  227. margin-bottom: auto;
  228. }
  229.  
  230. .post{
  231. padding:10px;
  232. width: 500px;
  233. background: rgba(255,255,255,0.1);
  234. margin-bottom:5px;
  235. border:1px dashed rgba(239,218,247,0.3);
  236. }
  237.  
  238. h4 {
  239. font-family: 'Josefin Sans', serif;
  240. margin-top:4px;
  241. margin-bottom:9px;
  242. font-size:20px;
  243. color:{color:Title};
  244. text-transform:uppercase;
  245. line-height:20px;
  246. border-bottom:1px dashed #A3A3A3
  247. }
  248.  
  249. h3 {
  250. font-family: 'Josefin Sans', serif;
  251. margin-top:10px;
  252. margin-bottom:5px;
  253. font-size:28px;
  254. font-weight:normal;
  255. color:#fafafa;
  256. text-transform:none;
  257. line-height:23px;
  258. letter-spacing:-2px;
  259. }
  260.  
  261. .next {
  262. font-family:{font:title};
  263. position:fixed;
  264. bottom:0px;
  265. left: 807px;
  266. }
  267.  
  268. .back {
  269. font-family:{font:title};
  270. position:fixed;
  271. bottom:0px;
  272. left: 255px;
  273. }
  274.  
  275. .bottomstuff {
  276. font-family: 'Crushed', serif;
  277. text-transform: uppercase;
  278. font-size:9px;
  279. border-top:1px dashed rgba(239,218,247,0.3);
  280. padding-top:2px;
  281. margin-top:2px;
  282. letter-spacing: 1px;
  283. }
  284.  
  285. .chat {
  286. padding:0px
  287. }
  288.  
  289. .chat li {
  290. padding: 5px;
  291. list-style-type: none;
  292. opacity: 0.8;
  293. filter:alpha(opacity=80);
  294. transition: opacity 0.5s;
  295. -moz-transition: opacity 0.5s;
  296. -webkit-transition: opacity 0.5s;
  297. -o-transition: opacity 0.5s;
  298. }
  299.  
  300. .chat li:hover {
  301. opacity: 1;
  302. filter:alpha(opacity=100);
  303. }
  304.  
  305. .chat li:nth-child(odd) {
  306. background:{color:Chat Bg};
  307. }
  308.  
  309. .notes ol {
  310. list-style-type: none;
  311. padding: 0;
  312. }
  313.  
  314. img.avatar {
  315. margin-right:5px;
  316. display:block;
  317. float:left;
  318. }
  319.  
  320. .notes li {
  321. padding: 5px;
  322. opacity: 0.8;
  323. filter:alpha(opacity=80);
  324. transition: opacity 0.5s;
  325. -moz-transition: opacity 0.5s;
  326. -webkit-transition: opacity 0.5s;
  327. -o-transition: opacity 0.5s;
  328. }
  329.  
  330. .notes li:nth-child(odd) {
  331. background:{color:Notes Bg}}
  332.  
  333. .notes li:hover {
  334. background:{color:Notes Bg Hover};
  335. opacity: 1;
  336. filter:alpha(opacity=100);
  337. }
  338.  
  339. .tags {
  340. padding:10px;
  341. width: 500px;
  342. background: rgba(255,255,255,0.1);
  343. margin-bottom:5px;
  344. border:1px dashed rgba(239,218,247,0.3);
  345. }
  346.  
  347. .derp {
  348. font-family: 'Josefin Sans', serif;
  349. font-size: 15px;
  350. text-transform: capitalize;
  351. text-decoration: none;
  352. letter-spacing: 1px;
  353. border-bottom:1px dashed rgba(239,218,247,0.3);
  354. }
  355.  
  356.  
  357. {CustomCSS}
  358. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/f2bldgcq4/youtube.js"></script>
  359. </head>
  360. </style>
  361. </head>
  362.  
  363. <body>
  364.  
  365. <div class="header">
  366. <center>
  367. <a href="/" class="nav">Home</a>
  368. {block:AskEnabled} <a href="/ask" class="nav">Ask</a>{/block:AskEnabled}
  369. {block:SubmissionsEnabled}
  370. <a href="/submit" class="nav">Submit</a>
  371. {/block:SubmissionsEnabled}
  372. <a href="/archive" class="nav">Archive</a>
  373. {block:IfLink1Name}<a href="{text:link 1 url}" class="nav">{text:link 1 name}</A>{/block:IfLink1Name}
  374. {block:IfLink2Name}<a href="{text:link 2 url}" class="nav">{text:link 2 name}</A>{/block:IfLink2Name}
  375. {block:IfLink3Name}<a href="{text:link 3 url}" class="nav">{text:link 3 name}</A>{/block:IfLink3Name}
  376. {block:IfLink4Name}<a href="{text:link 4 url}" class="nav">{text:link 4 name}</A>{/block:IfLink4Name}
  377. {block:IfLink5Name}<a href="{text:link 5 url}" class="nav">{text:link 5 name}</A>{/block:IfLink5Name}
  378. <a href="http://instantkimchi.tumblr.com/" class="nav">Theme</a>
  379. </center>
  380. </div>
  381.  
  382. <div class="sidebar">
  383. <div style="text-align:right">
  384. <a href="/" class="title">{Title}</a>
  385. </div>
  386. {block:IfSidebarImage}
  387. <center>
  388. <a href="/">
  389. <img src="{image:Sidebar}" width="250"/>
  390. </a>
  391. </center>
  392. {/block:IfSidebarImage}
  393. <div style="text-align:right">
  394. {Description}
  395. <br>
  396. {block:IfShowFollowing}
  397. <p><h4>im following:</h4></p>
  398. <div style="align:left;width: 250px; overflow-y:hidden; overflow-x:hidden;">
  399. {block:Following}
  400. <center>
  401. {block:Followed}
  402. <a href="{FollowedURL}">
  403. <img src="{FollowedPortraitURL-24}"></a>
  404. {/block:Followed}
  405. </center>
  406. <br>
  407. {/block:Following}
  408. </div>
  409. </div>
  410. <br>
  411. {/block:IfShowFollowing}
  412.  
  413. <br>
  414. <center>
  415. <a href="http://instantkimchi.tumblr.com/">Genie</a> | Theme by <a href="http://instantkimchi.tumblr.com/"> Instantkimchi </a></center>
  416. </div>
  417. </div>
  418. <div class="content">
  419. {block:TagPage}
  420. <div class="tags">
  421. <div class="derp">
  422. <center>Posts tagged as "<a href="{TagURL}">{Tag}</a>"</center></div>
  423. </div>
  424. {/block:TagPage}
  425.  
  426.  
  427. {block:Posts}
  428. <div class="post">
  429.  
  430. {block:Text}
  431. {block:Title}
  432. <h3>
  433. <a href="{Permalink}">{Title}</a>
  434. </h3>
  435. {/block:Title}
  436. {Body}
  437. {/block:Text}
  438.  
  439. {block:Photo}
  440. {LinkOpenTag}
  441. <center>
  442. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500">
  443. </center>
  444. {LinkCloseTag}
  445. {block:Caption}
  446. {Caption}
  447. {/block:Caption}
  448. {/block:Photo}
  449.  
  450. {block:Photoset}
  451. <center>
  452. {Photoset-500}
  453. </center>
  454. {block:Caption}
  455. {Caption}
  456. {/block:Caption}
  457. {/block:Photoset}
  458.  
  459. {block:Quote}
  460. <h3>
  461. "{Quote}"
  462. </h3>
  463. {block:Source}
  464. <div style="text-align:right">
  465. -{Source}<br>
  466. </div>
  467. {/block:Source}
  468. {/block:Quote}
  469.  
  470. {block:Link}
  471. <h3><a href="{URL}" class="link" {Target}> {Name} >> </a></h3>
  472. {block:Description}
  473. {Description}
  474. {/block:Description}
  475. {/block:Link}
  476.  
  477. {block:Chat}
  478. {block:Title}
  479. <h3><a href="{Permalink}">{Title}</a></h3>
  480. {/block:Title}
  481. <ul class="chat">
  482. {block:Lines}
  483. <li class="{Alt} user_{UserNumber}">
  484. {block:Label}
  485. <strong>{Label}</strong>
  486. {/block:Label}
  487. {Line}</li>
  488. {/block:Lines}</ul>
  489. {/block:Chat}
  490.  
  491. {block:Video}
  492. <center>{Video-500}</center>
  493. {block:Caption}
  494. {Caption}
  495. {/block:Caption}
  496. {/block:Video}
  497.  
  498. {block:Audio}
  499. {block:AlbumArt}
  500. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px;"/>{/block:AlbumArt}
  501. {AudioPlayerWhite}
  502. {block:Caption}
  503. {Caption}
  504. {/block:Caption}
  505. <p>{PlayCountWithLabel}</p>
  506. <br clear="all">
  507. {/block:Audio}
  508.  
  509. {block:Answer}
  510. <div class="askr">
  511. <img src="{AskerPortraitURL-24}" style="float: left; margin-right: 2px;">
  512. {Asker} said: {Question}
  513. </div>
  514. {Answer}
  515. {/block:Answer}
  516.  
  517. <div class="bottomstuff">
  518. <div style="float:right;text-align:right">
  519. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog this</a><br>
  520. {block:RebloggedFrom}
  521. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  522. {/block:RebloggedFrom}
  523. </div>
  524.  
  525. <div style="float:left;text-align:left">
  526. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  527. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  528. </div>
  529. <br clear="all">
  530. </div>
  531.  
  532. {block:PermalinkPage}
  533. {block:PostNotes}
  534. <div class="notes">{PostNotes}</div>
  535. {/block:PostNotes}
  536. {/block:PermalinkPage}
  537. </div>
  538. {/block:Posts}
  539.  
  540. <div class="next">
  541. {block:Pagination}
  542. {block:NextPage}
  543. <font size="33">
  544. <a href="{NextPage}" title="older posts" class="page_link">
  545. &#187;</a>
  546. </font>
  547. {/block:NextPage}
  548. {/block:Pagination}
  549. </div>
  550.  
  551. <div class="back">
  552. {block:Pagination}
  553. {block:PreviousPage}
  554. <font size="33">
  555. <a href="{PreviousPage}" title="newer posts" class="page_link">
  556. &#171;</a>
  557. </font>
  558. {/block:PreviousPage}
  559. {/block:Pagination}
  560. </div>
  561.  
  562. </div>
  563. </div>
  564. </body>
  565. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement