Advertisement
instantkimchi

Visual Dreams

May 28th, 2011
5,328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.12 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. Visual Dreams 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. <head>
  28. <title>{TITLE}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32.  
  33.  
  34. <meta name="image:Background" content="http://static.tumblr.com/cq91gob/THOllh0jx/zxx.png"/>
  35. <meta name="image:Sidebar" content="http://27.media.tumblr.com/tumblr_liw7rnrDRh1qf09kzo1_400.png"/>
  36.  
  37. <meta name="color:Background" content="#FFFFFF"/">
  38. <meta name="color:Nav Background" content="#3DCCF0"/>
  39. <meta name="color:Nav Background Hover" content="#00BEEE"/>
  40. <meta name="color:Text" content="#747373"/>
  41. <meta name="color:Title" content="#666666"/>
  42. <meta name="color:Posts" content="#FFFFFF"/>
  43. <meta name="color:Link" content="#00CCFF"/>
  44. <meta name="color:Link Hover" content="#6BD5FF"/>
  45. <meta name="color:Chat Bg" content="#E7F8FF"/>
  46. <meta name="color:Notes Bg" content="#E7F8FF"/>
  47. <meta name="color:Notes Bg Hover" content="#CCF0FF"/>
  48. <meta name="color:Big Title" content="#00B8FF"/>
  49. <meta name="color:Big Title Hover" content="#2994D3"/>
  50.  
  51. <meta name="font:Body" content="Lucida Sans"/>
  52.  
  53. <meta name="text:Link 1 Name" content="link 1"/>
  54. <meta name="text:Link 1 URL" content=""/>
  55. <meta name="text:Link 2 Name" content="link 2"/>
  56. <meta name="text:Link 2 URL" content=""/>
  57. <meta name="text:Link 3 Name" content="link 3"/>
  58. <meta name="text:Link 3 URL" content=""/>
  59. <meta name="text:Link 4 Name" content="link 4"/>
  60. <meta name="text:Link 4 URL" content=""/>
  61. <meta name="text:Link 5 Name" content="link 5"/>
  62. <meta name="text:Link 5 URL" content=""/>
  63.  
  64. <meta name="if:Enable Image Opacity" content="1"/>
  65. <meta name="if:Endless Scrolling" content="0"/>
  66. <meta name="if:Disable Right Click" content="0"/>
  67. <meta name="if:Fixed Sidebar" content="0"/>
  68.  
  69. {block:IfEndlessScrolling}
  70. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  71. {/block:IfEndlessScrolling}
  72.  
  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=Walter+Turncoat:regular" rel="stylesheet" type="text/css" >
  96. <link href="http://fonts.googleapis.com/css?family=Crushed:regular" rel="stylesheet" type="text/css" >
  97.  
  98. <style type="text/css">
  99.  
  100. body {
  101. background-color:{color:Background};
  102. background-image:url({image:Background});
  103. background-repeat:repeat;
  104. background-attachment: fixed;
  105. color:{color:Text};
  106. font-size:10px;
  107. font-family:{font:body};
  108. }
  109.  
  110. a, a:visited, a:active {
  111. color:{color:Link};
  112. text-decoration: none;
  113. transition-duration: 0.3s;
  114. -webkit-transition-duration: 0.3s;
  115. -moz-transition-duration: 0.3s;
  116. -o-transition-duration: 0.3s;
  117. }
  118.  
  119. a:hover {
  120. color:{color:link hover};
  121. text-decoration:none;
  122. }
  123.  
  124. .header{
  125. position:absolute;
  126. z-index:-1;
  127. margin-top:-26px;
  128. margin-left:10px;
  129. height:1000px;
  130. }
  131.  
  132. a.navi{
  133. background-color: {color:Nav Background};
  134. color: #FFFFFF;
  135. font: {font:Body};
  136. font-size: 16px;
  137. text-transform: uppercase;
  138. text-align: center;
  139. padding: 18px 30px;
  140. margin: 0px 0px;
  141. -moz-border-radius:10px;
  142. border-radius:10px;
  143. }
  144.  
  145. a.navi:hover{
  146. background-color: {color:Nav Background Hover};
  147. padding: 25px 30px;
  148. }
  149.  
  150. a.site{
  151. font-family: 'Walter Turncoat', serif;
  152. color:{color:link};
  153. font-size: 13px;
  154. text-transform: capitalize;
  155. text-align: center;
  156. padding: 2px 0px;
  157. display:block;
  158. border-bottom:1px dashed #a3a3a3;
  159. }
  160.  
  161. a.site:hover {
  162. color:#fff;
  163. background-color:{color:link hover};
  164. }
  165.  
  166. a.title{
  167. font-family: 'Walter Turncoat', serif;
  168. color:{color:Big Title};
  169. font-size:20px;
  170. text-transform:capitalize;
  171. line-height:100%;
  172. letter-spacing:1px;
  173. font-weight:normal;
  174. margin-top:-100px;
  175. }
  176.  
  177. a.title:hover {
  178. color:{color:Big Title Hover};
  179. }
  180.  
  181. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px dotted {color:text};}
  182. blockquote img{display:block;}
  183. blockquote p{padding:0px; margin:0px;}
  184. blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  185.  
  186.  
  187. a.link{
  188. text-decoration:underline
  189. }
  190.  
  191. img {
  192. max-width:500px !important;
  193. border: 0px !important;
  194. {block:IfEnableImageOpacity}
  195. opacity: 0.9;
  196. filter:alpha(opacity=90);
  197. transition: opacity 0.5s;
  198. -moz-transition: opacity 0.5s;
  199. -webkit-transition: opacity 0.5s;
  200. -o-transition: opacity 0.5s;
  201. {/block:IfEnableImageOpacity}
  202. cursor: crosshair;
  203. }
  204.  
  205. img:hover {
  206. {block:IfEnableImageOpacity}
  207. opacity:1;
  208. filter:alpha(opacity=100);
  209. {/block:IfEnableImageOpacity}
  210. cursor: crosshair;
  211. }
  212.  
  213. .content {
  214. position: absolute;
  215. top: 60px;
  216. right: 455px;
  217. }
  218.  
  219. .post{
  220. padding:10px;
  221. width: 500px;
  222. margin-bottom:10px;
  223. background-color:{Color:Posts};
  224. -moz-border-radius:10px;
  225. border-radius:10px;
  226. border:1px solid #eeeeee;
  227. }
  228.  
  229. .sidebar {
  230. padding: 10px;
  231. background-color:{Color:Posts};
  232. -moz-border-radius:10px;
  233. border-radius:10px;
  234. border:1px solid #eeeeee;
  235. }
  236.  
  237. .sidebarcontent {
  238. {block:IfNotFixedSidebar}
  239. position: absolute;
  240. {block:IfNotFixedSidebar}
  241. {block:IfFixedSidebar}
  242. position: fixed;
  243. {/block:IfFixedSidebar}
  244. top: 50px;
  245. right: 215px;
  246. width: 220px;
  247. padding: 10px;
  248. -moz-border-radius:10px;
  249. border-radius:10px;
  250. }
  251.  
  252. h4 {
  253. font-family: 'Walter Turncoat', serif;
  254. margin-top:2px;
  255. margin-bottom:0px;
  256. font-size:14px;
  257. color:{color:Title};
  258. text-transform:uppercase;
  259. line-height:20px;
  260. border-bottom:1px dashed #A3A3A3;
  261. }
  262.  
  263. h3 {
  264. font-family: 'Walter Turncoat', serif;
  265. margin-top:10px;
  266. margin-bottom:10px;
  267. font-size:28px;
  268. font-weight:normal;
  269. color:{color:Title};
  270. text-transform:none;
  271. line-height:23px;
  272. letter-spacing:-2px;
  273. }
  274.  
  275. .chat {
  276. padding:0px
  277. }
  278.  
  279. .chat li {
  280. padding: 5px;
  281. list-style-type: none;
  282. }
  283.  
  284. .chat li:nth-child(odd) {
  285. background:{color:Chat Bg};
  286. }
  287.  
  288. .notes ol {
  289. list-style-type: none;
  290. padding: 0;
  291. }
  292.  
  293. img.avatar {
  294. margin-right:5px;
  295. display:block;
  296. float:left;
  297. }
  298.  
  299. .notes li {
  300. padding: 5px}
  301.  
  302. .notes li:nth-child(odd) {
  303. background:{color:Notes Bg}}
  304.  
  305. .notes li:hover {
  306. background:{color:Notes Bg Hover}}
  307.  
  308. .tags {
  309. padding:10px;
  310. width: 500px;
  311. margin-bottom:10px;
  312. background-color:{Color:Posts};
  313. -moz-border-radius:10px;
  314. border-radius:10px;
  315. border:1px solid #eeeeee;
  316. }
  317.  
  318. .derp {
  319. font-family: 'Walter Turncoat', serif;
  320. font-size: 15px;
  321. text-transform: capitalize;
  322. text-decoration: none;
  323. letter-spacing: 1px;
  324. border-bottom:1px dotted #eee;
  325. }
  326.  
  327. .askr{
  328. background:{color:Notes Bg};
  329. padding:5px;
  330. font-size: 19px!important;
  331. letter-spacing: -1px;
  332. -moz-border-radius:5px;
  333. border-radius:5px;
  334. }
  335.  
  336. .bottomstuff {
  337. font-family: 'Crushed', serif;
  338. text-transform: uppercase;
  339. font-size:9px;
  340. border-top:1px dashed #CCCCCC;
  341. padding-top:2px;
  342. margin-top:2px;
  343. letter-spacing: 1px;
  344. }
  345.  
  346. .footer {
  347. font-family: Trebuchet Ms;
  348. font-size:7pt;
  349. letter-spacing: 1px;
  350. text-align: center;
  351. text-transform: uppercase;
  352. padding:10px;
  353. width: 500px;
  354. margin-bottom:10px;
  355. background-color:{Color:Posts};
  356. -moz-border-radius:10px;
  357. border-radius:10px;
  358. border:1px solid #eeeeee;
  359. }
  360.  
  361. {CustomCSS}
  362. </style>
  363. </head>
  364.  
  365. <body>
  366.  
  367. <div class="sidebarcontent">
  368. <center><a href="/" class="title">{Title}</a></center>
  369. <div class="sidebar">
  370. {block:IfSidebarImage}
  371. <center><a href="/"><img src="{image:Sidebar}" width="200"/></a></center>{/block:IfSidebarImage}
  372. {Description}
  373. <h4>My Links:</h4>
  374. {block:IfLink1Name}<a href="{text:link 1 url}" class="site">{text:link 1 name}</a>{/block:IfLink1Name}
  375. {block:IfLink2Name}<a href="{text:link 2 url}" class="site">{text:link 2 name}</a>{/block:IfLink2Name}
  376. {block:IfLink3Name}<a href="{text:link 3 url}" class="site">{text:link 3 name}</a>{/block:IfLink3Name}
  377. {block:IfLink4Name}<a href="{text:link 4 url}" class="site">{text:link 4 name}</a>{/block:IfLink4Name}
  378. {block:IfLink5Name}<a href="{text:link 5 url}" class="site">{text:link 5 name}</a>{/block:IfLink5Name}
  379. <a href="http://instantkimchi.tumblr.com/" class="site" id="moar">Theme</a>
  380.  
  381. </div>
  382. </div>
  383.  
  384. <div class="content">
  385.  
  386. <div class="header">
  387. <a href="/" class="navi">Home</a>
  388. <a href="/archive" class="navi">Archive</a>
  389. {block:AskEnabled} <a href="/ask" class="navi">Ask</a>{/block:AskEnabled}
  390. {block:SubmissionsEnabled}
  391. <a href="/submit" class="navi">Submit</a>
  392. {/block:SubmissionsEnabled}
  393. </div>
  394.  
  395. {block:TagPage}
  396. <div class="tags">
  397. <div class="derp">
  398. <center>Posts tagged as "<a href="{TagURL}">{Tag}</a>"</center></div>
  399. </div>
  400. {/block:TagPage}
  401.  
  402. <table border="0" cellspacing="0px" cellpadding="0px">
  403. <tr>
  404. <td>
  405. {block:Posts}
  406. <div class="post">
  407.  
  408. {block:Text}
  409. {block:Title}
  410. <h3><a href="{Permalink}">{Title}</a></h3>
  411. {/block:Title}
  412. {Body}
  413. {/block:Text}
  414.  
  415. {block:Photo}
  416. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></center>{LinkCloseTag}
  417. {block:Caption}
  418. {Caption}
  419. {/block:Caption}
  420. {/block:Photo}
  421.  
  422. {block:Photoset}
  423. <center>{Photoset-500}</center>
  424. {block:Caption}
  425. {Caption}
  426. {/block:Caption}
  427. {/block:Photoset}
  428.  
  429. {block:Quote}
  430. <h3>"{Quote}"</h3>
  431. {block:Source}
  432. <div style="text-align:right"> -{Source}<br></div>
  433. {/block:Source}
  434. {/block:Quote}
  435.  
  436. {block:Link}
  437. <h3><a href="{URL}" class="link" {Target}> {Name} >> </a></h3>
  438. {block:Description}
  439. {Description}
  440. {/block:Description}
  441. {/block:Link}
  442.  
  443. {block:Chat}
  444. {block:Title}
  445. <h3><a href="{Permalink}">{Title}</a></h3>
  446. {/block:Title}
  447. <ul class="chat">
  448. {block:Lines}
  449. <li class="{Alt} user_{UserNumber}">
  450. {block:Label}
  451. <strong>{Label}</strong>
  452. {/block:Label}
  453. {Line}</li>
  454. {/block:Lines}</ul>
  455. {/block:Chat}
  456.  
  457. {block:Video}
  458. <center>{Video-500}</center>
  459. {block:Caption}
  460. {Caption}
  461. {/block:Caption}
  462. {/block:Video}
  463.  
  464. {block:Audio}
  465. {block:AlbumArt}
  466. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;"/>{/block:AlbumArt}
  467. {AudioPlayerWhite}
  468. {block:Caption}
  469. {Caption}
  470. {/block:Caption}
  471. <p>{PlayCountWithLabel}</p>
  472. <br clear="all">
  473. {/block:Audio}
  474.  
  475. {block:Answer}
  476. <div class="askr">
  477. <img src="{AskerPortraitURL-24}" style="float: left; margin-right: 2px;">
  478. {Asker} said: {Question}
  479. </div>
  480. {Answer}
  481. {/block:Answer}
  482.  
  483. <div class="bottomstuff">
  484. <div style="float:right;text-align:right">
  485. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog this</a><br>
  486. {block:RebloggedFrom}
  487. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  488. {/block:RebloggedFrom}
  489. </div>
  490.  
  491. <div style="float:left;text-align:left">
  492. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  493. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  494. </div>
  495. <br clear="all">
  496. </div>
  497.  
  498. {block:PermalinkPage}
  499. {block:PostNotes}
  500. <div class="notes">{PostNotes}</div>
  501. {/block:PostNotes}
  502. {/block:PermalinkPage}
  503.  
  504. </div>
  505. {/block:Posts}
  506. </td>
  507. </tr>
  508. <tr>
  509. <td>
  510.  
  511. <div class="footer">
  512.  
  513. {block:Pagination}
  514. <font size="6">
  515. {block:PreviousPage}
  516. <a href="{PreviousPage}">&#171;</a>
  517. {/block:PreviousPage}
  518. {block:JumpPagination length="6"}
  519. {block:CurrentPage}
  520. <span class="current_page">{PageNumber}</span>
  521. {/block:CurrentPage}
  522. {block:JumpPage}
  523. <a class="jump_page" href="{URL}">{PageNumber}</a>
  524. {/block:JumpPage}
  525. {/block:JumpPagination}
  526. {block:NextPage}
  527. <a href="{NextPage}">&#187;</a>
  528. {/block:NextPage}
  529. </font>
  530. <div style="border-bottom:1px dashed #ccc;margin: 6px 0px"></div>
  531. {/block:Pagination}
  532.  
  533. <a href="http://instantkimchi.tumblr.com">Visual Dreams</a> | Theme By <a href="http://instantkimchi.tumblr.com">InstantKimchi</a>
  534.  
  535. </div>
  536.  
  537. </td>
  538. </tr>
  539. </table>
  540.  
  541. </center>
  542. </div>
  543. </body>
  544. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement