Advertisement
booksinvolved

theme #6 one of a kind

Jul 18th, 2014
887
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.03 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <head>
  6.  
  7. <!--- theme by jasnahdavar
  8. ----- DO NOT steal/redistribute/remove credit
  9. ----- ASK ME if you want to use this as a base code i promise i'm nice
  10. ----- the title looks best when it's one line long
  11. ----- YOU NEED A TALL SIDEBAR IMAGE - taller than your description preferably
  12. ----- sidebar image automatically resizes to 350px wide
  13. --->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript"></script>
  23. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js" type="text/javascript"></script>
  24. <script type="text/javascript">// <![CDATA[
  25. (function($){
  26.  
  27. $(document).ready(function(){
  28.  
  29. $("a[title]").style_my_tooltips({
  30.  
  31. tip_follows_cursor:true,
  32.  
  33. tip_delay_time:30,
  34.  
  35. tip_fade_speed:300,
  36.  
  37. attribute:"title"
  38.  
  39. });
  40.  
  41. });
  42.  
  43. })(jQuery);
  44. // ]]></script>
  45.  
  46. <meta name="color:background" content="#000">
  47. <meta name="color:text" content="#000">
  48. <meta name="color:post background" content="#fff">
  49. <meta name="color:description background" content="#eee">
  50. <meta name="color:title" content="#fff">
  51. <meta name="color:link" content="#991700">
  52. <meta name="color:link hover" content="#000">
  53. <meta name="color:post info background" content="#fbdeb3">
  54. <meta name="color:tags background" content="#fef4c3">
  55. <meta name="color:post info" content="#8a1010">
  56. <meta name="color:tags" content="#ad4800">
  57. <meta name="color:pagination" content="#eee">
  58.  
  59. <meta name="if:show navlink 1" content="1">
  60. <meta name="if:show navlink 2" content="1">
  61. <meta name="if:show navlink 3" content="1">
  62. <meta name="if:show navlink 4" content="1">
  63.  
  64.  
  65. <meta name="text:link 1" content="link">
  66. <meta name="text:link 1 url" content="url">
  67. <meta name="text:link 2" content="link">
  68. <meta name="text:link 2 url" content="url">
  69. <meta name="text:link 3" content="link">
  70. <meta name="text:link 3 url" content="url">
  71. <meta name="text:link 4" content="link">
  72. <meta name="text:link 4 url" content="url">
  73.  
  74. <meta name="image:sidebar" content="">
  75.  
  76.  
  77.  
  78. <style type="text/css">
  79. ::-webkit-scrollbar-thumb:vertical {
  80. background-color:#cfcfcf; /*scrollbar color*/
  81. height:100px;
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb:horizontal {
  85. background-color:#cfcfcf; /*scrollbar color*/
  86. height:100px !important;
  87. }
  88.  
  89. ::-webkit-scrollbar {
  90. height:10px;
  91. width:8px;
  92. background-color:#eee; /*scrollbar bg color*/
  93. }
  94.  
  95.  
  96.  
  97. ol.notes {
  98. padding: 5px;
  99. margin: 25px 0px;
  100. list-style-type: circle;
  101. border-bottom: solid 1px #ccc;
  102. text-align:left;
  103. font-size:10px;
  104. }
  105.  
  106. ol.notes li.note {
  107. padding: 5px;
  108. font-weight: normal;
  109. text-align:left;
  110.  
  111.  
  112. }
  113.  
  114. ol.notes li.note img.avatar {
  115. vertical-align: -4px;
  116. margin-right: 10px;
  117. width: 16px;
  118. height: 16px;
  119. }
  120.  
  121. ol.notes li.note span.action {
  122. font-weight: normal;
  123. text-align:left;
  124.  
  125. }
  126.  
  127. ol.notes li.note .answer_content {
  128. font-weight: normal;
  129. text-align:left;
  130.  
  131. }
  132.  
  133. ol.notes li.note blockquote {
  134. border-color: #eee;
  135. padding: 4px 5px;
  136. margin: 10px 0px 0px 15px;
  137. }
  138.  
  139. ol.notes li.note blockquote a {
  140. text-decoration: none;
  141. }
  142.  
  143. blockquote {
  144. padding:5px;
  145. border-left:2px solid {color:text};
  146.  
  147. }
  148.  
  149. blockquote blockquote {
  150. padding:5px;
  151. border-left:2px solid {color:text};
  152.  
  153. }
  154.  
  155.  
  156.  
  157.  
  158. /*----------------- TOOLTIP -----------------*/
  159. #s-m-t-tooltip{
  160. font-size:10px;
  161. position:absolute;
  162. margin-top: 15px;
  163. margin-left:15px;
  164. letter-spacing:1px;
  165. z-index:9999;
  166. background:white;
  167. color:#666;
  168. padding:2px 3px 2px 3px;
  169. -webkit-transition:all 0.3s;
  170. -moz-transition:all 0.3s;
  171. -ms-transition:all 0.3s;
  172. -o-transition:all 0.3s;
  173. transition:all 0.3s;
  174. border:2px solid #999;
  175. }
  176.  
  177.  
  178. body {
  179. background:{color:background};
  180. margin:0px;
  181. color:{color:text};
  182. font-family:cambria;
  183. font-size:11px;
  184. line-height:115%;
  185. font-style: none;
  186. }
  187.  
  188.  
  189. #credit {
  190. position:fixed;
  191. right:10px;
  192. bottom:10px;
  193. z-index:10;
  194. }
  195.  
  196. #credit a {
  197. color:{color:title};
  198. font-weight:bold;
  199. }
  200.  
  201. #credit a:hover {
  202. text-decoration:none;
  203. color:{color:pagination};
  204. }
  205.  
  206.  
  207. a:link, a:visited, a:active {
  208. color:{color:link};
  209. text-decoration: none;
  210. font-weight: normal;
  211. -webkit-transition: .6s;
  212. -moz-transition: .6s;
  213. transition: .6s;
  214. }
  215.  
  216. a:hover {
  217. text-decoration: none;
  218. color:{color:link hover};
  219. font-weight: normal;
  220. -webkit-transition: .6s;
  221. -moz-transition: .6s;
  222. transition: .6s;
  223. }
  224. /* SIDEBAR */
  225.  
  226. #sbar {
  227. position:fixed;
  228. left:50px;
  229. }
  230.  
  231. #sbimg {
  232. bottom:50px;
  233. position:fixed;
  234. }
  235. #sbimg img {
  236. width:350px;
  237.  
  238. z-index:1;
  239. }
  240.  
  241. .title {
  242. color:{color:title};
  243. margin-bottom:20px;
  244. font-family:arial;
  245. font-weight:bold;
  246. font-style:italic;
  247. text-shadow:1px 1px 0px #999;
  248. font-size:20px;
  249. }
  250.  
  251. .desc {
  252. background:{color:description background};
  253. z-index:2;
  254. width:300px;
  255. padding:10px;
  256.  
  257. }
  258.  
  259. #navi {
  260. width:300px;
  261. z-index:2;
  262. position:fixed;
  263. bottom:70px;
  264. margin-left:15px;
  265. opacity:0;
  266. transition:0.4s;
  267.  
  268. }
  269.  
  270. .navl {
  271. margin-top:10px;
  272. }
  273.  
  274. .navl a {
  275. display:inline-block;
  276. padding:10px;
  277. background:{color:description background};
  278. color:{color:text};
  279. font-size:10px;
  280. text-transform:uppercase;
  281. margin:3px;
  282. }
  283.  
  284. .navl a:hover {
  285. background:#000;
  286. color:#fff;
  287. }
  288. #sbimg:hover #navi {
  289. opacity:0.7;
  290. height:auto;
  291.  
  292. }
  293.  
  294. #pagination {
  295. bottom:25px;
  296. left:50px;
  297. width:350px;
  298. text-align:right;
  299. position:fixed;
  300. color:{color:pagination};
  301. }
  302.  
  303. #pagination a {
  304. color:{color:pagination};
  305. padding:3px;
  306. display:inline-block;
  307. }
  308.  
  309. #pagination a:hover {
  310. color:#000;
  311. background:#eee;
  312. }
  313.  
  314.  
  315.  
  316. /* ENTRIES */
  317.  
  318. #entries {
  319. position:absolute;
  320. width:500px;
  321. padding:20px;
  322. left:450px;
  323. top:50px;
  324. }
  325.  
  326. #post {
  327. width:500px;
  328. margin:10px;
  329. padding:10px;
  330. background:{color:post background};
  331. }
  332.  
  333. /* txt post title */
  334.  
  335. h1 {
  336. font-family:arial;
  337. font-size:14px;
  338. border-bottom:1px solid {color:text};
  339. padding-bottom:2px;
  340. }
  341.  
  342. /*chat */
  343. #chat ul {
  344. list-style: none;
  345. margin: 0;
  346. padding: 0;
  347. }
  348.  
  349. #chat li {
  350. padding: 2%;
  351. }
  352.  
  353. #chat .odd {
  354. border-bottom:2px solid {color:description background};
  355. }
  356. #chat .even {
  357. border-bottom:2px solid {color:description background};
  358. }
  359.  
  360. .label {
  361. text-transform:uppercase;
  362. font-weight:bold;
  363. font-size:10px;
  364. }
  365.  
  366.  
  367. /*ask*/
  368.  
  369. #ask {
  370. width:490px;
  371. padding:10px 5px 10px 5px;
  372. background:{color:description background};
  373. }
  374.  
  375.  
  376. /* audio */
  377. #player {
  378. width:30px;
  379. height:30px;
  380. overflow:hidden;
  381. position:absolute;
  382. margin-top:35px;
  383. margin-bottom:45px;
  384. margin-left:35px;
  385. opacity:0.7;
  386. }
  387.  
  388. #albumart {
  389. width:100px;
  390. height:100px;
  391. }
  392.  
  393. #albumart img {
  394. }
  395.  
  396. #audioinfo {
  397. width:380px;
  398. margin-left:100px;
  399. margin-top:-100px;
  400. height:80px;
  401. padding:10px;
  402. }
  403.  
  404. /*quote*/
  405.  
  406. #quote {
  407. padding:5px 2px 5px 2px;
  408. font-style:italic;
  409. font-size:14px;
  410. font-family:cambria;
  411. letter-spacing:1px;
  412. text-align:left;
  413.  
  414. }
  415.  
  416.  
  417. /* POST INFO */
  418.  
  419. #info {
  420. width:490px;
  421. padding:5px;
  422. background:{color:post info background};
  423. margin-top:10px;
  424. text-align:center;
  425. }
  426.  
  427. #info a {
  428. color:{color:post info};
  429. margin:0px 5px 0px 5px;
  430. }
  431.  
  432.  
  433.  
  434. #info a:hover {
  435. color:{color:text};
  436. }
  437.  
  438. #tags {
  439. margin-top:5px;
  440. width:490px;
  441. padding:5px;
  442. text-align:Center;
  443. background:{color:tags background};
  444. }
  445.  
  446. #tags a {
  447. color:{color:tags};
  448. margin:0px 5px 0px 5px;
  449.  
  450. }
  451.  
  452. #tags a:hover {
  453. color:{color:text};
  454. }
  455.  
  456.  
  457.  
  458. {CustomCSS}</style>
  459.  
  460.  
  461. </head><body>
  462. <div id="sbar">
  463. <div id="sbimg">
  464. <div class="title">{title}</div>
  465. <img src="{image:sidebar}">
  466. <div id="navi">
  467. <div class="desc">
  468.  
  469. {description}
  470. </div>
  471. <div class="navl">
  472. <a href="/">home</a>
  473. <a href="/ask">ask</a>
  474. {block:ifshownavlink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:ifshownavlink1}
  475. {block:ifshownavlink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:ifshownavlink2}
  476. {block:ifshownavlink3} <a href="{text:link 3 url}">{text:link 3}</a>{/block:ifshownavlink3}
  477. {block:ifshownavlink4} <a href="{text:link 4 url}">{text:link 4}</a>{/block:ifshownavlink4}
  478. </div>
  479. </div>
  480. </div>
  481. </div>
  482.  
  483.  
  484. <div id="pagination">
  485. {block:Pagination}
  486. {block:PreviousPage}
  487. <span class="arrows"><a href="{PreviousPage}">Β«</a></span>
  488. {/block:PreviousPage}
  489. {block:JumpPagination length="5"}
  490. {block:CurrentPage}
  491. <span class="currentpage">{PageNumber}</span>
  492. {/block:CurrentPage}
  493. {block:JumpPage}
  494. <a class="jump_page" href="{URL}">{PageNumber}</a>
  495. {/block:JumpPage}
  496. {/block:JumpPagination}
  497. {block:NextPage}
  498. <span class="arrows"><a href="{NextPage}">Β»</a></span>
  499. {/block:NextPage}
  500. {/block:Pagination}</div>
  501.  
  502.  
  503. <div id="entries">
  504. {block:Posts}<div id="post">
  505.  
  506. {block:Text}
  507. {block:Title}<h1>{Title}</h1>{/block:Title}
  508. {Body}
  509. {/block:Text}
  510.  
  511. {block:Answer}
  512. <div id="ask"><span style="text-transform:uppercase; letter-spacing:1px;font-size:10px;">{Asker} asked:</span> {Question}</div>
  513. {Answer}
  514. {/block:Answer}
  515.  
  516. {block:Quote}<div id="quote">"{Quote}</div>{block:Source} <br>β€”{Source}{/block:Source}{/block:Quote}
  517.  
  518. {block:Link}
  519. <h2><a href="{URL}">{Name}</a></h2>
  520. {block:Description}{Description}{/block:Description}
  521. {/block:Link}
  522.  
  523. {block:Chat}
  524. <div id="chat">
  525. {block:Title}{Title}{/block:Title}
  526. <ul>{block:Lines}
  527. <li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  528. {/block:Lines}</ul>
  529. </div>
  530. {/block:Chat}
  531.  
  532. {block:Photo}
  533. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  534. {block:Caption}{Caption}{/block:Caption}
  535. {/block:Photo}
  536.  
  537. {block:Photoset}
  538. {Photoset-500}
  539. {block:Caption}{Caption}{/block:Caption}
  540. {/block:Photoset}
  541.  
  542. {block:Audio}
  543. <div id="albumart">
  544.  
  545. <div id= "player">{AudioPlayerWhite}</div>
  546.  
  547. {block:AlbumArt}
  548. <img src="{AlbumArtURL}" width="100">
  549. {/block:AlbumArt}
  550. </div>
  551. <div id="audioinfo">{block:TrackName}<strong>Title:</strong> {TrackName}{/block:TrackName}
  552. <br>
  553. {block:Artist}<strong>Artist:</strong> {Artist}{/block:Artist}
  554. <br>
  555. {PlayCount} plays
  556. </div><!--audiotitle-->
  557.  
  558.  
  559. {block:Caption}{Caption}{/block:Caption}
  560. {/block:Audio}
  561.  
  562. {block:Video}
  563. {Video-500}
  564. {block:Caption}{Caption}{/block:Caption}
  565. {/block:Video}
  566.  
  567.  
  568. <div id="info">
  569.  
  570. {block:Date}<a href="{Permalink}">posted {Timeago} with {NoteCountWithLabel}</a>
  571. {/block:Date}
  572.  
  573. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">source</a> {/block:ContentSource}
  574.  
  575. </div>
  576.  
  577. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  578.  
  579.  
  580. {block:PostNotes}{PostNotes}{/block:PostNotes}
  581.  
  582.  
  583. </div>
  584. {/block:Posts}
  585.  
  586. </div>
  587.  
  588.  
  589. <div id="credit">
  590. <a href="http://jasnahdavar.tumblr.com">JD.</a>
  591. </div>
  592.  
  593. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement