Advertisement
Jyuubi

[Theme] → #11 Cosmos

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