Advertisement
Ditasaur

Maerani Theme

Feb 19th, 2012
11,089
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.29 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--MAERANI THEME BY RAMYEONS // http://ramyeons.tumblr.com / http://hobakjeon.tumblr.com
  6.  
  7. *DO NOT USE MY THEME CODES AS BASE CODES FOR YOUR OWN THEME
  8. *DO NOT CLAIM AS YOUR OWN OR I WILL HUNT YOU DOWN
  9. *DO NOT BREAK ANY RULES OR YOU WILL BE REPORTED
  10. *YOU MAY EDIT THIS THEME, BUT LEAVE THE CREDITS ALONE
  11. *DO NOT TAKE MY CREDITS OUT
  12.  
  13. -->
  14.  
  15. <head>
  16. <!--BASIC FLUFF-->
  17. <meta name="if:500px posts" content="1"/>
  18. <meta name="if:400px posts" content="0"/>
  19. <meta name="if:250px posts" content="0"/>
  20. <meta name="if:infinite scrolling" content="1"/>
  21. <meta name="if:cute cursor" content="1"/>
  22. <meta name="if:second sidebar pic" content="1"/>
  23. <meta name="if:link 1" content="1"/>
  24. <meta name="if:link 2" content="1"/>
  25. <meta name="if:link 3" content="1"/>
  26.  
  27. <meta name="text:link 1" content="link 1"/>
  28. <meta name="text:link 1 url" content=""/>
  29. <meta name="text:link 2" content="link 2"/>
  30. <meta name="text:link 2 url" content=""/>
  31. <meta name="text:link 3" content="link 3"/>
  32. <meta name="text:link 3 url" content=""/>
  33. <meta name="text:link 4" content="link 4"/>
  34. <meta name="text:link 4 url" content=""/>
  35.  
  36. <meta name="image:sidebar pic" content="http://static.tumblr.com/iuggpng/TjGlznxd1/sidepic12.png"/>
  37. <meta name="image:sidebar pic 2" content="http://static.tumblr.com/iuggpng/1xmlznxfm/sidepic122.png"/>
  38. <meta name="image:background" content="http://static.tumblr.com/iuggpng/7MWlznxhq/wood2.png"/>
  39. <meta name="image:desc bg" content="http://static.tumblr.com/iuggpng/vwdlznxid/sidebarlinedpaper.png"/>
  40. <meta name="image:posts bg" content="http://static.tumblr.com/iuggpng/3hblznxit/dottedmanywhite.png"/>
  41.  
  42. <meta name="color:background" content="#ddd"/>
  43. <meta name="color:posts bg" content="#fff"/>
  44. <meta name="color:posts border" content="#fff"/>
  45. <meta name="color:link" content="#f5b39d"/>
  46. <meta name="color:links hover" content="#aaa"/>
  47. <meta name="color:text" content="#000"/>
  48. <meta name="color:post titles" content="#000"/>
  49. <meta name="color:title bg" content="#eee"/>
  50. <meta name="color:title" content="#000"/>
  51. <meta name="color:description bg" content="#fff"/>
  52. <meta name="color:description text" content="#000"/>
  53. <meta name="color:permalink background" content="#ddd"/>
  54. <meta name="color:permalink text" content="#aaa"/>
  55. <meta name="color:reblog bg" content="#ccc"/>
  56. <meta name="color:reblog text" content="#eee"/>
  57. <meta name="color:buttons bg" content="#eee"/>
  58. <meta name="color:buttons text" content="#aaa"/>
  59. <meta name="color:buttons bg hover" content="#eee"/>
  60. <meta name="color:buttons text hover" content="#f5b39d"/>
  61. <meta name="color:nav bar bg" content="#aaa"/>
  62. <meta name="color:nav bar text" content="#eee"/>
  63. <meta name="color:desc bar bg" content="#eee"/>
  64. <meta name="color:desc bar text" content="#aaa"/>
  65. <meta name="color:desc bg" content="#fff"/>
  66. <meta name="color:desc text" content="#000"/>
  67.  
  68. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  69.  
  70. <title>{title}</title>
  71. <link rel="shortcut icon" href="{Favicon}" />
  72.  
  73. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  74.  
  75. {block:Description}
  76. <meta name="description" content="{MetaDescription}"/>
  77. {/block:Description}
  78.  
  79. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  80.  
  81. <style type="text/css">
  82. {CustomCSS}
  83. ::-webkit-scrollbar-thumb:vertical {background-color:{color:link};height:75px;}
  84.  
  85. ::-webkit-scrollbar {height:0px;width:10px;background-color:white;}
  86.  
  87.  
  88. iframe#tumblr_controls {
  89. right:3px !important;
  90. position: fixed !important;
  91. -webkit-transition: opacity 0.7s linear;
  92. opacity: 0.7;
  93. -webkit-transition: all 0.8s ease-out;
  94. -moz-transition: all 0.8s ease-out;
  95. transition: all 0.8s ease-out;
  96. }
  97.  
  98. iframe#tumblr_controls:hover {
  99. -webkit-transition: opacity 0.7s linear;
  100. opacity: 1;
  101. -webkit-transition: all 0.4s ease-out;
  102. -moz-transition: all 0.4s ease-out;
  103. transition: all 0.4s ease-out;
  104. }
  105.  
  106. body{
  107. background-image:url("{image:background}");
  108. background-color:{color:background};
  109. background-repeat:repeat;
  110. background-attachment:fixed;
  111. color:{color:text};
  112. font-family:consolas;
  113. font-size:9px;
  114. {block:ifcutecursor}cursor: url(http://static.tumblr.com/iuggpng/z55m1rsg6/cursor.png), progress !important;{/block:ifcutecursor}
  115. }
  116.  
  117. a, a:link, a:visited, a:active{
  118. color: {color:link};
  119. text-decoration:none;
  120. letter-spacing:1px;
  121. -webkit-transition: all 0.4s ease-out;
  122. -moz-transition: all 0.4s ease-out;
  123. transition: all 0.4s ease-out;
  124. }
  125.  
  126. a:hover {
  127. color:{color:link hover};
  128. text-decoration:none;
  129. {block:ifcutecursor} cursor: url(http://static.tumblr.com/iuggpng/z55m1rsg6/cursor.png), progress !important;{/block:ifcutecursor}
  130. -webkit-transition: all 0.4s ease-out;
  131. -moz-transition: all 0.4s ease-out;
  132. transition: all 0.4s ease-out;
  133. }
  134.  
  135.  
  136. #posts {
  137. overflow:auto;
  138. margin-top:10px;
  139. height:auto;
  140. margin-left:400px;
  141.  
  142. }
  143.  
  144. .posteu {
  145. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  146. {block:IndexPage}{block:if500pxposts}width:500px;{/block:if500pxposts}
  147. {block:if400pxposts}width:400px;{/block:if400pxposts}
  148. {block:if250pxposts}width:250px;{/block:if250pxposts}{/block:IndexPage}
  149. height:auto;
  150. padding:0px;
  151. margin-top:15px;
  152. border: 3px solid {color:posts border};
  153. font-family:trebuchet ms;
  154. font-size:9px;
  155. color:{color:text};
  156. background-color:{color:posts bg};
  157. background-image:url({image:posts bg});
  158. opacity:1;
  159. -webkit-transition: all 0.4s ease-out;
  160. -moz-transition: all 0.4s ease-out;
  161. transition: all 0.4s ease-out;
  162.  
  163.  
  164. }
  165.  
  166. .posteu:hover{
  167. opacity:.98;
  168. -webkit-transition: all 0.4s ease-out;
  169. -moz-transition: all 0.4s ease-out;
  170. transition: all 0.4s ease-out;
  171.  
  172. }
  173.  
  174. .title {
  175. font-family:consolas;
  176. font-size:14px;
  177. line-height:16px;
  178. text-align:left;
  179. border-top:1px solid #eee;
  180. letter-spacing:3px;
  181. border-bottom: 1px solid #eee;
  182. color:{color:post titles};
  183. text-transform:uppercase;
  184. }
  185.  
  186. .texts, .chat, .link, .quote, .audio{
  187. font-family:arial;
  188. font-size:9px;
  189. line-height:12px;
  190. padding:1px;
  191.  
  192. letter-spacing:0px;
  193. }
  194.  
  195. img, a img {
  196. opacity:1;
  197. -webkit-transition: all 0.4s ease-out;
  198. -moz-transition: all 0.4s ease-out;
  199. transition: all 0.4s ease-out;
  200. }
  201.  
  202. img:hover, a img:hover {
  203. opacity:.9;
  204. -webkit-transition: all 0.4s ease-out;
  205. -moz-transition: all 0.4s ease-out;
  206. transition: all 0.4s ease-out;
  207. }
  208.  
  209.  
  210. #perm{
  211. background-color:{color:permalink background};
  212. position:absolute;
  213. height:auto;
  214. text-align:center;
  215. margin-top:-10px;
  216. margin-left:10px;
  217. z-index:998;
  218. font-size:9px;
  219. padding:2px;
  220. color:{color:permalink text};
  221. text-transform:uppercase;
  222. font-family:consolas;
  223. width:80px;
  224. opacity:0;
  225. -webkit-transition: all 0.6s ease-out;
  226. -moz-transition: all 0.6s ease-out;
  227. transition: all 0.6s ease-out;
  228. }
  229.  
  230. #reblog{
  231. background-color:{color:reblog bg};
  232. position:absolute;
  233. height:auto;
  234. text-align:center;
  235. margin-top:-10px;
  236. margin-left:10px;
  237. z-index:998;
  238. font-size:9px;
  239. padding:2px;
  240. color:{color:reblog text};
  241. text-transform:uppercase;
  242. font-family:consolas;
  243. width:80px;
  244. opacity:0;
  245. -webkit-transition: all 0.6s ease-out;
  246. -moz-transition: all 0.6s ease-out;
  247. transition: all 0.6s ease-out;
  248. }
  249.  
  250. #perm:hover, #reblog:hover {
  251. padding-top:10px;
  252. -webkit-transition: all 0.6s ease-out;
  253. -moz-transition: all 0.6s ease-out;
  254. transition: all 0.6s ease-out;
  255. }
  256.  
  257. #inpiniteu:hover #perm{
  258. opacity:1;
  259. margin-left:10px;
  260. margin-top:10px;
  261. width:80px;
  262. filter: alpha (opacity=9)
  263. -webkit-transition: all 0.4s ease-out;
  264. -moz-transition: all 0.4s ease-out;
  265. transition: all 0.4s ease-out;
  266. }
  267.  
  268. #inpiniteu:hover #reblog{
  269. opacity:1;
  270. margin-left:100px;
  271. margin-top:10px;
  272. width:80px;
  273. filter: alpha (opacity=9)
  274. -webkit-transition: all 0.4s ease-out;
  275. -moz-transition: all 0.4s ease-out;
  276. transition: all 0.4s ease-out;
  277. }
  278.  
  279. #inpiniteu {
  280. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  281. {block:IndexPage}{block:if500pxposts}width:500px;{/block:if500pxposts}
  282. {block:if400pxposts}width:400px;{/block:if400pxposts}
  283. {block:if250pxposts}width:250px;{/block:if250pxposts}{/block:IndexPage}
  284. -webkit-transition: all 0.6s ease-out;
  285. -moz-transition: all 0.6s ease-out;
  286. transition: all 0.6s ease-out;
  287. }
  288.  
  289. #permalink {
  290. display:block;
  291. width:501px;
  292. padding:2px;
  293. height:auto;
  294. background-color:white;
  295. color:{color:text};
  296. }
  297.  
  298. #taemin {
  299. display:block;
  300. background-color:#e0dfdf;
  301. background-image:url({image:posts bg});
  302. width:499px;
  303. padding:0px;
  304. }
  305. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  306.  
  307. @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  308.  
  309.  
  310. #eunhyuk {
  311. opacity:1;
  312. position:fixed;
  313. left:190px;
  314. height:auto;
  315. top:50px;
  316. padding:10px;
  317. font-family:consolas;
  318. color:#aaa;
  319. width:200px;
  320. }
  321.  
  322. #title a, #title{
  323. color:black;
  324. margin-left:0px;
  325. text-align:right;
  326. font-family:consolas;
  327. letter-spacing:5px;
  328. font-size:11px;
  329. }
  330.  
  331. #title a:hover{border-bottom:1px dashed gray; background-color:transparent;}
  332.  
  333. .buttons {
  334. display:block;
  335. width:60px;
  336. text-align:center;
  337. text-transform:uppercase;
  338. font-family:silkscreen;
  339. font-size:9px;
  340. padding:2px;
  341. }
  342.  
  343.  
  344.  
  345. li, ul {
  346. list-style: hiragana;
  347. margin-left: 5px;
  348. }
  349.  
  350. #nabu { background-color:{color:nav bar bg}; text-align:center; text-transform:uppercase; font-family:silkscreen; color:{color:nav bar text}; display:block; width:200px;
  351. }
  352.  
  353. #description { top:82px; position:fixed; line-height:12px; left:182px; font-family:consolas;font-size:10px;height:173px; padding-top:50px;display:block; width:10px; background-color:{color:desc bar bg}; color:{color:desc bar text}; padding-left:3px;
  354. -webkit-transition: all 0.4s ease-out;
  355. -moz-transition: all 0.4s ease-out;
  356. transition: all 0.4s ease-out;
  357. }
  358.  
  359. #description:hover #desc{width:180px; line-height:12px;text-align:right;padding:5px;opacity:.8; height:auto; background-color:{color:desc bg}; background-image:url({image:desc bg});
  360. -webkit-transition: all 0.4s ease-out;
  361. -moz-transition: all 0.4s ease-out;
  362. transition: all 0.4s ease-out;}
  363.  
  364. #desc {color:{color:desc text}; opacity:0;font-family:tinytots; width:130px; display:block; font-size:8px; text-transform:uppercase; margin-left:15px; margin-top:-175px;
  365. -webkit-transition: all 0.4s ease-out;
  366. -moz-transition: all 0.4s ease-out;
  367. transition: all 0.4s ease-out;}
  368.  
  369. #container
  370. {height: 11px;
  371. margin-top:1px;
  372. overflow:hidden;
  373. text-align:center;
  374. -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  375.  
  376. #container a:hover {background-color:transparent;}
  377. #container:hover
  378. {height: 71px; text-align:center;
  379. -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  380.  
  381. #show {height: 11px;}
  382.  
  383. #hidden
  384. {height: 60px; font-family:tinytots; font-size:8px; text-transform:uppercase;}
  385.  
  386. #links {background-color:{color:buttons bg}; color:{color:buttons text}; text-transform:uppercase; text-align:center; font-family:tinytots;font-size:8px; padding:5px; padding-left:9px; padding-right:9px;font-family:9px; margin-left:0px;}
  387.  
  388. #links:hover {background-color:{color:buttons bg hover}; color:#f5b39d;}
  389.  
  390. #top {top:-10px; position:fixed;}
  391. #toplinku {position:fixed; bottom:10px; left:330px;}
  392. #toplinku a{color:black;}
  393. </style>
  394. </head>
  395. <body>
  396.  
  397. {block:ifinfinitescrolling}<div id="toplinku"><a href="#top">back to top</a></div>{/block:ifinfinitescrolling}
  398. <div id="eunhyuk">
  399.  
  400. <div id="title"><a href="/">{title}</a></div>
  401.  
  402. <p><img src="{image:sidebar pic}" width="200px">
  403. {block:ifsecondsidebarpic}<img src="{image:sidebar pic 2}" width="200px" style="margin-top:5px;">
  404. {/block:ifsecondsidebarpic}
  405. <p><a href="/" id="links">home</a> <a href="/ask" id="links">ask</a> <a href="/archive" id="links">history</a> <a href="http://hobakjeon.tumblr.com" id="links">theme</a>
  406.  
  407. <div id="container">
  408.  
  409. <div id="show"><div id="nabu">navigation
  410.  
  411.  
  412. </div></div>
  413.  
  414. <div id="hidden">
  415. {block:iflink1}:: <a href="{text:link 1 url}">{text:link 1}</a> ::{/block:iflink1}
  416. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a> ::{/block:iflink2}
  417. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a> ::{/block:iflink3}
  418. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a> ::{/block:iflink4}
  419.  
  420. </div>
  421.  
  422. </div>
  423. </div>
  424.  
  425. {block:description}<div id="description">d<br>e<br>s<br>c<br>r<br>i<br>p<br>t<br>i<br>o<br>
  426. n
  427.  
  428.  
  429. <div id="desc">{description}
  430.  
  431.  
  432.  
  433.  
  434.  
  435. </div>
  436. </div>{/block:description}
  437.  
  438.  
  439.  
  440. <div id="posts">
  441. {block:ifinfinitescrolling}<div class="autopagerize_page_element"><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}{block:Posts}
  442.  
  443. <div id="inpiniteu">
  444.  
  445. <a href="{permalink}" id="perm">+ {notecountwithlabel}</a>
  446. <a href="{ReblogURL}" id="reblog">+ reblog</a>
  447.  
  448.  
  449.  
  450. {block:Text}
  451. <div class="posteu">
  452. <div class="texts">
  453. {block:Title}
  454. <div class="title"><a href="{Permalink}">{Title}</a></div>
  455. {/block:Title}
  456.  
  457. {Body}
  458. </div></div>
  459. {/block:Text}
  460.  
  461. {block:Photo}<div class="posteu">
  462. <a href="{Permalink}"><img class="photo"
  463. {block:IndexPage}{block:if500pxposts}src="{PhotoURL-500}"{/block:if500pxposts}
  464. {block:if400pxposts}src="{PhotoURL-500}" width="400px"{/block:if400pxposts}
  465. {block:if250pxposts}src="{PhotoURL-250}"{/block:if250pxposts}
  466. {/block:IndexPage} {block:PermalinkPage}src="{PhotoURL-500}"{/block:PermalinkPage}
  467. alt="{PhotoAlt}"/></a>
  468. {block:PermalinkPage}{block:Caption}
  469. {Caption}
  470. {/block:Caption}{/block:PermalinkPage}
  471. </div>
  472. {/block:Photo}
  473.  
  474. {block:Photoset}<div class="posteu">
  475. <div class="photoset">
  476.  
  477. <a href="{Permalink}">
  478. {block:IndexPage}{block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  479. {block:if400pxposts}{Photoset-400}{/block:if400pxposts}
  480. {block:if250pxposts}{Photoset-250}{/block:if250pxposts}
  481. {/block:IndexPage}
  482. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  483. </a>
  484.  
  485. {block:PermalinkPage}{block:Caption}
  486. {Caption}
  487. {/block:Caption}{/block:PermalinkPage}
  488. </div>
  489. </div>
  490. {/block:Photoset}
  491.  
  492. {block:Quote}<div class="posteu">
  493. <div class="quote">
  494. "{Quote}"
  495.  
  496. {block:Source}
  497. <div class="source">{Source}</div>
  498. {/block:Source}
  499. </div></div>
  500. {/block:Quote}
  501.  
  502. {block:Link}<div class="posteu">
  503. <div class="link">
  504. <a href="{URL}" class="link" {Target}>{Name}</a>
  505.  
  506. {block:Description}
  507. <div class="description">{Description}</div>
  508. {/block:Description}
  509. </div></div>
  510. {/block:Link}
  511.  
  512. {block:Chat}<div class="posteu">
  513. <div class="post chat">
  514. {block:Title}
  515. <h3><a href="{Permalink}">{Title}</a></h3>
  516. {/block:Title}
  517.  
  518. <div class="chat">
  519. {block:Lines}
  520. <div class="{Alt} user_{UserNumber}">
  521. {block:Label}
  522. <span class="label">{Label}</span>
  523. {/block:Label}
  524.  
  525. {Line}
  526. </div>
  527. {/block:Lines}
  528. </div>
  529. </div>
  530. </div>
  531. {/block:Chat}
  532.  
  533. {block:Video}<div class="posteu">
  534. <div class="video">
  535.  
  536. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  537. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  538. {block:if250pxposts}{Video-250}{/block:if250pxposts}
  539.  
  540. {block:PermalinkPage}{block:Caption}
  541. <div class="caption">{Caption}</div>
  542. {/block:Caption}{/block:PermalinkPage}
  543. </div></div>
  544. {/block:Video}
  545.  
  546. {block:Audio}<div class="posteu">
  547. <div class="audio">
  548. <center>{AudioPlayerWhite}
  549.  
  550.  
  551. {block:Caption}
  552. <div class="caption">{Caption}</div>
  553. {/block:Caption}</center>
  554. </div></div>
  555. {/block:Audio}
  556.  
  557. {block:PermalinkPage}
  558. <div id="permalink">
  559. 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}
  560. <div>{block:HasTags}{block:IfTags}<div id="tags">tagged :{block:Tags}
  561. &#160<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}</div> {/block:IfTags}{block:IfNotTags} <div id="tags">tagged :{block:Tags}
  562. &#160<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}</div>{/block:IfNotTags}{/block:HasTags}
  563. <div id="taemin">{PostNotes}</div></div></div> {/block:PermalinkPage}
  564. </div>
  565.  
  566. {/block:Posts}
  567. {block:ifnotinfinitescrolling}
  568. <p><center>{block:Pagination}
  569. {block:PreviousPage}<a href="{PreviousPage}">back</a>&#160| {CurrentPage}/{TotalPages} |&#160 {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  570. {/block:Pagination} </center>{/block:ifnotinfinitescrolling}
  571. </div>{block:ifinfinitescrolling}</div>{/block:ifinfinitescrolling}
  572.  
  573. </body>
  574. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement