Advertisement
Ditasaur

Aigi Theme

Jun 8th, 2012
20,870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.71 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. <!-- AIGI THEME BY RAMYEONS // http://ramyeons.tumblr.com / http://hobakjeon.tumblr.com
  6.  
  7. ---------------------RULES--------------------------------
  8.  
  9. *DO NOT USE MY THEME CODES AS BASE CODES FOR YOUR OWN THEME
  10. *DO NOT CLAIM AS YOUR OWN OR I WILL HUNT YOU DOWN
  11. *DO NOT BREAK ANY RULES OR YOU WILL BE REPORTED
  12. *YOU MAY EDIT THIS THEME, BUT LEAVE THE CREDITS ALONE
  13. *DO NOT TAKE MY CREDITS OUT
  14.  
  15. ----------------------FAQ---------------------------------
  16. 1. I will not help with customizing my themes or other themes.
  17. 2. Check ALL of the appearance options before asking a question.
  18. 3. I do not compile or give any codes for anyone, im not a coding machine.
  19. 4. I do not take theme requests no matter how much you beg.
  20. 5. My themes are not means to be used as base codes for anything.
  21. 6. If you do not want infinite scrolling, just uncheck it.
  22. 7. If your infinite scrolling is not working, thats because you have a SCM music player.
  23. 8. To find the install link, go to the first post of the live previews.
  24. 9. For more questions, please go to http://ramyeons.tumblr.com and visit the FAQ links.
  25.  
  26.  
  27. -->
  28.  
  29. <head>
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}" />
  32.  
  33. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  34.  
  35. {block:Description}
  36. <meta name="description" content="{MetaDescription}"/>
  37. {/block:Description}
  38.  
  39.  
  40.  
  41.  
  42.  
  43. <!--BASIC FLUFF-->
  44.  
  45. <meta name="if:500px posts" content="0"/>
  46. <meta name="if:400px posts" content="0"/>
  47. <meta name="if:250px posts" content="1"/>
  48. <meta name="if:Pixel Text Desc" content="1"/>
  49. <meta name="if:Image Opacity" content="1"/>
  50. <meta name="if:Cute Cursor" content="1"/>
  51. <meta name="if:Infinite Scrolling" content="1"/>
  52.  
  53.  
  54. <meta name="text:Custom Text" content="dont forget to love"/>
  55. <meta name="text:Music Player Code" content=""/>
  56. <meta name="text:Link 1" content=""/>
  57. <meta name="text:Link 1 URL" content=""/>
  58. <meta name="text:Link 2" content=""/>
  59. <meta name="text:Link 2 URL" content=""/>
  60. <meta name="text:Link 3" content=""/>
  61. <meta name="text:Link 3 URL" content=""/>
  62. <meta name="text:Link 4" content=""/>
  63. <meta name="text:Link 4 URL" content=""/>
  64. <meta name="text:Link 5" content=""/>
  65. <meta name="text:Link 5 URL" content=""/>
  66.  
  67.  
  68. <meta name="image:Background IMG" content="http://static.tumblr.com/iuggpng/cr9m5bi1k/whitegraycirles.png"/>
  69. <meta name="image:Sidebar Image" content="http://static.tumblr.com/iuggpng/T2Mm5bi12/aigisidebar.png"/>
  70. <meta name="image:Main Nav BG" content="http://static.tumblr.com/iuggpng/Jf8m5bi27/justgray.png"/>
  71.  
  72.  
  73. <meta name="color:Scrollbar" content="#ccc"/>
  74. <meta name="color:Background" content="#eee"/>
  75. <meta name="color:Posts BG" content="#fff"/>
  76. <meta name="color:Posts Border" content="#eee"/>
  77. <meta name="color:Links" content="#ccc"/>
  78. <meta name="color:Links hover" content="#aaa"/>
  79. <meta name="color:Text" content="#222"/>
  80. <meta name="color:Quote Post BG" content="#f9f9f9"/>
  81. <meta name="color:Quote Post Color" content="#aaa"/>
  82. <meta name="color:Chat Post Name Underline" content="#aaa"/>
  83. <meta name="color:Title" content="#000"/>
  84. <meta name="color:Perm BG" content="#fff"/>
  85. <meta name="color:Perm Text" content="#999"/>
  86. <meta name="color:Desc BG" content="#fff"/>
  87. <meta name="color:Desc Text" content="#999"/>
  88. <meta name="color:Links BG" content="#f1f1f1"/>
  89. <meta name="color:Links Text" content="#aaa"/>
  90. <meta name="color:Links Hover Border Bottom" content="#ccc"/>
  91. <meta name="color:Main Nav BG" content="#bbb"/>
  92. <meta name="color:Main Nav Text" content="#888"/>
  93. <meta name="color:Custom Text Color" content="#111"/>
  94.  
  95.  
  96. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  97.  
  98.  
  99. <style type="text/css">
  100. {CustomCSS}
  101. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};height:75px;}
  102.  
  103. ::-webkit-scrollbar {height:0px;width:4px;background-color:white;}
  104.  
  105.  
  106. iframe#tumblr_controls {
  107. right:3px !important;
  108. position: fixed !important;
  109. -webkit-transition: opacity 0.7s linear;
  110. opacity: 0.7;
  111. -webkit-transition: all 0.8s ease-out;
  112. -moz-transition: all 0.8s ease-out;
  113. transition: all 0.8s ease-out;
  114. }
  115.  
  116. iframe#tumblr_controls:hover {
  117. -webkit-transition: opacity 0.7s linear;
  118. opacity: 1;
  119. -webkit-transition: all 0.4s ease-out;
  120. -moz-transition: all 0.4s ease-out;
  121. transition: all 0.4s ease-out;
  122. }
  123.  
  124. body{
  125. background-image:url("{image:Background IMG}");
  126. background-color:{color:Background};
  127. background-repeat:repeat;
  128. background-attachment:fixed;
  129. color:{color:text};
  130. font-family:trebuchet ms;
  131. font-size:9px;
  132. {block:ifcutecursor}cursor: url(http://static.tumblr.com/9ji9tiw/iLgl5njtq/cursor.gif), progress !important;{/block:ifcutecursor}
  133. }
  134.  
  135. a, a:link, a:visited, a:active{
  136. color:{color:Links};
  137. z-index:999;
  138. text-decoration:none;
  139. letter-spacing:1px;
  140. -webkit-transition: all 0.4s ease-out;
  141. -moz-transition: all 0.4s ease-out;
  142. transition: all 0.4s ease-out;
  143. }
  144.  
  145. a:hover {
  146. color:{color:Links Hover};
  147. text-decoration:none;
  148. {block:ifcutecursor} cursor: url(http://static.tumblr.com/9ji9tiw/iLgl5njtq/cursor.gif), progress !important;{/block:ifcutecursor}
  149. -webkit-transition: all 0.4s ease-out;
  150. -moz-transition: all 0.4s ease-out;
  151. transition: all 0.4s ease-out;
  152. }
  153.  
  154.  
  155. #posts {
  156. margin-top:100px;
  157. {block:IndexPage}{block:if500pxposts}margin-left:530px;{/block:if500pxposts}
  158. {block:if400pxposts}margin-left:360px;{/block:if400pxposts}
  159. {block:if250pxposts}margin-left:530px;{/block:if250pxposts}{/block:IndexPage}
  160. {block:PermalinkPage}margin-top:10px;
  161. margin-left:530px;{/block:PermalinkPage}
  162.  
  163.  
  164. }
  165.  
  166. .posteu {
  167. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  168. {block:IndexPage}{block:if500pxposts}width:500px;{/block:if500pxposts}
  169. {block:if400pxposts}width:400px;{/block:if400pxposts}
  170. {block:if250pxposts}width:250px;{/block:if250pxposts}{/block:IndexPage}
  171. float:left;
  172. position:relative;
  173. margin:10px;
  174. padding:10px;
  175. border: 1px solid {color:Posts Border};
  176. font-family:helvetica new;
  177. font-size:9px;
  178. height:auto;
  179. overflow:hidden;
  180. color:{color:Text};
  181. background-color:{color:Posts BG};
  182. opacity:1;
  183. -webkit-transition: all 0.4s ease-out;
  184. -moz-transition: all 0.4s ease-out;
  185. transition: all 0.4s ease-out;
  186.  
  187.  
  188. }
  189.  
  190.  
  191. #inpiniteu {
  192. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  193. {block:IndexPage}{block:if500pxposts}width:500px;{/block:if500pxposts}
  194. {block:if400pxposts}width:900px;{/block:if400pxposts}
  195. {block:if250pxposts}width:600px;{/block:if250pxposts}{/block:IndexPage}
  196. position:relative;
  197.  
  198. }
  199.  
  200.  
  201. .title {
  202. font-family:geneva;
  203. font-weight:lighter;
  204. font-size:14px;
  205. line-height:16px;
  206. text-align:center;
  207. letter-spacing:3px;
  208. color:{color:Post Titles};
  209. text-transform:uppercase;
  210. }
  211.  
  212. .title a {
  213. color:{color:Post Titles};
  214. }
  215.  
  216. .texts, .chat, .link, .quote, .audio{
  217. font-family:lucida console;
  218. font-size:9px;
  219. line-height:15px;
  220. margin-bottom:5px;
  221. margin-top:5px;
  222. color:{color:Text};
  223. padding:0px;
  224. letter-spacing:0px;
  225. }
  226.  
  227. {block:ifimageopacity}img, a img {
  228. opacity:.9;
  229. {block:PermalinkPage}max-width:500px;{/block:PermalinkPage}
  230. {block:IndexPage}{block:if500pxposts}max-width:500px;{/block:if500pxposts}
  231. {block:if400pxposts}max-width:400px;{/block:if400pxposts}
  232. {block:if250pxposts}max-width:250px;{/block:if250pxposts}{/block:IndexPage}
  233.  
  234. }
  235.  
  236. .posteu img, .posteu a img, .photoset img, .photoset a img{
  237. opacity:.7;
  238. -webkit-transition: all 0.4s ease-out;
  239. -moz-transition: all 0.4s ease-out;
  240. transition: all 0.4s ease-out;
  241. }
  242.  
  243. .photoset {
  244. opacity:.87;
  245. -webkit-transition: all 0.4s ease-out;
  246. -moz-transition: all 0.4s ease-out;
  247. transition: all 0.4s ease-out;
  248. }
  249.  
  250. .photoset:hover {
  251. opacity:1;
  252. -webkit-transition: all 0.4s ease-out;
  253. -moz-transition: all 0.4s ease-out;
  254. transition: all 0.4s ease-out;
  255. }
  256.  
  257. .posteu img:hover, .posteu a img:hover, .photoset img:hover, .photoset a img:hover{
  258. opacity:1;
  259. -webkit-transition: all 0.4s ease-out;
  260. -moz-transition: all 0.4s ease-out;
  261. transition: all 0.4s ease-out;
  262. }
  263. {/block:ifimageopacity}
  264.  
  265. #perm {
  266. font-family:consolas;
  267. font-size:8px;
  268. text-align:center;
  269. background-color:{color:Perm BG};
  270. padding:2px;
  271. {block:PermalinkPage}opacity:0;{/block:PermalinkPage}
  272. {block:IndexPage}{block:if500pxposts}width:400px;{/block:if500pxposts}
  273. {block:if400pxposts}width:300px;{/block:if400pxposts}
  274. {block:if250pxposts}width:100px;{/block:if250pxposts}{/block:IndexPage}
  275. position:absolute;
  276. margin-top:0px;
  277. margin-left:-10px;
  278. letter-spacing:1px;
  279. color:{color:Perm Text};
  280. opacity:0;
  281. text-transform:uppercase;
  282. -webkit-transition: all 0.8s ease-out;
  283. -moz-transition: all 0.8s ease-out;
  284. transition: all 0.8s ease-out;
  285. }
  286.  
  287.  
  288. #perm a {
  289. color:{color:Perm Text};
  290. }
  291.  
  292.  
  293.  
  294. {block:IndexPage}.posteu:hover #perm {
  295. opacity:.9;
  296. {block:IndexPage}{block:if500pxposts}width:450px;{/block:if500pxposts}
  297. {block:if400pxposts}width:350px;{/block:if400pxposts}
  298. {block:if250pxposts}width:200px;{/block:if250pxposts}{/block:IndexPage}
  299. margin-top:-15px;
  300. -webkit-transition: all 0.8s ease-out;
  301. -moz-transition: all 0.8s ease-out;
  302. transition: all 0.8s ease-out;
  303. }
  304. {/block:IndexPage}
  305.  
  306. #permalink {
  307. display:block;
  308. width:500px;
  309. padding:5px;
  310. height:auto;
  311. background-color:{color:Posts BG};
  312. color:{color:Text};
  313.  
  314. }
  315.  
  316. #taemin {
  317. display:block;
  318. background-color:{color:Posts BG};
  319. width:500px;
  320. padding:0px;
  321. }
  322.  
  323. #askpic {
  324. margin-right:5px; float:left;
  325. -moz-border-radius:100px;
  326. border-radius:100px;
  327.  
  328. }
  329.  
  330. {block:ifinfinitescrolling}.pagination {
  331. display: none;
  332. }{/block:ifinfinitescrolling}
  333.  
  334. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  335.  
  336. @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  337.  
  338. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  339.  
  340. @font-face {font-family: "absci";src: url('http://static.tumblr.com/iuggpng/Qidm52bw8/absci___.ttf');}
  341.  
  342. @font-face {font-family: "apples";src: url('http://static.tumblr.com/iuggpng/Ddqm52bxb/poisonedapples.ttf');}
  343.  
  344. @font-face {font-family: "open sans";src: url('http://static.tumblr.com/iuggpng/jrXm0dlyf/opensans-condlight.ttf');}
  345.  
  346.  
  347.  
  348. #taetiso {
  349. position:absolute;
  350. top:30px;
  351. left:550px;
  352. font-family:print;
  353. font-size:50px;
  354. {block:PermalinkPage}opacity:0;{/block:PermalinkPage}
  355. {block:IndexPage}{block:if500pxposts}width:520px;{/block:if500pxposts}
  356. {block:if400pxposts}width:860px; left:380px;{/block:if400pxposts}
  357. {block:if250pxposts}width:560px;{/block:if250pxposts}{/block:IndexPage}
  358. text-align:center;
  359. overflow:hidden;
  360. border-bottom:1px dotted {color:Title};
  361. background-color:transparent;
  362. text-transform:uppercase;
  363. color:{color:Title}
  364. }
  365.  
  366.  
  367. #seohyun {
  368. position:fixed;
  369. top:200px;
  370. {block:PermalinkPage}left:220px;{/block:PermalinkPage}
  371. {block:IndexPage}{block:if500pxposts}left:220px;{/block:if500pxposts}
  372. {block:if400pxposts}left:60px;{/block:if400pxposts}
  373. {block:if250pxposts}left:220px;{/block:if250pxposts}{/block:IndexPage}
  374. background-color:transparent;
  375. padding:10px;
  376. z-index:999;
  377. opacity:1;
  378. width:200px;
  379. }
  380.  
  381. #pic {
  382. width:200px;
  383. opacity:.99;
  384. z-index:-10;
  385. -webkit-transition: all 0.8s ease-out;
  386. -moz-transition: all 0.8s ease-out;
  387. transition: all 0.8s ease-out;
  388. }
  389.  
  390. #desc {
  391. position:absolute;
  392. opacity:0;
  393. color:{color:Desc Text};
  394. z-index:999;
  395. padding:10px;
  396. max-height:100px;
  397. background-color:{color:Desc BG};
  398. margin-top:-135px;
  399. width:180px;
  400. {block:ifpixeltextdesc}font-family:tinytots;
  401. font-size:8px;
  402. text-transform:uppercase;{/block:ifpixeltextdesc}
  403. {block:ifnotpixeltextdesc}font-family:trebuchet ms;
  404. font-size:9px;
  405. line-height:10px;
  406. {/block:ifnotpixeltextdesc}
  407. overflow:auto;
  408. -webkit-transition: all 0.8s ease-out;
  409. -moz-transition: all 0.8s ease-out;
  410. transition: all 0.8s ease-out;
  411. }
  412.  
  413. #picture {
  414. -webkit-transition: all 0.8s ease-out;
  415. -moz-transition: all 0.8s ease-out;
  416. transition: all 0.8s ease-out;
  417. width:200px;
  418. }
  419.  
  420. #side {
  421. width:200px;
  422. overflow:hidden;
  423. }
  424.  
  425. #side:hover #desc {
  426. opacity:.9;
  427. -webkit-transition: all 0.8s ease-out;
  428. -moz-transition: all 0.8s ease-out;
  429. transition: all 0.8s ease-out;
  430. }
  431.  
  432.  
  433. #jayeslee {
  434. position:fixed;
  435. height:100%;
  436. width:50px;
  437. background-image:url({image:Main Nav BG});
  438. padding:5px;
  439. {block:PermalinkPage}left:450px;{/block:PermalinkPage}
  440. {block:IndexPage}{block:if500pxposts}left:450px;{/block:if500pxposts}
  441. {block:if400pxposts}left:290px;{/block:if400pxposts}
  442. {block:if250pxposts}left:450px;{/block:if250pxposts}{/block:IndexPage}
  443. top:0px;
  444. }
  445.  
  446. .nav {
  447. display:block;
  448. background-color:{color:Main Nav BG};
  449. color:{color:Main Nav Text};
  450. z-index:999;
  451. padding:5px;
  452. width:25px;
  453. height:25px;
  454. text-align:center;
  455. margin-left:-5px;
  456. font-family:consolas;
  457. text-transform:uppercase;
  458. margin-bottom:10px;
  459. -moz-border-radius:100px;
  460.  
  461. border-radius:100px;
  462. }
  463.  
  464. .nav:hover {
  465. transform: rotate(360deg);
  466. -moz-transform: rotate(360deg);
  467. -webkit-transform: rotate(360deg);
  468. -o-transform: rotate(360deg);
  469. -webkit-transition: all 0.8s ease-out;
  470. -moz-transition: all 0.8s ease-out;
  471. transition: all 0.8s ease-out;
  472. }
  473.  
  474.  
  475. #sunny {
  476. margin-top:186px;
  477. margin-left:10px;
  478. width:50px;
  479. }
  480.  
  481. #index {
  482. height:33px;
  483. padding:5px;
  484. overflow:hidden;
  485. margin-left:-5px;
  486. margin-bottom:4px;
  487. -webkit-transition: all 0.8s ease-out;
  488. -moz-transition: all 0.8s ease-out;
  489. transition: all 0.8s ease-out;
  490. }
  491.  
  492. #index:hover {
  493. height:48px;
  494. -webkit-transition: all 0.8s ease-out;
  495. -moz-transition: all 0.8s ease-out;
  496. transition: all 0.8s ease-out;
  497. }
  498.  
  499. #name1 {
  500. height:20px;
  501. width:30px;
  502. padding:3px;
  503. font-family:consolas;
  504. font-size:8px;
  505. margin-top:-4px;
  506. margin-left:-5px;
  507. letter-spacing:2px;
  508. text-transform:uppercase;
  509. }
  510.  
  511. #links {
  512. position:absolute;
  513. margin-left:-55px;
  514. }
  515.  
  516. .links {
  517. display:block;
  518. margin-bottom:5px;
  519. background-color:{color:Links BG};
  520. padding:3px;
  521. width:40px;
  522. font-family:open sans;
  523. font-size:13px;
  524. text-transform:uppercase;
  525. letter-spacing:3px;
  526. color:{color:Links Text};
  527. border-bottom:0px solid {color:Links Hover Border Bottom};
  528.  
  529. }
  530.  
  531. .links a {
  532. color:{color:Links Text};
  533. }
  534.  
  535. .links:hover{
  536. border-bottom:5px solid {color:Links Hover Border Bottom};
  537. -webkit-transition: all 0.8s ease-out;
  538. -moz-transition: all 0.8s ease-out;
  539. transition: all 0.8s ease-out;
  540. }
  541.  
  542.  
  543. #links a {
  544. letter-spacing:3px;
  545. }
  546.  
  547. #music { position:fixed; top:190px; overflow:hidden;
  548. {block:PermalinkPage}left:230px;{/block:PermalinkPage}
  549. {block:IndexPage}{block:if500pxposts}left:230px;{/block:if500pxposts}
  550. {block:if400pxposts}left:70px;{/block:if400pxposts}
  551. {block:if250pxposts}left:230px;{/block:if250pxposts}{/block:IndexPage}
  552.  
  553. height:70px; width:190px; text-align:right; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out;}
  554.  
  555. #player { opacity:1; margin-top:60px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out;}
  556.  
  557. #music:hover { margin-top:-35px; padding-top:30px;}
  558.  
  559. #music:hover #player { opacity:1; margin-top:-5px; margin-left:5px; }
  560. #player { margin-top:20px; margin-left:-100px;}
  561.  
  562. #boom { -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out;}
  563.  
  564. #music:hover #boom { opacity:1; margin-top:-10px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out;}
  565.  
  566.  
  567. #pag {
  568. position:fixed;
  569. bottom:10px;
  570. {block:IndexPage}{block:if500pxposts}left:390px;{/block:if500pxposts}
  571. {block:if400pxposts}left:220px;{/block:if400pxposts}
  572. {block:if250pxposts}left:390px;{/block:if250pxposts}{/block:IndexPage}
  573. }
  574.  
  575. </style>
  576.  
  577. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  578.  
  579. {block:ifinfinitescrolling}<script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>{/block:ifinfinitescrolling}
  580.  
  581. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  582.  
  583. <script>
  584. $(function(){
  585. var $container = $('#inpiniteu');
  586. $container.imagesLoaded(function(){
  587. $container.masonry({
  588. itemSelector: '.posteu',
  589. });
  590. });
  591. $container.infinitescroll({
  592. itemSelector : ".posteu",
  593. navSelector : "div.pagination",
  594. nextSelector : ".pagination a#next",
  595. loadingImg : "",
  596. loadingText : "<em></em>",
  597. bufferPx : 10000,
  598. extraScrollPx: 12000,
  599. },
  600. // trigger Masonry as a callback
  601. function( newElements ) {
  602. var $newElems = $( newElements ).css({ opacity: 0 });
  603. // ensure that images load before adding to masonry layout
  604. $newElems.imagesLoaded(function(){
  605. $newElems.animate({ opacity: 1 });
  606. $container.masonry( 'appended', $newElems, true );
  607. });
  608. }
  609. );
  610. });
  611. </script>
  612.  
  613. </head>
  614. <body>
  615.  
  616.  
  617. {block:ifinfinitescrolling}{block:Pagination}
  618. <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}</div>{/block:Pagination}
  619.  
  620. {/block:ifinfinitescrolling}
  621.  
  622. {block:ifnotinfinitescrolling}
  623. {block:Pagination}<div id="pag">{block:PreviousPage}<div style="position:absolute; font-size:60px;margin-top:-88px;"><a href="{PreviousPage}">◀</a></div>
  624. {/block:PreviousPage}
  625. {block:NextPage}<div style="position:absolute; font-size:60px; margin-top:-60px;"><a href="{NextPage}">▶</a></div>{/block:NextPage}
  626. </div>{/block:Pagination}{/block:ifnotinfinitescrolling}
  627.  
  628.  
  629. <div id="jayeslee">
  630. <div id="sunny">
  631.  
  632. <div id="index"><a title="" href="/" class="nav"><img src="http://static.tumblr.com/iuggpng/lTdmpoucf/document-photo.gif" style="margin-top:7px;"></a>
  633.  
  634. <div id="name1">index</div>
  635. </div>
  636.  
  637. <div id="index"><a title="" href="/ask" class="nav"><img src="http://static.tumblr.com/iuggpng/m3jmpoucv/comment-right.gif" style="margin-top:8px;"></a>
  638.  
  639. <div id="name1" style="margin-left:-9px;">message</div>
  640.  
  641. </div>
  642.  
  643. <div id="index"><a title="" href="/archive" class="nav"><img src="http://static.tumblr.com/iuggpng/2gbmpouds/search.gif" style="margin-top:7px;"></a>
  644. <div id="name1" style="margin-left:-8px;">history</div>
  645. </div>
  646.  
  647. <div id="index"><a title="" href="http://hobakjeon.tumblr.com" class="nav"><img src="http://static.tumblr.com/iuggpng/6f2mpoudc/heart.gif" style="margin-top:9px; margin-left:0px;"></a>
  648. <div id="name1" style="margin-left:-4px;">theme</div>
  649. </div>
  650.  
  651.  
  652.  
  653.  
  654.  
  655. </div>
  656. </div>
  657. <div id="taetiso">{Title}</div>
  658.  
  659. <div id="seohyun">
  660.  
  661. <div id="what">
  662.  
  663. <div id="links">
  664.  
  665. {block:iflink1}<a href="{text:Link 1 URL}" class="links">{text:Link 1}</a>{/block:iflink1}
  666. {block:iflink2}<a href="{text:Link 2 URL}" class="links">{text:Link 2}</a>{/block:iflink2}
  667. {block:iflink3}<a href="{text:Link 3 URL}" class="links">{text:Link 3}</a>{/block:iflink3}
  668. {block:iflink4}<a href="{text:Link 4 URL}" class="links">{text:Link 4}</a>{/block:iflink4}
  669. {block:iflink5}<a href="{text:Link 5 URL}" class="links">{text:Link 5}</a>{/block:iflink5}
  670.  
  671. </div></div>
  672.  
  673. <!----MUSIC PLAYER--->
  674. {block:ifmusicplayercode}<div id="music"><div id="boom"><img src="http://media.tumblr.com/tumblr_ll7wpyHlj71qi6qow.gif"></div><div id="player">{text:Music Player Code}</div></div>{/block:ifmusicplayercode}
  675. <!----MUSIC PLAYER END--->
  676.  
  677. <div id="side">
  678.  
  679. <div id="picture"><img src="{image:Sidebar Image}" id="pic">
  680.  
  681. <div id="desc">{Description}</div>
  682.  
  683. <div style="font-family:print; font-size:30px; text-align:center; margin-top:6px; color:{color:Custom Text Color}" id="tae">{text:Custom Text}</div>
  684.  
  685. </div>
  686.  
  687.  
  688.  
  689. </div>
  690.  
  691. </div>
  692.  
  693.  
  694.  
  695.  
  696.  
  697. <div id="posts">
  698.  
  699. <div id="inpiniteu">
  700.  
  701. {block:Posts}
  702.  
  703.  
  704.  
  705. <div class="posteu">
  706. {block:Text}
  707. <div class="texts">
  708. {block:Title}
  709. <div class="title"><a href="{Permalink}">{Title}</a></div>
  710. {/block:Title}
  711. {Body}</div>
  712. <div id="perm"><a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{ShortYear} → {NoteCountWithLabel}</a></div>
  713. {/block:Text}
  714.  
  715.  
  716. {block:Photo}
  717.  
  718. <a href="{Permalink}"><img class="photo"
  719. {block:IndexPage}
  720. {block:if500pxposts}src="{PhotoURL-500}"{/block:if500pxposts}
  721. {block:if400pxposts}src="{PhotoURL-500}" width="400px"{/block:if400pxposts}
  722. {block:if250pxposts}src="{PhotoURL-250}"{/block:if250pxposts}
  723. {/block:IndexPage}
  724. {block:PermalinkPage}src="{PhotoURL-500}"{/block:PermalinkPage} alt="{PhotoAlt}"/></a>
  725. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  726. <div id="perm"><a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{ShortYear} → {NoteCountWithLabel}</a></div>{/block:Photo}
  727.  
  728.  
  729. {block:Photoset}
  730. <div class="photoset">
  731. <a href="{Permalink}">
  732. {block:IndexPage}
  733. {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  734. {block:if400pxposts}{Photoset-400}{/block:if400pxposts}
  735. {block:if250pxposts}{Photoset-250}{/block:if250pxposts}
  736. {/block:IndexPage}
  737. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  738. </a>
  739. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>
  740. <div id="perm"><a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{ShortYear} → {NoteCountWithLabel}</a></div>
  741. {/block:Photoset}
  742.  
  743.  
  744. {block:Quote}
  745. <div class="quote">
  746. <div style="padding:5px; background-color:{color:Quote Post BG}; color:{color:Quote Post Color}; text-align:center;"><div style="font-size:25px; float:left; align:left; margin-right:5px;">❝</div> {Quote}</div>
  747. {block:Source}
  748. <div class="source" style="margin-top:10px; text-align:right;">- {Source}</div>
  749. {/block:Source}
  750. </div>
  751. <div id="perm"><a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{ShortYear} → {NoteCountWithLabel}</a></div>
  752. {/block:Quote}
  753.  
  754.  
  755. {block:Link}
  756. <div class="link">
  757. <a href="{URL}" class="link" {Target}>{Name}</a>
  758. {block:Description}
  759. <div class="description" style="border-left:5px solid #f1f1f1;">
  760. <div style="margin-left:10px;">{Description}</div></div>
  761. {/block:Description}
  762. </div>
  763. <div id="perm"><a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{ShortYear} → {NoteCountWithLabel}</a></div>
  764. {/block:Link}
  765.  
  766.  
  767. {block:Chat}
  768. <div class="post chat">
  769. {block:Title}
  770. <h3><a href="{Permalink}">{Title}</a></h3>
  771. {/block:Title}
  772.  
  773. <div class="chat">
  774. {block:Lines}
  775. <div class="{Alt} user_{UserNumber}">
  776. {block:Label}
  777. <span class="label" style="border-bottom:1px solid {color:Chat Post Name Underline};">{Label}</span>
  778. {/block:Label}
  779. {Line}</div>
  780. {/block:Lines}
  781. </div>
  782. </div>
  783. <div id="perm"><a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{ShortYear} → {NoteCountWithLabel}</a></div>
  784. {/block:Chat}
  785.  
  786.  
  787. {block:Video}
  788. <div class="video">
  789. {block:IndexPage}{block:if500pxposts}{Video-500}{/block:if500pxposts}
  790. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  791. {block:if250pxposts}{Video-250}{/block:if250pxposts}{/block:IndexPage}
  792. {block:PermalinkPage}{Video-500}
  793. {block:PermalinkPage}{block:Caption}
  794. <div class="caption">{Caption}</div>
  795. {/block:Caption}{/block:PermalinkPage}
  796. </div>
  797. <div id="perm"><a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{ShortYear} → {NoteCountWithLabel}</a></div>
  798. {/block:Video}
  799.  
  800.  
  801. {block:Audio}
  802. <div class="audio">
  803. <div style="width:100%; background-color:black;">{AudioPlayerBlack}</div>
  804. {block:AlbumArt}<div style="float:left; margin-top:5px; margin-right:10px;">
  805. {block:PermalinkPage}<img src="{AlbumArtURL}" width="100" style="align:left;">{/block:PermalinkPage}
  806. {block:IndexPage}<img src="{AlbumArtURL}" width="60">{/block:IndexPage}
  807. </div>
  808.  
  809. {/block:AlbumArt}
  810. {block:Caption}
  811. <div class="caption">
  812.  
  813. {block:Artist}
  814. <p><b>ARTIST</b>: {Artist}
  815. {/block:Artist}
  816.  
  817. {block:Album}
  818. <br><b>ALBUM</b>: {Album}
  819. {/block:Album}
  820.  
  821. {block:TrackName}
  822. <br><b>TRACK</b>: {TrackName}
  823. {/block:TrackName}
  824.  
  825. {block:PlayCount}
  826. <br><b>PLAYS</b>: {FormattedPlayCount}
  827. {/block:PlayCount}
  828.  
  829. {Caption}</div>
  830. {/block:Caption}
  831. </div>
  832. <div id="perm"><a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{ShortYear} → {NoteCountWithLabel}</a></div>
  833. {/block:Audio}
  834.  
  835.  
  836. {block:Answer}
  837. <div class="askeu">
  838. <div id="asku"><img src="{AskerPortraitURL-48}" id="askpic">
  839. <div style="border-bottom:1px dashed #eee; align:right;">→ {Asker} whispered : {Question}</div></div>
  840. {Answer}
  841. </div>
  842. <div id="perm"><a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{ShortYear} → {NoteCountWithLabel}</a></div>
  843. {/block:Answer}
  844.  
  845.  
  846.  
  847. {block:PermalinkPage}
  848. <div id="permalink">
  849. <center>Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}{block:RebloggedFrom} (via <a href="{ReblogParentURL}">{ReblogParentName}</a> , org. <a href="{ReblogRootURL}">{ReblogRootName}</a> ){/block:RebloggedFrom}
  850. <div>
  851. {block:HasTags}tagged :{block:Tags}
  852. &#160<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}</center>
  853. <div id="taemin">{PostNotes}</div></div></div> {/block:PermalinkPage}
  854. </div>
  855.  
  856. {/block:Posts}
  857. </div>
  858. </div>
  859.  
  860. </body>
  861. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement