Advertisement
Jyuubi

[Theme] → #10 Sanctuary

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