Advertisement
booksinvolved

theme #3 i don't need a man

Jul 2nd, 2014
670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.37 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 as a base code i promise i'm nice
  10. ----- sidebar img automatically resizes to 200px wide
  11. ----- description can be as long as you want!
  12. ----- toggle number of navlinks/updates tab from customize page
  13. ----------------- UPDATES TAB HELP -------------
  14. ----- for your convenience the updates tab is the FIRST bit of code right under the <body> tag. PLEASE do not edit anything below that
  15. ----- the css for the updates tab is also the first bit of coding below <style type="text/css">
  16. ----- the color scheme for the updates tab:
  17. ----- update title color: title color
  18. ----- update subheading color: tags color
  19. ----- update subheading bg color: post info color
  20. ----- update text color: description color
  21. ----- if you're using the updates tab i'm assuming you're familiar with html. you can find all these colors on your customize page if you're not sure what i'm talking about
  22. ----- of course my askbox is always open! :)
  23. --->
  24.  
  25. <title>{Title}</title>
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29.  
  30.  
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript"></script>
  32. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js" type="text/javascript"></script>
  33. <script type="text/javascript">// <![CDATA[
  34. (function($){
  35.  
  36. $(document).ready(function(){
  37.  
  38. $("a[title]").style_my_tooltips({
  39.  
  40. tip_follows_cursor:true,
  41.  
  42. tip_delay_time:30,
  43.  
  44. tip_fade_speed:300,
  45.  
  46. attribute:"title"
  47.  
  48. });
  49.  
  50. });
  51.  
  52. })(jQuery);
  53. // ]]></script>
  54.  
  55.  
  56. <meta name="image:sidebar" content="">
  57.  
  58. <meta name="color:background" content="#FFF">
  59. <meta name="color:text" content="#000">
  60. <meta name="color:link" content="#397da5">
  61. <meta name="color:title" content="#444">
  62. <meta name="color:description" content="#666">
  63. <meta name="color:navlink" content="#d6d6d6">
  64. <meta name="color:post info" content="#eee">
  65. <meta name="color:tags" content="#999">
  66. <meta name="color:border" content="#cfcfcf">
  67.  
  68.  
  69. <meta name="if:show navlink 1" content="1">
  70. <meta name="if:show navlink 2" content="1">
  71. <meta name="if:show navlink 3" content="1">
  72. <meta name="if:show navlink 4" content="1">
  73. <meta name="if:updates" content="1">
  74.  
  75.  
  76. <meta name="text:link 1" content="link">
  77. <meta name="text:link 1 url" content="url">
  78. <meta name="text:link 2" content="link">
  79. <meta name="text:link 2 url" content="url">
  80. <meta name="text:link 3" content="link">
  81. <meta name="text:link 3 url" content="url">
  82. <meta name="text:link 4" content="link">
  83. <meta name="text:link 4 url" content="url">
  84.  
  85.  
  86.  
  87.  
  88. <style type="text/css">
  89. ::-webkit-scrollbar-thumb:vertical { height:12px; border:2px solid #fff; background-color:#cfcfcf; }
  90. ::-webkit-scrollbar-thumb:horizontal { background-color:#fff; }
  91. ::-webkit-scrollbar { width:11px; height:7px; border:5px solid #fff; background-color:#cfcfcf; }
  92.  
  93.  
  94.  
  95. /* UPDATES */
  96.  
  97. #updates {
  98. position:fixed;
  99. left:20px;
  100. top:35px;
  101. z-index:20;
  102. width:200px;
  103. }
  104.  
  105. .utitle {
  106. font-family:arial;
  107. font-size:13px;
  108. color:{color:title}; /* updates title color */
  109. font-weight:bold;
  110. text-transform:lowercase;
  111.  
  112.  
  113. }
  114.  
  115. .utab {
  116. margin-top:5px;
  117. height:0px;
  118. overflow:hidden;
  119. opacity:0;
  120. color:{color:description}; /* updates text color */
  121. transition:0.6s;
  122. padding:2px;
  123. font-size:10px;
  124. font-weight:normal;
  125. text-transform:none;
  126. border-left:1px solid {color:border};
  127. border-right:1px solid {color:border};
  128. }
  129.  
  130. .utitle:hover .utab {
  131. opacity:1;
  132. height:auto;
  133.  
  134. }
  135.  
  136. .utab a {
  137. color:{color:link};
  138. }
  139.  
  140. .utab a:hover {
  141. color:{color:link};
  142. text-decoration:underline;
  143. }
  144.  
  145. .usubh {
  146. color:{color:tags}; /* updates subheading color */
  147. padding:2px;
  148. text-transform:uppercase;
  149. background:{color:post info};
  150. text-align:Center;
  151. font-size:10px;
  152. margin-bottom:5px;
  153. margin-top:5px;
  154. }
  155.  
  156. /* end updates */
  157.  
  158.  
  159.  
  160. ol.notes {
  161. padding: 5px;
  162. margin: 25px 0px;
  163. list-style-type: circle;
  164. border-bottom: solid 1px #ccc;
  165. text-align:left;
  166. }
  167.  
  168. ol.notes li.note {
  169. padding: 5px;
  170. font-weight: normal;
  171. text-align:left;
  172.  
  173.  
  174. }
  175.  
  176. ol.notes li.note img.avatar {
  177. vertical-align: -4px;
  178. margin-right: 10px;
  179. width: 16px;
  180. height: 16px;
  181. }
  182.  
  183. ol.notes li.note span.action {
  184. font-weight: normal;
  185. text-align:left;
  186.  
  187. }
  188.  
  189. ol.notes li.note .answer_content {
  190. font-weight: normal;
  191. text-align:left;
  192.  
  193. }
  194.  
  195. ol.notes li.note blockquote {
  196. border-color: #eee;
  197. padding: 4px 5px;
  198. margin: 10px 0px 0px 15px;
  199. }
  200.  
  201. ol.notes li.note blockquote a {
  202. text-decoration: none;
  203. }
  204.  
  205.  
  206. blockquote {
  207. padding-left:5px;
  208. border-left:2px solid {color:border};
  209. }
  210.  
  211. blockquote blockquote {
  212. padding-left:5px;
  213. border-left:2px solid {color:border};
  214. }
  215.  
  216. /*----------------- TOOLTIP -----------------*/
  217. #s-m-t-tooltip{
  218. font-size:10px;
  219. position:absolute;
  220. margin-top: 15px;
  221. margin-left:15px;
  222. letter-spacing:1px;
  223. z-index:9999;
  224. background:{color:background};
  225. color:{color:description};
  226. padding:2px 3px 2px 3px;
  227. -webkit-transition:all 0.3s;
  228. -moz-transition:all 0.3s;
  229. -ms-transition:all 0.3s;
  230. -o-transition:all 0.3s;
  231. transition:all 0.3s;
  232. border:2px solid #999;
  233. }
  234.  
  235.  
  236. body {
  237. background:{color:background};
  238. margin:0px;
  239. color:{color:text};
  240. font-family:cambria;
  241. font-size:11px;
  242. line-height:110%;
  243. font-style: none;
  244. }
  245.  
  246.  
  247.  
  248.  
  249.  
  250. a:link, a:visited, a:active {
  251. color:{color:link};
  252. text-decoration: none;
  253. font-weight: normal;
  254. -webkit-transition: .6s;
  255. -moz-transition: .6s;
  256. transition: .6s;
  257. }
  258.  
  259. a:hover {
  260. color:{color:text};
  261. text-decoration: none;
  262. font-weight: normal;
  263. -webkit-transition: .6s;
  264. -moz-transition: .6s;
  265. transition: .6s;
  266. }
  267.  
  268.  
  269.  
  270. #fsks {
  271. position:fixed;
  272. bottom:0px;
  273. left:0px;
  274. width:100%;
  275. height:100px;
  276. background:{color:background};
  277. z-index:10;
  278. }
  279. #gsks {
  280. position:fixed;
  281. top:0px;
  282. left:0px;
  283. width:100%;
  284. height:50px;
  285. background:{color:background};
  286. z-index:10;
  287. }
  288.  
  289.  
  290. /* RIGHTBAR */
  291.  
  292. #rightbar {
  293. position:fixed;
  294. left:50%;
  295. margin-left:230px;
  296. width:200px;
  297. bottom:110px;
  298. }
  299.  
  300. .title {
  301. color:{color:title};
  302. font-family:'times new roman', serif;
  303. font-size:18px;
  304. font-weight:bold;
  305. }
  306.  
  307. #rightbar img {
  308. margin-top:10px;
  309. width:200px;
  310. }
  311.  
  312.  
  313. /* LEFTBAR */
  314.  
  315. #leftbar {
  316. position:fixed;
  317. left:50%;
  318. margin-left:-430px;
  319. width:200px;
  320. bottom:110px;
  321. }
  322.  
  323. .desc {
  324. color:{color:description};
  325. font-size:10px;
  326. }
  327.  
  328. .navl {
  329. margin-top:10px;
  330.  
  331. text-align:center;
  332. }
  333.  
  334. .navl a {
  335. background:{color:navlink};
  336. color:{color:title};
  337. padding:2px;
  338. display:inline-block;
  339. margin:2px;
  340. }
  341.  
  342. .navl a:hover {
  343. color:{color:text};
  344. background:{color:post info};
  345. }
  346.  
  347.  
  348.  
  349. /* PAGINATION */
  350.  
  351. #pagination {
  352. position:fixed;
  353. left:50%;
  354. width:420px;
  355. margin-left:-210px;
  356. text-align:center;
  357. bottom:50px;
  358. z-index:20;
  359. color:{color:tags};
  360. }
  361.  
  362. #pagination a {
  363. display:inline-block;
  364. color:{color:description};
  365. padding:5px;
  366. border-top:5px solid {color:post info};
  367. margin-left:5px;
  368. margin-right:5px;
  369.  
  370. }
  371.  
  372. #pagination a:hover {
  373. color:{color:text};
  374. border-top:5px solid {color:border};
  375.  
  376. }
  377.  
  378. .currentpage {
  379. padding:5px;
  380. border-top:5px solid {color:border};
  381. margin-left:5px;
  382. margin-right:5px;
  383.  
  384.  
  385. }
  386.  
  387.  
  388. /* ENTRIES */
  389.  
  390. #entries {
  391. position:absolute;
  392. left:50%;
  393. width:420px;
  394. margin-top:50px;
  395. margin-left:-210px;
  396. margin-bottom:100px;
  397. text-align:Center;
  398. }
  399.  
  400.  
  401.  
  402. #post {
  403. margin-bottom:25px;
  404. width:400px;
  405. padding-top:20px;
  406. text-align:left;
  407.  
  408. }
  409.  
  410. h1 {
  411. padding:5px 2px 5px 2px;
  412. font-size:14px;
  413. letter-spacing:1px;
  414. text-align:center;
  415. }
  416.  
  417. /*ask*/
  418.  
  419. #ask {
  420. padding-bottom:10px;
  421. min-height:50px;
  422. }
  423.  
  424. .askimg {
  425. text-align:center;
  426. vertical-align:middle;
  427. width:50px;
  428. }
  429.  
  430. .askimg img {
  431. margin-top:2px;
  432. }
  433.  
  434. .asker {
  435. text-transform:uppercase;
  436. text-align:left;
  437. margin-bottom:5px;
  438. margin-top:-16px;
  439. margin-left:36px;
  440. }
  441.  
  442. .asker a {
  443. margin-left:0px;
  444. }
  445.  
  446. .asker a:hover {
  447. color:{color:text};
  448. }
  449.  
  450. .question {
  451. width:390px;
  452. margin-left:10px;
  453. margin-top:10px;
  454. background:{color:post info};
  455. padding:5px;
  456. }
  457.  
  458. /*quote*/
  459.  
  460. #quote {
  461. padding:5px 2px 5px 2px;
  462. font-style:italic;
  463. font-size:14px;
  464. font-family:cambria;
  465. letter-spacing:1px;
  466. text-align:left;
  467.  
  468. }
  469.  
  470. /*chat*/
  471. .chat ul {
  472. list-style: none;
  473. margin: 0;
  474. padding: 0;
  475. }
  476.  
  477. .chat li {
  478. padding: 2%;
  479. }
  480.  
  481.  
  482.  
  483.  
  484. /*audio*/
  485.  
  486. .audio {
  487. height:100px;
  488. }
  489.  
  490.  
  491. .albumart {
  492. text-align:left;
  493. width:80px;
  494. height:80px;
  495. }
  496. .plays{
  497. text-align:center;
  498. padding-top:2px;
  499. padding-bottom:2px;
  500. width:80px;
  501. font-size:10px;
  502. }
  503.  
  504.  
  505.  
  506. .audiotitle {
  507. margin-left:90px;
  508. text-align:left;
  509. height:20px;
  510. padding-top:10px;
  511. padding-bottom:10px;
  512. margin-top:-90px;
  513. }
  514.  
  515. .artist {
  516. margin-left:90px;
  517. text-align:left;
  518. height:20px;
  519. padding-top:10px;
  520. padding-bottom:10px;
  521. }
  522.  
  523. /* ---------- POST INFO ----------- */
  524.  
  525. #info {
  526. display:inline-block;
  527. width:400px;
  528. padding-top:5px;
  529. font-family:cambria;
  530. margin-bottom:50px;
  531. color:{color:description};
  532. font-size:10px;
  533. margin-top:10px;
  534. }
  535.  
  536. .date {
  537. padding-bottom:2px;
  538.  
  539. border-bottom:1px solid {color:post info};
  540. margin-top:-10px;
  541.  
  542. }
  543.  
  544. .date a {
  545. background:{color:post info};
  546. padding:2px;
  547.  
  548. }
  549.  
  550. .notec {
  551. text-align:right;
  552. margin-top:2px;
  553. padding-bottom:2px;
  554. border-bottom:1px solid {color:post info};
  555. }
  556.  
  557. .notec a {
  558. background:{color:post info};
  559. padding:2px;
  560. }
  561.  
  562. #info a {
  563. color:{color:tags};
  564. }
  565.  
  566. #info a:hover {
  567. color:{color:text};
  568. }
  569.  
  570. #tags {
  571. letter-spacing:0px;
  572. font-size:10px;
  573. text-align:left;
  574. padding-bottom:5px;
  575. width:380px;
  576. margin-left:20px;
  577. font-style:italic;
  578. margin-top:2px;
  579. }
  580.  
  581. .tagt {
  582. background:{color:post info};
  583. width:20px;
  584. margin-left:-20px;
  585. padding:2px;
  586. color:#999;
  587. text-transform:uppercase;
  588. font-style:normal;
  589.  
  590. }
  591.  
  592. .viasrc {
  593. text-align:center;
  594. padding-top:10px;
  595.  
  596. }
  597.  
  598. .viasrc a {
  599. background:none;
  600. text-align:center;
  601. }
  602.  
  603.  
  604. #tags a {
  605. margin-left:10px;
  606. display:inline-block;
  607. -webkit-transition: all 0.6s ease-in-out;
  608. -moz-transition: all 0.6s ease-in-out;
  609. -o-transition: all 0.6s ease-in-out;
  610. -ms-transition: all 0.6s ease-in-out;
  611. -transition: all 0.6s ease-in-out;
  612. }
  613.  
  614. #tags a:hover {
  615. display:inline-block;
  616. -webkit-transition: all 0.6s ease-in-out;
  617. -moz-transition: all 0.6s ease-in-out;
  618. -o-transition: all 0.6s ease-in-out;
  619. -ms-transition: all 0.6s ease-in-out;
  620. -transition: all 0.6s ease-in-out;
  621. }
  622.  
  623.  
  624. /*---------------------------- DO NOT MOVE CREDIT --*/
  625. #credit {
  626. bottom:10px;
  627. right:5px;
  628. font-size:25px;
  629. position:fixed;
  630. z-index:15;
  631.  
  632. }
  633.  
  634. .cr {
  635. background:transparent;}
  636.  
  637. #credit a {
  638. color:#999;
  639. }
  640.  
  641. #credit a:hover {
  642. color:#eee;
  643. text-decoration:none;
  644. }
  645.  
  646. .theme {
  647. width:0px;
  648. background:#999;
  649. color:#fff;
  650. height:18px;
  651. font-size:10px;
  652. margin-top:-20px;
  653. padding-top:2px;
  654. visibility:hidden; position:fixed;
  655. text-align:center;
  656. text-transform:uppercase;
  657.  
  658. }
  659.  
  660.  
  661.  
  662. .cr:hover .theme {
  663. visibility:visible;
  664. width:200px;
  665. margin-left:-200px;
  666.  
  667. transition:0.6s;
  668. }
  669.  
  670.  
  671.  
  672. {CustomCSS}</style>
  673.  
  674.  
  675. </head><body>
  676.  
  677. {block:ifupdates}
  678. <!---------------- UPDATES -------------------------->
  679.  
  680. <div id="updates">
  681.  
  682. <div class="utitle">
  683. updates <!---- updates title (visible on your blog) ---->
  684.  
  685. <div class="utab">
  686. <div class="usubh">
  687.  
  688. updates subheading
  689.  
  690. </div>
  691.  
  692. write updates in this space
  693.  
  694. <div class="usubh">
  695.  
  696. second subheading
  697.  
  698. </div>
  699.  
  700. more updates in this space
  701.  
  702. <!---- to add more subheadings copy the code below as many times as you need to
  703. --->
  704.  
  705. <div class="usubh">
  706. SUBHEADING
  707. </div>
  708.  
  709. TEXT
  710.  
  711. <!------------ DO NOT EDIT BELOW THIS POINT
  712. -------------- EVERYTHING CAN BE DIRECTLY EDITED FROM YOUR CUSTOMIZE PAGE
  713. ---->
  714.  
  715. </div>
  716.  
  717. </div>
  718. </div>
  719.  
  720. {/block:ifupdates}
  721.  
  722.  
  723. <div id="rightbar">
  724. <div class="title">{title}</div>
  725. <img src="{image:sidebar}">
  726. </div>
  727. <div id="leftbar">
  728. <div class="desc">
  729. {description}
  730. </div>
  731. <div class="navl">
  732. <a href="/">home</a>
  733. <a href="/ask">ask</a>
  734. {block:ifshownavlink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:ifshownavlink1}
  735. {block:ifshownavlink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:ifshownavlink2}
  736. {block:ifshownavlink3} <a href="{text:link 3 url}">{text:link 3}</a>{/block:ifshownavlink3}
  737. {block:ifshownavlink4} <a href="{text:link 4 url}">{text:link 4}</a>{/block:ifshownavlink4}
  738. </div>
  739. </div>
  740. <div id="gsks"></div>
  741. <div id="fsks"></div>
  742. <div id="pagination">
  743. {block:Pagination}
  744. {block:PreviousPage}
  745. <span class="arrows"><a href="{PreviousPage}">«</a></span>
  746. {/block:PreviousPage}
  747. {block:JumpPagination length="5"}
  748. {block:CurrentPage}
  749. <span class="currentpage">{PageNumber}</span>
  750. {/block:CurrentPage}
  751. {block:JumpPage}
  752. <a class="jump_page" href="{URL}">{PageNumber}</a>
  753. {/block:JumpPage}
  754. {/block:JumpPagination}
  755. {block:NextPage}
  756. <span class="arrows"><a href="{NextPage}">»</a></span>
  757. {/block:NextPage}
  758. {/block:Pagination}</div>
  759.  
  760. <div id="entries">
  761. {block:Posts}<div id="post">
  762. {block:ContentSource}
  763. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  764. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  765. {/block:SourceLogo}
  766. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  767. {/block:ContentSource}
  768.  
  769. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  770.  
  771. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  772.  
  773. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  774.  
  775. {block:Quote}<div id="quote">"{Quote}</div>{block:Source} <br>—{Source}{/block:Source}{/block:Quote}
  776.  
  777. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  778.  
  779. {block:Chat}
  780. <div class="chat">
  781. {block:Title}<h1>{Title}</h1>{/block:Title}
  782. <ul>
  783. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  784. </ul>
  785. </div>
  786. {/block:Chat}
  787.  
  788. {block:Audio}
  789. <div class="audio">
  790. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px"style="margin-right:10px" />{/block:AlbumArt}</div><!--albumart-->
  791.  
  792. <div class="plays">{PlayCount} ♫</div><!--playcount-->
  793.  
  794. <div class="audiotitle">{block:TrackName}{TrackName}{/block:TrackName}</div><!--audiotitle-->
  795.  
  796.  
  797. <div class="artist">{block:Artist}{Artist}{/block:Artist}</div><!--artist-->
  798.  
  799.  
  800. </div><!--audio-->
  801.  
  802.  
  803. {AudioPlayerwhite}
  804. {/block:ExternalAudio}<br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  805.  
  806. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  807.  
  808. {block:Answer}<div id="ask">
  809. <div class="askimg">
  810. <img src="{AskerPortraitURL-16}"></div>
  811. <div class="asker">{Asker}</div>
  812. <div class="question">
  813. {Question}</div></div>{Answer}{/block:Answer}
  814.  
  815.  
  816. <div id="info">
  817. <div class="viasrc">
  818. {block:RebloggedFrom}via &nbsp;<a href="{ReblogParentURL}">{ReblogParentName}</a> /{/block:RebloggedFrom}{block:ContentSource}/ src <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  819. </div>
  820.  
  821. <div class="date">
  822.  
  823. <a href="{Permalink}">{DayofMonthwithzero}.{MonthNumberwithzero}.{ShortYear} </a>
  824. </div>
  825. <div class="notec"> ♡<a href="{Permalink}">{NoteCount}</a></div>
  826.  
  827. {block:HasTags}<div id="tags"><span class="tagt">tags:</span>{block:Tags}<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}</div>{/block:HasTags}
  828. </div>
  829.  
  830.  
  831. {block:PostNotes}{PostNotes}{/block:PostNotes}
  832. {/block:Posts}
  833. </div>
  834. </div>
  835.  
  836. <div id="credit"><div class="cr"><a href="http://jasnahdavar.tumblr.com">©</a>
  837. <div class="theme">theme by jasnahdavar</div></div>
  838. </div>
  839.  
  840. </body>
  841. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement