Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.51 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <!---
  6. THEME: 25
  7. BY: Heidi (Previously Crayoned & Zohne of Zojoh)
  8. --->
  9.  
  10. <head>
  11. <title>{Title}</title>
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17. <meta name="color:Background" content="#ffffff" />
  18. <meta name="color:Posts" content="#ffffff" />
  19. <meta name="color:Post Title and Quote" content="#777777" />
  20. <meta name="color:Text" content="#999999" />
  21. <meta name="color:Links" content="#7dc56c" />
  22. <meta name="color:Links Hover" content="#dfdfdf" />
  23. <meta name="color:Scroll" content="#ffffff" />
  24. <meta name="color:Scrollbar" content="#eeeeee" />
  25. <meta name="color:Bold" content="#777777" />
  26. <meta name="color:Italic" content="#c2c2c2"/>
  27. <meta name="color:Blockquote" content="#bbbbbb" />
  28. <meta name="color:Chat" content="#f2f2f2" />
  29. <meta name="color:Audio Background" content="#f4f4f4" />
  30. <meta name="color:Audio Text" content="#999999" />
  31.  
  32. <meta name="color:Title Background" content="#f4f4f4"/>
  33. <meta name="color:Title Text" content="#dddddd" />
  34. <meta name="color:Title Hover" content="#cccccc" />
  35. <meta name="color:Nav Background" content="#888888" />
  36. <meta name="color:Nav Hover" content="#f8f8f8" />
  37. <meta name="color:Desc Background" content="#ffffff" />
  38. <meta name="color:Desc Text" content="#aaaaaa" />
  39.  
  40. <meta name="color:Perma Text" content="#aaaaaa" />
  41. <meta name="color:Perma Links" content="#999999" />
  42. <meta name="color:Perma Links Hover" content="#dfdfdf" />
  43. <meta name="color:Perma Color" content="#eeeeee" />
  44.  
  45. <meta name="text:page title" content="ᴇxɪsᴛᴇɴᴛɪᴀʟ ᴀsᴛʜᴍᴀᴛɪᴄ" />
  46. <meta name="text:home title" content="Refresh" />
  47. <meta name="text:archive title" content="Archive" />
  48.  
  49. <meta name="image:Background" content=""/>
  50. <meta name="image:Sidebar" content=""/>
  51. <meta name="image:Fancy" content="" />
  52. <meta name="image:Badge" content="" />
  53. <meta name="image:Queen" content="" />
  54.  
  55. <meta name="if:ShowCaptions" content="1" />
  56. <meta name="if:ShowTags" content="1" />
  57. <meta name="if:InfiniteScroll" content="0" />
  58. <meta name="if:ImageFade" content="1" />
  59.  
  60. <style type="text/css">
  61.  
  62.  
  63. iframe#tumblr_controls {
  64. top:0%!important;
  65. right:0%!important;
  66. position:fixed!important;
  67. z-index:99999999!important;
  68. opacity:1;
  69. -webkit-filter:invert(100%);
  70. -moz-filter:invert(100%);
  71. -o-filter:invert(100%);
  72. -ms-filter:invert(100%);
  73. filter:invert(100%);
  74. -webkit-transform: translateZ(0);
  75. }
  76.  
  77. ::-webkit-scrollbar {
  78. width:5px;
  79. height:3px;
  80. }
  81.  
  82. ::-webkit-scrollbar-track-piece {
  83. background-color:{color:Scroll};
  84. }
  85. ::-webkit-scrollbar-thumb {
  86. background-color:{color:Scrollbar};
  87. }
  88.  
  89. body {
  90.  
  91. background-color:{color:Background};
  92. color:{color:Text};
  93. font-family:Calibri;
  94. font-size:10px;
  95. line-height:12px;
  96. }
  97.  
  98. a {
  99. color:{color:Links};
  100. text-decoration:none;
  101. -webkit-transition: all 0.4s ease-in-out;
  102.  
  103. }
  104.  
  105. a:hover{
  106. color:{color:Links Hover};
  107. -webkit-transition: all 0.4s ease-in-out;
  108. `}
  109.  
  110.  
  111. pre {
  112. width:95%;
  113. background-color:transparent;
  114. white-space:pre-wrap;
  115. word-wrap:break-word;
  116. padding:4px;
  117. }
  118.  
  119. blockquote {
  120. border-left: 1px solid #000;
  121. margin-left: 10px;
  122. padding-left:5px;
  123.  
  124. }
  125.  
  126. b, strong {
  127. color:{color:Bold};
  128. font-weight:bold;
  129. }
  130.  
  131.  
  132. ul,ol {
  133. padding:2px;
  134. margin-left:25px;
  135. }
  136.  
  137. ul {
  138. list-style-type:square;
  139. }
  140.  
  141.  
  142.  
  143. /* SIDEBAR */
  144.  
  145. .sidebar {
  146. background: url('{image:background}');
  147. background-repeat:no-repeat;
  148. background-size: 770px;
  149. background-position:bottom left;
  150. position: fixed;
  151. left:0px;
  152. bottom:0px;
  153. width: 770px;
  154. height:1000px;
  155. }
  156.  
  157. .container {
  158. position:fixed;
  159. margin-top:600px;
  160. margin-left:350px;
  161. }
  162.  
  163.  
  164. .header {
  165. position:fixed;
  166. margin-left:-20px;
  167. margin-top: -45px;
  168. background-color:transparent;
  169. font-family:bebas neue;
  170. text-transform:none;
  171. letter-spacing:0px;
  172. font-size:34px;
  173. line-height:200%;
  174. color:#000000;
  175. padding-left:5px;
  176. padding-right:5px;
  177. padding-top:2px;
  178. padding-bottom:0px;
  179. width:150px;
  180. text-align:center;
  181. z-index:99;
  182. }
  183.  
  184. .header a {
  185. color:#000;
  186. z-index:99;
  187. text-shadow: 1px 1px 1px #000;
  188. -webkit-transition: all 0.5s ease-in-out;
  189. -moz-transition: all 0.5s ease-in-out;
  190. -o-transition: all 0.5s ease-in-out;
  191. -ms-transition: all 0.5s ease-in-out;
  192. transition: all 0.5s ease-in-out;;
  193. }
  194.  
  195. .header a:hover {
  196. color:{color:links hover};
  197. text-shadow: 2px 2px 6px #fff;
  198. -webkit-transition: all 0.5s ease-in-out;
  199. -moz-transition: all 0.5s ease-in-out;
  200. -o-transition: all 0.5s ease-in-out;
  201. -ms-transition: all 0.5s ease-in-out;
  202. transition: all 0.5s ease-in-out;
  203. }
  204.  
  205. .line {
  206. position:fixed;
  207. background:#000;
  208. text-shadow: 1px 1px 2px #000;
  209. width:150px;
  210. height:2px;
  211. margin-top:-10px;
  212. margin-left:115px;
  213. opacity:1;
  214. -webkit-transition: all 0.5s ease-in-out;
  215. -moz-transition: all 0.5s ease-in-out;
  216. -o-transition: all 0.5s ease-in-out;
  217. -ms-transition: all 0.5s ease-in-out;
  218. transition: all 0.5s ease-in-out;
  219. }
  220.  
  221.  
  222.  
  223. .quotebg {
  224. position:fixed;
  225. padding:5px;
  226. margin-left: 0px;
  227. margin-top: 120px;
  228. text-transform:none;
  229. background-color:#000;
  230. line-height:10px;
  231. color:#fff;
  232. letter-spacing:0px;
  233. width:330px;
  234. height:14px;
  235. font-family:gasara;
  236. font-size:8px;
  237. text-align:center;
  238. border:0px solid #000;
  239. }
  240.  
  241. #links {
  242. position:fixed;
  243. margin-left:275px;
  244. margin-top: 1px;
  245. z-index:99;
  246. vertical-align: middle;
  247. opacity:.9;
  248. }
  249.  
  250. @font-face { font-family:"gasara"; src: url('https://dl.dropboxusercontent.com/s/rs1x228jf7c97uf/gasara.ttf?dl=1'); format(“truetype”);}
  251.  
  252. @font-face { font-family:"bebas neue"; src: url('https://dl.dropboxusercontent.com/s/85p67c6323rf2t7/BebasNeue.otf?dl=0'); format(“truetype”);}
  253.  
  254. #links a {
  255. background-color: {color:desc background};
  256. display: inline-block;
  257. width:63px;
  258. z-index:99;
  259. color:{color:desc text};
  260. text-align:center;
  261. text-transform:uppercase;
  262. border:1px solid #ddd;
  263. font-family:gasara;
  264. opacity:0.9;
  265. padding:1px;
  266. height:13px;
  267. font-size:8px;
  268. text-decoration: none;
  269. line-height: 10px;
  270. margin-top: 5px;
  271. }
  272.  
  273. #links a:hover {
  274. color:{color:links hover};
  275. }
  276.  
  277. .description{
  278. position:fixed;
  279. width:255px;
  280. padding:8px;
  281. background-color:{color:Desc Background};
  282. color:{color:Desc Text};
  283. font-family:gasara;
  284. text-transform:uppercase;
  285. font-size:8px;
  286. letter-spacing:0px;
  287. text-align:center;
  288. line-height:11px;
  289. word-wrap:break-word;
  290. margin-left: 0px;
  291. margin-top: 5px;
  292. opacity:.9;
  293. border:1px solid #ddd;
  294. }
  295.  
  296.  
  297. .music {
  298. position:fixed;
  299. margin-left:0px;
  300. width:167px;
  301. margin-top: 120px;
  302. padding: 1px 4px 1px 4px;
  303. z-index:99;
  304. line-height:9px;
  305. }
  306.  
  307. .hovers {
  308. position:fixed;
  309. margin-left:255px;
  310. margin-top: -19px;
  311. word-spacing:-1px;
  312. padding:4px;
  313. font-family:Calibri;
  314. font-size:20px;
  315. line-height:10px;
  316. color: {color:Links};
  317. text-transform: uppercase;
  318. text-align: center;
  319. }
  320.  
  321.  
  322. .hovers a {
  323. display: inline;
  324. width: auto;
  325. color: #000;
  326. text-decoration: none;
  327. -moz-transition:all ease 0.6s;
  328. -webkit-transition:all ease 0.6s;
  329. -o-transition:all ease 0.6s;
  330. transition:all ease 0.6s;
  331. }
  332.  
  333. .hovers a:hover {
  334. color: {color:Links Hover};
  335. }
  336.  
  337.  
  338. /* CENTER WRAPPER */
  339.  
  340. #wrapper{
  341. width:510px;
  342. height:auto;
  343. margin-left:460px;
  344. margin-right:auto;
  345. margin-top:20px;
  346. margin-bottom:60px;
  347. padding:0;
  348. border:0;
  349. }
  350.  
  351. /* POST WRAP + PERMA */
  352.  
  353. .post {
  354. width:250px;
  355. margin-left:360px;
  356. margin-bottom:20px;
  357. background-color:transparent;
  358. -webkit-filter: grayscale(100%);
  359. -moz-filter: grayscale(100%);
  360. -o-filter: grayscale(100%);
  361. -webkit-transform: translateZ(0);
  362. }
  363.  
  364. .perma{
  365. margin-top:5px;
  366. color:{color:Perma Text};
  367. border-top:1px solid #ddd;
  368. padding-top:3px;
  369. width:250px;
  370. font-family:gasara;
  371. font-size:8px;
  372. letter-spacing:0px;
  373. line-height:9px;
  374. text-align:center;
  375. text-transform:uppercase;
  376. opacity:.9;
  377. }
  378.  
  379. .perma_tag {
  380. margin-top:3px;
  381. color:{color:Perma Text};
  382. opacity:.9;
  383. font-family:gasara;
  384. text-transform:uppercase;
  385. font-size:8px;
  386. font-style:none;
  387. letter-spacing:0px;
  388. line-height:9px;
  389. text-align:center;
  390. }
  391. .perma a, .perma_tag a{
  392. color:{color:Perma Links};
  393. }
  394. .perma a:hover, .perma_tag a:hover {
  395. color:{color:Perma Links Hover};
  396. }
  397.  
  398.  
  399. .perma_date {
  400. margin-top:-2px;
  401. padding-bottom:2px;
  402. padding-top:2px;
  403. padding-left:6px;
  404. padding-right:6px;
  405. background-color:#000000;
  406. float:left;
  407. opacity:.9;
  408. }
  409.  
  410. .perma_info {
  411. padding-bottom:2px;
  412. padding-top:2px;
  413. padding-left:6px;
  414. padding-right:6px;
  415. background-color:#000000;
  416. opacity:.9;
  417. }
  418.  
  419. #notes {
  420. width:250px;
  421. font-family:Calibri;
  422. font-size:7px;
  423. letter-spacing:1px;
  424. text-transform:uppercase;
  425. color:#000000;
  426. }
  427. #notes ol {
  428. padding:0;
  429. }
  430. #notes ol li {
  431. list-style-type:none;
  432. padding:3px;
  433. margin-left:-25px;
  434. }
  435.  
  436. #notes img {
  437. margin-right:2px;
  438. }
  439.  
  440. /* POST */
  441.  
  442. .postsb {
  443. width:250px;
  444. padding:20px;
  445. padding-top:10px;
  446. padding-bottom:10px;
  447. border:1px solid #ddd;
  448. background-image:url('http://static.tumblr.com/qudkd6d/Cwvn4a6jk/7-st.png');
  449. }
  450.  
  451. .posts {
  452. margin-left:-10px;
  453. width:250px;
  454. padding:10px;
  455. background-color:{color:Posts};
  456. background-color:rgba(255,255,255, 0.9);
  457. border: 1px solid #ddd;
  458. color:{color:Text};
  459. font-family:Calibri;
  460. font-size:10px;
  461. line-height:11px;
  462. text-align:justify;
  463. word-wrap:break-word;
  464. }
  465.  
  466. /* Post img, video & photoset settings */
  467.  
  468. .posts img {
  469. -webkit-filter: grayscale(100%);
  470. -moz-filter: grayscale(100%);
  471. -o-filter: grayscale(100%);
  472. -webkit-transform: translateZ(0);
  473. max-width:100%;
  474.  
  475. opacity:.9;
  476. -moz-transition:all ease-in-out 0.7s;
  477. -webkit-transition:all ease-in-out 0.7s;
  478. -o-transition:all ease-in-out 0.7s;
  479. transition:all ease-in-out 0.7s;
  480. }
  481.  
  482. .posts img:hover { opacity: 1; -webkit-filter: grayscale(0%); }
  483.  
  484. .posts small {font-size:9px;}
  485.  
  486. #photo img {
  487. max-width:100%;
  488. -webkit-filter: grayscale(100%);
  489. -moz-filter: grayscale(100%);
  490. -o-filter: grayscale(100%);
  491. -webkit-transform: translateZ(0);
  492. display:block;
  493.  
  494.  
  495. opacity:.9;
  496. -moz-transition:all ease-in-out 0.7s;
  497. -webkit-transition:all ease-in-out 0.7s;
  498. -o-transition:all ease-in-out 0.7s;
  499. transition:all ease-in-out 0.7s;
  500.  
  501.  
  502. }
  503.  
  504. #pset, #vid {
  505. -webkit-filter: grayscale(100%);
  506. -moz-filter: grayscale(100%);
  507. -o-filter: grayscale(100%);
  508. -webkit-transform: translateZ(0);
  509.  
  510.  
  511. opacity:1;
  512. -moz-transition:all ease-in-out 0.7s;
  513. -webkit-transition:all ease-in-out 0.7s;
  514. -o-transition:all ease-in-out 0.7s;
  515. transition:all ease-in-out 0.7s;
  516.  
  517.  
  518. }
  519.  
  520.  
  521. .posts:hover #pset, .posts:hover #vid, .posts:hover #photo img {
  522. opacity:1;
  523. -webkit-filter: grayscale(0%);
  524. }
  525.  
  526.  
  527. /* Post Title */
  528.  
  529. #h2 {
  530. color:#000;
  531. font-family:bebas neue;
  532. font-size:20px;
  533. font-style:normal;
  534. line-height:20px;
  535. text-transform:uppercase;
  536. text-align:center;
  537. }
  538.  
  539. /* Quote */
  540.  
  541. #quote {
  542. color:{color:Quote};
  543. font-family:bebas neue;
  544. font-size:16px;
  545. line-height:18px;
  546. text-align:center;
  547. padding:10px;
  548. text-transform:uppercase;
  549. }
  550.  
  551. #source {
  552. font-family:calibri;
  553. font-size:8px;
  554. margin-top:-5px;
  555. letter-spacing:1px;
  556. text-align:center;
  557. text-transform:uppercase;
  558. }
  559.  
  560. /* Chat */
  561.  
  562. #chat {
  563. padding-top:2px;
  564. padding-bottom:3px;
  565. padding-left:5px;
  566. padding-right:5px;
  567. line-height:11px;
  568. color:{color:text};
  569. }
  570.  
  571. #chat.even {
  572. background-color:{color:Background};
  573. }
  574.  
  575. /* Question */
  576.  
  577. #asker {
  578. color:{color:Text};
  579. font-family:bebas neue;
  580. font-size:18px;
  581. line-height:18px;
  582. font-weight:normal;
  583. word-spacing:2px;
  584. font-style:normal;
  585. text-transform:normal;
  586. text-align:center;
  587. }
  588.  
  589.  
  590. #asker a {
  591. color:{color:Links};
  592. }
  593.  
  594. #asker a:hover {
  595. color:{color:Links Hover};
  596. }
  597.  
  598. #question {
  599. border:1px solid #ddd;
  600. background-image:url('http://static.tumblr.com/qudkd6d/Cwvn4a6jk/7-st.png');
  601. padding:10px;
  602. margin-left:-3px;
  603. font-size:12px;
  604. font-style:normal;
  605. text-align:center;
  606. }
  607.  
  608. /* AUDIO */
  609.  
  610. .album {
  611. background-repeat: no-repeat;
  612. background-position: center;
  613. position: absolute;
  614. width: 86px;
  615. height: 86px;
  616. background-size: 60px;
  617. overflow: hidden;
  618. background-color: {color:Track Background};
  619. -moz-transition:all ease-in-out 0.7s;
  620. -webkit-transition:all ease-in-out 0.7s;
  621. -o-transition:all ease-in-out 0.7s;
  622. transition:all ease-in-out 0.7s;
  623. }
  624.  
  625. .album img {
  626. width: 56px;
  627. height: 56px;
  628. overflow: hidden;
  629. -moz-transition:all ease-in-out 0.7s;
  630. -webkit-transition:all ease-in-out 0.7s;
  631. -o-transition:all ease-in-out 0.7s;
  632. transition:all ease-in-out 0.7s;
  633. {block:ifMonochrome}-webkit-filter: grayscale(100%);
  634. {/block:ifMonochrome}
  635. {block:ifFade}opacity:.5;{/block:ifFade}
  636. }
  637.  
  638. .album img:hover {
  639. -moz-transition:all ease-in-out 0.7s;
  640. -webkit-transition:all ease-in-out 0.7s;
  641. -o-transition:all ease-in-out 0.7s;
  642. transition:all ease-in-out 0.7s;
  643. {block:ifMonochrome}-webkit-filter: grayscale(0%) !important;
  644. {/block:ifMonochrome}
  645. {block:ifFade}opacity:1;{/block:ifFade}
  646. }
  647.  
  648. .player {
  649. width: 10px;
  650. height: 11px;
  651. overflow: hidden;
  652. padding: 4px 21px 21px 4px;
  653. margin-top: 10px;
  654. margin-left: 10px;
  655. position: absolute;
  656. background-color: #fff;
  657. opacity: 0.5;
  658. z-index: 10;
  659. -webkit-transition: all 0.4s linear;
  660. -moz-transition: all 0.4s linear;
  661. -o-transition: all 0.4s linear;
  662. -moz-border-radius: 30px;
  663. -webkit-border-radius: 30px;
  664. border-radius: 30px;
  665. }
  666.  
  667. .album:hover .player {
  668. {block:ifMonochrome}opacity: 0.5;{/block:ifMonochrome}
  669. }
  670.  
  671. .track {
  672. margin-left: 60px;
  673. min-height: 80px;
  674. max-height: 100px;
  675. overflow: auto;
  676. font-family:gasara;
  677.  
  678. margin-bottom:-25px;
  679. font-size: 8px;
  680. padding: 3px;
  681. color: {color:Track Text};
  682. text-transform: uppercase;
  683. letter-spacing: 1px;
  684. background: {color:Track Background};
  685. }
  686.  
  687.  
  688. /* Pagination */
  689.  
  690. #page {
  691. width:150px;
  692. margin-top:2px;
  693. font-family:georgia;
  694. font-size:10px;
  695. letter-spacing:1px;
  696. text-align:center;
  697. }
  698.  
  699.  
  700. /* Hover Title Style */
  701.  
  702. div#qTip{
  703. display: none;
  704. text-align:center;
  705. max-width:150px;
  706. position:absolute;
  707. letter-spacing:0px;
  708. text-transform:uppercase;
  709. z-index:99;
  710. padding:5px;
  711. margin-top:5px;
  712. font-family:gasara;
  713. font-size:8px;
  714. line-height:11px;
  715. border-left:1px solid #000;
  716. background-color:rgba(255,255,255, 0.9);
  717. color:{color:desc text};
  718. }
  719.  
  720.  
  721. </style>
  722. {block:IndexPage}
  723. {block:ifInfiniteScroll}
  724. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  725. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  726. {/block:ifInfiniteScroll}
  727. {/block:IndexPage}
  728.  
  729. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  730. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  731.  
  732. </head>
  733.  
  734. <body>
  735.  
  736. <div id="wrapper">
  737. <div class="sidebar">
  738. <div class="container">
  739.  
  740. <div class="hovers">
  741. <a href="/" title="hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info">•</a>
  742. <a href="/" title="hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover infoo">•</a>
  743. <a href="/" title="hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info">•</a>
  744. <a href="/" title="hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info">•</a>
  745. <a href="/" title="hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info">•</a>
  746. <a href="/" title="hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info hover info">•</a>
  747.  
  748. </div>
  749.  
  750.  
  751. <div class="music"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="26" height="20">
  752. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  753. <param name="bgcolor" value="#000" />
  754. <param name="FlashVars" value="mp3=http://k003.kiwi6.com/hotlink/5t0eo24zwu/Acoustic_Cafe_-_Last_Carnival.mp3&amp;width=26&amp;loop=1&amp;autoplay=0&amp;showslider=0&amp;loadingcolor=000000&amp;bgcolor=000000&amp;bgcolor1=000000&amp;bgcolor2=000000&amp;slidercolor1=000000&amp;slidercolor2=000000&amp;sliderovercolor=000000&amp;buttoncolor=ffffff&amp;buttonovercolor=ffffff" />
  755. </object></div>
  756.  
  757. <div class="line"></div>
  758. <div class="header"><a href="/">TEEN SPIRIT</a></div>
  759. <div class="description">Born on October 13th, 1995, Park Jimin (박지민) is a 19 year old vocalist and dancer in the seven-member boy group, 탄소년단 (BTS). Exerting powerful, enchanting performances every time he steps foot on stage; he has dedicated himself to assisting the seven boys in excelling to the best of their abilities. His undeniably captivating stage presence is known to most, but the charming persona behind the scenes can also be unveiled if you try to get to know him.
  760. </div>
  761.  
  762. <div class="quotebg">❝ a wolf doesn't lose sleep over the opinion of sheep.</div>
  763.  
  764. <div id="links">
  765. <a href="/" title="link description">Link 01</a><br>
  766. <a href="/" title="link description">Link 02</a><br>
  767. <a href="/" title="link description">Link 03</a><br>
  768. <a href="/" title="link description">Link 04</a><br>
  769. <a href="/" title="link description">Link 05</a>
  770. </div>
  771.  
  772. </div></div>
  773.  
  774.  
  775. <div class="autopagerize_page_element" >
  776.  
  777. {block:Posts}
  778. <div class="post">
  779. <div class="postsb">
  780. <div class="posts">
  781.  
  782.  
  783. {block:ContentSource}
  784. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  785. {/block:SourceLogo}
  786. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  787. {/block:ContentSource}
  788.  
  789. {block:Photo}
  790. {block:IndexPage}
  791. <div id="photo">
  792. {LinkOpenTag}
  793. <img src="{PhotoURL-250}" alt='{PhotoAlt}'/>
  794. {LinkCloseTag}
  795. </div>
  796. {/block:IndexPage}
  797. {block:PermalinkPage}
  798. <div id="photo">
  799. {LinkOpenTag}
  800. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
  801. {LinkCloseTag}
  802. </div>
  803. {/block:PermalinkPage}
  804. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  805. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  806. {/block:Photo}
  807.  
  808. {block:Photoset}
  809. <div id="pset">
  810. {block:IndexPage}
  811. {Photoset-250}
  812. {/block:IndexPage}
  813. {block:PermalinkPage}
  814. {Photoset-250}
  815. {/block:PermalinkPage}
  816. </div>
  817. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  818. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  819. {/block:Photoset}
  820.  
  821. {block:Video}
  822. <div id="vid">
  823. {block:IndexPage}
  824. <center>{Video-250}</center>
  825. {/block:IndexPage}
  826. {block:PermalinkPage}
  827. <center>{Video-250}</center>
  828. {/block:PermalinkPage}
  829. </div>
  830. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  831. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  832. {/block:Video}
  833.  
  834. {block:Audio}<div class="album">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}
  835.  
  836. {block:AlbumArt}{block:IndexPage}<img src="{AlbumArtURL}">{/block:IndexPage}{block:PermalinkPage}<img src="{AlbumArtURL}">{/block:PermalinkPage}{/block:AlbumArt}</div>
  837.  
  838. <div class="track">{block:TrackName}Title: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album:
  839. {Album}{/block:Album}</div>
  840.  
  841. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  842.  
  843. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  844. {/block:Audio}
  845.  
  846. {block:Text}
  847. {block:Title}<div id="h2">{Title}</div>{/block:Title}
  848. {Body}
  849. {/block:Text}
  850.  
  851. {block:Link}
  852. <div id="h2"><a href="{URL}" {Target}>{Name}</a></div>
  853. {block:Description}{Description}{/block:Description}
  854. {/block:Link}
  855.  
  856. {block:Answer}
  857. <div id="question"><div id="asker"><i>{Asker}</i> SAID:</div> {Question}</div>
  858. {Answer}
  859. {/block:Answer}
  860.  
  861. {block:Quote}
  862. <div id="quote">❝ {Quote}</div>
  863. {block:Source}<div id="source">{Source}</div>{/block:Source}
  864. {/block:Quote}
  865.  
  866. {block:Chat}
  867. {block:Title}<div id="h2">{Title}</div>{/block:Title}
  868. {block:Lines}<div id="chat" class="{Alt} user_{UserNumber}">
  869. {block:Label}
  870. <b>{Label}</b>
  871. {/block:Label}
  872. {Line}</div>
  873. {/block:Lines}
  874. {/block:Chat}
  875.  
  876.  
  877. {block:IndexPage}
  878. <div class="perma">
  879. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  880. {NoteCountWithLabel}</a>
  881. </span>
  882. </div> {block:ifShowTags}
  883. {block:HasTags}<div class="perma_tag">→ tagged: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:ifShowTags}
  884. {/block:IndexPage}
  885.  
  886. {block:PermalinkPage}
  887. <div class="perma">
  888. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  889. {NoteCountWithLabel} {block:RebloggedFrom} + <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> | <a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}</a>
  890. </span>
  891. </div>
  892. {block:HasTags}<div class="perma_tag">→ tagged: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  893. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  894. {/block:PermalinkPage}
  895.  
  896. </div></div></div>
  897. {/block:Posts}
  898.  
  899. </div>
  900. </div>
  901. </div>
  902. </div>
  903.  
  904. <div style="position:fixed;bottom:4px; color:#fff; left:4px; font-size:8px; font-family:gasara; ">
  905. <a href="http://ladmilk.tumblr.com"><font color="black">credit</a></div>
  906.  
  907. <div style="position:fixed;top:3px; left:23px; font-size:8px; text-transform:uppercase;"></a></div>
  908.  
  909. </div></div>
  910.  
  911. </body>
  912. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement