Jyuubi

[Theme] → #21 Khaleesi

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