Advertisement
juliechan

나무 / Namu Theme

Sep 5th, 2012
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.11 KB | None | 0 0
  1. <!--Namu theme by utekii.tumblr.com // hoshikusu.tumblr.com--
  2. ------------------------------RULES-----------------------------
  3.  
  4. * Please do not remove the credits.
  5. * No third-hand redistribution
  6. * Do not claim as yours
  7. * Don't break the rules or you WILL be reported w/o hesitation
  8. * You can edit this but leave the credits in tact
  9. * Do not use this code as a base code
  10.  
  11. -------------------------------FAQ------------------------------
  12.  
  13. 1. I do not help with customization of themes
  14. 2. Check ALL appearance options before asking a question
  15. 3. I don't give codes to anyone unless on special occasion
  16. 4. I will NEVER take theme requests
  17. 5. Pagination is available once you UNCHECK infinite scrolling
  18. 6. I don't help with adding extra links
  19. 7. Infinite scrolling works fine whether you have scm or not
  20. 8. For the codes, go to the first post of the live preview
  21.  
  22. ◆◇For any other questions message me on my THEME blog◆◇
  23.  
  24. -->
  25.  
  26. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  27. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  28.  
  29. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  30.  
  31. <head>
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  36.  
  37. <!--Tree-->
  38.  
  39. <meta name="if:cute cursor" content="1"/>
  40. <meta name="if:sidebar shadow border" content="0"/>
  41. <meta name="if:post shadow border" content="0"/>
  42. <meta name="if:custom link 1" content="1"/>
  43. <meta name="if:custom link 2" content="1"/>
  44. <meta name="if:custom link 3" content="1"/>
  45. <meta name="if:custom link 4" content="1"/>
  46. <meta name="if:500px posts" content="1"/>
  47. <meta name="if:400px posts" content="0"/>
  48. <meta name="if:250px posts" content="0"/>
  49. <meta name="if:infinite scrolling" content="1"/>
  50.  
  51. <meta name="image:background" content="http://27.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo4_250.png"/>
  52. <meta name="image:sidebar" content="http://28.media.tumblr.com/tumblr_m0nltutjnP1qjfswho1_500.png"/>
  53. <meta name="image:description" content="http://static.tumblr.com/iuggpng/JHom08b1b/paperlined.png"/>
  54.  
  55. <meta name="color:background" content="#ffffff"/>
  56. <meta name="color:body" content="#000"/>
  57. <meta name="color:links" content="#547239"/>
  58. <meta name="color:links hover" content="#aaa"/>
  59. <meta name="color:description" content="#79BD9A"/>
  60. <meta name="color:button 1" content="#A8C687"/>
  61. <meta name="color:button 2" content="#7E9D74"/>
  62. <meta name="color:button 3" content="#769460"/>
  63. <meta name="color:button 4" content="#547239"/>
  64. <meta name="color:buttons hover" content="#aaa"/>
  65. <meta name="color:permalink button" content="#eee"/>
  66.  
  67. <meta name="text:custom link 1 url" content=""/>
  68. <meta name="text:custom link 2 url" content=""/>
  69. <meta name="text:custom link 3 url" content=""/>
  70. <meta name="text:custom link 4 url" content=""/>
  71. <meta name="text:quote" content="you are the song i sing..."/>
  72.  
  73. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  74.  
  75. <style type="text/css">
  76. {CustomCSS}
  77. ::-webkit-scrollbar-thumb:vertical {background-color:{color:button 1};height:75px;}
  78.  
  79. ::-webkit-scrollbar {height:0px;width:10px;background-color:white;}
  80.  
  81. body{
  82. background-color:{color:background};
  83. background-image:url('{image:background}');
  84. background-attachment: fixed;
  85. font-family:tinytots;
  86. font-size:8px;
  87. color:{color:body};
  88. {block:ifcutecursor}cursor: url(http://media.tumblr.com/tumblr_lqcmexUvFW1qfc7qm.png), progress !important;{/block:ifcutecursor}
  89. }
  90.  
  91. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  92.  
  93. @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  94.  
  95. @font-face {font-family: "handy";src:
  96. url('http://static.tumblr.com/14xu0fs/xsHm0t2h2/handy00.ttf');}
  97.  
  98. a, a:link, a:visited, a:active{
  99. color:{color:links};
  100. -webkit-transition:all 0.4s ease;
  101. -moz-transition:all 0.4s ease;
  102. -o-transition:all 0.4s ease;
  103. transition:all 0.4s ease;
  104. text-decoration:none;}
  105.  
  106. a:hover{
  107. color:{color:links hover};
  108. {block:ifcutecursor}cursor: url(http://media.tumblr.com/tumblr_lqcmexUvFW1qfc7qm.png), progress !important;{/block:ifcutecursor}
  109. -webkit-transition:all 0.4s ease;
  110. -moz-transition:all 0.4s ease;
  111. -o-transition:all 0.4s ease;
  112. transition:all 0.4s ease;
  113. text-decoration:all 0.4s ease;
  114. }
  115.  
  116. img, a img{
  117. opacity:100;
  118. -webkit-transition:all 0.5s ease;
  119. -moz-transition:all 0.5s ease;
  120. -o-transition:all 0.5s ease;
  121. transition:all 0.5s ease;}
  122.  
  123. img:hover, a img:hover{
  124. opacity:.9;
  125. -webkit-transition:all 0.5s ease;
  126. -moz-transition:all 0.5s ease;
  127. -o-transition:all 0.5s ease;
  128. transition:all 0.5s ease;}
  129.  
  130. #side{
  131. background-color:#fff;
  132. padding:5px;
  133. {block:ifsidebarshadowborder}
  134. -moz-box-shadow:3px 3px 3px #aaa;
  135. -webkit-box-shadow:3px 3px 3px #aaa;
  136. box-shadow:3px 3px 3px #aaa;
  137. {/block:ifsidebarshadowborder}
  138. -webkit-transition:all 0.5s ease;
  139. -moz-transition:all0.5s ease;
  140. -o-transition:all 0.5s ease;
  141. transition: all 0.5s ease;
  142. }
  143.  
  144. #side:hover{
  145. padding:5px;
  146. opacity:100;
  147. -webkit-border-bottom-right-radius:120px;
  148. -webkit-border-top-left-radius:120px;
  149. -moz-border-bottom-right-radius:120px;
  150. -moz-border-top-left-radius:120px;
  151. -webkit-transition:all 0.5s ease;
  152. -moz-transition:all0.5s ease;
  153. -o-transition:all 0.5s ease;
  154. transition: all 0.5s ease;
  155. }
  156.  
  157. #about{
  158. background-color:#ffffff;
  159. background-image:url('{image:description}');
  160. font-family:silkscreen;
  161. font-size:8px;
  162. color:{color:description};
  163. width:210px;
  164. height:auto;
  165. padding:5px;
  166. top:220px;
  167. margin-left:767px;
  168. position:fixed;
  169. -webkit-border-top-right-radius:20px;
  170. -webkit-border-top-left-radius:20px;
  171. -webkit-border-bottom-right-radius:20px;
  172. -webkit-border-bottom-left-radius:20px;
  173. {block:ifsidebarshadowborder}
  174. -moz-box-shadow:3px 3px 3px #aaa;
  175. -webkit-box-shadow:3px 3px 3px #aaa;
  176. box-shadow:3px 3px 3px #aaa;
  177. {/block:ifsidebarshadowborder}
  178. }
  179.  
  180. #yoseob{
  181. left:780px;
  182. position:fixed;
  183. margin-top:165px;
  184. padding:10px;
  185. width:200px;
  186. }
  187.  
  188. #title{
  189. color:#000000;
  190. margin-left:0px;
  191. text-align:left;
  192. letter-spacing:3px;
  193. font-size:14px;
  194. font-family: consolas;
  195. }
  196.  
  197. #title a{
  198. color: #000000;
  199. letter-spacing:3px;
  200. }
  201.  
  202. .navi {
  203. width:10px;
  204. margin-top:-5px;
  205. text-align:center;
  206. position:absolute;
  207. -webkit-border-top-right-radius:7px;
  208. -webkit-border-top-left-radius:7px;
  209. -webkit-border-bottom-right-radius:7px;
  210. -webkit-border-bottom-left-radius:7px;
  211. -webkit-transition: all 0.4s ease-out;
  212. -moz-transition: all 0.4s ease-out;
  213. transition: all 0.4s ease-out;
  214. }
  215.  
  216. #b1{
  217. top:180px;
  218. height:10px;
  219. background-color:{color:button 1};
  220. left:37px;
  221. }
  222.  
  223. #b2{
  224. top:200px;
  225. height:10px;
  226. background-color:{color:button 2};
  227. left:52px;
  228. }
  229.  
  230. #b3{
  231. top:210px;
  232. height:10px;
  233. background-color:{color:button 3};
  234. left:77px;
  235. }
  236.  
  237. #b4{
  238. top:215px;
  239. height:10px;
  240. background-color:{color:button 4};
  241. left:107px;
  242. }
  243.  
  244. #b5{
  245. top:210px;
  246. height:10px;
  247. background-color:{color:button 3};
  248. left:137px;
  249. }
  250.  
  251. #b6{
  252. top:200px;
  253. height:10px;
  254. background-color:{color:button 2};
  255. left:162px;
  256. }
  257.  
  258. #b7{
  259. top:180px;
  260. height:10px;
  261. background-color:{color:button 1};
  262. left:177px;
  263. }
  264.  
  265.  
  266. #b1:hover, #b2:hover, #b3:hover, #b4:hover, #b5:hover, #b6:hover, #b7:hover{
  267. background-color:{color:buttons hover}; padding-bottom:10px;
  268. }
  269.  
  270. #posts{
  271. overflow:hidden;
  272. margin-left:1px;
  273. }
  274.  
  275. .posteu{
  276. {block:if500pxposts}width:500px;{/block:if500pxposts}
  277. {block:if400pxposts}width:400px;{/block:if400pxposts}
  278. {block:if250pxposts}width:250px;{/block:if250pxposts}
  279. margin-top:5px;
  280. margin-left:10px;
  281. overflow:hidden;
  282. height:auto;
  283. font-family:tinytots;
  284. font-size:8px;
  285. color:{color:body};
  286. padding:3px;
  287. background-color:#fff;
  288. -webkit-transition:all 0.6s ease-out;
  289. -moz-transition:all 0.6s ease-out;
  290. -o-transition:all 0.6s ease-out;
  291. transition:all 0.6s ease-out;
  292. {block:ifpostshadowborder}
  293. -moz-box-shadow:3px 3px 3px #aaa;
  294. -webkit-box-shadow:3px 3px 3px #aaa;
  295. box-shadow:3px 3px 3px #aaa;
  296. {/block:ifpostshadowborder}
  297. }
  298.  
  299. .posteu:hover{
  300. opacity: .98;
  301. -webkit-transition: all 0.6s ease-out;
  302. -moz-transition: all 0.6s ease-out;
  303. -o-transition: all 0.6s ease-out;
  304. transition: all 0.6s ease-out;
  305. }
  306.  
  307. #box{
  308. {block:if500pxposts}width:500px;{/block:if500pxposts}
  309. {block:if400pxposts}width:400px;{/block:if400pxposts}
  310. {block:if250pxposts}width:250px;{/block:if250pxposts}
  311. -webkit-transition: all 0.9s ease-out;
  312. -moz-transition: all 0.9s ease-out;
  313. -o-transition: all 0.9s ease-out;
  314. transition: all 0.9s ease-out;
  315. }
  316.  
  317. #box:hover #perma {
  318. background-color:#fff;
  319. opacity: .9;
  320. filter: alpha (opacity=9);
  321. width: 500px;
  322. -webkit-transition: all 0.9s ease-out;
  323. -moz-transition: all 0.9s ease-out;
  324. -o-transition: all 0.9s ease-out;
  325. transition: all 0.9s ease-out;
  326. }
  327.  
  328. #perma{
  329. font-family: silkscreen;
  330. opacity: 0;
  331. left: 20px;
  332. height:auto;
  333. filter:alpha (opacity=0);
  334. position: absolute;
  335. text-align: center;
  336. padding-right: 5px;
  337. padding-top:5px;
  338. padding-bottom:5px;
  339. margin-top:3px;
  340. width: 500px;
  341. background-color: #fff;
  342. color:#000;
  343. z-index:998;
  344. -webkit-transition: all 0.9s ease-out;
  345. -moz-transition: all 0.9s ease-out;
  346. -o-transition: all 0.9s ease-out;
  347. transition: all 0.9s ease-out;
  348. }
  349.  
  350. #permalink {
  351. display:block;
  352. {block:if500pxposts}width:500px;{/block:if500pxposts}
  353. {block:if400pxposts}width:400px;{/block:if400pxposts}
  354. {block:if250pxposts}width:250px;{/block:if250pxposts}
  355. padding:2px;
  356. height:auto;
  357. background-color:#fff;
  358. color:{color:body};
  359. margin-left:10px;
  360. }
  361.  
  362. .titles{
  363. text-align:right;
  364. font-family:trebuchet ms;
  365. color:{color:links};
  366. font-size:12px;
  367. border-bottom:1px dotted #aaa;
  368. }
  369.  
  370. .titles a{
  371. color:{color:links};
  372. }
  373.  
  374. .texts, .quotes, .chat, .audio{
  375. font-family:tinytots;
  376. font-size:8px;
  377. line-height:13px;
  378. color:{color:body};
  379. margin-left:4px;
  380. }
  381.  
  382. .links{
  383. font-family:tinytots;
  384. font-size:8px;
  385. line-height:13px;
  386. color:{color:body};
  387. margin-left:4px;
  388. }
  389.  
  390. blockquote {
  391. background-color:#eee;
  392. color:#aaa;
  393. border-left:0px solid #eee;
  394. padding:3px;
  395. }
  396.  
  397. #credit{
  398. bottom:15px;
  399. right:15px;
  400. color:#769460;
  401. font-size:11px;
  402. padding:3px;
  403. position:fixed;
  404. }
  405.  
  406. #derper{
  407. width:500px;
  408. margin-left:10px;
  409. }
  410.  
  411. .topp {
  412. font-family: consolas;
  413. font-size: 10px;
  414. }
  415.  
  416. #scrollToTop:link,
  417. #scrollToTop:visited {
  418. color: #000000;
  419. background-color: transparent;
  420. display: none;
  421. position: fixed;
  422. bottom: 10px;
  423. left: 550px;
  424. }
  425.  
  426. #mushroom{
  427. position:fixed;
  428. height:auto;
  429. width:210px;
  430. margin-left:540px;
  431. margin-top:50px;
  432. padding:5px;
  433. }
  434.  
  435. #quoteuuuuu{
  436. width:210px;
  437. text-align:right;
  438. font-family:handy;
  439. margin-top:195px;
  440. margin-left:760px;
  441. position:fixed;
  442. }
  443.  
  444. </style>
  445. <body>
  446. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  447. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  448. {block:ifinfinitescrolling}<div class="topp"><a href="javascript:;" id="scrollToTop">song of the wind↑</a></div>{/block:ifinfinitescrolling}
  449.  
  450. <body>
  451. <div id="mushroom">
  452. <a href="/"><img src="{image:sidebar}" id="side" width="210px"></a>
  453.  
  454. <a href="/" id="b1" class="navi"></a>
  455. <a href="/ask" id="b2" class="navi"></a>
  456. <a href="/archive" id="b3" class="navi"></a>
  457.  
  458. {block:ifcustomlink1}<a href="{text:custom link 1 url}" id="b4" class="navi"></a>{/block:ifcustomlink1}
  459. {block:ifcustomlink2}<a href="{text:custom link 2 url}" id="b5" class="navi"></a>{/block:ifcustomlink2}
  460. {block:ifcustomlink3}<a href="{text:custom link 3 url}" id="b6" class="navi"></a>{/block:ifcustomlink3}
  461. {block:ifcustomlink4}<a href="{text:custom link 4 url}" id="b7" class="navi"></a>{/block:ifcustomlink4}
  462. </div>
  463. <div id="yoseob"><div id="title"><a href="/">{title}</a></div></div>
  464. <div id="quoteuuuuu">{text:quote}</div>
  465. <center><div id="about">{description}</div></center>
  466. <p><a href="http://utekii.tumblr.com" target="new" id="credit">☂</a></p>
  467.  
  468. <div id="posts">
  469. <div class="autopagerize_page_element">
  470. {block:Posts}
  471. <div id="box">
  472. {block:IndexPage}<div id="perma">Posted {TimeAgo} with <a href="{permalink}">{notecountwithlabel}</a> || <a href="{ReblogURL}" target="new">Reblog</a></div>
  473. {block:IndexPage}
  474.  
  475. {block:Text}
  476. <div class="posteu">
  477. <div class="texts">
  478. {block:Title}
  479. <div class="titles"><a href="{Permalink}">{Title}</a></div>
  480. {/block:Title}
  481.  
  482. {Body}
  483. </div></div>
  484. {/block:Text}
  485.  
  486. {block:Photo}<div class="posteu">
  487.  
  488. <div class="photo">
  489. {block:if500pxposts} <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{/block:if500pxposts}
  490. {block:if400pxposts} <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></a>{/block:if400pxposts}
  491. {block:if250pxposts} <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a>{/block:if250pxposts}
  492. </div>
  493. {block:PermalinkPage}{block:Caption}
  494. {Caption}
  495. {/block:Caption}{/block:PermalinkPage}
  496. </div>
  497. {/block:Photo}
  498.  
  499. {block:Photoset}<div class="posteu">
  500. <div class="photoset">
  501.  
  502. {block:if500pxposts}<a href="{Permalink}">{Photoset-500}</a>{/block:if500pxposts}
  503. {block:if400pxposts}<a href="{Permalink}">{Photoset-400}</a>{/block:if400pxposts}
  504. {block:if250pxposts}<a href="{Permalink}">{Photoset-250}</a>{/block:if250pxposts}
  505.  
  506. {block:PermalinkPage}{block:Caption}
  507. {Caption}
  508. {/block:Caption}{/block:PermalinkPage}
  509. </div>
  510. </div>
  511. {/block:Photoset}
  512.  
  513. {block:Quote}<div class="posteu">
  514. <div class="quotes">
  515. "{Quote}"
  516.  
  517. {block:Source}
  518. <div style="text-align:right">-{Source}</div>
  519. {/block:Source}
  520. </div></div>
  521. {/block:Quote}
  522.  
  523. {block:Link}<div class="posteu">
  524. <div class="links">
  525. <div class="titles"><a href="{URL}" class="link" {Target}>→{Name}</a>
  526. </div>
  527.  
  528. {block:Description}
  529. <div class="description">{Description}</div>
  530. {/block:Description}
  531. </div></div>
  532. {/block:Link}
  533.  
  534. {block:Chat}<div class="posteu">
  535. <div class="post chat">
  536. {block:Title}
  537. <h3><a href="{Permalink}">{Title}</a></h3>
  538. {/block:Title}
  539.  
  540. <div class="chat">
  541. {block:Lines}
  542. <div class="{Alt} user_{UserNumber}">
  543. {block:Label}
  544. <span class="label">{Label}</span>
  545. {/block:Label}
  546.  
  547. {Line}
  548. </div>
  549. {/block:Lines}
  550. </div>
  551. </div>
  552. </div>
  553. {/block:Chat}
  554.  
  555. {block:Video}<div class="posteu">
  556. <div class="video">
  557.  
  558. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  559. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  560. {block:if250pxposts}{Video-250}{/block:if250pxposts}
  561.  
  562. {block:PermalinkPage}{block:Caption}
  563. <div class="caption">{Caption}</div>
  564. {/block:Caption}{/block:PermalinkPage}
  565. </div></div>
  566. {/block:Video}
  567.  
  568. {block:Audio}<div class="posteu">
  569. <div class="audio">
  570. <center>{AudioPlayerWhite}
  571.  
  572.  
  573. {block:Caption}
  574. <div class="caption">{Caption}</div>
  575. {/block:Caption}</center>
  576. </div></div>
  577. {/block:Audio}
  578.  
  579. {block:PermalinkPage}
  580. <div id="permalink">
  581. 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}
  582. <div>{block:HasTags}{block:IfTags}<div id="tags">tagged :{block:Tags}
  583. &#160<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}</div> {/block:IfTags}{block:IfNotTags} <div id="tags">tagged :{block:Tags}
  584. &#160<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}</div>{/block:IfNotTags}{/block:HasTags}
  585. <div id="taemin">{block:PostNotes}<div style="height:180px;{block:if500pxposts}width:495px;{/block:if500pxposts}
  586. {block:if400pxposts}width:395px;{/block:if400pxposts}
  587. {block:if250pxposts}width:245px;{/block:if250pxposts} padding:3px;text-align:left;
  588. overflow:auto;border:none;">
  589. {PostNotes}</div>{block:PostNotes}</div></div></div> {/block:PermalinkPage}
  590. </div>
  591. {/block:Posts}
  592. </td><tr>
  593.  
  594. {block:ifnotinfinitescrolling}
  595. {block:Pagination}
  596. <div id="derper">
  597. <tr><td>
  598. <center>
  599. {block:PreviousPage}
  600. <a href="{PreviousPage}">« back</a> |
  601. {/block:PreviousPage}
  602. {block:NextPage}
  603. <a href="{NextPage}">next »</a>
  604. {/block:NextPage}
  605. </center>
  606. </td></tr>
  607. </div>
  608. {/block:Pagination}
  609. {/block:ifnotinfinitescrolling}
  610.  
  611.  
  612. </div>{block:ifinfinitescrolling}</div>{/block:ifinfinitescrolling}
  613. </div>
  614. </body>
  615. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement