Advertisement
booksinvolved

theme #7 ohana means family

Jul 24th, 2014
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.92 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. ----- your tumblr avatar will automatically show up in the sidebar
  11. ----- description can be as long as you like
  12. ----- COLOR SCHEME:
  13. ------------------ post background 1 = ask background, chat background
  14. ------------------ post background 2 = audio info background, chat background
  15. ----- that's about it if you need any more help feel free to ask!
  16. --->
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23.  
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript"></script>
  26. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js" type="text/javascript"></script>
  27. <script type="text/javascript">// <![CDATA[
  28. (function($){
  29.  
  30. $(document).ready(function(){
  31.  
  32. $("a[title]").style_my_tooltips({
  33.  
  34. tip_follows_cursor:true,
  35.  
  36. tip_delay_time:30,
  37.  
  38. tip_fade_speed:300,
  39.  
  40. attribute:"title"
  41.  
  42. });
  43.  
  44. });
  45.  
  46. })(jQuery);
  47. // ]]></script>
  48.  
  49. <meta name="color:background" content="#f2f2eb">
  50. <meta name="color:text" content="#000">
  51. <meta name="color:link" content="#77626d">
  52. <meta name="color:sidebar" content="#a9d1ca">
  53. <meta name="color:sidebar link background" content="#dcd4de">
  54. <meta name="color:sidebar link" content="#181a18">
  55. <meta name="color:post info" content="#666">
  56. <meta name="color:post info background" content="#a2b2aa">
  57. <meta name="color:tags background" content="#caded4">
  58. <meta name="color:post background 1" content="#d3f1ec">
  59. <meta name="color:post background 2" content="#bcebe2">
  60.  
  61. <meta name="if:show navlink 1" content="1">
  62. <meta name="if:show navlink 2" content="1">
  63. <meta name="if:show navlink 3" content="1">
  64. <meta name="if:show navlink 4" content="1">
  65.  
  66.  
  67. <meta name="text:link 1" content="link">
  68. <meta name="text:link 1 url" content="url">
  69. <meta name="text:link 2" content="link">
  70. <meta name="text:link 2 url" content="url">
  71. <meta name="text:link 3" content="link">
  72. <meta name="text:link 3 url" content="url">
  73. <meta name="text:link 4" content="link">
  74. <meta name="text:link 4 url" content="url">
  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. font-weight:bold;
  198. }
  199.  
  200.  
  201.  
  202. a:link, a:visited, a:active {
  203. color:{color:link};
  204. text-decoration: none;
  205. font-weight: normal;
  206. -webkit-transition: .6s;
  207. -moz-transition: .6s;
  208. transition: .6s;
  209. }
  210.  
  211. a:hover {
  212. text-decoration: none;
  213. color:{color:text};
  214. font-weight: normal;
  215. -webkit-transition: .6s;
  216. -moz-transition: .6s;
  217. transition: .6s;
  218. }
  219.  
  220. #sidebar {
  221. height:100%;
  222. width:250px;
  223. position:fixed;
  224. background:{color:sidebar};
  225. }
  226.  
  227. .sbicon {
  228. text-align:center;
  229. margin-top:50px;
  230. }
  231.  
  232. .sbicon img {
  233. width:50px;
  234. height:50px;
  235. border-radius:50px;
  236. -webkit-border-radius:50px;
  237. -moz-border-radius:50px
  238. }
  239.  
  240. .title {
  241. margin-top:20px;
  242. font-size:20px;
  243. text-align:center;
  244. font-family:"pacifico";
  245. }
  246.  
  247. .desc {
  248. margin-top:20px;
  249. text-align:center;
  250. }
  251.  
  252. .navl {
  253. margin-top:20px;
  254. display:inline-block;
  255. text-align:Center;
  256. width:200px;
  257. margin-left:25px;
  258. }
  259.  
  260. .navl a {
  261. padding:10px;
  262. margin:5px;
  263. background:{color:sidebar link background};
  264. text-align:Center;
  265. font-size:10px;
  266. color:{color:sidebar link};
  267. text-transform:uppercase;
  268. display:inline-block;
  269. }
  270.  
  271. .navl a:hover {
  272. text-decoration:none;
  273. background:{color:sidebar link};
  274. color:{color:sidebar link background};
  275. }
  276.  
  277. .pagination {
  278. margin-top:20px;
  279. text-align:center;
  280. }
  281.  
  282. .pagination a {
  283. padding:2px;
  284. }
  285.  
  286.  
  287.  
  288. @font-face {font-family:"Pacifico"; src:url('http://static.tumblr.com/9wzbixa/D3Wlyw7u4/pacifico.ttf');}
  289.  
  290.  
  291. /* ENTRIES */
  292.  
  293. #entries {
  294. position:absolute;
  295. left:300px;
  296. top:50px;
  297. width:500px;
  298. padding:20px;
  299. }
  300.  
  301. #post {
  302. width:500px;
  303. padding:10px;
  304. margin:20px;
  305. }
  306.  
  307. img {
  308. max-width:100%;
  309. }
  310.  
  311. /* ---------- POST INFO ----------- */
  312.  
  313. #info {
  314. display:inline-block;
  315. width:490px;
  316. text-align:center;
  317. padding:5px;
  318. font-family:cambria;
  319. background:{color:post info background};
  320. font-size:10px;
  321. margin-top:10px;
  322. }
  323.  
  324. #tags {
  325. letter-spacing:0px;
  326. font-size:10px;
  327. text-align:center;
  328. width:490px;
  329. padding:5px;
  330. background:{color:tags background};
  331. font-style:italic;
  332. }
  333.  
  334.  
  335.  
  336. #info a {
  337. color:{color:post info};
  338. margin-right:10px;
  339. display:inline-block;
  340. -webkit-transition: all 0.6s ease-in-out;
  341. -moz-transition: all 0.6s ease-in-out;
  342. -o-transition: all 0.6s ease-in-out;
  343. -ms-transition: all 0.6s ease-in-out;
  344. -transition: all 0.6s ease-in-out;
  345. }
  346.  
  347. #info a:hover {
  348. color:{color:text};
  349. display:inline-block;
  350. -webkit-transition: all 0.6s ease-in-out;
  351. -moz-transition: all 0.6s ease-in-out;
  352. -o-transition: all 0.6s ease-in-out;
  353. -ms-transition: all 0.6s ease-in-out;
  354. -transition: all 0.6s ease-in-out;
  355. }
  356. #tags a {
  357. color:{color:post info};
  358. margin-right:10px;
  359. display:inline-block;
  360. -webkit-transition: all 0.6s ease-in-out;
  361. -moz-transition: all 0.6s ease-in-out;
  362. -o-transition: all 0.6s ease-in-out;
  363. -ms-transition: all 0.6s ease-in-out;
  364. -transition: all 0.6s ease-in-out;
  365. }
  366.  
  367. #tags a:hover {
  368. color:{color:text};
  369. display:inline-block;
  370. -webkit-transition: all 0.6s ease-in-out;
  371. -moz-transition: all 0.6s ease-in-out;
  372. -o-transition: all 0.6s ease-in-out;
  373. -ms-transition: all 0.6s ease-in-out;
  374. -transition: all 0.6s ease-in-out;
  375. }
  376.  
  377.  
  378.  
  379. /* audio */
  380. #player {
  381. width:30px;
  382. height:30px;
  383. overflow:hidden;
  384. position:absolute;
  385. margin-top:35px;
  386. margin-bottom:45px;
  387. margin-left:35px;
  388. opacity:0.7;
  389. border-radius:30px;
  390. -webkit-border-radius:30px;
  391. -moz-border-radius:30px;
  392. }
  393.  
  394. #albumart {
  395. width:100px;
  396. height:100px;
  397. }
  398.  
  399. #albumart img {
  400. border-radius:100px;
  401. -webkit-border-radius:100px;
  402. -moz-border-radius:100px;
  403.  
  404. }
  405.  
  406. #audioinfo {
  407. width:246px;
  408. margin-left:125px;
  409. margin-top:-100px;
  410. height:100px;
  411. text-align:center;
  412. font-size:9px;
  413. text-transform:uppercase;
  414. }
  415.  
  416. .audioinf {
  417. padding:2px;
  418. background:{color:post background 2};
  419. margin-bottom:5px;
  420.  
  421. }
  422.  
  423. /* chat */
  424.  
  425. #chat ul {
  426. list-style: none;
  427. margin: 0;
  428. padding: 0;
  429. }
  430.  
  431. #chat li {
  432. padding: 2%;
  433. margin: 5px;
  434. }
  435.  
  436. #chat .odd {
  437. background:{color:post background 1};
  438. }
  439. #chat .even {
  440. background-color:{color:post background 2};
  441. }
  442.  
  443. .label {
  444. text-transform:uppercase;
  445. font-weight:bold;
  446. font-size:10px;
  447. }
  448.  
  449. /*ask*/
  450.  
  451. #ask {
  452. padding-bottom:10px;
  453. min-height:50px;
  454. }
  455.  
  456. .askimg {
  457. text-align:center;
  458. vertical-align:middle;
  459. width:50px;
  460. }
  461.  
  462. .askimg img {
  463. margin-top:2px;
  464. border-radius:16px;
  465. -webkit-border-radius:16px;
  466. -moz-border-radius:16px;
  467. }
  468.  
  469. .asker {
  470. text-transform:uppercase;
  471. text-align:left;
  472. margin-bottom:5px;
  473. margin-top:-16px;
  474. margin-left:36px;
  475. }
  476.  
  477. .asker a {
  478. margin-left:0px;
  479. }
  480.  
  481. .asker a:hover {
  482. color:#000;
  483. }
  484.  
  485. .question {
  486. width:390px;
  487. margin-left:10px;
  488. margin-top:10px;
  489. background:{color:post background 1};
  490. padding:5px;
  491. }
  492.  
  493.  
  494. /* text post title */
  495.  
  496. h1 {
  497. font-size:14px;
  498. border-bottom:2px solid {color:post background 2};
  499. padding-bottom:2px;
  500. font-family:arial;
  501. }
  502.  
  503. /* quote */
  504.  
  505. #quote {
  506. padding:5px 2px 5px 2px;
  507. font-style:italic;
  508. font-size:14px;
  509. font-family:cambria;
  510. letter-spacing:1px;
  511. text-align:left;
  512.  
  513. }
  514.  
  515.  
  516.  
  517.  
  518.  
  519. {CustomCSS}</style>
  520.  
  521.  
  522. </head><body>
  523. <div id="sidebar">
  524.  
  525. <div class="sbicon">
  526. <img src="{Favicon}">
  527. </div>
  528.  
  529. <div class="title">
  530. {Title}
  531. </div>
  532. <div class="desc">
  533. {Description}
  534. </div>
  535.  
  536. <div class="navl">
  537. <a href="/">home</a>
  538. <a href="/ask">ask</a>
  539. {block:ifshownavlink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:ifshownavlink1}
  540. {block:ifshownavlink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:ifshownavlink2}
  541. {block:ifshownavlink3} <a href="{text:link 3 url}">{text:link 3}</a>{/block:ifshownavlink3}
  542. {block:ifshownavlink4} <a href="{text:link 4 url}">{text:link 4}</a>{/block:ifshownavlink4}
  543. </div>
  544. <div class="pagination">
  545. {block:Pagination}
  546. {block:PreviousPage}
  547. <span class="arrows"><a href="{PreviousPage}">ยซ</a></span>
  548. {/block:PreviousPage}
  549. {block:JumpPagination length="5"}
  550. {block:CurrentPage}
  551. <span class="currentpage">{PageNumber}</span>
  552. {/block:CurrentPage}
  553. {block:JumpPage}
  554. <a class="jump_page" href="{URL}">{PageNumber}</a>
  555. {/block:JumpPage}
  556. {/block:JumpPagination}
  557. {block:NextPage}
  558. <span class="arrows"><a href="{NextPage}">ยป</a></span>
  559. {/block:NextPage}
  560. {/block:Pagination}</div>
  561.  
  562. </div>
  563.  
  564. <div id="entries">
  565. {block:Posts}<div id="post">
  566.  
  567. {block:Text}
  568. {block:Title}<h1>{Title}</h1>{/block:Title}
  569. {Body}
  570. {/block:Text}
  571.  
  572. {block:Answer}<div id="ask">
  573. <div class="askimg">
  574. <img src="{AskerPortraitURL-16}"></div>
  575. <div class="asker">{Asker}</div>
  576. <div class="question">
  577. {Question}</div></div>{Answer}{/block:Answer}
  578.  
  579.  
  580. {block:Quote}<div id="quote">{Quote}</div>{block:Source} <br>โ€”{Source}{/block:Source}{/block:Quote}
  581.  
  582. {block:Link}
  583. <h2><a href="{URL}">{Name}</a></h2>
  584. {block:Description}{Description}{/block:Description}
  585. {/block:Link}
  586.  
  587. {block:Chat}
  588. <div id="chat">
  589. {block:Title}{Title}{/block:Title}
  590. <ul>{block:Lines}
  591. <li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  592. {/block:Lines}</ul>
  593. </div>
  594. {/block:Chat}
  595.  
  596. {block:Photo}
  597. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  598. {block:Caption}{Caption}{/block:Caption}
  599. {/block:Photo}
  600.  
  601. {block:Photoset}
  602. {Photoset-500}
  603. {block:Caption}{Caption}{/block:Caption}
  604. {/block:Photoset}
  605.  
  606. {block:Audio}
  607.  
  608. <div id="albumart">
  609.  
  610. <div id= "player">{AudioPlayerWhite}</div>
  611.  
  612. {block:AlbumArt}
  613. <img src="{AlbumArtURL}" width="100">
  614. {/block:AlbumArt}
  615. </div>
  616. <div id="audioinfo">{block:TrackName}
  617. <div class="audioinf"><strong>Title:</strong> {TrackName}</div>{/block:TrackName}
  618. <br>
  619. {block:Artist}<div class="audioinf"><strong>Artist:</strong> {Artist}</div>{/block:Artist}
  620. <br>
  621. <div class="audioinf">{PlayCount} plays</div>
  622. </div><!--audiotitle-->
  623.  
  624.  
  625. {block:Caption}{Caption}{/block:Caption}
  626. {/block:Audio}
  627.  
  628. {block:Video}
  629. {Video-500}
  630. {block:Caption}{Caption}{/block:Caption}
  631. {/block:Video}
  632.  
  633.  
  634. <div id="info">
  635.  
  636. {block:Date}<a href="{Permalink}">{dayofmonthwithzero}.{monthnumberwithzero}.{shortyear} </a> <a href="{Permalink}"> {NoteCountWithLabel}</a>
  637. {/block:Date}
  638.  
  639. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">source</a> {/block:ContentSource}
  640. </div>
  641.  
  642.  
  643.  
  644. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  645.  
  646.  
  647.  
  648. {block:PostNotes}{PostNotes}{/block:PostNotes}
  649.  
  650.  
  651. </div>
  652. {/block:Posts}
  653.  
  654. </div>
  655.  
  656.  
  657. <div id="credit">
  658. <a href="http://jasnahdavar.tumblr.com">JD.</a>
  659. </div>
  660.  
  661. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement