Advertisement
appleghost

nightnight superior leaf edit

May 11th, 2013
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}" />
  6. <meta charset="utf-8">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!-- DEFAULT COLORS -->
  10. <meta name="color:Background" content="#111"/>
  11. <meta name="title" content="#a1a1a1" />
  12. <meta name="color:Post background" content="#141414"/>
  13. <meta name="color:Text" content="#a1a1a1"/>
  14. <meta name="color:Post background hover" content="#161616" />
  15. <meta name="color:link" content="#ff0066" />
  16. <meta name="color:link hover" content="#ff77ad" />
  17. <meta name="color:Blockquote line" content="#ff0066" />
  18. <meta name="color:Chat label" content="#ff0066" />
  19. <meta name="color:Chat Alt" content="#191919" />
  20. <meta name="image:Background" content="" />
  21. <meta name="if:Fixed Background" content="0" />
  22. <meta name="if:No Repeat Background" content="0" />
  23. <meta name="font:Body" content="Verdana, Arial, sans-serif" />
  24. <meta name="if:Show Page Links" content="0" />
  25. <meta name="if:Post Hover" content="1" />
  26.  
  27. <!-- JAVASCRIPT -->
  28. <script src="http://static.tumblr.com/qhck824/P24l0dcc8/cufon-yui.js" type="text/javascript"></script>
  29.  
  30. <script src="http://static.tumblr.com/qhck824/Za7l0ukms/thin.font.js" type="text/javascript"></script>
  31.  
  32. <script type="text/javascript">
  33. Cufon.replace('h1, h2', {hover: 'true'});
  34. </script>
  35.  
  36. <!-- STYLESHEET -->
  37. <style type="text/css">
  38. * {
  39. padding: 0px;
  40. margin: 0px;
  41. }
  42.  
  43. body {
  44. color: {color:Text};
  45. font: 12px {font:Body};
  46. line-height: 20px;
  47. background: url({image:Background}) {block:IfNoRepeatBackground}no-repeat{/block:IfNoRepeatBackground} {block:IfFixedBackground}fixed{/block:IfFixedBackground} {color:Background}; {block:IfNoRepeatBackground}background-size: cover {block:IfNoRepeatBackground}
  48. }
  49.  
  50. a:link {
  51. color: {color:link};
  52. text-decoration: none;
  53. -webkit-transition: color 1s ease;
  54. }
  55.  
  56. a:visited {
  57. color: {color:link};
  58. text-decoration: none;
  59. }
  60.  
  61. a:hover {
  62. color: {color:link hover};
  63. text-decoration: none;
  64. }
  65.  
  66. a:active {
  67. color: {color:link hover};
  68. text-decoration: none;
  69. }
  70.  
  71. #wrapper {
  72. width: 540px;
  73. height: auto;
  74. margin: 20px auto;
  75. }
  76.  
  77. /* HEADER */
  78.  
  79. #header {
  80. width: 500px;
  81. height: auto;
  82. text-align: center;
  83. margin: 0 0 40px 0;
  84. padding: 20px;
  85. background-color: {color:Post background};
  86. -moz-border-radius: 5px;
  87. -webkit-border-radius: 5px;
  88. }
  89.  
  90. .title {
  91. width: 500px;
  92. height: auto;
  93. }
  94.  
  95. .title h1 {
  96. font-size: 48px;
  97. }
  98.  
  99.  
  100. .description {
  101. width: 500px;
  102. height: auto;
  103. margin: 0 auto;
  104. }
  105.  
  106. #header li {
  107. display: inline;
  108. padding: 0 10px 0 0;
  109. }
  110.  
  111. /* POSTS */
  112.  
  113. img {
  114. border: none;
  115. }
  116.  
  117. #postWrapper h2 {
  118. margin: 0 0 10px 0;
  119. font-size: 36px;
  120. line-height: 36px;
  121. }
  122.  
  123. #postWrapper p {
  124. margin: 0 0 15px 0;
  125. }
  126.  
  127. #postWrapper ul, #postWrapper ol {
  128. margin: 0 0 10px 20px;
  129. }
  130.  
  131. blockquote {
  132. width: 450px;
  133. margin: 5px;
  134. padding: 0 0 0 5px;
  135. font-style: italic;
  136. border-left: 2px solid {color:Blockquote line};
  137. }
  138.  
  139. a:hover {text-decoration: none;}
  140. a.tooltip span {display: none; padding: 5px; margin-left: -505px; margin-top: 21px; opacity: 1.0; width: 530px; }
  141. a.tooltip:hover span {display: inline; position: absolute; background: {color:Post background hover}; color: {color:Text}; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; }
  142.  
  143. .permalink {
  144. font-size: 9px;
  145. position: absolute;
  146. display: block;
  147. text-transform:uppercase;
  148. width: 20px;
  149. height: 20px;
  150. bottom: 15px;
  151. right: 15px;
  152. background: url(http://gazo.emoji7.jp/img/04hpb_473690/%E3%82%AF%E3%83%AD%E3%83%BC%E3%83%90%E3%83%BC_m.GIF) 0 0;
  153. }
  154.  
  155.  
  156. .quotePost, .textPost, .audioPost,
  157. .photoPost, .videoPost, .chatPost,
  158. .linkPost {
  159. width: 500px;
  160. height: auto;
  161. margin: 0 0 40px 0;
  162. padding: 15px 20px;
  163. position: relative;
  164. background-color: {color:Post background};
  165. -moz-border-radius: 5px;
  166. -webkit-border-radius: 5px;
  167. }
  168.  
  169. {block:IfPostHover}
  170. .quotePost:hover, .textPost:hover, .audioPost:hover,
  171. .photoPost:hover, .videoPost:hover, .chatPost:hover,
  172. .linkPost:hover {
  173. background-color: {color:Post background hover};
  174. }
  175. {/block:IfPostHover}
  176.  
  177. #notesWrapper {
  178. width: 520px;
  179. height: auto;
  180. padding: 20px 20px 10px 0;
  181. background-color: {color:Post background};
  182. -moz-border-radius: 5px;
  183. -webkit-border-radius: 5px;
  184. }
  185.  
  186. #notesWrapper ol {
  187. list-style: none;
  188. }
  189.  
  190. #notesWrapper ol li {
  191. margin: 0 0 10px 0;
  192. }
  193.  
  194. #notesWrapper .avatar {
  195. display: none;
  196. }
  197.  
  198. .tagged {
  199. padding: 0 10px;
  200. margin: 0 0 40px 0;
  201. background-color: {color:Post background};
  202. -moz-border-radius: 5px;
  203. }
  204.  
  205. .tags {
  206. margin: 0 !important;
  207. font-size: 9px;
  208. }
  209.  
  210. .tags li {
  211. display: inline;
  212. padding: 0 5px;
  213. }
  214.  
  215. /* CHAT POST */
  216.  
  217. .label {
  218. color: {color:Chat label};
  219. }
  220.  
  221. .odd, .even {
  222. padding: 2px 10px;
  223. }
  224.  
  225. .odd {
  226. background-color: {color:Chat Alt};
  227. }
  228.  
  229. /* PHOTO POST */
  230.  
  231. p.photoPost img {
  232. margin: 0 0 10px 0;
  233. }
  234.  
  235. .photoPost p {
  236. position: relative;
  237. }
  238.  
  239. p img.zoom {
  240. position: absolute;
  241. top: 10px;
  242. right: 10px;
  243. opacity: 0;
  244. -webkit-transition: opacity 1s ease;
  245. }
  246.  
  247. p:hover img.zoom {
  248. opacity: 1;
  249. }
  250.  
  251. /* AUDIO POST */
  252.  
  253. .albumArt {
  254. width: 206px;
  255. height: 206px;
  256. margin: 0 auto;
  257. }
  258.  
  259. .songInfo {
  260. text-align: center;
  261. margin: 10px 0 0 0;
  262. }
  263.  
  264. .player {
  265. margin: 0 auto;
  266. width: 206px;
  267. height: auto;
  268. }
  269.  
  270. /* FOOTER */
  271.  
  272. #footer {
  273. width: 540px;
  274. height: 40px;
  275. font-size: 10px;
  276. position: relative;
  277. background-color: {color:Post background};
  278. -moz-border-radius: 5px;
  279. -webkit-border-radius: 5px;
  280. }
  281.  
  282. p.credit {
  283. width: 502px;
  284. height: 15px;
  285. margin: 0 auto !important;
  286. text-align: center;
  287. }
  288.  
  289. span.georgia {
  290. font: 14px Georgia, "Times New Roman";
  291. }
  292.  
  293. a.previous {
  294. position: absolute;
  295. top: 10px;
  296. left: 20px;
  297. }
  298.  
  299. a.next {
  300. position: absolute;
  301. top: 10px;
  302. right: 20px;
  303. }
  304.  
  305.  
  306.  
  307. {CustomCSS}
  308.  
  309. </style>
  310.  
  311. </head>
  312.  
  313. <body>
  314.  
  315. <div id="wrapper">
  316.  
  317. <div id="header">
  318. <div class="title"><h1><a href="/" alt="{lang:Home}">{Title}</a></h1></div>
  319.  
  320. {block:Description}<div class="description"><p>{Description}</div></p>{/block:Description}
  321.  
  322. <ul>
  323. <li><a href="/archive" alt="{lang:Archive}">{lang:Archive}</a></li>
  324. <li><a href="/random" alt="{lang:Random}">{lang:Random}</a></li>
  325. <li><a href="{RSS}" alt="{lang:RSS}">{lang:RSS}</a></li>
  326. {block:HasPages}
  327. {block:ifShowPageLinks}
  328. {block:Pages}<li><a href="{URL}" title="{Label}" alt="{Label}">{Label}</a></li>{/block:Pages}
  329. {/block:ifShowPageLinks}
  330. {/block:HasPages}
  331. </ul>
  332. </div><!-- //END HEADER -->
  333.  
  334. <div id="postWrapper">
  335. {block:Posts}
  336.  
  337. {block:Quote}
  338. <div class="quotePost">
  339. <h2>{Quote}</h2>
  340. <p>&mdash;{Source}</p>
  341. <div class="permalink"><a href="{Permalink}" class="tooltip" alt="{lang:Permalink for this post}"><span>{lang:Posted TimeAgo} {block:NoteCount}&mdash; {NoteCountWithLabel}{/block:NoteCount}</span><img src="http://static.tumblr.com/qhck824/C6al0gc5f/clear.png" width="16" height="16"></a></div>
  342. </div><!-- //END QUOTE POST -->
  343. {/block:Quote}
  344.  
  345. {block:Text}
  346. <div class="textPost">
  347. <h2>{Title}</h2>
  348. {Body}
  349. <div class="permalink"><a href="{Permalink}" class="tooltip" alt="{lang:Permalink for this post}"><span>{lang:Posted TimeAgo} {block:NoteCount}&mdash; {NoteCountWithLabel}{/block:NoteCount}</span><img src="http://static.tumblr.com/qhck824/C6al0gc5f/clear.png" width="16" height="16"></a></div>
  350. </div><!-- //END TEXT POST -->
  351. {/block:Text}
  352.  
  353. {block:Answer}
  354. <div class="textPost">
  355. <p>{lang:Asked by Asker} {Asker}</p>
  356. <h2>{Question}</h2>
  357. <p>{Answer}</p>
  358. <div class="permalink"><a href="{Permalink}" class="tooltip" alt="{lang:Permalink for this post}"><span>{lang:Posted TimeAgo} {block:NoteCount}&mdash; {NoteCountWithLabel}{/block:NoteCount}</span><img src="http://static.tumblr.com/qhck824/C6al0gc5f/clear.png" width="16" height="16"></a></div>
  359. </div><!-- //END ANSWER POST -->
  360. {/block:Answer}
  361.  
  362. {block:Audio}
  363. <div class="audioPost">
  364. {block:AlbumArt}
  365. <div class="albumArt"><img src="{AlbumArtURL}" width="206" height="206" /></div>
  366. {/block:AlbumArt}
  367. <div class="player">{AudioPlayer}</div>
  368. <div class="songInfo">
  369. <h2>{block:Artist}{Artist}{/block:Artist}</h2>
  370. <h2>{block:TrackName}"{TrackName}"{/block:TrackName}</h2>
  371. {block:Caption}{Caption}{/block:Caption}
  372. </div>
  373. <div class="permalink"><a href="{Permalink}" class="tooltip" alt="{lang:Permalink for this post}"><span>{lang:Posted TimeAgo} {block:NoteCount}&mdash; {NoteCountWithLabel} &mdash; {/block:NoteCount} {lang:Played PlayCount times}</span><img src="http://static.tumblr.com/qhck824/C6al0gc5f/clear.png" width="16" height="16"></a></div>
  374. </div><!-- //END AUDIO POST -->
  375. {/block:Audio}
  376.  
  377. {block:Photo}
  378. <div class="photoPost">
  379. <p align="center">{LinkOpenTag}<img src="{PhotoURL-500}" title="{PhotoAlt}" alt="{PhotoAlt}" />{LinkCloseTag} {block:HighRes}<a href="{PhotoURL-HighRes}" alt="{lang:High-res photo}"><img src="http://static.tumblr.com/qhck824/t24l2xpf3/fullsize-icon.png" class="zoom" width="26" height="26"></a>{/block:HighRes}</p>
  380. <p>{Caption}</p>
  381. <div class="permalink"><a href="{Permalink}" class="tooltip" alt="{lang:Permalink for this post}"><span>{lang:Posted TimeAgo} {block:NoteCount}&mdash; {NoteCountWithLabel}{/block:NoteCount}</span><img src="http://static.tumblr.com/qhck824/C6al0gc5f/clear.png" width="16" height="16"></a></div>
  382. </div><!-- //END PHOTO POST -->
  383.  
  384.  
  385. {/block:Photo}
  386.  
  387. {block:Video}
  388. <div class="videoPost">
  389. <span class="videoHolder">{Video-500}</span>
  390. {block:Caption}<p>{Caption}</p>{/block:Caption}
  391. <div class="permalink"><a href="{Permalink}" class="tooltip" alt="{lang:Permalink for this post}"><span>{lang:Posted TimeAgo} {block:NoteCount}&mdash; {NoteCountWithLabel}{/block:NoteCount}</span><img src="http://static.tumblr.com/qhck824/C6al0gc5f/clear.png" width="16" height="16"></a></div>
  392. </div><!-- //END VIDEO POST -->
  393. {/block:Video}
  394.  
  395. {block:Chat}
  396. <div class="chatPost">
  397. {block:Title}<h2>{Title}</h2>{/block:Title}
  398. <div class="chatbox">
  399. {block:Lines}
  400. {block:Label}
  401. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  402. <span class="line">{Line}</span></div>
  403. {/block:Label}
  404. {/block:Lines}
  405. </div>
  406. <div class="permalink"><a href="{Permalink}" class="tooltip" alt="{lang:Permalink for this post}"><span>{lang:Posted TimeAgo} {block:NoteCount}&mdash; {NoteCountWithLabel}{/block:NoteCount}</span><img src="http://static.tumblr.com/qhck824/C6al0gc5f/clear.png" width="16" height="16"></a></div>
  407. </div><!-- //END CHAT POST -->
  408. {/block:Chat}
  409.  
  410. {block:Link}
  411. <div class="linkPost">
  412. <h2><a href="{URL}">{Name}</a></h2>
  413. {Description}
  414. <div class="permalink"><a href="{Permalink}" class="tooltip" alt="{lang:Permalink for this post}"><span>{lang:Posted TimeAgo} {block:NoteCount}&mdash; {NoteCountWithLabel}{/block:NoteCount}</span><img src="http://static.tumblr.com/qhck824/C6al0gc5f/clear.png" width="16" height="16"></a></div>
  415. </div><!-- //END LINK POST -->
  416. {/block:Link}
  417.  
  418. <!-- //POST TAGS -->
  419. {block:PermalinkPage}
  420. {block:HasTags}
  421. <div class="tagged">
  422. <ul class="tags">
  423. {block:Tags}<li><a href="{TagURL}">{Tag}</a></li>{/block:Tags}
  424. </ul>
  425. </div>
  426. {/block:HasTags}
  427. {/block:PermalinkPage}
  428.  
  429. {/block:Posts}
  430.  
  431. <!-- //POST NOTES -->
  432.  
  433. {block:PostNotes}
  434. <div id="notesWrapper">
  435. {PostNotes}
  436. </div>
  437. {/block:PostNotes}
  438.  
  439. <!-- //END POST NOTES -->
  440.  
  441. </div><!-- //POST WRAPPER -->
  442.  
  443. {block:Pagination}
  444. <div id="footer">
  445. {block:PreviousPage}<a href="{PreviousPage}" class="previous" alt="{lang:Previous page}"><img src="http://gazo.emoji7.jp/img/04ctj_707558/%E6%A3%AE%E3%82%AC%E3%83%BC%E3%83%AB%E3%81%8B%E3%82%8F%E3%81%84%E3%81%84%E3%80%81%E5%AE%9F%E5%86%99_m.GIF"</a>{block:PreviousPage}{block:NextPage}<a href="{NextPage}" class="next" alt="{lang:Next page}"><img src="http://gazo.emoji7.jp/img/04ctj_707559/%E6%A3%AE%E3%82%AC%E3%83%BC%E3%83%AB%E3%81%8B%E3%82%8F%E3%81%84%E3%81%84%E3%80%81%E5%AE%9F%E5%86%99_m.GIF"></a>{/block:NextPage}</p>
  446. </div>
  447. {block:Pagination}
  448.  
  449. <small><p class="credit"><a href="http://www.tumblr.com/theme/9148">NIGHTNIGHT</a> <span class="georgia"><em><strong>by</strong></em></span> <a href="http://www.deddy.tumblr.com">DEDDY</a> (<a href="http://pastebin.com/m8tp9zAh">edited</a>)</p></small>
  450.  
  451. </div><!-- //END WRAPPER -->
  452.  
  453. </body>
  454. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement