Advertisement
instantkimchi

Nerd Is The New Cool

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