Advertisement
booksinvolved

theme #11 i don't do boys

Aug 15th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.12 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 is 100px x 100px
  11. ----- keep the title short and no longer than 2 lines
  12. ----- COLORS:
  13. ------------ title: title, scrollbar, audio post title, text post title, chat post title, quote source and note count color
  14. ------------ description: description, audio post artist, quote source and date color
  15. ----- basically the colour scheme is super minimal
  16. ----- feel free to ask me if you have any questions!
  17.  
  18. --->
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  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="#fff">
  50. <meta name="color:text" content="#000">
  51. <meta name="color:link" content="#d62c1a">
  52. <meta name="color:title" content="#b81b31">
  53. <meta name="color:description" content="#999">
  54. <meta name="color:navlink hover" content="#ff96a5">
  55.  
  56.  
  57.  
  58. <meta name="image:sidebar" content="https://31.media.tumblr.com/b3c36d56dfe644877b4fae0f6f8d8fc6/tumblr_inline_na9gevkaQH1s9tfpw.jpg">
  59.  
  60.  
  61.  
  62. <meta name="if:show navlink 1" content="1">
  63. <meta name="if:show navlink 2" content="1">
  64. <meta name="if:show navlink 3" content="1">
  65. <meta name="if:show navlink 4" content="1">
  66.  
  67.  
  68. <meta name="text:link 1" content="link">
  69. <meta name="text:link 1 url" content="url">
  70. <meta name="text:link 2" content="link">
  71. <meta name="text:link 2 url" content="url">
  72. <meta name="text:link 3" content="link">
  73. <meta name="text:link 3 url" content="url">
  74. <meta name="text:link 4" content="link">
  75. <meta name="text:link 4 url" content="url">
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. <style type="text/css">
  83. ::-webkit-scrollbar-thumb:vertical { height:12px; border:2px solid {color:background}; background-color:{color:title}; }
  84. ::-webkit-scrollbar-thumb:horizontal { background-color:{color:background}; }
  85. ::-webkit-scrollbar { width:11px; height:7px; border:5px solid {color:background}; background-color:{color:title}; }
  86.  
  87.  
  88.  
  89.  
  90. ol.notes {
  91. padding: 5px;
  92. margin: 25px 0px;
  93. list-style-type: circle;
  94. border-bottom: solid 1px #ccc;
  95. text-align:left;
  96. font-size:10px;
  97. }
  98.  
  99. ol.notes li.note {
  100. padding: 5px;
  101. font-weight: normal;
  102. text-align:left;
  103.  
  104.  
  105. }
  106.  
  107. ol.notes li.note img.avatar {
  108. vertical-align: -4px;
  109. margin-right: 10px;
  110. width: 16px;
  111. height: 16px;
  112. }
  113.  
  114. ol.notes li.note span.action {
  115. font-weight: normal;
  116. text-align:left;
  117.  
  118. }
  119.  
  120. ol.notes li.note .answer_content {
  121. font-weight: normal;
  122. text-align:left;
  123.  
  124. }
  125.  
  126. ol.notes li.note blockquote {
  127. border-color: #eee;
  128. padding: 4px 5px;
  129. margin: 10px 0px 0px 15px;
  130. }
  131.  
  132. ol.notes li.note blockquote a {
  133. text-decoration: none;
  134. }
  135.  
  136. blockquote {
  137. padding:5px;
  138. border-left:2px solid {color:text};
  139.  
  140. }
  141.  
  142. blockquote blockquote {
  143. padding:5px;
  144. border-left:2px solid {color:text};
  145.  
  146. }
  147.  
  148.  
  149.  
  150.  
  151. /*----------------- TOOLTIP -----------------*/
  152. #s-m-t-tooltip{
  153. font-size:10px;
  154. position:absolute;
  155. margin-top: 15px;
  156. margin-left:15px;
  157. letter-spacing:1px;
  158. z-index:9999;
  159. text-transform:uppercase;
  160. text-align:Center;
  161. background:{color:background};
  162. color:{color:text};
  163. border:1px solid {color:title};
  164. padding:2px 3px 2px 3px;
  165. -webkit-transition:all 0.3s;
  166. -moz-transition:all 0.3s;
  167. -ms-transition:all 0.3s;
  168. -o-transition:all 0.3s;
  169. transition:all 0.3s;
  170. }
  171.  
  172.  
  173.  
  174.  
  175.  
  176. body {
  177. background:{color:background};
  178. margin:0px;
  179. color:{color:text};
  180. font-family:cambria;
  181. font-size:10px;
  182. line-height:115%;
  183. font-style: none;
  184. overflow-x:hidden;
  185. }
  186.  
  187.  
  188. img {
  189. max-width:100%;
  190. }
  191. #credit {
  192. position:fixed;
  193. right:10px;
  194. bottom:10px;
  195. z-index:10;
  196. }
  197.  
  198. #credit a {
  199. font-weight:bold;
  200. text-align:center;
  201. padding:5px;
  202. background:#eee;
  203. display:block;
  204. font-size:11px;
  205. font-family:cambria;
  206. color:#000;
  207. }
  208.  
  209. #credit a:hover {
  210. color:#eee;
  211. background:#000;
  212. }
  213.  
  214.  
  215.  
  216. a:link, a:visited, a:active {
  217. text-decoration: none;
  218. color:{color:link};
  219. font-weight: normal;
  220. -webkit-transition: .6s;
  221. -moz-transition: .6s;
  222. transition: .6s;
  223. }
  224.  
  225. a:hover {
  226. text-decoration: none;
  227. color:{color:text};
  228. font-weight: normal;
  229. -webkit-transition: .6s;
  230. -moz-transition: .6s;
  231. transition: .6s;
  232. }
  233.  
  234. #sbar {
  235. right:50px;
  236. bottom:50px;
  237. position:fixed;
  238. width:200px;
  239. }
  240.  
  241. .title {
  242. font-size:25px;
  243. color:{color:title};
  244. font-family:arial;
  245. font-weight:bold;
  246. letter-spacing:-2px;
  247. width:100px;
  248. }
  249.  
  250. .title a {
  251. color:{color:title};
  252. font-family:arial;
  253. font-weight:bold;
  254.  
  255. }
  256.  
  257. .title a:hover {
  258. color:{color:text};
  259. }
  260.  
  261. .sbimg img {
  262. width:100px;
  263. height:100px;
  264. }
  265.  
  266. .sbimg {
  267. margin-top:-100px;
  268. }
  269.  
  270. .desc {
  271. width:90px;
  272. height:90px;
  273. padding:5px;
  274. font-size:10px;
  275. overflow:auto;
  276. border:1px dotted {color:title};
  277. color:{color:description};
  278. font-family:cambria;
  279. margin-left:100px;
  280. margin-top:10px;
  281. }
  282.  
  283. .navl {
  284. margin-top:-100px;
  285. margin-left:44px;
  286. width:50px;
  287. height:100px;
  288. }
  289.  
  290. .navl a {
  291. display:block;
  292. border-radius:20px;
  293. -webkit-border-radius:20px;
  294. text-align:Center;
  295. border:1px solid #eee;
  296. color:{color:text};
  297. font-size:8px;
  298. width:10px;
  299. height:10px;
  300. padding:2px;
  301. text-transform:uppercase;
  302. font-family:cambria;
  303. }
  304.  
  305. .navl a:hover {
  306. background:{color:navlink hover};
  307. }
  308.  
  309. .pagination {
  310. margin-left:100px;
  311. width:100px;
  312. text-align:center;
  313. height:75px;
  314. padding-top:25px;
  315. margin-top:10px;
  316. }
  317.  
  318. .pagination a {
  319. color:{color:title};
  320. display:block;
  321. font-family:cambria;
  322. font-weight:bold;
  323. font-size:25px;
  324. margin:15px 0px;
  325. }
  326.  
  327. .pagination a:hover {
  328. color:{color:text};
  329. }
  330.  
  331. /* entries */
  332.  
  333. #entries {
  334. position:absolute;
  335. width:540px;
  336. padding:10px;
  337. left:50%;
  338. margin-left:-280px;
  339. top:50px;
  340. }
  341.  
  342. #post {
  343. width:500px;
  344. margin:25px 10px;
  345. padding:10px;
  346.  
  347. }
  348.  
  349. /* text post title */
  350.  
  351. h1 {
  352. font-size:20px;
  353. color:{color:title};
  354. font-family:arial;
  355. font-weight:bold;
  356. letter-spacing:-2px;
  357. width:250px;
  358. }
  359.  
  360. /* quote */
  361.  
  362. .quote {
  363. font-size:16px;
  364. text-transform:uppercase;
  365. margin-left:50px;
  366. width:400px;
  367. text-align:center;
  368. color:{color:description};
  369. line-height:120%;
  370. }
  371.  
  372. .qsource {
  373. text-align:center;
  374. color:{color:title};
  375. margin-top:10px;
  376. }
  377.  
  378. /* ask */
  379.  
  380. .asker img {
  381. width:24px;
  382. height:24px;
  383. }
  384.  
  385. .asker {
  386. text-transform:lowercase;
  387. font-style:italic;
  388. font-family:Arial;
  389. color:{color:title};
  390. font-size:20px;
  391. padding-bottom:5px;
  392. border-bottom:1px solid {color:description};
  393. font-weight:bold;
  394. }
  395.  
  396. .asker a {
  397. text-transform:lowercase;
  398. font-style:italic;
  399. font-family:Arial;
  400. font-size:20px;
  401. font-weight:bold;
  402. border-bottom:0px solid {color:description};
  403.  
  404.  
  405. }
  406.  
  407.  
  408. .ask {
  409. padding:10px;
  410. margin-top:5px;
  411. border:1px dotted {color:description};
  412. }
  413.  
  414. .question {
  415. padding-top:10px;
  416. font-size:10px;
  417. }
  418. /* chat */
  419.  
  420. .chat ul {
  421. list-style: none;
  422. margin: 0;
  423. padding: 0;
  424. }
  425.  
  426. .chat li {
  427. padding: 2%;
  428. margin: 5px;
  429. }
  430.  
  431.  
  432. .label {
  433. text-transform:uppercase;
  434. color:{color:title};
  435. font-weight:bold;
  436. font-size:14px;
  437. padding:5px;
  438. }
  439.  
  440. /* audio */
  441.  
  442. .albumart {
  443. margin-left:150px;
  444. width:100px;
  445. height:100px;
  446. }
  447.  
  448. .player {
  449. width:30px;
  450. height:30px;
  451. overflow:hidden;
  452. position:absolute;
  453. margin-top:35px;
  454. margin-bottom:45px;
  455. margin-left:35px;
  456. opacity:0.7;
  457.  
  458. }
  459.  
  460. .ainfo {
  461. margin-top:10px;
  462. }
  463.  
  464. .atitle {
  465. font-size:20px;
  466. font-family:arial;
  467. font-weight:bold;
  468. color:{color:title};
  469. text-transform:lowercase;
  470. }
  471.  
  472. .artist {
  473. font-size:14px;
  474. text-transform:uppercase;
  475. color:{color:description};
  476. }
  477.  
  478.  
  479. /* post info */
  480. #postinfo {
  481. text-align:right;
  482. color:{color:description};
  483. margin-top:20px;
  484. }
  485.  
  486. .notec a {
  487. font-family:Arial;
  488. font-size:18px;
  489. font-weight:bold;
  490. }
  491.  
  492. .viasrc {
  493. margin:5px 0px;
  494. }
  495.  
  496.  
  497.  
  498. .tags {
  499. margin:5px 0px;
  500. }
  501.  
  502. .tags a {
  503. padding:5px;
  504. font-style:italic;
  505. color:{color:title};
  506. }
  507.  
  508. .tags a:hover {
  509. color:{color:text};
  510. }
  511.  
  512.  
  513. {CustomCSS}</style>
  514.  
  515.  
  516. </head><body>
  517.  
  518. <div id="sbar">
  519. <div class="title">
  520. <a href="/">{Title} </a>
  521. </div>
  522. <div class="desc">
  523. {Description}
  524. </div>
  525.  
  526. <div class="navl">
  527. <a href="/" title="home">i</a>
  528. <a href="/ask" title="ask">ii</a>
  529. {block:ifshownavlink1} <a href="{text:link 1 url}" title="{text:link 1}">iii</a> {/block:ifshownavlink1}
  530. {block:ifshownavlink2} <a href="{text:link 2 url}" title="{text:link 2}">iv</a> {/block:ifshownavlink2}
  531. {block:ifshownavlink3} <a href="{text:link 3 url}" title="{text:link 3}">v</a> {/block:ifshownavlink3}
  532. {block:ifshownavlink4} <a href="{text:link 4 url}" title="{text:link 4}">vi</a> {/block:ifshownavlink4}
  533. </div>
  534. <div class="pagination">
  535. {block:Pagination}
  536. {block:Previouspage}
  537. <span class="arrows"><a href="{PreviousPage}">-</a></span>
  538. {/block:previouspage}
  539. {block:nextpage}
  540. <span class="arrows"><a href="{NextPage}">+</a></span>
  541. {/block:nextpage}
  542. {/block:Pagination}</div>
  543. <div class="sbimg">
  544. <img src="{image:sidebar}">
  545. </div>
  546. </div>
  547.  
  548. <div id="entries">
  549. {block:posts}
  550. <div id="post">
  551.  
  552. {block:Text}
  553.  
  554. {block:Title}
  555. <h1>{Title}</h1>
  556. {/block:Title}
  557.  
  558. {Body}
  559.  
  560. {/block:Text}
  561.  
  562. {block:quote}
  563.  
  564. <div class="quote">
  565. {quote}</div>
  566. {block:source}
  567. <div class="qsource">
  568. —{source}
  569. </div>
  570. {/block:source}
  571. {/block:quote}
  572.  
  573. {block:Answer}
  574. <div class="ask">
  575. <div class="asker">
  576. <img src="{AskerPortraitURL-24}">
  577.  
  578. {Asker} </div>
  579. <div class="question">
  580.  
  581. {Question}</div>
  582. </div>
  583.  
  584. {Answer}
  585.  
  586. {/block:Answer}
  587.  
  588.  
  589. {block:Audio}
  590.  
  591. <div class="albumart">
  592.  
  593. <div class= "player">{AudioPlayerWhite}</div>
  594.  
  595. {block:AlbumArt}
  596. <img src="{AlbumArtURL}" width="100">
  597. {/block:AlbumArt}
  598. </div>
  599. <div class="ainfo">{block:TrackName}
  600.  
  601. <div class="atitle">
  602. {TrackName}</div>{/block:TrackName}
  603. {block:Artist}<div class="artist">{Artist}</div>{/block:Artist}
  604.  
  605. </div>
  606.  
  607.  
  608. {block:Caption}{Caption}{/block:Caption}
  609. {/block:Audio}
  610.  
  611. {block:Chat}
  612. <div class="chat">
  613. {block:Title}{Title}{/block:Title}
  614. <ul>{block:Lines}
  615. <li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  616. {/block:Lines}</ul>
  617. </div>
  618. {/block:Chat}
  619.  
  620. {block:Link}
  621. <h1><a href="{URL}">{Name}</a></h1>
  622. {block:Description}{Description}{/block:Description}
  623. {/block:Link}
  624.  
  625.  
  626.  
  627.  
  628. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  629.  
  630. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  631.  
  632. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  633.  
  634.  
  635. <div id ="postinfo">
  636. <span class="notec">
  637. <a href="{Permalink}">{NoteCount}+</a></span> {Dayofmonthwithzero}.{Monthnumberwithzero}.{Shortyear}
  638. {block:permalinkpage}
  639.  
  640. <div class="viasrc">
  641. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:contentsource} src <a href="{Sourceurl}">{Sourcetitle}</a>{/block:contentsource}
  642.  
  643. </div>
  644. {/block:permalinkpage}
  645.  
  646. {block:hastags}
  647. <div class="tags">
  648. {block:tags}
  649. <a href="{tagurl}">#{tag}</a>
  650. {/block:tags}
  651. </div>
  652.  
  653. {/block:hastags}
  654.  
  655. </div>
  656. {block:PostNotes}{PostNotes}{/block:PostNotes}
  657.  
  658. </div>
  659. {/block:posts}
  660. </div>
  661.  
  662. <div id="credit">
  663. <a href="http://jasnahdavar.tumblr.com">JD.</a>
  664. </div>
  665. </body>
  666. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement