Advertisement
instantkimchi

Sweet Delight

May 25th, 2011
4,042
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.02 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.  
  15. 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
  16. please do not steal or claim any components from this theme
  17.  
  18. Sweet Delight by
  19. INSTANTKIMCHI.TUMBLR.COM
  20.  
  21. powered by tumblr
  22. TUMBLR.COM
  23. 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
  24.  
  25. -->
  26.  
  27.  
  28. <head>
  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. <meta name="image:Background" content="http://static.tumblr.com/udscnk8/ePtli2me6/19.png"/>
  36. <meta name="image:Sidebar" content="http://static.tumblr.com/udscnk8/Rj0lific1/zxcvxzcc.jpg"/>
  37.  
  38. <meta name="color:Background" content="#FFFFFF"/">
  39. <meta name="color:Date Reblog" content="#C9B79C"/>
  40. <meta name="color:Date Reblog Hover" content="#857967"/>
  41. <meta name="color:Text" content="#747373"/>
  42. <meta name="color:Title" content="#666666"/>
  43. <meta name="color:Posts" content="#FFFFFF"/>
  44. <meta name="color:Big Title" content="#FFC56D"/>
  45. <meta name="color:Big Title Hover" content="#FFECC4"/>
  46. <meta name="color:Link" content="#FFD736"/>
  47. <meta name="color:Link Hover" content="#FFD58B"/>
  48. <meta name="color:Chat Bg" content="#FFF2DB"/>
  49. <meta name="color:Notes Bg" content="#FFF9EE"/>
  50. <meta name="color:Notes Bg Hover" content="#FFF3DD"/>
  51.  
  52. <meta name="font:Body" content="Century Gothic"/>
  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:Enable Image Opacity" content="1"/>
  66. <meta name="if:Endless Scrolling" content="0"/>
  67. <meta name="if:Disable Right Click" content="0"/>
  68. <meta name="if:Fixed Sidebar" content="0"/>
  69.  
  70.  
  71. <link href="http://fonts.googleapis.com/css?family=Dancing+Script:regular" rel="stylesheet" type="text/css" >
  72. <link href="http://fonts.googleapis.com/css?family=Architects+Daughter:regular" rel="stylesheet" type="text/css" >
  73. <link href="http://fonts.googleapis.com/css?family=Crushed:regular" rel="stylesheet" type="text/css" >
  74.  
  75. {block:IfDisableRightClick}
  76. <script language=JavaScript>
  77. <!--
  78.  
  79. //Disable right click script III- By Renigade (renigade@mediaone.net)
  80. //For full source code, visit http://www.dynamicdrive.com
  81.  
  82. var message="";
  83. ///////////////////////////////////
  84. function clickIE() {if (document.all) {(message);return false;}}
  85. function clickNS(e) {if
  86. (document.layers||(document.getElementById&&!document.all)) {
  87. if (e.which==2||e.which==3) {(message);return false;}}}
  88. if (document.layers)
  89. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  90. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  91.  
  92. document.oncontextmenu=new Function("return false")
  93. // -->
  94. </script>
  95. {/block:IfDisableRightClick}
  96.  
  97. {block:IfEndlessScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  98. {/block:IfEndlessScrolling}
  99. <style type="text/css">
  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. a.site:link, a.site:active, a.site:visited {
  126. font-family: 'Architects Daughter', serif;
  127. color:{color:link};
  128. font-size: 16px;
  129. text-transform: lowercase;
  130. text-align: center;
  131. display:block;
  132. border-top:1px solid #E8E8E8;
  133. }
  134.  
  135. a.site:hover {
  136. background-color:{color:link hover};
  137. color: #ffffff;
  138. }
  139.  
  140. a.link{
  141. text-decoration:underline
  142. }
  143.  
  144. .blogtitle {
  145. font-family: 'Tangerine', serif;
  146. font-size: 80px;
  147. text-transform: none;
  148. color: {color:header font};
  149. letter-spacing: -1px;
  150. line-height: 75px;
  151. }
  152.  
  153. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px dotted {color:text};}
  154. blockquote img{display:block;}
  155. blockquote p{padding:0px; margin:0px;}
  156. blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  157.  
  158. a.title {
  159. font-family: 'Dancing Script', serif;
  160. font-size: 80px;
  161. text-transform: none;
  162. color:{color:Big Title};
  163. letter-spacing: -1px;
  164. line-height: 75px;
  165. }
  166.  
  167. a.title:hover {
  168. color:{color:Big Title Hover};
  169. }
  170.  
  171. .sidebar {
  172. {block:IfNotFixedSidebar}
  173. position: absolute;
  174. {block:IfNotFixedSidebar}
  175. {block:IfFixedSidebar}
  176. position: fixed;
  177. {/block:IfFixedSidebar}
  178. width: 150px;
  179. padding: 10px;
  180. background-color:{Color:Posts};
  181. border: 1px solid #E8E8E8;
  182. margin-left: 770px;
  183. margin-top: 15px;
  184. }
  185.  
  186. img {
  187. max-width:500px !important;
  188. border: 0px !important;
  189. {block:IfEnableImageOpacity}
  190. opacity:1;
  191. filter:alpha(opacity=100);
  192. transition: opacity 0.5s;
  193. -moz-transition: opacity 0.5s;
  194. -webkit-transition: opacity 0.5s;
  195. -o-transition: opacity 0.5s;
  196. {/block:IfEnableImageOpacity}
  197. cursor: crosshair;
  198. }
  199.  
  200. img:hover {
  201. {block:IfEnableImageOpacity}
  202. opacity: 0.9;
  203. filter:alpha(opacity=90);
  204. {/block:IfEnableImageOpacity}
  205. cursor: crosshair;
  206. }
  207.  
  208. .container {
  209. margin: auto;
  210. padding: 0px;
  211. }
  212.  
  213. #content {
  214. top:10px;
  215. margin: auto;
  216. width: 788px;
  217. height: 100%;
  218. padding: 0;
  219. }
  220.  
  221. .post{
  222. float:left;
  223. {block:IndexPage}
  224. width: 250px;
  225. height:155px;
  226. border: 1px solid #E8E8E8;
  227. overflow:hidden;
  228. background-color:{Color:Posts};
  229. margin-top:15px;
  230. margin-left:2px;
  231. margin-right:2px;
  232. {/block:IndexPage}
  233. {block:PermalinkPage}
  234. margin:15px 141px;
  235. padding:10px;
  236. width: 500px;
  237. background-color:{Color:Posts};
  238. border: 1px solid #E8E8E8;
  239. {/block:PermalinkPage}
  240. }
  241.  
  242. h4 {
  243. font-family: 'Architects Daughter', serif;
  244. margin-top:4px;
  245. margin-bottom:0px;
  246. font-size:20px;
  247. color:{color:Title};
  248. text-transform:uppercase;
  249. line-height:20px;
  250. }
  251.  
  252. h5 {
  253. font-family: 'Architects Daughter', serif;
  254. margin-top:1px;
  255. margin-bottom:1px;
  256. font-size:12px;
  257. font-weight:normal;
  258. color:{color:text};
  259. text-transform:uppercase;
  260. line-height:10px;
  261. text-transform:none;
  262. }
  263.  
  264. h3 {
  265. font-family: 'Architects Daughter', serif;
  266. margin-top:10px;
  267. margin-bottom:10px;
  268. font-size:28px;
  269. font-weight:normal;
  270. color:{color:Title};
  271. text-transform:none;
  272. line-height:23px;
  273. letter-spacing:-2px;
  274. }
  275.  
  276. .chat {
  277. padding:0px
  278. }
  279.  
  280. .chat li {
  281. padding: 5px;
  282. list-style-type: none;
  283. }
  284.  
  285. .chat li:nth-child(odd) {
  286. background:{color:Chat Bg};
  287. }
  288.  
  289. .notes ol {
  290. list-style-type: none;
  291. padding: 0;
  292. }
  293.  
  294. img.avatar {
  295. margin-right:5px;
  296. display:block;
  297. float:left;
  298. }
  299.  
  300. .notes li {
  301. padding: 5px}
  302.  
  303. .notes li:nth-child(odd) {
  304. background:{color:Notes Bg}}
  305.  
  306. .notes li:hover {
  307. background:{color:Notes Bg Hover}}
  308.  
  309. .askr{
  310. background:{color:Notes Bg};
  311. padding:5px;
  312. font-size: 19px!important;
  313. letter-spacing: -1px;
  314. {block:IndexPage}
  315. border-bottom: 1px solid #E8E8E8;
  316. {/block:IndexPage}
  317. {block:PermalinkPage}
  318. border: 1px solid #E8E8E8;
  319. {/block:PermalinkPage}
  320. }
  321.  
  322. a.date {
  323. position:absolute;
  324. font-family: 'Crushed', serif;
  325. color:{color:Date Reblog};
  326. font-size: 10px;
  327. letter-spacing: 1px;
  328. z-index:1;
  329. margin-left: -1px;
  330. margin-top: 156px;}
  331.  
  332. a.date:hover {
  333. color:{color:Date Reblog Hover};}
  334.  
  335. a.reblog {
  336. position:absolute;
  337. font-family: 'Crushed', serif;
  338. color:{color:Date Reblog};
  339. font-size: 10px;
  340. letter-spacing: 1px;
  341. z-index:1;
  342. margin-left: 220px;
  343. margin-top: 156px;}
  344.  
  345. a.reblog:hover {
  346. color:{color:Date Reblog Hover};}
  347.  
  348. .bottomstuff {
  349. font-family: 'Crushed', serif;
  350. text-transform: uppercase;
  351. font-size:9px;
  352. border-top:1px solid #E8E8E8;
  353. padding-top:2px;
  354. margin-top:2px;
  355. letter-spacing: 1px;
  356. }
  357.  
  358. .footer {
  359. letter-spacing: 2px;
  360. text-align: center;
  361. display: block;
  362. text-transform: uppercase;
  363. margin-top: 30px;
  364. line-height:15px;
  365. }
  366.  
  367. {CustomCSS}
  368. </style>
  369. </head>
  370.  
  371. <body>
  372.  
  373. <div class="container">
  374. <div id="content">
  375. <div style="margin-bottom:10px;">
  376. <center>
  377. <a href="/" class="title">{Title}</a>
  378. </center>
  379. </div>
  380.  
  381. <table border="0" cellspacing="0px" cellpadding="0px">
  382. <tr>
  383. <td>
  384. {block:Posts}
  385. <div class="post">
  386.  
  387. {block:IndexPage}
  388. <a href="{Permalink}" class="date"> {block:Date} Posted on {ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a>
  389.  
  390. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank" class="reblog">Reblog</a>
  391. {/block:IndexPage}
  392.  
  393. {block:Text}
  394. {block:Title}
  395. <h3><a href="{Permalink}">{Title}</a></h3>
  396. {/block:Title}
  397. {Body}
  398. {/block:Text}
  399.  
  400. {block:Photo}
  401. <center>
  402. {block:IndexPage}
  403. <a href="{permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="250"/></a><br>
  404. {/block:IndexPage}
  405. {block:PermalinkPage}
  406. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  407. {LinkCloseTag}
  408. {block:Caption}
  409. {Caption}
  410. {/block:Caption}
  411. {/block:PermalinkPage}</center>
  412. {/block:Photo}
  413.  
  414. {block:Photoset}<center>{block:IndexPage}<a href="{permalink}">
  415. {Photoset-250}</a>
  416. {/block:IndexPage}
  417. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  418.  
  419. {block:Quote}
  420. <h3>"{Quote}"</h3>
  421. {block:Source}
  422. <div style="text-align:right"> -{Source}<br></div>
  423. {/block:Source}
  424. {/block:Quote}
  425.  
  426. {block:Link}
  427. <h3><a href="{URL}" class="link" {Target}> {Name} >> </a></h3>
  428. {block:Description}
  429. {Description}
  430. {/block:Description}
  431. {/block:Link}
  432.  
  433. {block:Chat}
  434. {block:Title}
  435. <h3><a href="{Permalink}">{Title}</a></h3>
  436. {/block:Title}
  437. <ul class="chat">
  438. {block:Lines}
  439. <li class="{Alt} user_{UserNumber}">
  440. {block:Label}
  441. <strong>{Label}</strong>
  442. {/block:Label}
  443. {Line}</li>
  444. {/block:Lines}</ul>
  445. {/block:Chat}
  446.  
  447. {block:Video}
  448. <center>{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>{/block:Video}
  449.  
  450. {block:Audio}
  451. {block:PermalinkPage}
  452. {block:AlbumArt}
  453. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;"/>{/block:AlbumArt}
  454. {/block:PermalinkPage}
  455. {AudioPlayerWhite}
  456. {block:IndexPage}
  457. {block:AlbumArt}
  458. <img src="{AlbumArtURL}" align="left" width="50px" height="50px" style="margin-right:5px;"/>{/block:AlbumArt}
  459. {/block:IndexPage}
  460. {block:Caption}
  461. {Caption}
  462. {/block:Caption}
  463. <p>{PlayCountWithLabel}</p>
  464. <br clear="all">
  465. {/block:Audio}
  466.  
  467. {block:Answer}
  468. <div class="askr">
  469. <img src="{AskerPortraitURL-24}" style="float: left; margin-right: 2px;">
  470. {Asker} said: {Question}
  471. </div>
  472. {Answer}
  473. {/block:Answer}
  474.  
  475. {block:PermalinkPage}
  476. <div class="bottomstuff">
  477. <div style="float:right;text-align:right">
  478. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog this</a><br>
  479. {block:RebloggedFrom}
  480. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  481. {/block:RebloggedFrom}
  482. </div>
  483.  
  484. <div style="float:left;text-align:left">
  485. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  486. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  487. </div>
  488. <br clear="all">
  489. </div>
  490.  
  491. {block:PostNotes}
  492. <div class="notes">{PostNotes}</div>
  493. {/block:PostNotes}
  494. {/block:PermalinkPage}
  495.  
  496. </div>
  497. {/block:Posts}
  498.  
  499. <div class="sidebar">
  500. <h4>Welcome!</h4>
  501. {block:IfSidebarImage}<center><a href="/"><img src="{image:Sidebar}" width="150"/></a></center>{/block:IfSidebarImage}
  502. <h5>{Description}</h5>
  503. <h4>Navigation:</h4>
  504. <a href="/" class="site" >Home</A>
  505. <a href="/ask" class="site" >Ask</A>
  506. <a href="/submit" class="site" >submit</A>
  507. {block:IfLink1Name}<a href="{text:link 1 url}" class="site" >{text:link 1 name}</A>{/block:IfLink1Name}
  508. {block:IfLink2Name}<a href="{text:link 2 url}" class="site" >{text:link 2 name}</A>{/block:IfLink2Name}
  509. {block:IfLink3Name}<a href="{text:link 3 url}" class="site" >{text:link 3 name}</A>{/block:IfLink3Name}
  510. {block:IfLink4Name}<a href="{text:link 4 url}" class="site" >{text:link 4 name}</A>{/block:IfLink4Name}
  511. {block:IfLink5Name}<a href="{text:link 5 url}" class="site" >{text:link 5 name}</A>{/block:IfLink5Name}
  512. <a href="http://instantkimchi.tumblr.com/" class="site" >theme</a>
  513. </div>
  514.  
  515. </td>
  516. </tr>
  517. <tr>
  518. <td>
  519. <table width="800px" align="center" cellpadding="0" cellspacing="0";>
  520. <center>
  521. <div class="footer">
  522. <div style="font-family: 'Crushed', serif;">
  523. <font size="8">
  524. {block:Pagination}
  525. {block:PreviousPage}
  526. <a href="{PreviousPage}">&#171;</a>
  527. {/block:PreviousPage}
  528.  
  529. {block:JumpPagination length="10"}
  530. {block:CurrentPage}
  531. <span class="current_page">{PageNumber}</span>
  532. {/block:CurrentPage}
  533.  
  534. {block:JumpPage}
  535. <a class="jump_page" href="{URL}">{PageNumber}</a>
  536. {/block:JumpPage}
  537. {/block:JumpPagination}
  538.  
  539. {block:NextPage}
  540. <a href="{NextPage}">&#187;</a>
  541. {/block:NextPage}
  542. {/block:Pagination}
  543. </font>
  544. </div>
  545. <br>
  546. <a href="http://instantkimchi.tumblr.com">Sweet Delight</a> | Theme By <a href="http://instantkimchi.tumblr.com">InstantKimchi</a>
  547. </center>
  548.  
  549. </div>
  550.  
  551. </td>
  552. </tr>
  553. </table>
  554. </table>
  555.  
  556. </div>
  557. </div>
  558.  
  559. </div>
  560. </div>
  561. </body>
  562. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement