Advertisement
okesan

boykon june theme

Feb 16th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.65 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9.  
  10. #13 by selkas
  11. http://selkas.tumblr.com
  12.  
  13.  
  14.  
  15.  
  16. notes:
  17.  
  18.  
  19. * clicking on the title opens the menu panel, so you
  20. need to enter a title or the theme will not work
  21.  
  22. * you may not be able to view the menu panel on the
  23. customize page but it should work on your blog;
  24. same with clicking photosets
  25.  
  26. * 250px is the only post width when 'one column' is
  27. unchecked; in that case the post width you enter
  28. will be the one used on the permalink page
  29.  
  30. * infinite scrolling will not work with this theme
  31. because of the way the posts are contained
  32.  
  33.  
  34. -->
  35.  
  36.  
  37. <title>{Title}</title>
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  39. <link rel="shortcut icon" href="http://fc05.deviantart.net/fs70/f/2011/235/b/4/peach_bullet_by_autumnhoney-d47ktp3.png"/>
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <!-- external css --><link rel="stylesheet" type="text/css" href="http://static.tumblr.com/qudkd6d/IGsnd9epp/13.css"/>
  42. <meta name="image:background" content="http://static.tumblr.com/631a73a25a5b08210c5f8550aa130f5c/qudkd6d/QQ2n9s9v9/tumblr_static_bkypsnu34u0wswgg0osk0kc8g.png"/>
  43. <meta name="color:background" content="#ffffff"/>
  44. <meta name="color:page border" content="#ffffff"/>
  45. <meta name="color:post bg" content="#fbfbfb"/>
  46. <meta name="color:post border" content="#ffffff"/>
  47. <meta name="color:title" content="#b6ead9"/>
  48. <meta name="color:title shadow" content="#fff6a5"/>
  49.  
  50.  
  51. <meta name="color:text" content="#adadad"/>
  52. <meta name="color:linkbg" content="#adadad"/>
  53. <meta name="color:link border" content="#fed5be"/>
  54. <meta name="color:link border hover" content="#adb8d4"/>
  55. <meta name="color:permalink text" content="#adadad"/>
  56. <meta name="color:permalink bg" content="#fff9c5"/>
  57. <meta name="color:tags" content="#adadad"/>
  58. <meta name="color:pages" content="#9ce2cb"/>
  59. <meta name="color:pages shadow" content="#fff9c5"/>
  60. <meta name="color:scrollbar" content="#8f9ec3"/>
  61. <meta name="color:selection" content="#fed5be"/>
  62. <meta name="if:one column" content="1"/>
  63. <meta name="if:show captions" content="1"/>
  64. <meta name="if:show tags" content="1"/>
  65. <meta name="if:letter spacing" content="1"/>
  66. <meta name="if:uppercase" content="0"/>
  67. <meta name="if:tile background" content="1"/>
  68. <meta name="text:post size" content="400"/>
  69. <meta name="text:font size" content=""/>
  70. <meta name="text:font family" content=""/>
  71. <meta name="text:home link" content="refresh"/>
  72. <meta name="text:archive link" content="archive"/>
  73. <meta name="text:ask link" content="contact"/>
  74. <meta name="text:link 1" content=""/>
  75. <meta name="text:link 1 url" content=""/>
  76. <meta name="text:link 2" content=""/>
  77. <meta name="text:link 2 url" content=""/>
  78. <meta name="text:link 3" content=""/>
  79. <meta name="text:link 3 url" content=""/>
  80. <meta name="text:link 4" content=""/>
  81. <meta name="text:link 4 url" content=""/>
  82. <meta name="text:link 5" content=""/>
  83. <meta name="text:link 5 url" content=""/>
  84. <meta name="text:link 6" content=""/>
  85. <meta name="text:link 6 url" content=""/>
  86.  
  87. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  88. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  89.  
  90. <style type="text/css">
  91. ::selection {
  92. background-color:{color:selection};
  93. }
  94. ::-webkit-scrollbar-thumb {
  95. background-color:{color:scrollbar};
  96. }
  97.  
  98. #s-m-t-tooltip {
  99. display:block;
  100. background:#fff;
  101. font-size:8px;
  102. font-family:calibri;
  103. letter-spacing:1px;
  104. line-height:100%;
  105. color:{color:text};
  106. border:1px solid #fff;
  107. border-radius:5px;
  108. text-align:center;
  109. margin-left:18px;
  110. padding:4px;
  111. min-width:40px;
  112. max-width:200px;
  113. z-index:99999;
  114. }
  115.  
  116.  
  117.  
  118. /*IMAGE OPACITY*/
  119.  
  120.  
  121. img {
  122. opacity: .9;
  123. -webkit-transition: all 0.6s ease-out;
  124. -moz-transition: all 0.6s ease-out;
  125. transition: all 0.6s ease-out;
  126. -webkit-filter:grayscale(0%);
  127. -moz-filter:grayscale(0%);
  128. -ms-filter:grayscale(0%);
  129. -o-filter:grayscale(0%);
  130. filter:grayscale(0%);}
  131.  
  132. img:hover {
  133. opacity: 1;
  134. -webkit-transition: all 0.6s ease-out;
  135. -moz-transition: all 0.6s ease-out;
  136. transition: all 0.6s ease-out;}
  137.  
  138. iframe.photoset {
  139. opacity: .9;
  140. -webkit-transition: all 0.6s ease-out;
  141. -moz-transition: all 0.6s ease-out;
  142. transition: all 0.6s ease-out;
  143. -webkit-filter:grayscale(0%);
  144. -moz-filter:grayscale(0%);
  145. -ms-filter:grayscale(0%);
  146. -o-filter:grayscale(0%);
  147. filter:grayscale(0%);}
  148. }
  149. iframe.photoset:hover {
  150. opacity:1;
  151. -webkit-transition: all 0.6s ease-out;
  152. -moz-transition: all 0.6s ease-out;
  153. transition: all 0.6s ease-out;
  154. }
  155.  
  156.  
  157.  
  158.  
  159. .posteu img:hover, .posteu a img:hover, .photoset:hover {
  160. opacity:1;
  161. -webkit-transition: all 0.4s ease-out;
  162. -moz-transition: all 0.4s ease-out;
  163. transition: all 0.4s ease-out;
  164. }
  165.  
  166.  
  167. #icon {margin-top:70px;
  168. margin-left:90px;
  169. position:fixed;
  170. top:25px;
  171. z-index:900px;
  172. opacity:0.8;
  173. }
  174.  
  175. #icon img {
  176. height:120px;
  177.  
  178. }
  179.  
  180. #desc{
  181. text-align:center;
  182. width:200px;
  183. font-family:calibri;
  184. letter-spacing:2px;
  185. word-spacing:1px;
  186. font-style:oblique;
  187. font-size:9px;
  188. position:fixed;
  189. margin-left:60px;
  190. margin-top:220px;
  191. z-index:900px;
  192. }
  193.  
  194. #links {
  195.  
  196.  
  197. margin-left:-12px;
  198. margin-top:10px;
  199. line-height:14px;
  200. text-transform:lowercase;
  201. position:fixed;
  202. font-style:normal;
  203. font-family:calibri;
  204.  
  205. letter-spacing:2px;
  206. word-spacing:2px;
  207. font-size:9px;
  208.  
  209. }
  210.  
  211.  
  212. #links a {
  213. margin-right:5px;
  214. display:inline-block;
  215. margin-bottom:10px;
  216. background-color:{color:linkbg};
  217. padding:1px 1px 1px 3px;
  218.  
  219.  
  220. }
  221.  
  222.  
  223. body {
  224. background-color:{color:page border};
  225. color:{color:text};
  226. letter-spacing:2px;
  227. word-spacing:2px;
  228. font-family:{text:font family}, arial, sans-serif;
  229. font-size:{text:font size}px;
  230. {block:ifUppercase}text-transform:uppercase;{/block:ifUppercase}
  231. {block:ifLetterSpacing}letter-spacing:1px;{/block:ifLetterSpacing}
  232. }
  233.  
  234. #main {
  235. background-color:{color:background};
  236. {block:ifBackgroundImage}background-image:url('{image:background}');
  237. background-attachment:fixed;
  238. {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}{/block:ifBackgroundImage}
  239. }
  240. #menu {
  241. background-color:{color:background};
  242. {block:ifBackgroundImage}background-image:url('{image:background}');
  243. background-attachment:fixed;
  244. {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}{/block:ifBackgroundImage}
  245. }
  246. #menu .box {
  247. border:3px solid {color:post border};
  248. background-color:{color:post bg};
  249. }
  250. #menu .box h1 {
  251. background-color:{color:post bg};
  252. border-bottom:3px solid {color:post border};
  253. }
  254. #menu .links a {
  255. border-bottom:1px solid {color:link border};
  256. }
  257. #menu .links a:hover {
  258. border-color:{color:link border hover};
  259. }
  260. #top {
  261. color:{color:title};
  262. text-shadow:2px 2px 0px {color:title shadow};
  263. }
  264.  
  265.  
  266.  
  267. #content {
  268. width:{text:post size}px;
  269. {block:IndexPage}{block:ifNotOneColumn}
  270. width:818px;
  271. max-width:none;
  272. padding:50px 0px 50px 50px;{/block:ifNotOneColumn}{/block:IndexPage}
  273. }
  274. .entry {
  275.  
  276. {block:IndexPage}
  277. margin-bottom:0px;
  278. margin-top:0px;
  279. {block:ifNotOneColumn}
  280. margin-bottom:70px;
  281. margin-top:0px;
  282. margin-left:90px;
  283. float:left;
  284. width:260px;{/block:ifNotOneColumn}{/block:IndexPage}
  285. }
  286. .post {
  287. padding:7px;
  288. background-image: -o-linear-gradient(bottom, #fffdf3 0%, #fef9ff 45%, #f7f8ff 100%);
  289. background-image: -moz-linear-gradient(bottom, #fffdf3 0%, #fef9ff 45%, #f7f8ff 100%);
  290. background-image: -webkit-linear-gradient(bottom, #fffdf3 0%, #fef9ff 45%, #f7f8ff 100%);
  291. background-image: -ms-linear-gradient(bottom, #fffdf3 0%, #fef9ff 45%, #f7f8ff 100%);
  292. background-image: linear-gradient(to bottom, #fffdf3 0%, #fef9ff 45%, #f7f8ff 100%);
  293.  
  294. }
  295. .post a {
  296. border-bottom:1px solid {color:link border};
  297. }
  298. .post a:hover {
  299. border-color:{color:link border hover};
  300. }
  301. .date .bg {
  302. background-color:{color:post border};
  303. }
  304. .date .permalink {
  305.  
  306. color:{color:permalink text};
  307. background-color:{color:permalink bg};
  308. }
  309. .tagged {
  310. color:{color:tags};
  311. text-transform:none;
  312. background-color:{color:post border};
  313. {block:IndexPage}opacity:0;
  314. position:absolute;
  315. {block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
  316. }
  317. .post > h1,
  318. .question,
  319. .quote,
  320. .caption,
  321. .body,
  322. .source,
  323. .notes ol {
  324. background-color:transparent;
  325. }
  326. .caption {
  327. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  328. }
  329. .pagination > * {
  330. font-size:19px;
  331. color:{color:pages};
  332. text-shadow:1px 1px 0px {color:pages shadow};
  333. }
  334. .pagination .current {
  335. color:{color:link border};
  336. }
  337. #tumblr_lightbox {
  338. background-color:{color:background}!important;
  339. {block:ifBackgroundImage}background-image:url('{image:background}')!important;
  340. background-attachment:fixed;
  341. {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}{/block:ifBackgroundImage}
  342. }
  343. #tumblr_lightbox img {
  344. box-shadow:5px 5px 0px {color:title shadow}!important;
  345. }
  346.  
  347. #image img {
  348. height: 120px;
  349. position: fixed;
  350. right: 60px;
  351. bottom: 100px;
  352. z-index:999;
  353. opacity:0.7;
  354. }
  355.  
  356.  
  357.  
  358.  
  359.  
  360. #perm{
  361. margin-top:-25px;
  362.  
  363. text-transform:normal;
  364. letter-spacing:2px;
  365. font-family:calibri;
  366. font-size:7px;
  367. color:{color:text};
  368.  
  369. }
  370.  
  371. #perm a{
  372. color:{color:text};
  373. -webkit-transition: all 0.7s ease-in-out;
  374. -moz-transition: all 0.7s ease-in-out;
  375. -o-transition: all 0.7s ease-in-out;
  376. -ms-transition: all 0.7s ease-in-out;
  377. transition: all 0.7s ease-in-out;
  378. }
  379.  
  380. #perm a:hover{
  381. color:{color:links hover};
  382. -webkit-transition: all 0.7s ease-in-out;
  383. -moz-transition: all 0.7s ease-in-out;
  384. -o-transition: all 0.7s ease-in-out;
  385. -ms-transition: all 0.7s ease-in-out;
  386. transition: all 0.7s ease-in-out;
  387. }
  388.  
  389. .perm{
  390. position:relative;
  391. text-align:left;
  392. text-transform:uppercase;
  393. font-family:calibri;
  394. letter-spacing:0px;
  395. font-size:11px;
  396. margin-top:10px;
  397. color:#bbb;
  398. opacity:1;
  399. margin-left:auto;
  400. margin-right:auto;
  401.  
  402. }
  403.  
  404. .perm a{
  405. color:#bbb;
  406. -webkit-transition: all 0.5s ease-in-out;
  407. -moz-transition: all 0.5s ease-in-out;
  408. -o-transition: all 0.5s ease-in-out;
  409. -ms-transition: all 0.5s ease-in-out;
  410. transition: all 0.5s ease-in-out;
  411. }
  412.  
  413. .perm a:hover{
  414. color:{color:links hover};
  415. -webkit-transition: all 0.5s ease-in-out;
  416. -moz-transition: all 0.5s ease-in-out;
  417. -o-transition: all 0.5s ease-in-out;
  418. -ms-transition: all 0.5s ease-in-out;
  419. transition: all 0.5s ease-in-out;
  420. }
  421.  
  422. #tags{
  423. position:relative;
  424. text-align:left;
  425. font-family:calibri;
  426. letter-spacing:1px;
  427. text-transform:uppercase;
  428. font-size:9px;
  429. margin-top:10px;
  430. color:{color:text};
  431. opacity:1;
  432. margin-left:auto;
  433. margin-right:auto;
  434.  
  435. -webkit-transition: all 0.7s ease-in-out;
  436. -moz-transition: all 0.7s ease-in-out;
  437. -o-transition: all 0.7s ease-in-out;
  438. -ms-transition: all 0.7s ease-in-out;
  439. transition: all 0.7s ease-in-out;
  440. }
  441.  
  442. #tags a{
  443. color:{color:text};
  444. -webkit-transition: all 0.5s ease-in-out;
  445. -moz-transition: all 0.5s ease-in-out;
  446. -o-transition: all 0.5s ease-in-out;
  447. -ms-transition: all 0.5s ease-in-out;
  448. transition: all 0.5s ease-in-out;
  449. }
  450.  
  451. #tags a:hover{
  452. color:{color:links hover};
  453. -webkit-transition: all 0.5s ease-in-out;
  454. -moz-transition: all 0.5s ease-in-out;
  455. -o-transition: all 0.5s ease-in-out;
  456. -ms-transition: all 0.5s ease-in-out;
  457. transition: all 0.5s ease-in-out;
  458. }
  459.  
  460.  
  461.  
  462.  
  463. </style>
  464.  
  465.  
  466.  
  467.  
  468.  
  469. </head>
  470.  
  471.  
  472. <body>
  473.  
  474. <script language=JavaScript>
  475. <!--
  476.  
  477. //Disable right click script III- By Renigade (renigade@mediaone.net)
  478. //For full source code, visit http://www.dynamicdrive.com
  479.  
  480. var message="";
  481. ///////////////////////////////////
  482. function clickIE() {if (document.all) {(message);return false;}}
  483. function clickNS(e) {if
  484. (document.layers||(document.getElementById&&!document.all)) {
  485. if (e.which==2||e.which==3) {(message);return false;}}}
  486. if (document.layers)
  487. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  488. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  489.  
  490. document.oncontextmenu=new Function("return false")
  491. // -->
  492. </script>
  493.  
  494. <BODY onselectstart=”return false;” ondragstart=”return false;”>
  495. </div>
  496.  
  497.  
  498. <div id="main">
  499.  
  500. <div id="content">
  501. {block:Posts}<article class="entry"><div class="post">
  502. {block:Answer}<!-- answer --><div class="ask"><div class="portrait" style="background-image:url({AskerPortraitURL-128});"></div><div class="question">{Asker}: {Question}</div></div><div class="answer body">{Answer}</div>{/block:Answer}{block:Audio}<!-- audio --><div class="audiowrap"><div class="albumart" style="background-image:url(); {block:AlbumArt}background-image:url({AlbumArtURL});{/block:AlbumArt}"></div><div class="audio">{block:AudioPlayer}<div class="player">{AudioPlayerBlack}</div>{/block:AudioPlayer}<div class="track">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} by {Artist}{/block:Artist}</div></div></div>{/block:Audio}{block:Chat}<!-- chat --> {block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat body">{block:Lines}<div class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</div>{/block:Lines} </div>{/block:Chat}{block:Link}<!-- link --><h1><a href="{URL}">{Name}</a></h1>{block:Description}<div class="body">{Description}</div>{/block:Description}{/block:Link}{block:Photo}<!-- photo --><div class="media">{LinkOpenTag}<img src="{PhotoURL-500}"/>{LinkCloseTag}</div>{/block:Photo}{block:Photoset}<!-- photoset --><div class="media">{block:ifOneColumn}{Photoset}{/block:ifOneColumn}{block:ifNotOneColumn}{Photoset-250}{/block:ifNotOneColumn}</div>{/block:Photoset}{block:Quote}<!-- quote --><div class="quote">{Quote}</div>{block:Source}<div class="source">{Source}</div>{/block:Source}{/block:Quote}{block:Text}<!-- text -->{block:Title}<h1>{Title}</h1>{/block:Title}<div class="body">{Body}</div>{/block:Text}{block:Video}<!-- video --><div class="media video">{Video-250}</div>{/block:Video}
  503. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  504. <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
  505. </div>
  506. {block:Date}<div class="date"><span class="bg"><a href="{Permalink}" class="permalink">{ShortMonth} {DayOfMonth}</a>{block:IndexPage}<a href="{ReblogURL}" class="permalink">+</a>{/block:IndexPage}</span>{block:HasTags}<div class="tagged">{block:Tags}<a href="{TagURL}">{Tag}</a><i class="comma">,</i> {/block:Tags}</div>{/block:HasTags}</div>{/block:Date}
  507. </article>
  508.  
  509. {block:PermalinkPage}
  510. <div id="perm">
  511. {block:Date}<div class="perm">Posted on {ShortMonth} {DayOfMonthWithZero}, {Year} at {24Hour}:{Minutes} {/block:Date}
  512. {block:RebloggedFrom}— Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> / Source: <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  513. {/block:RebloggedFrom}
  514.  
  515.  
  516.  
  517. </div>
  518. {/block:PermalinkPage}
  519.  
  520. {block:PostNotes}<!-- post notes --><article class="entry"><div class="post n"><h1>{NoteCountWithLabel}</h1><div class="notes">{PostNotes}</div></div></article>{/block:PostNotes}
  521.  
  522. {/block:Posts}
  523.  
  524.  
  525. </div>
  526. {block:Pagination}<div class="pagination">{block:JumpPagination length="5"}{block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}" class="next" style="display:none"></a>{/block:NextPage}</div>{/block:Pagination}
  527. </div>
  528.  
  529. <div id="top"><a href="#" id="title">疲れている。</a></div>
  530. <div id="side">
  531. <div id="icon"><a href="/"><img style="opacity:0.9"src="http://media.tumblr.com/7e946d0b7664a721e95f54a65263b2b0/tumblr_inline_ni1a88IUf41qhqyii.png"></a></div>
  532. <div id="desc">kitana • 97line • @girikid </a> <br/> dedicated to the boys of iKON ♡
  533. <br>
  534. <div id="links"><center>
  535. <a title="message"href="/ask">メッセージ</a>
  536. <a title="archive"href="/archive">アーカイブ</a>
  537. <a title="profile"href="/peachy">プロフィール</a>
  538. <br/>
  539. <a title="personal blog" href="http://girikid.tumblr.com">blog 2.0</a>
  540. <a title ="ikon network" href="http://netkon.tumblr.com/">netkon</a>
  541.  
  542.  
  543. </center>
  544. </div>
  545. </div>
  546. </div>
  547. </div>
  548.  
  549.  
  550.  
  551.  
  552. <img style="position: fixed; z-index: 1000; left: 40px; top: 90px; height:80px; opacity:0.8 ;" src="http://40.media.tumblr.com/75b91e15c4e3a829008ae1c63750d343/tumblr_nj48pnYXRM1ssble0o1_250.png">
  553.  
  554.  
  555. <img style="position: fixed; z-index: 1000; left: 210px; top: 180px; height:35px; opacity:0.5 ;" title="junhoe r u a red light bc stop"src="http://media.tumblr.com/d46d78c74e50af298837d98fe499d939/tumblr_inline_ni8emaBl7M1reem51.png">
  556.  
  557.  
  558.  
  559. <img style="position: fixed; z-index: 1000; right: 155px; bottom: 165px; height:40px; opacity:0.9 ;" src="http://33.media.tumblr.com/11b9dfe8aaecf052067f5155bff24d0f/tumblr_n651cv1Nz41snc5kxo1_500.gif">
  560.  
  561.  
  562. <img style="position: fixed; z-index: 1000; right: 40px; bottom: 110px; height:40px; opacity:0.9 ;" src="http://33.media.tumblr.com/11b9dfe8aaecf052067f5155bff24d0f/tumblr_n651cv1Nz41snc5kxo1_500.gif">
  563.  
  564.  
  565. <img style="position: fixed; z-index: 1000; right: 123px; bottom: 180px; height:25px; opacity:0.7 ;" src="http://media.tumblr.com/5c560e93393ec3a06f979a435f86d781/tumblr_inline_ni1auwF2N61qhqyii.png">
  566.  
  567.  
  568.  
  569. <div id="image"><img src="http://media.tumblr.com/4c9fe677f8931fe30304f362a91cf393/tumblr_inline_ni1aqw1Fyl1qhqyii.png"/></div>
  570.  
  571.  
  572.  
  573. <div id="menu"><div class="nest"><div class="cont">{block:Description}<div class="box"><h1>About</h1><div class="description">{Description}</div></div>{/block:Description}<div class="box"><h1>Links</h1><div class="links">{block:ifHomeLink}<a href="http://twitter.com/GiriKid">twitter</a><br/>{/block:ifHomeLink}{block:ifArchiveLink}<a href="http://instagram.com/kitana.yo">instagram</a><br/>{/block:ifArchiveLink}
  574. {block:ifAskLink}<a href="/ask">{text:ask link}</a><br/>{/block:ifAskLink}{block:ifLink1}<a href="{text:link 1 url}">{text:link 1}</a><br/>{/block:ifLink1}{block:ifLink2}<a href="{text:link 2 url}">{text:link 2}</a><br/>{/block:ifLink2}{block:ifLink3}<a href="{text:link 3 url}">{text:link 3}</a><br/>{/block:ifLink3}{block:ifLink4}<a href="{text:link 4 url}">{text:link 4}</a><br/>{/block:ifLink4}{block:ifLink5}<a href="{text:link 5 url}">{text:link 5}</a><br/>{/block:ifLink5}{block:ifLink6}<a href="{text:link 6 url}">{text:link 6}</a><br/>{/block:ifLink6}<a href="http://selkas.tumblr.com">theme</a></div></div></div></div><div class="exit"></div></div>
  575. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script><script>$(function(){$('#title').bind('click',function(){$('body').toggleClass('open');return false;});$('.exit').bind('click',function(){$('body').toggleClass('open');return false;});});</script>{block:ifNotOneColumn}{block:IndexPage}<script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script><script>$(function(){ var $container = $('#content'); $container.imagesLoaded(function(){ $container.masonry({ itemSelector: '.entry', },function(){ $( layoutItems ).css("z-index","1"); }); }); });</script>{/block:IndexPage}{/block:ifNotOneColumn}
  576. </body>
  577. </html>
  578.  
  579.  
  580.  
  581. IMAGE OF THIS THEME: http://40.media.tumblr.com/52bb17352e0d0f6a4bb89c249f0b3e9a/tumblr_njuw4t1dmN1ssble0o1_1280.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement