Jyuubi

[Theme] → #04 Midnight Romance

Jul 22nd, 2012
4,768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.99 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: #4 MIDNIGHT ROMANCE
  10. jyuubi.org | manatopia.tumblr
  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="#000">
  21.  
  22. <meta name="color:Custom Background" content="#333333">
  23. <meta name="color:Custom Border" content="#1F1F1F">
  24. <meta name="color:Custom Text" content="#346F63">
  25. <meta name="color:Custom Text Hover" content="#855161">
  26.  
  27. <meta name="color:Description Text" content="#575757">
  28. <meta name="color:Description Bold" content="#34555C">
  29. <meta name="color:Description Italic" content="#346F63">
  30. <meta name="color:Description Link" content="#855161">
  31.  
  32. <meta name="color:Post Background" content="#2e2e2e">
  33. <meta name="color:Post Title" content="#855161">
  34. <meta name="color:Post Text" content="#616161">
  35. <meta name="color:Post Bold" content="#34555C">
  36. <meta name="color:Post Italic" content="#346F63">
  37. <meta name="color:Post Link" content="#855161">
  38. <meta name="color:Post Blockquote Border" content="#1e1e1e">
  39. <meta name="color:Post Ask Background" content="#2B2B2B">
  40.  
  41. <meta name="color:Stats Background" content="#2B2B2B">
  42. <meta name="color:Stats Text" content="#34555C">
  43. <meta name="color:Stats Link" content="#346F63">
  44.  
  45. <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/dPbm1h4xt/romance.png">
  46. <meta name="image:Sidebar" content="">
  47.  
  48. <meta name="if:Infinite Scrolling" content="0">
  49. <meta name="if:Smaller Posts" content="0">
  50. <meta name="if:Show Tags" content="1">
  51. <meta name="if:High Res Link" content="1">
  52. <meta name="if:Show Captions" content="0">
  53. <meta name="if:Photo Fading" content="1">
  54.  
  55. <meta name="text:Sidebar Top Position" content="90">
  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. <link rel="shortcut icon" href="{Favicon}">
  74. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  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-repeat: repeat;
  83. background-color: {color:BackgroundM};
  84. }
  85.  
  86. ::-webkit-scrollbar-thumb:vertical {
  87. background-color: {color:Post Bold};
  88. height: 50px;
  89. }
  90.  
  91. ::-webkit-scrollbar {
  92. height: 10px;
  93. width: 3px;
  94. background-color: {color:Post Background};
  95. }
  96.  
  97. #container {
  98. float: right;
  99. {block:IfNotSmallerPosts}width: 760px;{/block:IfNotSmallerPosts}
  100. {block:IfSmallerPosts}width: 660px;{/block:IfSmallerPosts}
  101. margin-right: 15px;
  102. }
  103.  
  104. /* SIDEBAR */
  105. #sidebar {
  106. {block:IfNotSmallerPosts}margin-left: 525px;{/block:IfNotSmallerPosts}
  107. {block:IfSmallerPosts}margin-left: 425px;{/block:IfSmallerPosts}
  108. margin-top: {text:Sidebar Top Position}px;
  109. width: 230px;
  110. position: fixed;
  111. }
  112.  
  113. #sidebar img {
  114. max-width: 225px;
  115. margin-bottom: 3px;
  116. }
  117.  
  118. #sidebar a.custom {
  119. background-color: {color:Custom Background};
  120. border-left: 5px solid {color:Custom Border};
  121. display: block;
  122. width: 220px;
  123. margin-bottom: 3px;
  124. font-family: consolas;
  125. font-size: 9px;
  126. color: {color:Custom Text};
  127. text-transform: uppercase;
  128. text-decoration: none;
  129. letter-spacing: 1px;
  130. text-align: right;
  131. -webkit-transition: all 1s ease;
  132. -moz-transition: all 1s ease;
  133. -o-transition: all 1s ease;
  134. }
  135.  
  136. #sidebar a.custom:hover {
  137. color: {color:Custom Text Hover};
  138. padding-left: 20px;
  139. }
  140.  
  141. /* DESCRIPTION */
  142. #desc {
  143. font-family: lucida sans unicode;
  144. font-size: 10px;
  145. color: {color:Description Text};
  146. text-align: center;
  147. line-height: 12px;
  148. letter-spacing: 0px;
  149. margin-top: 5px;
  150. width: 225px;
  151. }
  152.  
  153. #desc b, strong {
  154. color: {color:Description Bold};
  155. }
  156.  
  157. #desc i, em {
  158. color: {color:Description Italic};
  159. }
  160.  
  161. #desc a {
  162. color: {color:Description Link};
  163. text-decoration: none;
  164. }
  165.  
  166. /* PAGINATION */
  167. #pages {
  168. font-family: georgia;
  169. font-size: 16px;
  170. color: {color:Description Bold};
  171. text-align: center;
  172. margin-top: 15px;
  173. }
  174.  
  175. #pages a {
  176. color: {color:Description Link};
  177. text-decoration: none;
  178. }
  179.  
  180. /* POSTS */
  181. .entry {
  182. background-color: {color:Post Background};
  183. border: 5px solid {color:Post Background};
  184. {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
  185. {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
  186. float: left;
  187. margin-bottom: 10px;
  188. font-family: lucida sans unicode;
  189. font-size: 11px;
  190. color: {color:Post Text};
  191. letter-spacing: 1px;
  192. overflow: hidden;
  193. }
  194.  
  195. .entry b, strong {
  196. color: {color:Post Bold};
  197. }
  198.  
  199. .entry i, em {
  200. color: {color:Post Italic};
  201. }
  202.  
  203. .entry a {
  204. color: {color:Post Link};
  205. text-decoration: none;
  206. }
  207.  
  208. .entry h1 {
  209. font-family: georgia;
  210. font-size: 16px;
  211. color: {color:Post Title};
  212. font-weight: normal;
  213. font-style: italic;
  214. text-transform: lowercase;
  215. letter-spacing: 2px;
  216. text-align: center;
  217. margin: 0;
  218. }
  219.  
  220. .entry h1 a {
  221. color: {color:Post Title};
  222. }
  223.  
  224. .entry blockquote {
  225. border-left: 3px solid {color:Post Blockquote Border};
  226. margin-left: 5px;
  227. padding-left: 5px;
  228. }
  229.  
  230. /* IMAGE POSTS */
  231. .entry img {
  232. {block:IfPhotoFading}opacity: .8;{/block:IfPhotoFading}
  233. {block:IfSmallerPosts}max-width: 400px;{/block:IfSmallerPosts}
  234. margin-bottom: -2px;
  235. }
  236.  
  237. {block:IfPhotoFading}.photo {
  238. opacity: .8;
  239. }{/block:IfPhotoFading}
  240.  
  241. /* QUOTE POST */
  242. .entry h2 {
  243. font-family: georgia;
  244. font-size: 14px;
  245. color: {color:Post Title};
  246. font-weight: normal;
  247. font-style: italic;
  248. text-transform: lowercase;
  249. letter-spacing: 2px;
  250. text-align: left;
  251. }
  252.  
  253. .quote {
  254. font-family: georgia;
  255. font-size: 32px;
  256. color: {color:Post Bold};
  257. float: left;
  258. }
  259.  
  260. /* AUDIO */
  261. .audio {
  262. background-color: #000000;
  263. {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
  264. {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
  265. height: 27px;
  266. }
  267.  
  268. /* ASK POSTS */
  269. .ask {
  270. background-color: {color:Post Ask Background};
  271. color: {color:Post Text};
  272. text-align: center;
  273. padding: 5px;
  274. }
  275.  
  276. .ask h3 {
  277. font-family: {font:Post Title};
  278. font-size: 16px;
  279. font-weight: normal;
  280. {block:IfPostTitleItalic}font-style: italic;{/block:IfPostTitleItalic}
  281. {block:IfNotPostTitleItalic}font-style: normal;{/block:IfNotPostTitleItalic}
  282. letter-spacing: 2px;
  283. }
  284.  
  285. .ask h3 a {
  286. color: {color:Post Link};
  287. }
  288.  
  289. /* NOTES BAR */
  290. .stats {
  291. background-color: {color:Stats Background};
  292. margin-top: 5px;
  293. padding: 3px;
  294. font-family: lucida sans unicode;
  295. font-size: 10px;
  296. color: {color:Stats Text};
  297. text-transform: lowercase;
  298. line-height: 10px;
  299. letter-spacing: 1px;
  300. }
  301.  
  302. .stats a {
  303. color: {color:Stats Link};
  304. text-decoration: none;
  305. }
  306.  
  307. /* PERMALINK PAGE */
  308. .permalink {
  309. font-family: lucida sans unicode;
  310. font-size: 10px;
  311. color: {color:Post Text};
  312. text-transform: lowercase;
  313. text-align: center;
  314. {block:IfNotSmallerPosts}width: 510px;{/block:IfNotSmallerPosts}
  315. {block:IfSmallerPosts}width: 410px;{/block:IfSmallerPosts}
  316. float: left;
  317. }
  318.  
  319. .permalink b {
  320. color: {color:Post Bold};
  321. font-weight: normal;
  322. }
  323.  
  324. #date {
  325. color: {color:Post Italic};
  326. }
  327.  
  328. .permalink a {
  329. color: {color:Post Link};
  330. text-decoration: none;
  331. }
  332.  
  333. ol.notes {
  334. padding: 0px;
  335. margin: 15px 0px;
  336. list-style-type: none;
  337. background: transparent;
  338. border: 0px;
  339. letter-spacing: 0px;
  340. }
  341.  
  342. ol.notes li.note {
  343. padding: 1px;
  344. text-align: left;
  345. letter-spacing: 0px;
  346. }
  347.  
  348. .notes img{
  349. width: 10px;
  350. position: relative;
  351. top: 1px;
  352. opacity: .5;
  353. }
  354.  
  355. /* FOLLOW CODE */
  356. iframe#tumblr_controls {
  357. right:3px !important;
  358. position: fixed !important;
  359. -webkit-transition: opacity 0.7s linear;
  360. opacity: 0.2;
  361. -webkit-transition: all 0.8s ease-out;
  362. -moz-transition: all 0.8s ease-out;
  363. transition: all 0.8s ease-out;
  364. }
  365.  
  366. iframe#tumblr_controls:hover {
  367. -webkit-transition: opacity 0.7s linear;
  368. opacity: 1;
  369. -webkit-transition: all 0.4s ease-out;
  370. -moz-transition: all 0.4s ease-out;
  371. transition: all 0.4s ease-out;
  372. }
  373. </style>
  374. <style type="text/css">{CustomCSS}</style>
  375. {block:IfInfiniteScrolling}
  376. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  377. {/block:IfInfiniteScrolling}
  378. </head>
  379.  
  380. <body>
  381. <div id="container">
  382.  
  383. <div id="sidebar">
  384. <img src="{image:Sidebar}" alt="">
  385. {block:IfName1}<a class="custom" href="{text:URL 1}">{text:Name 1}&nbsp;</a>{/block:IfName1}
  386. {block:IfName2}<a class="custom" href="{text:URL 2}">{text:Name 2}&nbsp;</a>{/block:IfName2}
  387. {block:IfName3}<a class="custom" href="{text:URL 3}">{text:Name 3}&nbsp;</a>{/block:IfName3}
  388. {block:IfName4}<a class="custom" href="{text:URL 4}">{text:Name 4}&nbsp;</a>{/block:IfName4}
  389. {block:IfName5}<a class="custom" href="{text:URL 5}">{text:Name 5}&nbsp;</a>{/block:IfName5}
  390. {block:IfName6}<a class="custom" href="{text:URL 6}">{text:Name 6}&nbsp;</a>{/block:IfName6}
  391. <form name="form1">
  392. <select style="font-family: lucida console;color:{color:Custom Text};background:{color:Custom Background};width:225px;font-size:9px;letter-spacing:1px;border:1px solid {color:Custom Border};" onChange="location.href=this.options[this.selectedIndex].value;">
  393. <option value=''>navigate &rarr;</option>
  394. <option value="/">&raquo; index</option>
  395. <option value="/archive">&raquo; archive</option>
  396. <option value="/random">&raquo; random</option>
  397. <option value="/ask">&raquo; message</option>
  398. <option value="http://jyuubi.tumblr.com">&raquo; theme</option>
  399. </select>
  400. <div id="desc">
  401. {Description}
  402. </div>
  403. {block:IfNotInfiniteScrolling}<div id="pages">
  404. {block:Pagination}
  405. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;&nbsp;{/block:PreviousPage}
  406. {block:JumpPagination length="5"}
  407. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  408. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  409. {/block:JumpPagination}
  410. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  411. {/block:Pagination}
  412. </div>{/block:IfNotInfiniteScrolling}
  413. </div>
  414.  
  415. <div class="autopagerize_page_element">
  416. {block:Posts}
  417.  
  418. <div class="entry">
  419.  
  420. {block:Text}
  421. {block:Title}<h1>{Title}</h1>{/block:Title}
  422. {Body}
  423. {/block:Text}
  424.  
  425. {block:Photo}
  426. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  427. {block:IfHighResLink}{block:HighRes}<font size="1px"><a href="{PhotoURL-HighRes}">high resolution &rarr;</a></font>{/block:HighRes}{/block:IfHighResLink}
  428. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  429. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  430. {Caption}
  431. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  432. {/block:Photo}
  433.  
  434. {block:Photoset}
  435. <div class="photo">{block:IfNotSmallerPosts}{Photoset-500}{/block:IfNotSmallerPosts}
  436. {block:IfSmallerPosts}{Photoset-400}{/block:IfSmallerPosts}</div>
  437. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  438. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  439. {Caption}
  440. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  441. {/block:Photoset}
  442.  
  443. {block:Quote}
  444. <div class="quote">&#10077;</div>
  445. <h2>{Quote}</h2>
  446. {block:Source}<p align="right">{Source} <b>&mdash;</b></p>{/block:Source}
  447. {/block:Quote}
  448.  
  449. {block:Link}
  450. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  451. {block:Description}{Description}{/block:Description}
  452. {/block:Link}
  453.  
  454. {block:Chat}
  455. {block:Title}<h1>{Title}</h1>{/block:Title}
  456. {block:Lines}
  457. {block:Label}
  458. <b>{Label}</b>
  459. {/block:Label}
  460. {Line}<br />
  461. {/block:Lines}
  462. {/block:Chat}
  463.  
  464. {block:Audio}
  465. <div class="audio">{AudioPlayerBlack}</div>
  466. <center><b>{FormattedPlayCount}</b> plays</center>
  467. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  468. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  469. {Caption}
  470. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  471. {/block:Audio}
  472.  
  473. {block:Video}
  474. {block:IfNotSmallerPosts}{Video-500}{/block:IfNotSmallerPosts}
  475. {block:IfSmallerPosts}{Video-400}{/block:IfSmallerPosts}
  476. <center><i>{FormattedPlayCount}</i> plays</center><br />
  477. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  478. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  479. {Caption}
  480. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  481. {/block:Video}
  482.  
  483. {block:Answer}
  484. <div class="ask">{Asker} <b>sent:</b> {Question}</div>
  485. {Answer}
  486. {/block:Answer}
  487.  
  488. {block:IndexPage}<div class="stats">
  489. {block:Date}&raquo; time <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}&nbsp;&nbsp;&nbsp;&raquo; notes <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  490. {block:IfShowTags}{block:HasTags}<br>&raquo; tags {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  491. </div>{/block:IndexPage}
  492. </div>
  493.  
  494. {block:PermalinkPage}
  495. <div class="permalink">
  496. <center><div id="date">{block:Date}posted {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;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  497. {block:HasTags}<b>tags &raquo;</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  498. {block:PostNotes}
  499. {PostNotes}
  500. {/block:PostNotes}
  501. </div>
  502. {/block:PermalinkPage}
  503.  
  504. {/block:Posts}
  505. </div>
  506.  
  507. </div>
  508. </body>
  509. </html>
Advertisement
Add Comment
Please, Sign In to add comment