Advertisement
booksinvolved

theme #10 reckless serenade

Aug 13th, 2014
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.55 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. ----- sidebar image resizes to 100px x 100px
  11. ----- navlinks 1, 3 and 5 are on the left. navlinks 2, 4 and 6 are on the right
  12. ----- you can toggle the number of navlinks with the buttons
  13. ----- !! HEADING color: text post title, audio info, chat post label, asker and pagination color
  14. ----- feel free to ask if you have questions!
  15. --->
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. <meta name="color:background" content="#fff">
  28. <meta name="color:text" content="#000">
  29. <meta name="color:link" content="#2391b4">
  30. <meta name="color:header" content="#e0f6ff">
  31. <meta name="color:navlink" content="#cbf1ff">
  32. <meta name="color:scrollbar" content="#98e2ff">
  33. <meta name="color:post info" content="#257aca">
  34. <meta name="color:heading" content="#4c61ab">
  35.  
  36. <meta name="if:show navlink 1" content="1">
  37. <meta name="if:show navlink 2" content="1">
  38. <meta name="if:show navlink 3" content="1">
  39. <meta name="if:show navlink 4" content="1">
  40. <meta name="if:show navlink 5" content="1">
  41. <meta name="if:show navlink 6" content="1">
  42.  
  43. <meta name="text:subtitle" content="">
  44. <meta name="text:link 1" content="link">
  45. <meta name="text:link 1 url" content="url">
  46. <meta name="text:link 2" content="link">
  47. <meta name="text:link 2 url" content="url">
  48. <meta name="text:link 3" content="link">
  49. <meta name="text:link 3 url" content="url">
  50. <meta name="text:link 4" content="link">
  51. <meta name="text:link 4 url" content="url">
  52. <meta name="text:link 5" content="link">
  53. <meta name="text:link 5 url" content="url">
  54. <meta name="text:link 6" content="link">
  55. <meta name="text:link 6 url" content="url">
  56.  
  57. <meta name="image:sidebar" content="">
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62. ::-webkit-scrollbar-thumb:vertical { height:12px; border:2px solid {color:background}; background-color:{color:scrollbar}; border-radius:5px; }
  63. ::-webkit-scrollbar-thumb:horizontal { background-color:{color:background}; }
  64. ::-webkit-scrollbar { width:11px; height:7px; border:5px solid {color:background}; background-color:{color:scrollbar}; }
  65.  
  66.  
  67.  
  68. ol.notes {
  69. padding: 5px;
  70. margin: 25px 0px;
  71. list-style-type: circle;
  72. border-bottom: solid 1px #ccc;
  73. text-align:left;
  74. font-size:10px;
  75. }
  76.  
  77. ol.notes li.note {
  78. padding: 5px;
  79. font-weight: normal;
  80. text-align:left;
  81.  
  82.  
  83. }
  84.  
  85. ol.notes li.note img.avatar {
  86. vertical-align: -4px;
  87. margin-right: 10px;
  88. width: 16px;
  89. height: 16px;
  90. }
  91.  
  92. ol.notes li.note span.action {
  93. font-weight: normal;
  94. text-align:left;
  95.  
  96. }
  97.  
  98. ol.notes li.note .answer_content {
  99. font-weight: normal;
  100. text-align:left;
  101.  
  102. }
  103.  
  104. ol.notes li.note blockquote {
  105. border-color: #eee;
  106. padding: 4px 5px;
  107. margin: 10px 0px 0px 15px;
  108. }
  109.  
  110. ol.notes li.note blockquote a {
  111. text-decoration: none;
  112. }
  113.  
  114. blockquote {
  115. padding:5px;
  116. border-left:2px solid {color:text};
  117.  
  118. }
  119.  
  120. blockquote blockquote {
  121. padding:5px;
  122. border-left:2px solid {color:text};
  123.  
  124. }
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. body {
  134. background:{color:background};
  135. margin:0px;
  136. color:{color:text};
  137. font-family:helvetica;
  138. font-size:11px;
  139. line-height:115%;
  140. font-style: none;
  141. overflow-x:hidden;
  142. }
  143.  
  144.  
  145. img {
  146. max-width:100%;
  147. }
  148. #credit {
  149. position:fixed;
  150. right:10px;
  151. bottom:10px;
  152. z-index:10;
  153. }
  154.  
  155. #credit a {
  156. font-weight:bold;
  157. text-align:center;
  158. padding:5px;
  159. background:#eee;
  160. display:block;
  161. font-size:11px;
  162. font-family:cambria;
  163. color:#000;
  164. }
  165.  
  166. #credit a:hover {
  167. color:#eee;
  168. background:#000;
  169. }
  170.  
  171.  
  172.  
  173. a:link, a:visited, a:active {
  174. text-decoration: none;
  175. color:{color:link};
  176. font-weight: normal;
  177. -webkit-transition: .6s;
  178. -moz-transition: .6s;
  179. transition: .6s;
  180. }
  181.  
  182. a:hover {
  183. text-decoration: none;
  184. color:{color:text};
  185. font-weight: normal;
  186. -webkit-transition: .6s;
  187. -moz-transition: .6s;
  188. transition: .6s;
  189. }
  190.  
  191. /* topbar */
  192.  
  193. #tborder {
  194. position:absolute;
  195. left:0px;
  196. top:125px;
  197. width:100%;
  198. border:25px solid {color:header};
  199. z-index:2;
  200. }
  201.  
  202. #timg img {
  203. left:50%;
  204. margin-left:-60px;
  205. margin-top:-60px;
  206. position:absolute;
  207. border-radius:100px;
  208. -webkit-border-radius:100px;
  209. -moz-border-radius:100px;
  210. border:10px solid {color:header};
  211. width:100px;
  212. height:100px;
  213. transition:0.4s;
  214. -webkit-transition:0.4s;
  215. -moz-transition:0.4s;
  216. }
  217.  
  218. #tcircle {
  219. left:50%;
  220. margin-left:-60px;
  221. margin-top:-60px;
  222. position:absolute;
  223. border-radius:100px;
  224. -webkit-border-radius:100px;
  225. -moz-border-radius:100px;
  226. border:10px solid {color:header};
  227. width:100px;
  228. font-size:9px;
  229. color:{color:link};
  230. text-transform:uppercase;
  231. padding-top:40px;
  232. height:60px;
  233. background:{color:background};
  234. text-align:center;
  235.  
  236.  
  237. }
  238.  
  239.  
  240.  
  241. #tborder:hover #timg img {
  242. opacity:0;
  243. z-index:-1;
  244. }
  245.  
  246. #desc {
  247. width:180px;
  248. height:80px;
  249. padding:10px;
  250. background:{color:navlink};
  251. left:50%;
  252. margin-left:-100px;
  253. position:absolute;
  254. opacity:0;
  255. transition:0.4s;
  256. -webkit-transition:0.4s;
  257. -moz-transition:0.4s;
  258. color:#666;
  259. font-size:10px;
  260. overflow:auto;
  261. }
  262.  
  263.  
  264.  
  265. #tborder:hover #desc {
  266. margin-top:75px;
  267. opacity:1;
  268. }
  269.  
  270.  
  271. #navl {
  272. position:absolute;
  273. left:5%;
  274. width:40%;
  275. text-align:center;
  276. height:50px;
  277. top:50px;
  278. margin-top:-50px;
  279. opacity:0;
  280. transition:0.4s;
  281. -webkit-transition:0.4s;
  282. -moz-transition:0.4s;
  283. transition-delay:0.4s;
  284. -webkit-transition-delay:0.4s;
  285. -moz-transition-delay:0.4s;
  286.  
  287. }
  288.  
  289. #tborder:hover #navl {
  290. margin-top:-150px;
  291. opacity:1;
  292. }
  293. #tborder:hover #navr {
  294. margin-top:-150px;
  295. opacity:1;
  296. }
  297.  
  298. #navl a {
  299. display:inline-block;
  300. width:100px;
  301. padding:10px 0px;
  302. background:{color:navlink};
  303. text-transform:uppercase;
  304. color:#666;
  305. font-size:9px;
  306. }
  307.  
  308. #navl a:hover {
  309. background:#666;
  310. color:{color:navlink};
  311. }
  312.  
  313. #navr {
  314. position:absolute;
  315. right:5%;
  316. width:40%;
  317. text-align:center;
  318. height:50px;
  319. top:50px;
  320. margin-top:-50px;
  321. opacity:0;
  322. transition:0.4s;
  323. -webkit-transition:0.4s;
  324. -moz-transition:0.4s;
  325. transition-delay:0.4s;
  326. -webkit-transition-delay:0.4s;
  327. -moz-transition-delay:0.4s;
  328. }
  329.  
  330.  
  331. #navr a {
  332. display:inline-block;
  333. width:100px;
  334. padding:10px 0px;
  335. background:{color:navlink};
  336. text-transform:uppercase;
  337. color:#666;
  338. font-size:9px;
  339. }
  340.  
  341. #navr a:hover {
  342. background:#666;
  343. color:{color:navlink};
  344. }
  345.  
  346.  
  347. #entries {
  348. position:absolute;
  349. top:250px;
  350. width:540px;
  351. padding:10px;
  352. left:50%;
  353. margin-left:-260px;
  354. }
  355.  
  356. #post {
  357. width:500px;
  358. margin:25px 10px;
  359. padding:10px;
  360. }
  361.  
  362.  
  363. /* page title */
  364.  
  365. h1 {
  366. padding:5px;
  367. background:{color:navlink};
  368. text-transform:uppercase;
  369. text-align:center;
  370. font-size:10px;
  371. }
  372.  
  373. /* text post title */
  374.  
  375. h2 {
  376. font-family:arial;
  377. font-size:16px;
  378. text-align:center;
  379. color:{color:heading};
  380. }
  381.  
  382. /* quote */
  383.  
  384. .quote {
  385. text-align:center;
  386. font-size:12px;
  387. color:{color:heading};
  388. }
  389.  
  390. .quote::before {
  391. content:"โ€œ";
  392. font-size:40px;
  393. }
  394.  
  395. .qsource {
  396. text-align:right;
  397. margin-top:10px;
  398. font-size:10px;
  399. }
  400.  
  401. /* chat */
  402.  
  403. .chat ul {
  404. list-style: none;
  405. margin: 0;
  406. padding: 0;
  407. }
  408.  
  409. .chat li {
  410. padding: 2%;
  411. margin: 5px;
  412. }
  413.  
  414.  
  415. .label {
  416. text-transform:uppercase;
  417. color:{color:heading};
  418. font-weight:bold;
  419. font-size:10px;
  420. padding:5px;
  421. }
  422.  
  423. /* ask */
  424.  
  425. .askimg img {
  426. width:16px;
  427. height:16px;
  428. }
  429.  
  430. .asker {
  431. margin-top:-14px;
  432. text-transform:uppercase;
  433. color:{color:heading};
  434. font-size:10px;
  435. margin-left:20px;
  436. font-weight:bold;
  437. }
  438.  
  439. .asker a {
  440. color:{color:heading};
  441. padding:0px;
  442. font-weight:bold;
  443. margin:0px;
  444. }
  445.  
  446. .asker a:hover {
  447. color:{color:text};
  448. }
  449.  
  450. .asaid {
  451. color:{color:text};
  452. font-weight:normal;
  453. }
  454.  
  455. .question {
  456. padding:10px;
  457. margin-top:5px;
  458. border:1px dotted {color:heading};
  459. }
  460.  
  461.  
  462. /* audio */
  463. #player {
  464. width:30px;
  465. height:30px;
  466. overflow:hidden;
  467. position:absolute;
  468. margin-top:35px;
  469. margin-bottom:45px;
  470. margin-left:35px;
  471. opacity:0.7;
  472. border-radius:30px;
  473. -webkit-border-radius:30px;
  474. -moz-border-radius:30px;
  475. }
  476.  
  477. #albumart {
  478. width:100px;
  479. height:100px;
  480. }
  481.  
  482. #albumart img {
  483. border-radius:100px;
  484. -webkit-border-radius:100px;
  485. -moz-border-radius:100px;
  486.  
  487. }
  488.  
  489. #audioinfo {
  490. width:246px;
  491. margin-left:125px;
  492. margin-top:-100px;
  493. height:100px;
  494. text-align:center;
  495. font-size:9px;
  496. text-transform:uppercase;
  497. color:{color:heading};
  498. }
  499.  
  500. .audioinf {
  501. padding:2px;
  502. margin-bottom:5px;
  503.  
  504. }
  505.  
  506. /* info */
  507.  
  508. #info {
  509. text-align:center;
  510. margin-top:20px;
  511. margin-bottom:20px;
  512. width:500px;
  513. font-size:10px;
  514. }
  515.  
  516. #info a {
  517. color:{color:post info};
  518. }
  519.  
  520. #info a:hover {
  521. color:{color:text};
  522. }
  523.  
  524. {block:indexpage}
  525.  
  526. .permalink {
  527. margin-top:-10px;
  528. opacity:0;
  529. transition:0.4s;
  530. -webkit-transition:0.4s;
  531. -moz-transition:0.4s;
  532. }
  533.  
  534. #post:hover .permalink {
  535. opacity:1;
  536. margin:5px;
  537. }
  538.  
  539. {/block:indexpage}
  540.  
  541. {block:permalinkpage}
  542.  
  543. .permalink {
  544. opacity:1;
  545. margin:5px;
  546. }
  547.  
  548. {/block:permalinkpage}
  549.  
  550. .viasrc {
  551. margin:5px;
  552. }
  553.  
  554. .tags {
  555. margin:5px;
  556. }
  557.  
  558. .tags a {
  559. padding:5px;
  560. font-style:italic;
  561. }
  562.  
  563.  
  564. #pagination {
  565. margin:50px 0px;
  566. text-align:center;
  567. }
  568.  
  569. #pagination a {
  570. color:{color:heading};
  571. padding:5px;
  572. }
  573.  
  574. #pagination a:hover {
  575. color:{color:text};
  576. }
  577.  
  578. .currentpage {
  579. padding:5px;
  580. }
  581.  
  582.  
  583. {CustomCSS}</style>
  584.  
  585.  
  586. </head><body>
  587. <div id="tborder">
  588. <div id="navl">
  589. {block:ifshownavlink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:ifshownavlink1}
  590. {block:ifshownavlink3} <a href="{text:link 3 url}">{text:link 3}</a>{/block:ifshownavlink3}
  591. {block:ifshownavlink5} <a href="{text:link 5 url}">{text:link 5}</a>{/block:ifshownavlink5}
  592.  
  593. </div>
  594. <div id="navr">
  595. {block:ifshownavlink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:ifshownavlink2}
  596. {block:ifshownavlink4} <a href="{text:link 4 url}">{text:link 4}</a>{/block:ifshownavlink4}
  597. {block:ifshownavlink6} <a href="{text:link 6 url}">{text:link 6}</a>{/block:ifshownavlink6}
  598. </div>
  599. <a href="/">
  600. <div id="tcircle">
  601.  
  602. home
  603. </div>
  604. </a>
  605.  
  606. <div id="timg">
  607. <img src="{image:sidebar}">
  608.  
  609. </div>
  610. <div id="desc">
  611. {Description}
  612. </div>
  613. </div>
  614.  
  615.  
  616. <div id="entries">
  617. {block:posts}
  618. <div id="post">
  619.  
  620. {block:quote}
  621.  
  622. <div class="quote">
  623. {quote}</div>
  624. {block:source}
  625. <div class="qsource">
  626. โ€”{source}
  627. </div>
  628. {/block:source}
  629. {/block:quote}
  630.  
  631. {block:Link}
  632. <h2><a href="{URL}">{Name}</a></h2>
  633. {block:Description}{Description}{/block:Description}
  634. {/block:Link}
  635.  
  636. {block:Audio}
  637.  
  638. <div id="albumart">
  639.  
  640. <div id= "player">{AudioPlayerWhite}</div>
  641.  
  642. {block:AlbumArt}
  643. <img src="{AlbumArtURL}" width="100">
  644. {/block:AlbumArt}
  645. </div>
  646. <div id="audioinfo">{block:TrackName}
  647. <div class="audioinf"><strong>Title:</strong> {TrackName}</div>{/block:TrackName}
  648. <br>
  649. {block:Artist}<div class="audioinf"><strong>Artist:</strong> {Artist}</div>{/block:Artist}
  650. <br>
  651. <div class="audioinf">{PlayCount} plays</div>
  652. </div><!--audiotitle-->
  653.  
  654.  
  655. {block:Caption}{Caption}{/block:Caption}
  656. {/block:Audio}
  657.  
  658.  
  659.  
  660. {block:Text}
  661.  
  662. {block:Title}
  663. <h2>{Title}</h2>
  664. {/block:Title}
  665.  
  666. {Body}
  667.  
  668. {/block:Text}
  669. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  670.  
  671. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  672.  
  673. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  674.  
  675. {block:Chat}
  676. <div class="chat">
  677. {block:Title}{Title}{/block:Title}
  678. <ul>{block:Lines}
  679. <li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  680. {/block:Lines}</ul>
  681. </div>
  682. {/block:Chat}
  683.  
  684. {block:Answer}
  685.  
  686. <div class="askimg">
  687. <img src="{AskerPortraitURL-16}">
  688. </div>
  689.  
  690. <div class="asker">{Asker} <span class="asaid">said</span></div>
  691.  
  692. <div class="question">{Question}</div>
  693.  
  694. {Answer}
  695.  
  696. {/block:Answer}
  697.  
  698. <div id="info">
  699. <div class="permalink">
  700. <a href="{Permalink}">
  701. posted {TimeAgo} with {NoteCountWithLabel}
  702. </a>
  703.  
  704. </div>
  705.  
  706. {block:permalinkpage}
  707.  
  708. <div class="viasrc">
  709. {block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:contentsource}posted by <a href="{Sourceurl}">{Sourcetitle}</a>{/block:contentsource}
  710.  
  711. </div>
  712. {/block:permalinkpage}
  713. {block:Hastags}
  714. <div class="tags">
  715. {block:Tags}
  716. <a href="{TagUrl}">#{Tag}</a>
  717. {/block:Tags}
  718.  
  719. </div>
  720. {/block:Hastags}
  721. </div>
  722. {block:PostNotes}{PostNotes}{/block:PostNotes}
  723.  
  724. </div>
  725.  
  726. {/block:posts}
  727.  
  728. <div id="pagination">
  729. {block:Pagination}
  730. {block:PreviousPage}
  731. <span class="arrows"><a href="{PreviousPage}">ยซ</a></span>
  732. {/block:PreviousPage}
  733. {block:JumpPagination length="5"}
  734. {block:CurrentPage}
  735. <span class="currentpage">{PageNumber}</span>
  736. {/block:CurrentPage}
  737. {block:JumpPage}
  738. <a class="jump_page" href="{URL}">{PageNumber}</a>
  739. {/block:JumpPage}
  740. {/block:JumpPagination}
  741. {block:NextPage}
  742. <span class="arrows"><a href="{NextPage}">ยป</a></span>
  743. {/block:NextPage}
  744. {/block:Pagination}</div>
  745.  
  746.  
  747. </div>
  748.  
  749. <div id="credit">
  750. <a href="http://jasnahdavar.tumblr.com">JD.</a>
  751. </div>
  752. </body>
  753. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement