Jyuubi

[Theme] → #06 Gate to Heaven

Jul 22nd, 2012
5,281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.78 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. PLEASE DO NOT REMOVE THIS.
  6. THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
  7. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  8.  
  9. THEME: #06 GATE TO HEAVEN
  10. jyuubi.org | manatopia.org
  11.  
  12. --RULES--
  13. 1) DO NOT REMOVE CREDIT.
  14. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  15. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  16. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  17. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW.
  18. -->
  19.  
  20. <meta name="color:BackgroundM" content="#fff">
  21.  
  22. <meta name="color:Navigation Background" content="#e6e6e6">
  23. <meta name="color:Navigation Link" content="#b8b8b8">
  24. <meta name="color:Navigation Link Hover" content="#989898">
  25.  
  26. <meta name="color:Description Background" content="#dddddd">
  27. <meta name="color:Icon Border" content="#cbcbcb">
  28. <meta name="color:Description Title" content="#fff">
  29. <meta name="color:Description Text" content="#ababab">
  30. <meta name="color:Description Bold" content="#8f8f8f">
  31. <meta name="color:Description Italic" content="#b2b2b2">
  32. <meta name="color:Description Link" content="#fff">
  33.  
  34. <meta name="color:Post Background" content="#dddddd">
  35. <meta name="color:Post Title" content="#b2b2b2">
  36. <meta name="color:Post Text" content="#848484">
  37. <meta name="color:Post Bold" content="#484848">
  38. <meta name="color:Post Italic" content="#909090">
  39. <meta name="color:Post Link" content="#fff">
  40. <meta name="color:Post Blockquote" content="#fff">
  41.  
  42. <meta name="color:Ask Background" content="#cacaca">
  43.  
  44. <meta name="color:Notes Background" content="#e6e6e6">
  45. <meta name="color:Notes Text" content="#606060">
  46. <meta name="color:Notes Link" content="#7d7d7d">
  47. <meta name="color:Notes Tags" content="#a8a8a8">
  48.  
  49. <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/Tyum1h56e/dreamer.jpg">
  50.  
  51. <meta name="if:Infinite Scroll" content="0">
  52. <meta name="if:Show Captions" content="0">
  53. <meta name="if:Show Tags" content="1">
  54.  
  55. <meta name="text:Description Title" content="">
  56.  
  57. <meta name="text:Name 1" content="">
  58. <meta name="text:URL 1" content="http://">
  59. <meta name="text:Name 2" content="">
  60. <meta name="text:URL 2" content="http://">
  61. <meta name="text:Name 3" content="">
  62. <meta name="text:URL 3" content="http://">
  63. <meta name="text:Name 4" content="">
  64. <meta name="text:URL 4" content="http://">
  65. <meta name="text:Name 5" content="">
  66. <meta name="text:URL 5" content="http://">
  67. <meta name="text:Name 6" content="">
  68. <meta name="text:URL 6" content="http://">
  69.  
  70. <head>
  71. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  72. <title>{Title}</title>
  73. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  74. <link rel="shortcut icon" href="{Favicon}">
  75. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  76.  
  77. <style type="text/css">
  78. /* BODY */
  79. body {
  80. background-image: url("{image:BackgroundM}");
  81. background-attachment: fixed;
  82. background-color: {color:BackgroundM};
  83. margin: 0;
  84. }
  85.  
  86. /* TOP NAV */
  87. #topnav {
  88. background-color: {color:Navigation Background};
  89. width: 100%;
  90. height: 25px;
  91. position: fixed;
  92. z-index: 999;
  93. top: 0;
  94. }
  95.  
  96. #topnav2 {
  97. height: 25px;
  98. line-height: 21px;
  99. margin: auto;
  100. text-align: center;
  101. }
  102.  
  103. #topnav2 a {
  104. font-family: tahoma, geneva, sans-serif;
  105. font-size: 10px;
  106. color: {color:Navigation Link};
  107. text-decoration: none;
  108. text-transform: uppercase;
  109. letter-spacing: 1px;
  110. -webkit-transition: all 0.6s ease;
  111. -moz-transition: all 0.6s ease;
  112. -o-transition: all 0.6s ease;
  113. }
  114.  
  115. #topnav2 a:hover {
  116. color: {color:Navigation Link Hover};
  117. }
  118.  
  119. #topnav2 a.arrow {
  120. font-family: tahoma, geneva, sans-serif;
  121. font-size: 18px;
  122. color: {color:Navigation Link};
  123. text-decoration: none;
  124. text-transform: uppercase;
  125. letter-spacing: 2px;
  126. -webkit-transition: all 0.6s ease;
  127. -moz-transition: all 0.6s ease;
  128. -o-transition: all 0.6s ease;
  129. }
  130.  
  131. #topnav2 a.arrow:hover {
  132. color: {color:Navigation Link Hover};
  133. }
  134.  
  135. /* DESCRIPTION */
  136. #description {
  137. background-color: {color:Description Background};
  138. width: 100%;
  139. height: 116px;
  140. top: 25px;
  141. position: fixed;
  142. z-index: 999;
  143. }
  144.  
  145. #desc {
  146. width: 500px;
  147. margin: auto;
  148. padding: 5px;
  149. font-family: lucida sans unicode;
  150. font-size: 10px;
  151. color: {color:Description Text};
  152. letter-spacing: 1px;
  153. text-align: center;
  154. line-height: 14px;
  155. }
  156.  
  157. #desc a {
  158. color: {color:Description Link};
  159. text-decoration: none;
  160. }
  161.  
  162. #desc b, strong {
  163. color: {color:Description Bold};
  164. }
  165.  
  166. #desc i, em {
  167. color: {color:Description Italic};
  168. }
  169.  
  170. #desc img {
  171. width: 96px;
  172. height: 96px;
  173. border: 5px solid {color:Icon Border};
  174. margin-right: 5px;
  175. opacity: .8;
  176. }
  177.  
  178. #desc h1 {
  179. font-family: georgia;
  180. font-size: 14px;
  181. color: {color:Description Title};
  182. font-weight: normal;
  183. font-style: italic;
  184. text-align: center;
  185. text-transform: lowercase;
  186. letter-spacing: 4px;
  187. }
  188.  
  189. /* PAGINATION */
  190. #page {
  191. position: fixed;
  192. bottom: 10px;
  193. right: 10px;
  194. }
  195.  
  196. #page a {
  197. background-color: {color:Description Background};
  198. display: inline-block;
  199. height: 40px;
  200. width: 55px;
  201. font-family: tahoma, sans-serif;
  202. font-size: 38px;
  203. color: {color:Description Link};
  204. text-decoration: none;
  205. line-height: 30px;
  206. text-align: center;
  207. }
  208.  
  209. /* POSTS */
  210. #content {
  211. width: 510px;
  212. margin: auto;
  213. margin-top: 155px;
  214. }
  215.  
  216. .entry {
  217. background-color: {color:Post Background};
  218. width: 500px;
  219. padding: 5px;
  220. margin-top: 5px;
  221. margin-bottom: 10px;
  222. font-family: lucida sans unicode;
  223. font-size: 11px;
  224. color: {color:Post Text};
  225. letter-spacing: 1px;
  226. text-align: justify;
  227. z-index: 6;
  228. overflow: hidden;
  229. }
  230.  
  231. .entry a {
  232. color: {color:Post Link};
  233. text-decoration: none;
  234. }
  235.  
  236. .entry b, strong {
  237. color: {color:Post Bold};
  238. }
  239.  
  240. .entry i, em {
  241. color: {color:Post Italic};
  242. }
  243.  
  244. .entry h1 {
  245. font-family: georgia;
  246. font-size: 16px;
  247. color: {color:Post Title};
  248. font-weight: normal;
  249. font-style: italic;
  250. letter-spacing: 3px;
  251. text-transform: lowercase;
  252. text-align: center;
  253. margin: 0;
  254. }
  255.  
  256. .entry h1 a {
  257. color: {color:Post Title};
  258. text-decoration: none;
  259. }
  260.  
  261. .entry h2 {
  262. font-family: georgia;
  263. font-size: 14px;
  264. color: {color:Post Title};
  265. font-weight: normal;
  266. font-style: italic;
  267. letter-spacing: 3px;
  268. text-transform: lowercase;
  269. margin: 0;
  270. }
  271.  
  272. .entry blockquote {
  273. border-left: 5px solid {color:Post Blockquote};
  274. padding-left: 5px;
  275. margin-left: 5px;
  276. }
  277.  
  278. .photo {
  279. opacity: .8;
  280. }
  281.  
  282. .entry img {
  283. opacity: .8;
  284. }
  285.  
  286. /* QUOTE POST */
  287. .quote {
  288. font-family: georgia;
  289. font-size: 24px;
  290. color: {color:Post Link};
  291. float: left;
  292. }
  293.  
  294. /* ASK POSTS */
  295. .ask {
  296. background-color: {color:Ask Background};
  297. padding: 3px;
  298. }
  299.  
  300. /* AUDIO */
  301. .audio img {
  302. max-width: 40px;
  303. float: left;
  304. margin-right: 5px;
  305. }
  306.  
  307. .player {
  308. background-color: #fff;
  309. height: 27px;
  310. width: 500px;
  311. }
  312.  
  313. .ask h3 {
  314. font-family: {font:Post Title};
  315. font-size: 14px;
  316. color: {color:Ask Text};
  317. font-weight: normal;
  318. {block:IfPostTitleItalic}font-style: italic;{/block:IfPostTitleItalic}
  319. letter-spacing: 2px;
  320. }
  321.  
  322. .ask h3 a {
  323. color: {color:Ask Link};
  324. }
  325.  
  326. /* NOTES */
  327. .notes2 {
  328. background-color: {color:Notes Background};
  329. font-family: consolas;
  330. font-size: 8px;
  331. color: {color:Notes Text};
  332. text-align: center;
  333. letter-spacing: 2px;
  334. text-transform: uppercase;
  335. line-height: 8px;
  336. margin-top: 5px;
  337. padding: 1px;
  338. }
  339.  
  340. .notes2 a {
  341. color: {color:Notes Link};
  342. text-decoration: none;
  343. -webkit-transition: all 0.5s ease;
  344. -moz-transition: all 0.5s ease;
  345. -o-transition: all 0.5s ease;
  346. }
  347.  
  348. .notes2 a.tag {
  349. color: {color:Notes Tags};
  350. }
  351.  
  352. /* PERMALINK PAGE */
  353. .permalink {
  354. font-family: lucida sans unicode;
  355. font-size: 10px;
  356. color: {color:Post Text};
  357. text-transform: lowercase;
  358. text-align: center;
  359. width: 510px;
  360. }
  361.  
  362. .permalink b {
  363. color: {color:Post Bold};
  364. font-weight: normal;
  365. }
  366.  
  367. #date {
  368. color: {color:Post Italic};
  369. }
  370.  
  371. .permalink a {
  372. color: {color:Post Link};
  373. text-decoration: none;
  374. }
  375.  
  376. ol.notes {
  377. padding: 0px;
  378. margin: 15px 0px;
  379. list-style-type: none;
  380. background: transparent;
  381. border: 0px;
  382. letter-spacing: 0px;
  383. text-transform: lowercase;
  384. }
  385.  
  386. ol.notes li.note {
  387. padding: 1px;
  388. text-align: left;
  389. letter-spacing: 0px;
  390. text-transform: lowercase;
  391. }
  392.  
  393. .notes img{
  394. width: 8px;
  395. position: relative;
  396. top: 1px;
  397. opacity: .5;
  398. }
  399. </style>
  400. <style type="text/css">{CustomCSS}</style>
  401. {block:IfInfiniteScroll}
  402. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  403. {/block:IfInfiniteScroll}
  404. </head>
  405. <body>
  406.  
  407. <div id="topnav">
  408. <div id="topnav2">
  409. <a href="/">Refresh</a>&nbsp;&nbsp;&nbsp;
  410. <a href="/archive">Archive</a>&nbsp;&nbsp;&nbsp;
  411. <a href="/ask">Message</a>
  412. {block:IfName1}&nbsp;&nbsp;&nbsp;<a href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1}
  413. {block:IfName2}&nbsp;&nbsp;&nbsp;<a href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2}
  414. {block:IfName3}&nbsp;&nbsp;&nbsp;<a href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3}
  415. {block:IfName4}&nbsp;&nbsp;&nbsp;<a href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4}
  416. {block:IfName5}&nbsp;&nbsp;&nbsp;<a href="{text:URL 5}">{text:Name 5}</a>{/block:IfName5}
  417. {block:IfName6}&nbsp;&nbsp;&nbsp;<a href="{text:URL 6}">{text:Name 6}</a>{/block:IfName6}
  418. &nbsp;&nbsp;&nbsp;<a href="http://jyuubi.tumblr.com">Theme</a>
  419. </div>
  420. </div>
  421.  
  422. <div id="description">
  423. <div id="desc">
  424. <img src="{PortraitURL-96}" align="left">
  425. <h1>{text:Description Title}</h1>
  426. {Description}
  427. </div>
  428. </div>
  429.  
  430. {block:IfNotInfiniteScroll}{block:Pagination}<div id="page">
  431. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  432. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  433. </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
  434.  
  435. <div class="autopagerize_page_element">
  436. <div id="content">
  437. {block:Posts}
  438.  
  439. <div class="entry">
  440.  
  441. {block:Text}
  442. {block:Title}<h1>{Title}</h1>{/block:Title}
  443. {Body}
  444. {/block:Text}
  445.  
  446. {block:Photo}
  447. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  448. {block:HighRes}<a href="{PhotoURL-HighRes}">high resolution &raquo;</a>{/block:HighRes}
  449. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  450. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  451. {Caption}
  452. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  453. {/block:Photo}
  454.  
  455. {block:Photoset}
  456. <div class="photo">{Photoset-500}</div>
  457. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  458. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  459. {Caption}
  460. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  461. {/block:Photoset}
  462.  
  463. {block:Quote}
  464. <div class="quote">&#10077;</div>
  465. <h2>{Quote}</h2>
  466. {block:Source}<p align="right">{Source} <b>&mdash;</b></p>{/block:Source}
  467. {/block:Quote}
  468.  
  469. {block:Link}
  470. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  471. {block:Description}{Description}{/block:Description}
  472. {/block:Link}
  473.  
  474. {block:Chat}
  475. {block:Title}<h1>{Title}</h1>{/block:Title}
  476. {block:Lines}
  477. {block:Label}
  478. <b>{Label}</b>
  479. {/block:Label}
  480. {Line}<br />
  481. {/block:Lines}
  482. {/block:Chat}
  483.  
  484. {block:Audio}
  485. {block:AlbumArt}
  486. <div class="audio"><img src="{AlbumArtURL}" alt=""></div>
  487. {/block:AlbumArt}
  488. <div class="player">{AudioPlayer}</div>
  489. <b>{FormattedPlayCount}</b> plays
  490. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  491. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  492. {Caption}
  493. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  494. {/block:Audio}
  495.  
  496. {block:Video}
  497. {Video-500}
  498. <center><i>{FormattedPlayCount}</i> plays</center>
  499. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  500. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  501. {Caption}
  502. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  503. {/block:Video}
  504.  
  505. {block:Answer}
  506. <div class="ask">{Asker} <b>sent:</b> {Question}</div>
  507. {Answer}
  508. {/block:Answer}
  509.  
  510. {block:IndexPage}<div class="notes2">
  511. {block:Date}&raquo; time <a href="{Permalink}">{TimeAgo}</a>{/block:Date}&nbsp;&nbsp;&nbsp;{block:NoteCount}&raquo; notes <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{block:IfShowTags}
  512. {block:HasTags}<br>{block:Tags}<a class="tag" href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  513. </div>{/block:IndexPage}
  514.  
  515. </div>
  516.  
  517. {block:PermalinkPage}
  518. <div class="permalink">
  519. <center><div id="date">{block:Date}{12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<Br>
  520. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</center>
  521. {block:PostNotes}
  522. {PostNotes}
  523. {/block:PostNotes}
  524. </div>
  525. {/block:PermalinkPage}
  526.  
  527. {/block:Posts}
  528. </div>
  529. </div>
  530.  
  531. </body>
  532. </html>
Advertisement
Add Comment
Please, Sign In to add comment