Advertisement
onediewreckshun

30 - spark - http://kimsjongin.tumblr.com

Jun 19th, 2013
1,197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4.  
  5. <title>{title}</title>
  6. <link rel="shortcut icon" href="{favicon}">
  7.  
  8. <meta name="color:bg" content="#fff" />
  9. <meta name="color:text" content="#9a9a9a"/>
  10. <meta name="color:descriptiontext" content="#3a3a3a" />
  11. <meta name="color:descriptionlinks" content="#3a3a3a" />
  12. <meta name="color:sidelinks1" content="#000"/>
  13. <meta name="color:sidelinks1hover" content="#000"/>
  14. <meta name="color:sidelinks2" content="#000"/>
  15. <meta name="color:sidelinks2hover" content="#999"/>
  16. <meta name="color:sidebarborder" content="#e4e4e4"/>
  17. <meta name="color:links" content="#111"/>
  18. <meta name="color:linkshover" content="#e9e7e7"/>
  19. <meta name="color:tags" content="#ddd"/>
  20. <meta name="color:tagshover" content="#999"/>
  21. <meta name="color:info" content="#999"/>
  22. <meta name="color:infohover" content="#999"/>
  23. <meta name="color:scrollbar" content="#999"/>
  24. <meta name="color:scrollbarbg" content="#fff"/>
  25. <meta name="color:tooltipbg" content="#ffffff"/>
  26. <meta name="color:tooltiptext" content="#999999"/>
  27. <meta name="color:tooltipborder" content="#999999"/>
  28. <meta name="color:textselect" content="#999999"/>
  29.  
  30. <meta name="image:sidebar" content="http://24.media.tumblr.com/tumblr_m8paicKUgY1qacmz1o2_1280.jpg" />
  31.  
  32. <meta name="text:link1text" content="refresh" />
  33. <meta name="text:link1url" content="/" />
  34. <meta name="text:link2text" content="message" />
  35. <meta name="text:link2url" content="/" />
  36. <meta name="text:link3text" content="blogroll" />
  37. <meta name="text:link3url" content="/" />
  38. <meta name="text:link4text" content="navigation" />
  39. <meta name="text:link4url" content="/" />
  40. <meta name="text:link5text" content="themes" />
  41. <meta name="text:link5url" content="/" />
  42. <meta name="text:link6text" content="tags" />
  43. <meta name="text:link6url" content="/" />
  44. <meta name="text:link7text" content="edits" />
  45. <meta name="text:link7url" content="/" />
  46. <meta name="text:link8text" content="friends" />
  47. <meta name="text:link8url" content="/" />
  48.  
  49. <meta name="text:font" content="baskerville" />
  50. <meta name="text:fontsize" content="9px" />
  51.  
  52. <meta name="if:updatesbar" content="1" />
  53. <meta name="if:updatestab" content="1" />
  54.  
  55. <meta name="if:blackandwhiteposts" content="1" />
  56.  
  57. <meta name="if:hovertags" content="1" />
  58.  
  59. <meta name="if:tinycursor" content="1" />
  60.  
  61. <!--
  62.       
  63. ┊   ┊ ┊
  64. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  65. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  66. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  67.  
  68. ᴛʜᴇᴍᴇ ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ)
  69. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏʀ sᴛᴇᴀʟ! ^_^
  70.  
  71. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  72. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  73. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  74. ┊ ┊ ┊
  75. -->
  76.  
  77.  
  78. <style type="text/css">
  79.  
  80. h1 {
  81. color:text;
  82. font-weight:normal;
  83. }
  84.  
  85. @font-face {font-family:meem1;src:url('http://static.tumblr.com/gyoju49/PcHmo9f7z/meem1.ttf'); }
  86.  
  87. ::-webkit-scrollbar-thumb:vertical {
  88. background:{color:scrollbar};
  89. height:5px;
  90. }
  91.  
  92. ::-webkit-scrollbar-thumb:horizontal {
  93. background:{color:scrollbar};
  94. height:5px!important;
  95. }
  96.  
  97. ::-webkit-scrollbar {
  98. background:{color:scrollbarbg};
  99. height:4px;
  100. width:4px;
  101. }
  102.  
  103. body {
  104. background:{color:bg};
  105. font-family:{text:font};
  106. color:{color:text};
  107. font-size:{text:fontsize};
  108. line-height:12px;
  109. }
  110.  
  111. a {
  112. text-decoration:none;
  113. color:{color:links};
  114. -webkit-transition: all 0.7s ease;
  115. -moz-transition: all 0.7s ease;
  116. -o-transition: all 0.7s ease;
  117. }
  118.  
  119. a:hover {
  120. -webkit-transition: all 0.5s ease-out;
  121. -moz-transition: all 0.5s ease-out;
  122. transition: all 0.5s ease-out;
  123. color: {color:linkshover};
  124. }
  125.  
  126. img {
  127. border:none;
  128. }
  129.  
  130. blockquote {
  131. padding-left:5px;
  132. border-left:1px solid;
  133. margin-top:-0px;
  134. margin-left:5px;
  135. }
  136.  
  137. .quote {
  138. font-size:10px;
  139. font-style:italic;
  140. margin-bottom:6px;
  141. }
  142.  
  143. #sidebar {
  144. width:auto;
  145. position:fixed;
  146. left:11%;
  147. margin-top:151px;
  148. }
  149.  
  150. #links1 {
  151. width:200px;
  152. position:fixed;
  153. text-align:center;
  154. margin-left:4px;
  155. margin-top:9px;
  156. margin-bottom:0px;
  157. line-height:10px;
  158. -webkit-transition: all 0.3s ease;
  159. -moz-transition: all 0.3s ease;
  160. -o-transition: all 0.3s ease;
  161. }
  162.  
  163. #links1 a {
  164. font-family:'times new roman';
  165. text-align:center;
  166. margin-right:2px;
  167. margin-left:2px;
  168. margin-bottom:7px;
  169. letter-spacing:0px;
  170. text-transform:lowercase;
  171. color:{color:sidelinks1};
  172. font-size:9px;
  173. -webkit-transition: all 0.7s ease;
  174. -moz-transition: all 0.7s ease;
  175. -o-transition: all 0.7s ease;
  176. }
  177.  
  178. #links1 a:hover {
  179. color:{color:sidelinks1hover};
  180. text-decoration:none;
  181. font-style:italic;
  182. letter-spacing:0px;
  183. -webkit-transition: all 0.7s ease;
  184. -moz-transition: all 0.7s ease;
  185. -o-transition: all 0.7s ease;
  186. }
  187.  
  188. .sidebarimage {
  189. width:170px;
  190. -webkit-transition: all 0.3s ease;
  191. -moz-transition: all 0.3s ease;
  192. -o-transition: all 0.3s ease;
  193. }
  194.  
  195. .sidebarimage img {
  196. padding:3px;
  197. border:1px solid {color:sidebarborder};
  198. text-align:center;
  199. float:center;
  200. margin-left:25px;
  201. margin-bottom:-5px;
  202. width:150px;
  203. -webkit-transition: all 0.3s ease;
  204. -moz-transition: all 0.3s ease;
  205. -o-transition: all 0.3s ease;
  206. }
  207.  
  208. .description {
  209. font-size:10px;
  210. margin-left:2px;
  211. display:block;
  212. opacity:1;
  213. color:{color:descriptiontext};
  214. letter-spacing:0px;
  215. margin-top:20px;
  216. margin-left:62px;
  217. line-height:11px;
  218. text-align:justify;
  219. width:108px;
  220. position:absolute;
  221. text-transform:lowercase;
  222. padding-top:3px;
  223. padding-left:8px;
  224. padding-bottom:3px;
  225. -webkit-transition: all 0.3s ease;
  226. -moz-transition: all 0.3s ease;
  227. -o-transition: all 0.3s ease;
  228. }
  229.  
  230. .description a{
  231. color:{color:descriptionlinks};
  232. text-transform:lowercase;
  233. font-size:9px;
  234. letter-spacing:0px;
  235. margin-left:2px;
  236. margin-right:1px;
  237. }
  238.  
  239. #links2 {
  240. font-family:calibri;
  241. font-size:9px;
  242. width:80px;
  243. line-height: 10.5px;
  244. text-align:right;
  245. margin-left:-15px;
  246. margin-top:25px;
  247. display: block;
  248. }
  249.  
  250. #links2 a {
  251. color:{color:sidelinks2};
  252. text-align:right; !important
  253. display:block;
  254. width:20px !important;
  255. border-right:1px solid {color:sidebarborder};
  256. padding: 0px 4px 1px 5px;
  257. font-family:calibri;
  258. font-size:8px;
  259. text-transform:uppercase;
  260. -webkit-transition: all 0.5s ease;
  261. -moz-transition: all 0.5s ease;
  262. -o-transition: all 0.5s ease;
  263. }
  264.  
  265. #links2 a:hover {
  266. font-style:normal;
  267. background:#fff;
  268. box-shadow:inset -40px 0px 0px {color:sidelinks2hover};
  269. border-right:1px solid {color:sidelinks2hover};
  270. color:#fff;
  271. -webkit-transition: all 0.5s ease;
  272. -moz-transition: all 0.5s ease;
  273. -o-transition: all 0.5s ease;
  274. }
  275.  
  276. .pagination{
  277. position:fixed;
  278. font-size:8px;
  279. letter-spacing:6px;
  280. width:200px;
  281. background-color:transparent;
  282. text-align:center;
  283. margin-top:-34px;
  284. margin-left:5px;
  285. color:{color:descriptionlinks};
  286. }
  287.  
  288. .pagination a{
  289. letter-spacing:6px;
  290. font-size:8px;
  291. color:{color:descriptionlinks};
  292. }
  293. .pagination a:hover{
  294. color:{color:linkshover};
  295. }
  296.  
  297. #audio {
  298. margin-bottom:5px;
  299. width:500px;
  300. height:105px;
  301. }
  302.  
  303. .albumart {
  304. width:100px;
  305. height:100px;
  306. position:absolute;
  307. }
  308.  
  309. .albumart img {
  310. width:100px;
  311. height:100px;
  312. float:left;
  313. }
  314.  
  315. .playercontainer {
  316. opacity: .2;
  317. display:block;
  318. width:100px;
  319. height:100px;
  320. background:white;
  321. position:absolute;
  322. -webkit-transition:all 0.5s ease-in-out;
  323. -moz-transition:all 0.5s ease-in-out;
  324. -o-transition:all 0.5s ease-in-out;
  325. -ms-transition: all 0.5s ease-in-out;
  326. transition:all 0.5s ease-in-out;
  327. }
  328.  
  329. .playercontainer:hover {
  330. opacity:.7;
  331. position:absolute;
  332. -webkit-transition:all 0.5s ease-in-out;
  333. -moz-transition:all 0.5s ease-in-out;
  334. -o-transition:all 0.5s ease-in-out;
  335. -ms-transition: all 0.5s ease-in-out;
  336. transition:all 0.5s ease-in-out;
  337. }
  338.  
  339. .player {
  340. margin-left:36px;
  341. margin-top:36px;
  342. width:25px;
  343. height:25px;
  344. overflow:hidden;
  345. position:absolute;
  346. background:white;
  347. }
  348.  
  349. .audioinfo {
  350. margin-left:110px;
  351. float:left;
  352. color:{color:Text};
  353. width:386px;
  354. padding:2px;
  355. margin-top:3px;
  356. }
  357.  
  358. #info {
  359. color:{color:text};
  360. width:490px;
  361. font-family:calibri;
  362. text-transform:uppercase;
  363. letter-spacing:0px;
  364. font-size: 8px;
  365. line-height:120%;
  366. text-align:center;
  367. margin-top:2px;
  368. letter-spacing:1px;
  369. padding:5px;
  370. padding-bottom:5px;
  371. -webkit-transition-duration:0.5s;
  372. }
  373.  
  374. #info a{
  375. color:{color:info};
  376. border:0px;
  377. width:490px;
  378. font-family:calibri;
  379. letter-spacing:0px;
  380. font-size: 8px;
  381. line-height:120%;
  382. text-align:center;
  383. letter-spacing:1px;
  384. -moz-transition-duration:0.5s;
  385. -webkit-transition-duration:0.5s;
  386. -o-transition-duration:0.5s;
  387. }
  388.  
  389. #info a:hover{
  390. color:{color:infohover};
  391. width:490px;
  392. letter-spacing:0px;
  393. font-size: 8px;
  394. line-height:120%;
  395. text-align:center;
  396. margin-top:2px;
  397. letter-spacing:1px;
  398. -moz-transition-duration:0.5s;
  399. -webkit-transition-duration:0.5s;
  400. -o-transition-duration:0.5s;
  401. }
  402.  
  403.  
  404. {block:iftinycursor}
  405.  
  406. body, a, a:hover{
  407. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
  408. }
  409.  
  410. {/block:iftinycursor}
  411.  
  412.  
  413. {block:ifhovertags}
  414.  
  415. #tags {
  416. text-align:center;
  417. margin-top:-18px;
  418. opacity:0;
  419. font-family:georgia;
  420. font-size:7px;
  421. font-style:italic;
  422. -moz-transition-duration:0.7s;
  423. -webkit-transition-duration:0.7s;
  424. -o-transition-duration:0.7s;
  425. }
  426.  
  427. #post:hover #tags {
  428. margin-top:-10px;
  429. opacity:1;
  430. -moz-transition-duration:0.7s;
  431. -webkit-transition-duration:0.7s;
  432. -o-transition-duration:0.7s;
  433. }
  434.  
  435. {/block:ifhovertags}
  436.  
  437.  
  438. {block:ifnothovertags}
  439.  
  440. #tags {
  441. opacity:1;
  442. margin-top:-15px;
  443. font-family:georgia;
  444. font-size:7px;
  445. font-style:italic;
  446. -moz-transition-duration:0.7s;
  447. -webkit-transition-duration:0.7s;
  448. -o-transition-duration:0.7s;
  449. }
  450. {/block:ifnothovertags}
  451.  
  452.  
  453. #tags a {
  454. color:{color:tags};
  455. border:0px;
  456. text-shadow:0px 0px 0px;
  457. text-transform:lowercase;
  458. padding-top:1px;
  459. padding-bottom:2px;
  460. padding-left:4px;
  461. padding-right:3px;
  462. margin:0px 2px 0px;
  463. -moz-transition-duration:0.9s;
  464. -webkit-transition-duration:0.9s;
  465. -o-transition-duration:0.9s;
  466. }
  467.  
  468. #tags a:hover {
  469. color:{color:tagshover};
  470. -moz-transition-duration:0.7s;
  471. -webkit-transition-duration:0.7s;
  472. -o-transition-duration:0.7s;
  473. }
  474.  
  475. #entries {
  476. letter-spacing:1px;
  477. text-align:left;
  478. padding:10px;
  479. width:500px;
  480. margin-left:500px;
  481. margin-top:80px;
  482. }
  483.  
  484. #asker {
  485. float:left;
  486. margin-right:10px;
  487. }
  488.  
  489. #post {
  490. margin-bottom:20px;
  491. {block:ifblackandwhiteposts}-webkit-filter: grayscale(100%);{/block:ifblackandwhiteposts}
  492. -webkit-transition: all 0.7s ease;
  493. -moz-transition: all 0.7s ease;
  494. -o-transition: all 0.7s ease;
  495. }
  496.  
  497. #post:hover {
  498. -webkit-filter: grayscale(0%);
  499. -webkit-transition: all 0.7s ease;
  500. -moz-transition: all 0.7s ease;
  501. -o-transition: all 0.7s ease;
  502. }
  503.  
  504. #ackles {
  505. line-height:100%;
  506. position:fixed;
  507. font-size:10px;
  508. width:70px;
  509. height:20px;
  510. font-family:calibri;
  511. letter-spacing:1px;
  512. padding-bottom:4px;
  513. padding-right:4px;
  514. bottom:0;
  515. right:0;
  516. z-index:999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  517. }
  518.  
  519. #ackles .ville a {
  520. color:#9a9a9a;
  521. }
  522.  
  523. #ackles .dancy{
  524. color:#9a9a9a;
  525. opacity:1.0;
  526. padding:1px 3px 2px 3px;
  527. margin-top:00px;
  528. margin-left:29px;
  529. text-align:center;
  530. overflow:hidden;
  531. position: absolute;
  532. background:#fff;
  533. font-size:10px;
  534. text-transform:uppercase;
  535. z-index:100;
  536. -webkit-transition: opacity 0.5s linear;
  537. -webkit-transition: all 0.5s linear;
  538. -moz-transition: all 0.5s linear;
  539. transition: all 0.5s linear;
  540. border:1px solid #ece4e4;
  541. }
  542.  
  543. #ackles:hover .dancy{
  544. opacity:0;
  545. transition: all 0.5s linear;
  546. -webkit-transition: opacity 0.5s linear;
  547. -webkit-transition: all 0.5s linear;
  548. -moz-transition: all 0.5s linear;
  549. }
  550.  
  551. #ackles .ville{
  552. color:#9a9a9a;
  553. background:#fff;
  554. margin-top:100px;
  555. margin-top:0px;
  556. padding:1px 4px 2px 5px;
  557. margin-left:29px;
  558. font-size:10px;
  559. text-align:left;
  560. text-transform:uppercase;
  561. opacity:0;
  562. overflow:hidden;
  563. position: absolute;
  564. -webkit-transition: opacity 0.5s linear;
  565. -webkit-transition: all 0.5s linear;
  566. -moz-transition: all 0.5s linear;
  567. transition: all 0.5s linear;
  568. z-index:1200;
  569. border:1px solid #ece4e4;
  570. }
  571.  
  572. #ackles:hover .ville {
  573. opacity:1;
  574. margin-bottom:14px;
  575. transition: all 0.5s linear;
  576. -webkit-transition: opacity 0.5s linear;
  577. -webkit-transition: all 0.5s linear;
  578. -moz-transition: all 0.5s linear;
  579. }
  580.  
  581. ::-moz-selection{
  582. color:#fff;
  583. background: {color:textselect};
  584. }
  585. ::selection {
  586. color:#fff;
  587. background: {color:textselect};
  588. }
  589.  
  590. #s-m-t-tooltip{
  591. font-size: 8px;
  592. max-width:300px;
  593. padding:1px 3px 1px 4px;
  594. margin:20px 0px 0px 20px;
  595. z-index:10;
  596. background:{color:tooltipbg};
  597. border:1px solid {color:tooltipborder};
  598. font-family:calibri;
  599. letter-spacing:3px;
  600. text-transform:uppercase;
  601. color:{color:tooltiptext};
  602. z-index:999999999999999999999999999999999999999999999999999999999999999999999999;
  603. }
  604.  
  605. iframe {
  606. -webkit-filter: grayscale(100%);
  607. -webkit-transition: all 0.7s ease;
  608. -moz-transition: all 0.7s ease;
  609. -o-transition: all 0.7s ease;
  610. }
  611.  
  612. #post:hover iframe {
  613. -webkit-filter: grayscale(0%);
  614. -webkit-transition: all 0.7s ease;
  615. -moz-transition: all 0.7s ease;
  616. -o-transition: all 0.7s ease;
  617. }
  618.  
  619. #words h1 {
  620. font-family:georgia;
  621. text-transform:uppercase;
  622. font-weight:normal;
  623. font-size:15px;
  624. }
  625.  
  626. @font-face { font-family: "meem"; src: url('http://static.tumblr.com/oetadgc/Uialyjfaa/laine.ttf'); }
  627.  
  628. #words {
  629. line-height:10px;
  630. color:#777;
  631. z-index:9;
  632. position:fixed;
  633. background: #fff;
  634. font-family:georgia;
  635. text-transform:none;
  636. font-size:9px;
  637. width:500px;
  638. margin:-320px 0px 40px -10px;
  639. text-align:center;
  640. height:auto;
  641. font-style:normal;
  642. font-size:9px;
  643. padding:120px 10px 8px 10px;
  644. border-bottom: 1px solid #eee;
  645. -webkit-transition: all 0.7s ease;
  646. -moz-transition: all 0.7s ease;
  647. -o-transition: all 0.7s ease;
  648. }
  649.  
  650. #words:hover {
  651. margin-top:-180px;
  652. -webkit-transition: all 0.7s ease;
  653. -moz-transition: all 0.7s ease;
  654. -o-transition: all 0.7s ease;
  655. }
  656.  
  657. #candywrapper {
  658. letter-spacing:1px;
  659. text-align: center;
  660. font-size: 11px;
  661. position:fixed;
  662. left:10px;
  663. top:-102px;
  664. -webkit-transition: all .5s ease-in-out;
  665. -moz-transition: all .5s ease-in-out;
  666. -o-transition: all .5s ease-in-out;
  667. z-index:99;
  668. }
  669.  
  670. #candywrapper:hover {
  671. top:-1px;
  672. -webkit-transition: all .5s ease-in-out;
  673. -moz-transition: all .5s ease-in-out;
  674. -o-transition: all .5s ease-in-out;
  675. }
  676.  
  677. #in {
  678. overflow:auto;
  679. color:#999;
  680. font-family:georgia;
  681. border:1px solid #999;
  682. padding: 10px 10px 10px 10px;
  683. background:#fff;
  684. text-align:center;
  685. font-size:8px;
  686. width:90px;
  687. height:80px;
  688. z-index: 9999;
  689. }
  690.  
  691. #titletab {
  692. background:#fff;
  693. color:#999;
  694. letter-spacing:0px;
  695. border:1px solid #999;
  696. border-top: 0px solid transparent;
  697. font-family:georgia;
  698. font-size:8px;
  699. text-align: center;
  700. height:5px;
  701. padding: 2px 0 8px 0;
  702. border-bottom-right-radius: 0px;
  703. -moz-border-bottom-right-radius: 0px;
  704. -webkit-border-bottom-right-radius: 0px;
  705. -webkit-transition: all .5s ease-in-out;
  706. -moz-transition: all .5s ease-in-out;
  707. -o-transition: all .5s ease-in-out;
  708. }
  709.  
  710. </style>
  711.  
  712. </head>
  713.  
  714. <script type="text/javascript" src="http://static.tumblr.com/gyoju49/YLzmocfup/layoutcomponent.js"></script><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  715.  
  716. <script type="text/javascript">
  717. (function($){
  718. $(document).ready(function(){
  719. $("a[title]").style_my_tooltips({
  720. tip_follows_cursor:true,
  721. tip_delay_time:50,
  722. tip_fade_speed:600,
  723. attribute:"title"
  724. });
  725. });
  726. })(jQuery);
  727. </script>
  728.  
  729. <body>
  730.  
  731. <div id="sidebar">
  732.  
  733. {block:Pagination}
  734. <div class="pagination">
  735. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  736. {block:JumpPagination length="4"}
  737. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  738. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  739. {/block:JumpPagination}
  740. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  741. </div>
  742. {/block:Pagination}
  743.  
  744. <div class="sidebarimage">
  745.  
  746. <a href="/"><img src="{image:sidebar}"></a>
  747.  
  748.  
  749. <div id="links1">
  750.  
  751. <a href="{text:link1url}">{text:link1text}</a>
  752. <a href="{text:link2url}">{text:link2text}</a>
  753. <a href="{text:link3url}">{text:link3text}</a>
  754. <a href="{text:link4url}">{text:link4text}</a>
  755.  
  756. </div>
  757.  
  758.  
  759.  
  760. <div class="description">
  761. {description}
  762. </div>
  763. <div id="links2">
  764. <a href="{text:link5url}">{text:link5text}</a><br>
  765. <a href="{text:link6url}">{text:link6text}</a><br>
  766. <a href="{text:link7url}">{text:link7text}</a><br>
  767. <a href="{text:link8url}">{text:link8text}</a>
  768.  
  769. </div>
  770. </div></div></div>
  771.  
  772.  
  773.  
  774. </div></div>
  775. <div id="entries">
  776.  
  777.  
  778. {block:ifupdatestab}
  779. <div id="candywrapper">
  780. <div id="in">
  781.  
  782. oo your text goes here!<br><br>
  783. fill this up with whatever you want!<br><br>
  784. use < br > (without spaces) to bring text to a new line<br><br>
  785. if your info doesn't fit, don't worry; a scrollbar will appear<br>
  786. <a href="http://kimsjongin.tumblr.com">here's a link</a>
  787.  
  788. </div>
  789. <div id="titletab">updates</div>
  790. </div>
  791. {/block:ifupdatestab}
  792.  
  793. {block:ifupdatesbar}
  794. <div id="words">
  795. <h1>UPDATES</h1><br>
  796. <div style="font-style:normal;font-size:9px;">
  797. 1. <a href="http://kimsjongin.tumblr.com">wow cool a link</a><br>
  798. 2. type <code>&lt;br&gt;</code> to go to another line! :)<br>
  799. 3. text text text<br>
  800. <br></div>
  801. <br><img src="http://25.media.tumblr.com/a4000ff25ef60e7c7837e7a16ea68ab8/tumblr_mjtrwufvmf1s7gs24o1_250.png"><br><br><br><br>
  802. <font face="meem" size="4">T</font>ype <b>a</b> <i>short</i>
  803. <br> <b>quote</b> <i>here</i> using<br> <b>alternating</b> <i>font</i>
  804. styles.<br>
  805. <br>
  806. </div>
  807. <br>
  808. {/block:ifupdatesbar}
  809.  
  810. {block:Posts}<div id="post">
  811.  
  812. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  813.  
  814. {block:Photo}{LinkOpenTag}<img style="width:500px;"src="{PhotoURL-500}">{LinkCloseTag}<br><br>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  815.  
  816. <div id="phset">
  817. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  818. </div>
  819.  
  820. {block:Quote}<div style="text-align:center; font-size:12px;">{Quote}</div> {block:Source}<div style="text-align:center; font-size:10px;">{Source}</div><br>{/block:Source}{/block:Quote}
  821.  
  822. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  823.  
  824. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  825.  
  826. {block:Audio}
  827. <div id="audio">
  828. <div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>
  829.  
  830. {block:TrackName}<div class="audioinfo"><b>Title:</b> {TrackName}</div><br>{/block:TrackName}
  831. {block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
  832. {block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}
  833. {block:PlayCount}<div class="audioinfo"><b>Played:</b> {FormattedPlayCount}times</div> {/block:PlayCount}
  834. </div>{block:Caption}{Caption}{/block:Caption}
  835. {/block:Audio}
  836.  
  837. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  838.  
  839.  
  840. {block:Answer}
  841. <a href="{AskerURL}"></a> <span id="asker">{Asker} asked: {Question}</span><p>
  842. {Answer}
  843. {/block:Answer}
  844.  
  845.  
  846. <div id="info">
  847. <br>
  848. {block:Date} <a href="{Permalink}">{TimeAgo}</a> / <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:Date} {block:RebloggedFrom} /
  849.  
  850. <a title="via" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom} / {block:ContentSource} <a title="source" href="{SourceURL}">{SourceLink}</a>{/block:ContentSource} / <a title="reblog" href="{ReblogURL}" target="_blank">reblog</a></div> <p></p>{block:HasTags}<div id="tags"><center>tagged with: {block:Tags}<a title="#{Tag}"href="/tagged/{Tag}">#{Tag}</a> </small>{/block:Tags}</center> </div>{/block:HasTags}</div>
  851.  
  852.  
  853. {block:PostNotes}<center><a href="http://kimsjongin.tumblr.com">ᴛʜᴇᴍᴇ&nbsp;ʙʏ&nbsp;ᴋɪᴍsᴊᴏɴɢɪɴ</a></center><br><br><div id="notes">{PostNotes}{/block:PostNotes}<br>
  854.  
  855.  
  856. {/block:Posts}
  857.  
  858. </div>
  859.  
  860. </div>
  861.  
  862. <div id="ackles">
  863.  
  864. <div class="dancy">
  865. &#x1d1b;&#x29c;&#x1d07;&#x1d0d;&#x1d07;
  866. </div>
  867.  
  868. <div class="ville">
  869. <a href="http://kimsjongin.tumblr.com/">&#x1d0d;&#x1d07;&#x1d07;&#x1d0d;</a>
  870. </div>
  871. </div>
  872.  
  873. <!--
  874.       
  875. ┊   ┊ ┊
  876. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  877. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  878. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  879.  
  880. ᴛʜᴇᴍᴇ ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ)
  881. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏʀ sᴛᴇᴀʟ! ^_^
  882.  
  883. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  884. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  885. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  886. ┊ ┊ ┊
  887. -->
  888.  
  889. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement