Jyuubi

[Theme] → #05 Victorian

Jul 22nd, 2012
13,895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.53 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: #05 VICTORIAN
  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. --IMPORTANT CREDITS--
  20. colourlovers.com/lover/isotope.151
  21. -->
  22.  
  23. <head>
  24. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  25. <title>{Title}</title>
  26. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  29.  
  30. <meta name="color:BackgroundM" content="#2e2a29">
  31.  
  32. <meta name="color:Content Background" content="#2e2a29">
  33. <meta name="color:Regular Text" content="#5A5250">
  34. <meta name="color:Bold Text" content="#684C4F">
  35. <meta name="color:Italic Text" content="#5B537A">
  36. <meta name="color:Link Text" content="#664A40">
  37.  
  38. <meta name="color:Nav Background" content="#3c2b2c">
  39. <meta name="color:Nav Link" content="#684e4f">
  40. <meta name="color:Nav Link Hover" content="#22191A">
  41.  
  42. <meta name="color:Custom Background" content="#3c2b2c">
  43. <meta name="color:Custom Border" content="#503344">
  44. <meta name="color:Custom Border Hover" content="#3D3E63">
  45. <meta name="color:Custom Text" content="#6D574F">
  46. <meta name="color:Custom Text Hover" content="#856768">
  47.  
  48. <meta name="color:Post Title" content="#5B537A">
  49. <meta name="color:Post Blockquote" content="#272423">
  50.  
  51. <meta name="color:Ask Question Background" content="#272423">
  52.  
  53. <meta name="color:Permalink Symbol" content="#664A40">
  54.  
  55. <meta name="color:Stats Background" content="#272423">
  56. <meta name="color:Stats Text" content="#5A5250">
  57. <meta name="color:Stats Link" content="#664A40">
  58. <meta name="color:Stats Tags" content="#684C4F">
  59.  
  60. <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/zpem1icys/victorian2.png">
  61. <meta name="image:Sidebar" content="http://static.tumblr.com/pdgxkke/9lgm1icz2/victorian.png">
  62.  
  63. <meta name="if:Infinite Scrolling" content="0">
  64. <meta name="if:Show Icon" content="1">
  65. <meta name="if:Show Stats Bar" content="1">
  66. <meta name="if:Show Tags" content="0">
  67. <meta name="if:Reblog Link" content="1">
  68. <meta name="if:High Res Link" content="1">
  69. <meta name="if:Show Captions" content="0">
  70. <meta name="if:Photo Fading" content="1">
  71.  
  72. <meta name="text:Sidebar Position" content="25">
  73.  
  74. <meta name="text:Permalink Symbol" content="&raquo;">
  75.  
  76. <meta name="text:Name 1" content="">
  77. <meta name="text:URL 1" content="http://">
  78. <meta name="text:Name 2" content="">
  79. <meta name="text:URL 2" content="http://">
  80. <meta name="text:Name 3" content="">
  81. <meta name="text:URL 3" content="http://">
  82. <meta name="text:Name 4" content="">
  83. <meta name="text:URL 4" content="http://">
  84. <meta name="text:Name 5" content="">
  85. <meta name="text:URL 5" content="http://">
  86. <meta name="text:Name 6" content="">
  87. <meta name="text:URL 6" content="http://">
  88.  
  89. <style type="text/css">
  90. /* BODY */
  91. body {
  92. background-image: url("{image:BackgroundM}");
  93. background-attachment: fixed;
  94. background-repeat: repeat;
  95. background-color: {color:BackgroundM};
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {
  99. background-color: {color:Bold Text};
  100. height: 50px;
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. height: 10px;
  105. width: 5px;
  106. background-color: {color:Content Background};
  107. }
  108.  
  109. #container {
  110. width: 840px;
  111. margin: auto;
  112. }
  113.  
  114. /* SIDEBAR */
  115. #sidebar {
  116. width: 300px;
  117. float: left;
  118. position: fixed;
  119. margin-top: {text:Sidebar Position}px;
  120. }
  121.  
  122. #top {
  123. background-color: {color:Content Background};
  124. width: 300px;
  125. padding: 5px;
  126. font-family: lucida sans unicode;
  127. font-size: 11px;
  128. color: {color:Regular Text};
  129. text-align: justify;
  130. letter-spacing: 1px;
  131. margin-bottom: 5px;
  132. }
  133.  
  134. #top a {
  135. color: {color:Link Text};
  136. text-decoration: none;
  137. }
  138.  
  139. #top b, strong {
  140. color: {color:Bold Text};
  141. }
  142.  
  143. #top i, em {
  144. color: {color:Italic Text};
  145. }
  146.  
  147. #top img {
  148. max-width: 300px;
  149. margin-bottom: 5px;
  150. }
  151.  
  152. #links {
  153. background-color: {color:Nav Background};
  154. text-align: center;
  155. margin-bottom: 5px;
  156. line-height: 10px;
  157. height: 14px;
  158. }
  159.  
  160. #links a {
  161. font-family: tahoma, sans-serif;
  162. font-size: 8px;
  163. color: {color:Nav Link};
  164. text-decoration: none;
  165. text-transform: uppercase;
  166. letter-spacing: 3px;
  167. -webkit-transition: all 0.5s ease;
  168. -moz-transition: all 0.5s ease;
  169. -o-transition: all 0.5s ease;
  170. padding: 1px;
  171. }
  172.  
  173. #links a:hover {
  174. color: {color:Nav Link Hover};
  175. }
  176.  
  177. #icon img {
  178. float: right;
  179. border: 6px solid {color:Custom Background};
  180. margin-left: 12px;
  181. margin-bottom: 1px;
  182. }
  183.  
  184. #custom {
  185. width: 213px;
  186. }
  187.  
  188. #custom a {
  189. background-color: {color:Custom Background};
  190. border-left: 5px solid {color:Custom Border};
  191. display: block;
  192. height: 11px;
  193. line-height: 11px;
  194. margin-bottom: 2px;
  195. font-family: consolas;
  196. font-size: 8px;
  197. color: {color:Custom Text};
  198. text-transform: uppercase;
  199. text-decoration: none;
  200. letter-spacing: 2px;
  201. text-align: right;
  202. -webkit-transition: all 0.5s ease;
  203. -moz-transition: all 0.5s ease;
  204. -o-transition: all 0.5s ease;
  205. }
  206.  
  207. #custom a:hover {
  208. border-left: 25px solid {color:Custom Border Hover};
  209. color: {color:Custom Text Hover};
  210. }
  211.  
  212. #custom a.noicon {
  213. width: 295px;
  214. -webkit-transition: all 0.5s ease;
  215. -moz-transition: all 0.5s ease;
  216. -o-transition: all 0.5s ease;
  217. }
  218.  
  219. #custom a.noicon:hover {
  220. border-left: 5px solid {color:Custom Border Hover};
  221. width: 275px;
  222. }
  223.  
  224. /* PAGINATION */
  225. #pages {
  226. background-color: {color:Content Background};
  227. width: 310px;
  228. height: 20px;
  229. line-height: 18px;
  230. float: left;
  231. font-family: georgia;
  232. font-size: 16px;
  233. color: {color:Regular Text};
  234. text-align: center;
  235. }
  236.  
  237. #pages a {
  238. color: {color:Link Text};
  239. text-decoration: none;
  240. }
  241.  
  242. /* POSTS */
  243. .post {
  244. width: 515px;
  245. float: right;
  246. }
  247.  
  248. /* ENTRY */
  249. .entry {
  250. background-color: {color:Content Background};
  251. width: 500px;
  252. padding: 5px;
  253. margin-bottom: 8px;
  254. font-family: lucida sans unicode;
  255. font-size: 11px;
  256. color: {color:Regular Text};
  257. letter-spacing: 1px;
  258. z-index: 6;
  259. overflow: hidden;
  260. }
  261.  
  262. .entry b, strong {
  263. color: {color:Bold Text};
  264. }
  265.  
  266. .entry i, em {
  267. color: {color:Italic Text};
  268. }
  269.  
  270. .entry a {
  271. color: {color:Link Text};
  272. text-decoration: none;
  273. }
  274.  
  275. .entry h1 {
  276. font-family: georgia;
  277. font-size: 16px;
  278. color: {color:Post Title};
  279. font-weight: normal;
  280. font-style: italic;
  281. text-transform: lowercase;
  282. letter-spacing: 2px;
  283. text-align: center;
  284. margin: 0;
  285. }
  286.  
  287. .entry h1 a {
  288. color: {color:Post Title};
  289. }
  290.  
  291. .entry blockquote {
  292. border-left: 4px solid {color:Post Blockquote};
  293. padding-left: 5px;
  294. margin-left: 5px;
  295. }
  296.  
  297. /* IMAGE POSTS */
  298. .entry img {
  299. margin-bottom: -2px;
  300. }
  301.  
  302. {block:IfPhotoFading}
  303. .entry img {
  304. opacity: .8;
  305. -webkit-transition: all 0.5s ease;
  306. -moz-transition: all 0.5s ease;
  307. -o-transition: all 0.5s ease;
  308. }
  309.  
  310. .entry img:hover {
  311. opacity: 1;
  312. }
  313.  
  314. .photo {
  315. opacity: .8;
  316. -webkit-transition: all 0.5s ease;
  317. -moz-transition: all 0.5s ease;
  318. -o-transition: all 0.5s ease;
  319. }
  320.  
  321. .photo:hover {
  322. opacity: 1;
  323. }
  324. {/block:IfPhotoFading}
  325.  
  326. /* QUOTE POST */
  327. .quote {
  328. font-family: georgia;
  329. font-size: 28px;
  330. color: {color:Bold Text};
  331. float: left;
  332. }
  333.  
  334. .entry h2 {
  335. font-family: georgia;
  336. font-size: 12px;
  337. color: {color:Post Title};
  338. font-weight: normal;
  339. font-style: italic;
  340. text-transform: lowercase;
  341. letter-spacing: 2px;
  342. }
  343.  
  344. /* ASK POSTS */
  345. .ask {
  346. background-color: {color:Ask Question Background};
  347. padding: 5px;
  348. }
  349.  
  350. /* AUDIO */
  351. .audio {
  352. background-color: #000000;
  353. width: 500px;
  354. height: 27px;
  355. }
  356.  
  357. /* HOVER */
  358. .show a {
  359. font-size: 18px;
  360. font-family: arial;
  361. position: absolute;
  362. color: {color:Permalink Symbol};
  363. line-height: 20px;
  364. padding: 0px;
  365. text-decoration: none;
  366. }
  367.  
  368. .show {
  369. float: right;
  370. opacity: 0;
  371. filter: alpha(opacity=0);
  372. -moz-opacity: 0;
  373. -khtml-opacity: 0;
  374. -webkit-transition: all 1s ease;
  375. -moz-transition: all 1s ease;
  376. -o-transition: all 1s ease;
  377. }
  378.  
  379. .post:hover .show {
  380. opacity: 1;
  381. -moz-opacity: 1;
  382. -khtml-opacity: 1;
  383. }
  384.  
  385. /* STATISTICS */
  386. .stats {
  387. background-color: {color:Stats Background};
  388. font-family: consolas;
  389. font-size: 8px;
  390. text-transform: uppercase;
  391. color: {color:Stats Text};
  392. text-align: center;
  393. letter-spacing: 1px;
  394. line-height: 10px;
  395. margin-bottom: 5px;
  396. padding: 2px;
  397. position: relative;
  398. z-index: 999;
  399. }
  400.  
  401. .stats a {
  402. color: {color:Stats Link};
  403. text-decoration: none;
  404. -webkit-transition: all 0.5s ease;
  405. -moz-transition: all 0.5s ease;
  406. -o-transition: all 0.5s ease;
  407. }
  408.  
  409. .stats a.tag {
  410. color: {color:Stats Tags};
  411. }
  412.  
  413. /* PERMALINK PAGE */
  414. .permalink {
  415. font-family: lucida sans unicode;
  416. font-size: 9px;
  417. color: {color:Regular Text};
  418. text-transform: lowercase;
  419. text-align: center;
  420. width: 515px;
  421. float: right;
  422. }
  423.  
  424. .permalink b {
  425. color: {color:Bold Text};
  426. font-weight: normal;
  427. }
  428.  
  429. #date {
  430. color: {color:Italic Text};
  431. }
  432.  
  433. .permalink a {
  434. color: {color:Link Text};
  435. text-decoration: none;
  436. }
  437.  
  438. ol.notes {
  439. padding: 0px;
  440. margin: 15px 0px;
  441. list-style-type: none;
  442. background: transparent;
  443. border: 0px;
  444. letter-spacing: 0px;
  445. text-transform: lowercase;
  446. }
  447.  
  448. ol.notes li.note {
  449. padding: 1px;
  450. text-align: left;
  451. letter-spacing: 0px;
  452. text-transform: lowercase;
  453. }
  454.  
  455. .notes img{
  456. width: 9px;
  457. position: relative;
  458. top: 1px;
  459. opacity: .5;
  460. }
  461.  
  462. /* FOLLOW CODE */
  463. iframe#tumblr_controls {
  464. right:3px !important;
  465. position: fixed !important;
  466. -webkit-transition: opacity 0.7s linear;
  467. opacity: 0.2;
  468. -webkit-transition: all 0.8s ease-out;
  469. -moz-transition: all 0.8s ease-out;
  470. transition: all 0.8s ease-out;
  471. }
  472.  
  473. iframe#tumblr_controls:hover {
  474. -webkit-transition: opacity 0.7s linear;
  475. opacity: 1;
  476. -webkit-transition: all 0.4s ease-out;
  477. -moz-transition: all 0.4s ease-out;
  478. transition: all 0.4s ease-out;
  479. }
  480. </style>
  481. <style type="text/css">{CustomCSS}</style>
  482. {block:IfInfiniteScrolling}
  483. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  484. {/block:IfInfiniteScrolling}
  485. </head>
  486.  
  487. <body>
  488. <div id="container">
  489.  
  490. <div id="sidebar">
  491. <div id="top">
  492. <div id="links">
  493. <a href="/">Index</a>&nbsp;&nbsp;<a href="/archive">Archive</a>&nbsp;&nbsp;<a href="/random">Random</a>&nbsp;&nbsp;<a href="/ask">Ask</a>&nbsp;&nbsp;<a href="http://jyuubi.tumblr.com">Theme</a>
  494. </div>
  495. <img src="{image:Sidebar}">
  496. {block:IfShowIcon}
  497. <div id="icon"><img src="{PortraitURL-64}"></div>
  498. <div id="custom">
  499. {block:IfName1}<a href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1}
  500. {block:IfName2}<a href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2}
  501. {block:IfName3}<a href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3}
  502. {block:IfName4}<a href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4}
  503. {block:IfName5}<a href="{text:URL 5}">{text:Name 5}</a>{/block:IfName5}
  504. {block:IfName6}<a href="{text:URL 6}">{text:Name 6}</a>{/block:IfName6}
  505. </div>
  506. {/block:IfShowIcon}
  507. {block:IfNotShowIcon}
  508. <div id="custom">
  509. {block:IfName1}<a class="noicon" href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1}
  510. {block:IfName2}<a class="noicon" href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2}
  511. {block:IfName3}<a class="noicon" href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3}
  512. {block:IfName4}<a class="noicon" href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4}
  513. {block:IfName5}<a class="noicon" href="{text:URL 5}">{text:Name 5}</a>{/block:IfName5}
  514. {block:IfName6}<a class="noicon" href="{text:URL 6}">{text:Name 6}</a>{/block:IfName6}
  515. </div>
  516. {/block:IfNotShowIcon}
  517. {Description}
  518. </div>
  519. {block:IfNotInfiniteScrolling}{block:Pagination}<div id="pages">
  520. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;&nbsp;{/block:PreviousPage}
  521. {block:JumpPagination length="5"}
  522. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  523. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  524. {/block:JumpPagination}
  525. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  526. </div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
  527. </div>
  528.  
  529. {block:Posts}
  530.  
  531. <div class="post">
  532. {block:IndexPage}{block:IfNotShowStatsBar}<div class="show"><a href="{Permalink}">{text:Permalink Symbol}</a></div>{/block:IfNotShowStatsBar}{/block:IndexPage}
  533. <div class="entry">
  534. {block:IndexPage}{block:IfShowStatsBar}<div class="stats">
  535. {block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}&nbsp;|&nbsp;{NoteCountWithLabel}{/block:NoteCount}{block:IfReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfReblogLink}
  536. {block:IfShowTags}{block:HasTags}<br>{block:Tags}<a class="tag" href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  537. </div>{/block:IfShowStatsBar}{/block:IndexPage}
  538.  
  539. {block:Text}
  540. {block:Title}<h1>{Title}</h1>{/block:Title}
  541. {Body}
  542. {/block:Text}
  543.  
  544. {block:Photo}
  545. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  546. {block:IfHighResLink}{block:HighRes}<font size="1px"><a href="{PhotoURL-HighRes}">high resolution &rarr;</a></font>{/block:HighRes}{/block:IfHighResLink}
  547. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  548. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  549. {Caption}
  550. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  551. {/block:Photo}
  552.  
  553. {block:Photoset}
  554. <div class="photo">{Photoset-500}</div>
  555. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  556. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  557. {Caption}
  558. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  559. {/block:Photoset}
  560.  
  561. {block:Quote}
  562. <div class="quote">&#10077;</div>
  563. <h2>{Quote}</h2>
  564. {block:Source}<p align="right">{Source} <b>&mdash;</b></p>{/block:Source}
  565. {/block:Quote}
  566.  
  567. {block:Link}
  568. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  569. {block:Description}{Description}{/block:Description}
  570. {/block:Link}
  571.  
  572. {block:Chat}
  573. {block:Title}<h1>{Title}</h1>{/block:Title}
  574. {block:Lines}
  575. {block:Label}
  576. <b>{Label}</b>
  577. {/block:Label}
  578. {Line}<br />
  579. {/block:Lines}
  580. {/block:Chat}
  581.  
  582. {block:Audio}
  583. <div class="audio">{AudioPlayerBlack}</div>
  584. <center><b>{FormattedPlayCount}</b> plays{block:Artist} | by <i>{Artist}</i>{/block:Artist}</center>
  585. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  586. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  587. {Caption}
  588. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  589. {/block:Audio}
  590.  
  591. {block:Video}
  592. {Video-500}
  593. <center><i>{FormattedPlayCount}</i> plays</center><br />
  594. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  595. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  596. {Caption}
  597. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  598. {/block:Video}
  599.  
  600. {block:Answer}
  601. <div class="ask"><i>{Asker}</i> <b>sent:</b> {Question}</div>
  602. {Answer}
  603. {/block:Answer}
  604.  
  605. </div></div>
  606.  
  607. {block:PermalinkPage}
  608. <div class="permalink">
  609. <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> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  610. {block:HasTags}<Br><b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</center>
  611. {block:PostNotes}
  612. {PostNotes}
  613. {/block:PostNotes}
  614. </div>
  615. {/block:PermalinkPage}
  616.  
  617. {/block:Posts}
  618.  
  619. </div>
  620. </body>
  621. </html>
Advertisement
Add Comment
Please, Sign In to add comment