onediewreckshun

3 - winter - v1 - http://kimsjongin.tumblr.com

Dec 9th, 2012
781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--
  6.       
  7. ┊   ┊ ┊
  8. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  9. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  10. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  11.  
  12. ᴛʜᴇᴍᴇ 3 | ᴡɪɴᴛᴇʀ | ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ)
  13. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏʀ sᴛᴇᴀʟ! ^_^
  14.  
  15. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  16. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  17. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  18. ┊ ┊ ┊
  19.  
  20. -->
  21.  
  22.  
  23. <head>
  24. <title>{title}</title>
  25. <link rel="shortcut icon" href="{favicon}">
  26.  
  27. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/gyoju49/uF2mjkhe3/layoutcomponent.txt"></script><script type="text/javascript" src="http://static.tumblr.com/gyoju49/2A6mk8i6o/component.js"></script><script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/Citm42m8i/smoothscroll.js"></script>
  28.  
  29. <meta name="description" content="" />
  30.  
  31.  
  32.  
  33. <meta name="color:Background" content="#fcfcfc"/>
  34. <meta name="color:Text" content="#a8a8a8"/>
  35. <meta name="color:Link" content="#d5d7da"/>
  36. <meta name="color:Hover" content="#a8c2dd"/>
  37. <meta name="color:sbackground" content="#f2f2f2"/>
  38. <meta name="color:bg" content="#ffffff"/>
  39. <meta name="color:Border" content="#a8c2dd"/>
  40. <meta name="color:desctext" content="#6e859e"/>
  41. <meta name="color:text select" content="#a8c2dd"/>
  42. <meta name="color:sidelinks" content="#6e859e"/>
  43. <meta name="color:Scrollbar" content="#ddd"/>
  44. <meta name="color:post border" content="#eee"/>
  45.  
  46. <meta name="image:sidebar" content=""/>
  47. <meta name="image:sidebar bg" content=""/>
  48. <meta name="image:background" content=""/>
  49.  
  50. <meta name="text:Link 1" content="" />
  51. <meta name="text:Link 1 Text" content="" />
  52. <meta name="text:Link 2" content="" />
  53. <meta name="text:Link 2 Text" content="" />
  54. <meta name="text:Link 3" content="" />
  55. <meta name="text:Link 3 Text" content="" />
  56. <meta name="text:Link 4" content="" />
  57. <meta name="text:Link 4 Text" content="" />
  58.  
  59. <meta name="if:Show Link 1" content="1" />
  60. <meta name="if:Show Link 2" content="1" />
  61. <meta name="if:Show Link 3" content="1" />
  62. <meta name="if:Show Link 4" content="1" />
  63.  
  64. <meta name="if:hovertags" content="1" />
  65.  
  66. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. iframe#tumblr_controls {
  72. right:3px !important;
  73. position: fixed !important;
  74. opacity: 0.5;
  75.  
  76. -webkit-transition: opacity 0.7s linear;
  77. -webkit-transition: all 0.8s ease-out;
  78. -moz-transition: all 0.8s ease-out;
  79. transition: all 0.8s ease-out;
  80. -webkit-filter: invert(100%);
  81. }
  82.  
  83. iframe#tumblr_controls:hover{
  84. -webkit-transition: opacity 0.7s linear;
  85. opacity: 1;
  86.  
  87. -webkit-transition: all 0.4s ease-out;
  88. -moz-transition: all 0.4s ease-out;
  89. transition: all 0.4s ease-out;
  90. }
  91.  
  92. iframe#tumblr_controls {
  93. top: 0% !important;
  94. right:0% !important;
  95. position: fixed !important;
  96. }
  97.  
  98. ::-moz-selection {
  99. background-color: {color:text select};
  100. color: #fff;
  101. }
  102.  
  103. ::selection {
  104. background-color: {color:text select};
  105. color: #fff;
  106. }
  107.  
  108. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:#ffffff;}
  109. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  110. ::-webkit-scrollbar-track{background-color:#ffffff;}
  111.  
  112. body {
  113. text-shadow:1px 1px 0px #eee;
  114. background:#ffffff;
  115. margin:0px;
  116. color:{color:text};
  117. font-family:georgia;
  118. font-size:9px;
  119. line-height:100%;
  120. background-image:url('http://assets.tumblr.com/images/x.gif');
  121. }
  122.  
  123. a {
  124. text-decoration:none;
  125. outline:none;
  126. -moz-outline-style:none;
  127. color:#b1b1b1;
  128. }
  129.  
  130. img {
  131. border:none;
  132. }
  133.  
  134. blockquote {
  135. padding-left:5px;
  136. border-left:2px solid;
  137. }
  138.  
  139. blockquote blockquote {
  140. padding-left:5px;
  141. border-left:2px solid;
  142. }
  143.  
  144. h1 {
  145. font-size:9px;
  146. text-transform:uppercase;
  147. }
  148.  
  149. a {
  150. color:{color:link};
  151. -webkit-transition: all 0.7s ease;
  152. -moz-transition: all 0.7s ease;
  153. -o-transition: all 0.7s ease
  154. }
  155.  
  156. a:hover {
  157. color:{color:hover};
  158. -webkit-transition: all 0.7s ease;
  159. -moz-transition: all 0.7s ease;
  160. -o-transition: all 0.7s ease
  161. }
  162.  
  163.  
  164. #container a{
  165. color:{color:background};
  166. }
  167.  
  168. #entries {
  169. padding:10px;
  170. width:500px;
  171. margin-left:540px;
  172. margin-top:40px;
  173. }
  174.  
  175. #post {
  176. width:500px;
  177. margin-top:50px;
  178. padding:20px;
  179. border:1px solid {color:post border};
  180. background-color:#ffffff;
  181. }
  182.  
  183. #sidebar {
  184. border-right:5px solid {color:border};
  185. width:270px;
  186. height: 200%;
  187. position:fixed;
  188. margin-left:0px;
  189. background-color: #f2f2f2;
  190. margin-top:-40px;
  191. background-image:url('{image:sidebar bg}');
  192. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  193. }
  194.  
  195. #sidebar:hover {
  196. border-right:5px solid {color:border};
  197. padding:10px;
  198. width:270px;
  199. height: 200%;
  200. position:fixed;
  201. margin-left:0px;
  202. background-color: #f2f2f2;
  203. margin-top:-40px;
  204. background-image:url('{image:sidebar bg}');
  205. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  206. }
  207.  
  208. #sidebar:hover #description {
  209. opacity:1;
  210. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  211. }
  212.  
  213. #sidebar:hover #pagination {
  214. opacity:1;
  215. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  216. }
  217.  
  218. #sidebar:hover #pagination a{
  219. opacity:1;
  220. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  221. }
  222.  
  223. #sidebar:hover .links {
  224. opacity:1;
  225. -webkit-transition: opacity 0.6s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  226. }
  227.  
  228. #sidebar:hover .links a{
  229. opacity:1;
  230. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  231. }
  232.  
  233. #sidebar:hover #sidebarimage{
  234. opacity:1;
  235. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  236. }
  237.  
  238. #sidebarimage {
  239. opacity:0;
  240. width 100px;
  241. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  242. }
  243.  
  244. #sidebarimage img {
  245. box-shadow:inset 0px 0px 10px #000;
  246. width:94px;
  247. height:95px;
  248. outline:1px solid {color:border};
  249. outline-offset:5px;
  250.  
  251. background-color:#fff;
  252. margin-left:83px;
  253. margin-top:80px;
  254.  
  255. }
  256.  
  257. .links {
  258. color: {color:sidelinks};
  259. text-shadow:0px 0px 0px #eee;
  260. opacity:0;
  261. font-family:cambria;
  262. font-size:8px;
  263. text-align:center;
  264. padding-top:65px;
  265. letter-spacing:1px;
  266. text-transform:uppercase;
  267. padding-bottom:-190px;
  268. margin-top:10px;
  269. margin-left:38px;
  270. width:175px;
  271. height: 0px;
  272.  
  273. padding-top: 3px;
  274. padding-bottom: 0px;
  275. padding-left: 6px;
  276. padding-right: 1px;
  277. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  278. }
  279.  
  280. .links a {
  281. text-shadow:0px 0px 0px #eee;
  282. opacity:0;
  283. color: {color:sidelinks};
  284. font-size: 8px;
  285. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  286. }
  287.  
  288. .links a:hover {
  289. color: {color:hover};
  290. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  291. }
  292.  
  293. #description {
  294. color:{color:desctext};
  295. text-shadow:0px 0px 0px #eee;
  296. opacity:0;
  297. border-top:1px solid {color:border};
  298. border-bottom:1px solid {color:border};
  299. font-family:cambria;
  300. font-style:italic;
  301. font-size:9px;
  302. padding:5px;
  303. text-align:center;
  304. font-size:9px;
  305. margin-left:29px;
  306. margin-top:20px;
  307. padding-right:9px;
  308. padding-left:9px;
  309. padding-bottom:20px;
  310. padding-top:20px;
  311. width: 193px;
  312. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  313. }
  314.  
  315.  
  316. #pagination {
  317. opacity:0;
  318. z-index:1000;
  319. border:0px solid transparent;
  320. padding-top:3px;
  321. padding-bottom:3px;
  322. margin-left:5px;
  323. margin-right:5px;
  324. text-align:center;
  325. margin-top:10px;
  326. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  327. }
  328.  
  329. #pagination a {
  330. background-color:transparent;
  331. opacity:0;
  332. border:1px solid {color:border};
  333. font-family:georgia;
  334. font-size:12px;
  335. padding-left:6px;
  336. padding-right:5px;
  337. padding-top:2px;
  338. padding-bottom:3px;
  339. color:{color:sidelinks};
  340. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  341. }
  342.  
  343. #pagination a:hover {
  344. border:1px solid {color:border};
  345. text-shadow:0px 0px 0px #fff;
  346. color:#fff;
  347. background-color:{color:border};
  348. }
  349.  
  350. #info {
  351. text-align:center;
  352. margin-top:10px;
  353. text-transform:uppercase;
  354. font-size:8px;
  355. }
  356.  
  357. {block:ifhovertags}
  358.  
  359. #post:hover #tags {
  360. margin-top:4px;
  361. opacity:1;
  362. -moz-transition-duration:0.5s;
  363. -webkit-transition-duration:0.5s;
  364. -o-transition-duration:0.5s;
  365. }
  366.  
  367. #tags {
  368. margin-top:-10px;
  369. opacity:0;
  370. -moz-transition-duration:0.5s;
  371. -webkit-transition-duration:0.5s;
  372. -o-transition-duration:0.5s;
  373. }
  374.  
  375. {/block:ifhovertags}
  376.  
  377. {block:ifnothovertags}
  378.  
  379. #tags {
  380. margin-top:4px;
  381. opacity:1;
  382. -moz-transition-duration:0.5s;
  383. -webkit-transition-duration:0.5s;
  384. -o-transition-duration:0.5s;
  385. }
  386.  
  387. {/block:ifnothovertags}
  388.  
  389. #tags {
  390. font-family:calibri;
  391. letter-spacing:0px;
  392. text-transform:uppercase;
  393. font-size:8px;
  394. }
  395.  
  396. #tags a {
  397. display:inline; background-color:transparent;
  398. padding-top:1px;
  399. padding-bottom:2px;
  400. padding-right:4px;
  401. padding-left:4px;
  402. text-shadow:0px 0px 0px;
  403. text-align:left;
  404. -webkit-transition: all 0.6s ease-in-out;
  405. -moz-transition: all 0.6s ease-in-out;
  406. -o-transition: all 0.6s ease-in-out;
  407. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  408.  
  409. #tags a:hover {
  410. display:inline;
  411. background-color:{color:hover};
  412. box-shadow:0px 0px 3px {color:hover};
  413. color:#fff;
  414. padding:-4px;
  415. text-align:left;
  416. -webkit-transition: all 0.6s ease-in-out;
  417. -moz-transition: all 0.6s ease-in-out;
  418. -o-transition: all 0.6s ease-in-out;
  419. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  420.  
  421. #asker {
  422. padding:10px;
  423. text-align:left;
  424. }
  425.  
  426. </style>
  427. </head><body>
  428.  
  429.  
  430. <div id="sidebar">
  431.  
  432. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  433.  
  434. <div class="links">
  435.  
  436. <a href="{text:link 1}">{text:link 1 text}<a> &bull;
  437. <a href="{text:link 2}">{text:link 2 text}</a> &bull;
  438. <a href="{text:link 3}">{text:link 3 text}</a> &bull;
  439. <a href="{text:link 4}">{text:link 4 text}</a>
  440.  
  441.  
  442. </div>
  443.  
  444. <div id="description">
  445. {description}
  446.  
  447. </div>
  448.  
  449. <div id="pagination">
  450. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a> {/block:PreviousPage}
  451. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</div>
  452.  
  453.  
  454. </div>
  455.  
  456. <div id="entries">{block:Posts}<div id="post">
  457.  
  458. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  459.  
  460. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  461.  
  462. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  463.  
  464. {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}
  465.  
  466. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  467.  
  468. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  469.  
  470. {block:Audio}
  471. <div id="audio">
  472. <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>
  473.  
  474. {block:TrackName}<div class="audioinfo"><b>Title:</b> {TrackName}</div><br>{/block:TrackName}
  475. {block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
  476. {block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}
  477. {block:PlayCount}<div class="audioinfo"><b>Played:</b> {FormattedPlayCount}times</div> {/block:PlayCount}
  478. </div>{block:Caption}{Caption}{/block:Caption}
  479. {/block:Audio}
  480.  
  481. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  482.  
  483. {block:Answer}<b>{Asker} <i>asked:</i></b><br><br>{Question}<br><br><br><b><i>and i answered:</i></b>{Answer}{/block:Answer}
  484.  
  485. <div id="info">
  486. {block:Date} <a href="{Permalink}">{TimeAgo}</a>{/block:Date} • <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} • <a href="{ReblogParentURL}"></a> {/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource} • <a href="{ReblogURL}" target="_blank">reblog</a></div> <div id="tags"><center>{block:HasTags} {block:Tags}<a title="#{Tag}"href="/tagged/{Tag}">#{Tag}</a> </small>{/block:Tags}{/block:HasTags}</center> </div></div>
  487.  
  488.  
  489. {block:PostNotes}<center><a href="http://kimsjongin.tumblr.com">ᴛʜᴇᴍᴇ&nbsp;ʙʏ&nbsp;ᴋɪᴍsᴊᴏɴɢɪɴ</a></center>{PostNotes}{/block:PostNotes}<br>
  490. {/block:Posts}</div>
  491.  
  492.  
  493. </body>
  494.  
  495. <!--
  496. ᴛʜᴇᴍᴇ 03: ᴡɪɴᴛᴇʀ
  497. ʙʏ ᴋɪᴍsᴊᴏɴɢɪɴ
  498. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏʀ sᴛᴇᴀʟ!
  499. -->
  500.  
  501. </html>
Advertisement
Add Comment
Please, Sign In to add comment