Advertisement
instantkimchi

Shikshin

May 27th, 2011
3,439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.62 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.  
  16. 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
  17. please do not steal or claim any components from this theme
  18.  
  19. Shikshin by
  20. INSTANTKIMCHI.TUMBLR.COM
  21.  
  22. powered by tumblr
  23. TUMBLR.COM
  24. 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
  25.  
  26. -->
  27.  
  28. <head>
  29.  
  30. <title>{TITLE}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34.  
  35. <meta name="image:Background" content="http://static.tumblr.com/cq91gob/4Aillh0j2/259bvcl.png"/>
  36. <meta name="image:Sidebar" content="http://static.tumblr.com/udscnk8/3cMlidizy/untitled-1-1.jpg"/>
  37.  
  38. <meta name="color:Background" content="#eeeeee"/">
  39. <meta name="color:Nav Background" content="#00BEED"/>
  40. <meta name="color:Nav Background Hover" content="#61CFEB"/>
  41. <meta name="color:Text" content="#747373"/>
  42. <meta name="color:Title" content="#666666"/>
  43.  
  44. <meta name="color:Posts" content="#FFFFFF"/>
  45. <meta name="color:Link" content="#61CFEB"/>
  46. <meta name="color:Link Hover" content="#00BEED"/>
  47. <meta name="color:Chat Bg" content="#CEF5FF"/>
  48. <meta name="color:Notes Bg" content="#CEF5FF"/>
  49. <meta name="color:Notes Bg Hover" content="#E4FAFF"/>
  50.  
  51. <meta name="font:Body" content="Helvetica"/>
  52. <meta name="font:Title" 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:Back To Top Button" content="1"/>
  68.  
  69. {block:IfBackToTopButton}<script type="text/javascript" src="http://www.youlovethispage.com/scrolltopcontrol.js"></script>
  70.  
  71. {/block:IfBackToTopButton}
  72.  
  73. <link href="http://fonts.googleapis.com/css?family=Crushed:regular" rel="stylesheet" type="text/css" >
  74. {block:IfEndlessScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  75. {/block:IfEndlessScrolling}
  76.  
  77. <style type="text/css">
  78.  
  79. body {
  80. background-color:{color:Background};
  81. background-image:url({image:Background});
  82. background-repeat:repeat;
  83. background-attachment: fixed;
  84. color:{color:Text};
  85. font-size:10px;
  86. font-family:{font:body};
  87. }
  88.  
  89. a, a:visited, a:active {
  90. color:{color:Link};
  91. text-decoration: none;
  92. transition-duration: 0.3s;
  93. -webkit-transition-duration: 0.3s;
  94. -moz-transition-duration: 0.3s;
  95. -o-transition-duration: 0.3s;
  96. }
  97.  
  98. a:hover {
  99. color:{color:link hover};
  100. text-decoration:none;
  101. }
  102.  
  103.  
  104. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px dotted {color:text};}
  105. blockquote img{display:block;}
  106. blockquote p{padding:0px; margin:0px;}
  107. blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  108.  
  109. a.nav:link, a.nav:active, a.nav:visited {
  110. background-color: {color:Nav Background};
  111. color: #FFFFFF;
  112. font-family:{font:title};
  113. font-size: 22px;
  114. text-transform: lowercase;
  115. text-align: center;
  116. padding-top: 60px;
  117. padding-bottom:10px;
  118. display:block;
  119. }
  120.  
  121. a.nav:hover {
  122. background-color: {color:Nav Background Hover};
  123. }
  124.  
  125. a.title {
  126. font-family:{font:title};
  127. font-weight: normal;
  128. font-size:25px;
  129. text-transform:capitalize;
  130. line-height:100%;
  131. letter-spacing:-2px;
  132. display:block;
  133. text-align:right;
  134. }
  135.  
  136. .sidebar {
  137. position: absolute;
  138. top: 100px;
  139. left: 300px;
  140. width: 250px;
  141. padding: 10px;
  142. padding-top: 15px;
  143. background-color:{Color:Posts};
  144. }
  145.  
  146. .header{
  147. position: absolute;
  148. top:-1px;
  149. left: 300px;
  150. width:795px;
  151. }
  152.  
  153. img {
  154. {block:IfEnableImageOpacity}
  155. filter: alpha (opacity=1.0);
  156. opacity: 1.0;
  157. transition: opacity 0.5s;
  158. -moz-transition: opacity 0.5s;
  159. -webkit-transition: opacity 0.5s;
  160. -o-transition: opacity 0.5s;
  161. {/block:IfEnableImageOpacity}
  162. cursor: crosshair;
  163. }
  164.  
  165. img:hover {
  166. {block:IfEnableImageOpacity}
  167. filter: alpha (opacity=85);
  168. opacity: 0.85;
  169. {/block:IfEnableImageOpacity}
  170. cursor: crosshair;
  171. }
  172.  
  173. .content {
  174. position: absolute;
  175. top: 100px;
  176. left: 575px;
  177. width: 500px;
  178. background-color:{Color:Posts};
  179. padding:10px 10px 30px 10px ;
  180. }
  181.  
  182. .post{
  183. width: 500px;
  184. }
  185.  
  186. a.link{
  187. text-decoration:underline
  188. }
  189.  
  190. h6 {
  191. margin-top:4px;
  192. margin-bottom:1px;
  193. font-size:18px;
  194. color:{color:link};
  195. text-transform:uppercase;
  196. line-height:1px;
  197. display: block;
  198. }
  199.  
  200. h4 {
  201. margin-top:4px;
  202. margin-bottom:9px;
  203. font-size:20px;
  204. color:{color:Title};
  205. text-transform:uppercase;
  206. line-height:20px;
  207. border-bottom:1px dashed #A3A3A3
  208. }
  209.  
  210. h3 {
  211. margin-top:10px;
  212. margin-bottom:5px;
  213. font-size:28px;
  214. font-weight:normal;
  215. font-family:{font:title};
  216. color:{color:Title};
  217. text-transform:none;
  218. line-height:23px;
  219. letter-spacing:-2px;
  220. }
  221.  
  222. .next {
  223. font-family:{font:title};
  224. position:fixed;
  225. bottom:0px;
  226. left: 1100px;
  227. }
  228.  
  229. .back {
  230. font-family:{font:title};
  231. position:fixed;
  232. bottom:0px;
  233. left: 550px;
  234. }
  235.  
  236. .bottomstuff {
  237. font-family: 'Crushed', serif;
  238. text-transform: uppercase;
  239. font-size:9px;
  240. border-bottom:1px dashed #DEDEDE;
  241. padding-top:2px;
  242. margin-top:10px;
  243. margin-bottom:2px;
  244. letter-spacing: 1px;
  245. }
  246.  
  247. .chat {
  248. padding:0px
  249. }
  250.  
  251. .chat li {
  252. padding: 5px;
  253. list-style-type: none;
  254. }
  255.  
  256. .chat li:nth-child(odd) {
  257. background:{color:Chat Bg};
  258. }
  259.  
  260. .notes ol {
  261. list-style-type: none;
  262. padding: 0;
  263. }
  264.  
  265. img.avatar {
  266. margin-right:5px;
  267. display:block;
  268. float:left;
  269. }
  270.  
  271. .notes li {
  272. padding: 5px}
  273.  
  274. .notes li:nth-child(odd) {
  275. background:{color:Notes Bg}}
  276.  
  277. .notes li:hover {
  278. background:{color:Notes Bg Hover}}
  279.  
  280. .derp {
  281. font-family:{font:title};
  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!important;
  293. letter-spacing: -1px;
  294. }
  295.  
  296. .block{
  297. display:block;
  298. position:fixed;
  299. z-index:1;
  300. background-color:{color:Nav Background};
  301. padding: 7px 10px;
  302. }
  303.  
  304. .bottom{
  305. position:fixed;
  306. bottom:0px;
  307. left:575px;
  308. width:500px;
  309. height:11px;
  310. }
  311.  
  312.  
  313. a.white:link, a.white:active, a.white:visited {
  314. font-family:{font:title};
  315. color: #fff;
  316. }
  317.  
  318. a.white:hover {
  319. color:#eee;
  320. }
  321.  
  322. {CustomCSS}
  323. </head>
  324. </style>
  325. </head>
  326.  
  327. <body>
  328.  
  329. <div class="sidebar">
  330. <a href="/" class="title">{Title}</a>
  331. {block:IfSidebarImage}
  332. <center>
  333. <a href="/">
  334. <img src="{image:Sidebar}" width="250"/>
  335. </a>
  336. </center>
  337. {/block:IfSidebarImage}
  338. {Description}
  339. </div>
  340. </div>
  341.  
  342. <div class="header">
  343. <table width="100%" cellspacing="0px">
  344. <td><a href="/" class="nav">Home</a></td>
  345. <td><a href="/archive" class="nav">Archive</a></td>
  346. {block:AskEnabled}<td><a href="/ask" class="nav">Ask</a></td>{/block:AskEnabled}
  347. {block:SubmissionsEnabled}<td><a href="/submit" class="nav">submit</a></td>{block:SubmissionsEnabled}
  348. {block:IfLink1Name}<td><a href="{text:link 1 url}" class="nav">{text:link 1 name}</a></td>{/block:IfLink1Name}
  349. {block:IfLink2Name}<td><a href="{text:link 2 url}" class="nav">{text:link 2 name}</a></td>{/block:IfLink2Name}
  350. {block:IfLink3Name}<td><a href="{text:link 3 url}" class="nav">{text:link 3 name}</a></td>{/block:IfLink3Name}
  351. {block:IfLink4Name}<td><a href="{text:link 4 url}" class="nav">{text:link 4 name}</a></td>{/block:IfLink4Name}
  352. {block:IfLink5Name}<td><a href="{text:link 5 url}" class="nav">{text:link 5 name}</a></td>{/block:IfLink5Name}
  353. <td><a href="http://instantkimchi.tumblr.com/" class="nav">theme</a></td>
  354. </table>
  355. </div>
  356.  
  357. <div class="block bottom">
  358. <center>
  359. <div style="color:#ffffff"> <a href="http://instantkimchi.tumblr.com/" class="white"> Shikshin </a> | Theme by <a href="http://instantkimchi.tumblr.com/" class="white">InstantKimchi</a>.</center></div>
  360. </div>
  361.  
  362. <div class="content">
  363.  
  364. {block:TagPage}
  365. <div class="derp">
  366. <center>Posts tagged as "<a href="{TagURL}">{Tag}</a>"</center>
  367. </div>
  368. {/block:TagPage}
  369.  
  370. {block:Posts}
  371. <div class="post">
  372.  
  373. {block:Text}
  374. {block:Title}
  375. <h3>
  376. <a href="{Permalink}">{Title}</a>
  377. </h3>
  378. {/block:Title}
  379. {Body}
  380. {/block:Text}
  381.  
  382. {block:Photo}
  383. {LinkOpenTag}
  384. <center>
  385. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">
  386. </center>
  387. {LinkCloseTag}
  388. {block:Caption}
  389. {Caption}
  390. {/block:Caption}
  391. {/block:Photo}
  392.  
  393. {block:Photoset}
  394. <center>
  395. {Photoset-500}
  396. </center>
  397. {block:Caption}
  398. {Caption}
  399. {/block:Caption}
  400. {/block:Photoset}
  401.  
  402. {block:Quote}
  403. <h3>
  404. "{Quote}"
  405. </h3>
  406. {block:Source}
  407. -{Source}<br>
  408. {/block:Source}
  409. {/block:Quote}
  410.  
  411. {block:Link}
  412. <h3><a href="{URL}" class="link" {Target}> {Name} >> </a></h3>
  413. {block:Description}
  414. {Description}
  415. {/block:Description}
  416. {/block:Link}
  417.  
  418. {block:Chat}
  419. {block:Title}
  420. <h3><a href="{Permalink}">{Title}</a></h3>
  421. {/block:Title}
  422. <ul class="chat">
  423. {block:Lines}
  424. <li class="{Alt} user_{UserNumber}">
  425. {block:Label}
  426. <strong>{Label}</strong>
  427. {/block:Label}
  428. {Line}</li>
  429. {/block:Lines}</ul>
  430. {/block:Chat}
  431.  
  432. {block:Video}
  433. <center>{Video-500}</center>
  434. {block:Caption}
  435. {Caption}
  436. {/block:Caption}
  437. {/block:Video}
  438.  
  439. {block:Audio}
  440. {block:AlbumArt}
  441. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px;"/>{/block:AlbumArt}
  442. {AudioPlayerWhite}
  443. {block:Caption}
  444. {Caption}
  445. {/block:Caption}
  446. <p>{PlayCountWithLabel}</p>
  447. <br clear="all">
  448. {/block:Audio}
  449.  
  450.  
  451. {block:Answer}
  452. <div class="askr">
  453. <img src="{AskerPortraitURL-24}" style="float: left; margin-right: 2px;">
  454. {Asker} said: {Question}
  455. </div>
  456. {Answer}
  457. {/block:Answer}
  458.  
  459. <div class="bottomstuff">
  460. <div style="float:right;text-align:right">
  461. {block:RebloggedFrom}
  462. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
  463. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog this</a>
  464. </div>
  465.  
  466. <div style="float:left;text-align:left">
  467. {block:HasTags}Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  468. {block:Date}<br> Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  469. </div>
  470. <br clear="all">
  471. </div>
  472.  
  473. {block:PermalinkPage}
  474. {block:PostNotes}
  475. <div class="notes">{PostNotes}</div>
  476. {/block:PostNotes}
  477. {/block:PermalinkPage}
  478. </div>
  479. {/block:Posts}
  480. </div>
  481.  
  482. <div class="next">
  483. {block:Pagination}
  484. {block:NextPage}
  485. <font size="33">
  486. <a href="{NextPage}" title="older posts" class="page_link">
  487. &#187;</a>
  488. </font>
  489. {/block:NextPage}
  490. {/block:Pagination}
  491. </div>
  492.  
  493. <div class="back">
  494. {block:Pagination}
  495. {block:PreviousPage}
  496. <font size="33">
  497. <a href="{PreviousPage}" title="newer posts" class="page_link">
  498. &#171;</a>
  499. </font>
  500. {/block:PreviousPage}
  501. {/block:Pagination}
  502. </div>
  503.  
  504.  
  505. </body>
  506. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement