Advertisement
onediewreckshun

1 - little things - kimsjongin - removed but still available

Oct 31st, 2012
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4. theme 01: little things
  5. by kimsjongin
  6. please don't remove the credit!
  7. -->
  8.  
  9. <head>
  10.  
  11.  
  12. <meta name="color:bg" content="#FFFFFF">
  13. <meta name="color:box" content="#F7F7F7">
  14. <meta name="color:posts" content="#FFFFFF">
  15. <meta name="color:link" content="#C4C2C2">
  16. <meta name="color:hover" content="#9A9A9A">
  17. <meta name="color:text" content="#9A9A9A">
  18. <meta name="color:infobg" content="#FCFCFC">
  19. <meta name="color:scrollbar" content="#D6D5D5">
  20. <meta name="color:borders" content="#D9D9D9">
  21. <meta name="color:textselect" content="#D9D9D9">
  22. <meta name="color:italic" content="#D9D9D9">
  23. <meta name="color:underline" content="#D9D9D9">
  24. <meta name="color:bold" content="#D9D9D9">
  25.  
  26. <meta name="image:sbimage" content="">
  27.  
  28. <meta name="text:toplink1" content="">
  29. <meta name="text:toplink2" content="">
  30. <meta name="text:link 1" content="">
  31. <meta name="text:link 1 url" content="/">
  32. <meta name="text:link 2" content="">
  33. <meta name="text:link 2 url" content="/">
  34. <meta name="text:link 3" content="">
  35. <meta name="text:link 3 url" content="/">
  36. <meta name="text:link 4" content="">
  37. <meta name="text:link 4 url" content="/">
  38.  
  39. <meta name="if:Show Link 1" content="1" />
  40. <meta name="if:Show Link 2" content="1" />
  41. <meta name="if:Show Link 3" content="1" />
  42. <meta name="if:Show Link 4" content="1" />
  43. <meta name="if:Show Extra Links" content="1" />
  44.  
  45.  
  46. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  47. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48. <link rel="shortcut icon" href="{Favicon}" />
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  50.  
  51. <style type="text/css">
  52.  
  53. ::-moz-selection {
  54. text-shadow: 0px 0px 3px {color:textselect};
  55. background-color: transparent;
  56. color: {color:textselect};
  57. }
  58.  
  59. ::selection {
  60. text-shadow: 0px 0px 3px {color:textselect};
  61. background-color: transparent;
  62. color: {color:textselect};
  63. }
  64.  
  65.  
  66. a {
  67. color:{color:link};
  68. text-decoration:none;
  69. -moz-transition-duration:0.4s;
  70. -webkit-transition-duration:0.4s;
  71. -o-transition-duration:0.4s;
  72. }
  73.  
  74. a:hover {
  75. color:{color:hover};
  76. text-shadow:3px 0px 0px {color:borders}, -3px 0px 0px {color:borders};
  77. -webkit-transition: opacity 0.5s linear;
  78. -webkit-transition: all 0.5s ease-in-out;
  79. -moz-transition: all 0.5s ease-in-out;
  80. -o-transition: all 0.5s ease-in-out;
  81. }
  82.  
  83. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:bg}}
  84.  
  85. ::-webkit-scrollbar-corner {background:{color:bg}}
  86.  
  87. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  88.  
  89. ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
  90.  
  91. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  92.  
  93. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}}
  94.  
  95.  
  96. iframe#tumblr_controls {
  97. right:3px !important;
  98. position: fixed !important;
  99. -webkit-transition: opacity 0.7s linear;
  100. opacity: 0.3;
  101. -webkit-transition: all 0.8s ease-out;
  102. -moz-transition: all 0.8s ease-out;
  103. transition: all 0.8s ease-out;
  104. }
  105.  
  106. iframe#tumblr_controls:hover{
  107. -webkit-transition: opacity 0.7s linear;
  108. opacity: 1;
  109. -webkit-transition: all 0.4s ease-out;
  110. -moz-transition: all 0.4s ease-out;
  111. transition: all 0.4s ease-out;
  112. }
  113.  
  114. iframe#tumblr_controls {
  115. top: 0% !important;
  116. right:0% !important;
  117. position: fixed !important;
  118. }
  119.  
  120. #body {
  121. background-color:{color:bg};
  122. }
  123.  
  124. i, em {font-style:italic;color:{color:italic};}
  125. u {text-decoration:underline;color:{color:underline};}
  126. strong, b, strong a, strong a:visited, b a, b a:visited {font-weight: bold; color: {color:bold};}
  127. small, small a, small a:visited {font-size: 12px; line-height: 16px;font-variant: small-caps;}
  128.  
  129. h1 {
  130. font-family:georgia;
  131. font-size:14px;
  132. text-align:center;
  133. font-weight:normal;
  134. line-height:120%;
  135. }
  136.  
  137. h2 {
  138. font-family:georgia;
  139. font-size:12px;
  140. text-align:center;
  141. font-weight:normal;
  142. line-height:90%;
  143. letter-spacing:-0.5px;
  144. font-style:italic;
  145. }
  146.  
  147. h3 {
  148. font-family:georgia;
  149. font-size:11px;
  150. text-align:center;
  151. font-weight:normal;
  152. line-height:120%;
  153. text-transform:uppercase;
  154. letter-spacing:1.5px;
  155. }
  156.  
  157. blockquote {
  158. border-left:2px solid {color:text};
  159. padding-left:5px;
  160. margin:5px;
  161. }
  162.  
  163. #credits {
  164. position:fixed;
  165. width:100px;
  166. font-family:calibri;
  167. font-size:10px;
  168. line-height:150%;
  169. right:-90px;
  170. bottom:15px;
  171. text-align:left;
  172. color:#a8a6a6;
  173. background-color:#ffffff;
  174. padding:5px;
  175. border:1px solid {color:borders};
  176. -moz-transition-duration:0.5s;
  177. -webkit-transition-duration:0.5s;
  178. -o-transition-duration:0.5s;
  179. }
  180.  
  181. #credits:hover {
  182. right:-2px;
  183. -moz-transition-duration:0.5s;
  184. -webkit-transition-duration:0.5s;
  185. -o-transition-duration:0.5s;
  186. }
  187.  
  188.  
  189. #theme {
  190. background-color:{color:bg};
  191. margin-bottom: 5%;
  192. }
  193.  
  194. #sbimage {
  195. position:fixed;
  196. width:250px;
  197. height:250px;
  198. margin-left:125px;
  199. margin-top:115px;
  200. font-family:calibri;
  201. font-size:10px;
  202. line-height:90%;
  203. color:{color:text};
  204. border:1px dashed {color:borders};
  205. -webkit-transition: opacity 0.5s linear;
  206. -webkit-transition: all 0.5s ease-in-out;
  207. -moz-transition: all 0.5s ease-in-out;
  208. -o-transition: all 0.5s ease-in-out;
  209. }
  210.  
  211. #desc {
  212. position:fixed;
  213. width:230px;
  214. padding:10px;
  215. margin-left:125px;
  216. margin-top:395px;
  217. font-family:cambria;
  218. font-size:9px;
  219. line-height:90%;
  220. text-align:center;
  221. letter-spacing:-0.5px;
  222. color:{color:text};
  223. }
  224.  
  225. #extralinks {
  226. position:fixed;
  227. width:240px;
  228. background-color:{color:box};
  229. border:1px dashed {color:borders};
  230. padding:5px;
  231. margin-left:125px;
  232. margin-top:370px;
  233. font-family:calibri;
  234. font-size:9px;
  235. line-height:90%;
  236. text-align:center;
  237. letter-spacing:2px;
  238. text-transform:lowercase;
  239. color:{color:text};
  240.  
  241. }
  242.  
  243. #extralinks a {
  244. opacity:1;
  245. -webkit-transition: opacity 0.5s linear;
  246. -webkit-transition: all 0.5s ease-in-out;
  247. -moz-transition: all 0.5s ease-in-out;
  248. -o-transition: all 0.5s ease-in-out;
  249. }
  250.  
  251. #extralinks a:hover{
  252. opacity:.5;
  253. padding:6px;
  254. -webkit-transition: opacity 0.5s linear;
  255. -webkit-transition: all 0.5s ease-in-out;
  256. -moz-transition: all 0.5s ease-in-out;
  257. -o-transition: all 0.5s ease-in-out;
  258. }
  259.  
  260. #toplinks {
  261. position:fixed;
  262. width:235px;
  263. border:1px dashed {color:borders};
  264. border-radius:2px 2px 0px 0px;
  265. padding:8px;
  266. margin-left:125px;
  267. margin-top:82px;
  268. font-family:calibri;
  269. font-size:9px;
  270. line-height:100%;
  271. text-align:center;
  272. letter-spacing:2px;
  273. text-transform:lowercase;
  274. color:{color:text};
  275. }
  276.  
  277. #toplinks a{
  278. opacity:1;
  279. -webkit-transition: opacity 0.5s linear;
  280. -webkit-transition: all 0.5s ease-in-out;
  281. -moz-transition: all 0.5s ease-in-out;
  282. -o-transition: all 0.5s ease-in-out;
  283. }
  284.  
  285. #toplinks a:hover{
  286. opacity:.25;
  287. -webkit-transition: opacity 0.5s linear;
  288. -webkit-transition: all 0.5s ease-in-out;
  289. -moz-transition: all 0.5s ease-in-out;
  290. -o-transition: all 0.5s ease-in-out;
  291. }
  292.  
  293. #stuffcontainer {
  294. width:600px;
  295. margin-left:400px;
  296. background-color:{color:bg};
  297. font-family:cambria;
  298. color:{color:text};
  299. margin-bottom: 5%;
  300. }
  301.  
  302. .stuff {
  303. width:500px;
  304. margin-top:50px;
  305. padding:25px;
  306. padding-bottom:10px;
  307. font-family:cambria;
  308. font-size:10px;
  309. line-height:90%;
  310. color:{color:text};
  311. }
  312.  
  313. .caption {
  314. width:500px;
  315. text-align:justify;
  316. line-height:120%;
  317. }
  318.  
  319. .audio {
  320. width:500px;
  321. height:160px;
  322. }
  323. .albumart {
  324. width:150px;
  325. height:150px;
  326. position:absolute;}
  327. .albumart img {
  328. width:150px;
  329. height:150px;
  330. float:left;}
  331. .playercontainer {
  332. display:block;
  333. width:150px;
  334. height:150px;
  335. background-color:#ffffff;
  336. position:absolute;
  337. }
  338. .player {
  339. margin-left:36px;
  340. margin-top:36px;
  341. width:25px;
  342. height:25px;
  343. overflow:hidden;
  344. background-color:white;
  345. }
  346. .audioinfo {
  347. margin-left:160px;
  348. float:left;
  349. width:200px;
  350. padding:2px;
  351. margin-top:3px;
  352. }
  353.  
  354. .postinfo {
  355. width:530px;
  356. text-transform:uppercase;
  357. text-align:right;
  358. padding:3px;
  359. font-size:9px;
  360. line-height:120%;
  361. margin-bottom:10px;
  362. opacity:1;
  363. background-color: {color:infobg};
  364. border-top:1px dashed {color:borders};
  365. }
  366.  
  367. .postinfo li {
  368. padding:2px;
  369. list-style-type: none;
  370. text-align:left;
  371. margin-left:-40px;
  372. color:{color:text};
  373. }
  374.  
  375. .tags {
  376. text-align:right;
  377. padding:-7px 0px 0px 5px;
  378. }
  379.  
  380. .tags a {
  381. color:{color:link};
  382. text-decoration: none;
  383.  
  384. .audio {
  385. background-color:{color:bg};
  386. display:{color:bg};
  387. }
  388.  
  389. </style>
  390.  
  391. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script> <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script> <script type="text/javascript" charset="utf-8"> var $j = jQuery.noConflict(); $j(function() { if (navigator.platform == "iPad" || navigator.platform == "iPhone") return; $j("img").lazyload({ placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif", effect: "fadeIn", }); }); </script>
  392.  
  393. </head>
  394. <body>
  395.  
  396. <div id="theme">
  397. <FONT COLOR="{color:bg}">theme by onediewreckshun</FONT>
  398. <div id="toplinks">
  399. <a href="/"><img src="http://25.media.tumblr.com/tumblr_mcm230ddWO1riysloo2_100.png"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  400. <a href="/ask"><img src="http://25.media.tumblr.com/tumblr_mcm230ddWO1riysloo3_100.png"</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  401. <a href="{text:toplink1}"><img src="http://24.media.tumblr.com/tumblr_mcm230ddWO1riysloo1_100.png"</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  402. <a href="{text:toplink2}"><img src="http://25.media.tumblr.com/tumblr_mcm230ddWO1riysloo4_100.png"</a>
  403. </div>
  404. <div id="sbimage">
  405. <a href="/"><img src="{image:sbimage}" width="250px"></a>
  406. </div>
  407. {block:IfShowExtraLinks}<div id="extralinks">
  408. {block:IfShowLink1}<a href="{text:link 1 url}">{text:link 1}</a>&nbsp;{/block:IfShowLink1}
  409. {block:IfShowLink2}◆&nbsp;<a href="{text:link 2 url}">{text:link 2}</a>&nbsp;{/block:IfShowLink2}
  410. {block:IfShowLink3}◆&nbsp;<a href="{text:link 3 url}">{text:link 3}</a>&nbsp;{/block:IfShowLink3}
  411. {block:IfShowLink4}◆&nbsp;<a href="{text:link 4 url}">{text:link 4}</a>{/block:IfShowLink4}
  412. </div>{/block:IfShowExtraLinks}
  413. <div id="desc">
  414. {Description}
  415. <br><br><br>
  416. {block:Pagination}
  417. {block:PreviousPage}
  418. <a href="{PreviousPage}">&laquo;</a>
  419. {/block:PreviousPage}
  420. {CurrentPage} of {TotalPages}
  421. {block:NextPage}
  422. <a href="{NextPage}">&raquo;</a>
  423. {/block:NextPage}
  424. {/block:Pagination}
  425. </div>
  426. </div>
  427. </div>
  428.  
  429.  
  430. <div id="stuffcontainer">
  431.  
  432.  
  433. {block:Posts}
  434.  
  435.  
  436. {block:Text}<div class="stuff">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div>{/block:Text}
  437.  
  438. {block:Quote}<div class="stuff"><h1>“{Quote}” — {Source}</h1></div>{/block:Quote}
  439.  
  440. {block:Link}<div class="stuff"><a href="{URL}"><h2>{Name}</h2></a>
  441. {block:Description}<p>{Description}</p>{/block:Description}</div>{/block:Link}
  442.  
  443. {block:Photo}<div class="stuff"><center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  444.  
  445. {block:Photoset}<div class="stuff"><center>{Photoset-500}</center>
  446. {block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  447.  
  448. {block:Chat}<div class="stuff">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  449.  
  450. {block:Video}<div class="stuff">{Video-500}{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  451.  
  452. {block:Answer}<div class="stuff"><h3>{Asker} said:</h3><h2>{Question}</h2><br>{Answer}</div>{/block:answer}
  453.  
  454. {block:Audio}<div class="stuff">{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerblack}<br></span>
  455. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  456. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  457. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  458. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  459.  
  460. <div class="postinfo">
  461. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  462. {block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}
  463. {block:PostNotes}<center><a href="http://kimsjongin.tumblr.com">ᴛʜᴇᴍᴇ&nbsp;ʙʏ&nbsp;ᴋɪᴍsᴊᴏɴɢɪɴ</a></center>{PostNotes}{/block:PostNotes}● <a href="{ReblogURL">reblog</a><br>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags} {/block:HasTags}
  464. </div>
  465.  
  466. {/block:Posts}
  467.  
  468.  
  469.  
  470. </div>
  471. </div>
  472. <div id="credits"><a href="http://kimsjongin.tumblr.com">&nbsp;&copy;&nbsp;&nbsp;&nbsp;kimsjongin</a></div>
  473.  
  474. </body>
  475. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement