Advertisement
themesbygeorgia

Theme #40 - Crepuscular

Oct 4th, 2014
1,322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.86 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. <head>
  4.  
  5. <!--- Theme #40 by wonderfullythemes
  6.  
  7. if you plan on customizing this i wish you the best of luck
  8. --->
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.  
  14. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  15. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  16.  
  17. <!--SCRIPT FOR TOOLTIPS-->
  18. <stsss>
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:50,
  27. tip_fade_speed:100,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35. <script>
  36. $(document).ready(function(){
  37. $(".maintitle").click(function(){
  38. $(".maintitle").toggleClass("intro");
  39. });
  40. });
  41. </script>
  42.  
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  44. <script>
  45. $(document).ready(function(){
  46. $(".maintitle").click(function(){
  47. $(".buttons").slideToggle("slow")
  48. });
  49. });
  50. </script>
  51.  
  52.  
  53. <!--SMOOTH SCROLL-->
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55. <script>
  56. $(document).ready(function(){
  57. $('a[href^="#"]').on('click',function (e) {
  58. e.preventDefault();
  59.  
  60. var target = this.hash,
  61. $target = $(target);
  62.  
  63. $('html, body').stop().animate({
  64. 'scrollTop': $target.offset().top
  65. }, 900, 'swing', function () {
  66. window.location.hash = target;
  67. });
  68. });
  69. });
  70. </script>
  71.  
  72. <meta name="color:Background" content="#fff" />
  73. <meta name="color:Link" content="#1bcc5c" />
  74. <meta name="color:Hover" content="#444" />
  75. <meta name="color:Text" content="#444" />
  76. <meta name="color:Title" content="#000" />
  77. <meta name="color:Border" content="#fff" />
  78. <meta name="color:Tooltip Background" content="#444" />
  79. <meta name="color:Tooltip Text" content="#fff" />
  80. <meta name="color:NavLinks" content="#fff" />
  81. <meta name="color:Post Background" content="#000" />
  82. <meta name="color:Chat Bg Odd" content="#000" />
  83. <meta name="color:Chat Bg Even" content="#ddd" />
  84.  
  85. <meta name="image:Background" content="" />
  86.  
  87. <meta name="text:Main Title" content="Main Title" />
  88.  
  89. <meta name="text:Updates" content="your updates here" />
  90. <meta name="text:About" content="About here" />
  91. <meta name="text:Link1" content="/" />
  92. <meta name="text:Link1 Text" content="Link 1" />
  93. <meta name="text:Link2" content="/" />
  94. <meta name="text:Link2 Text" content="Link 2" />
  95. <meta name="text:Link3" content="/" />
  96. <meta name="text:Link3 Text" content="Link 3" />
  97. <meta name="text:Link4" content="/" />
  98. <meta name="text:Link4 Text" content="Link 4" />
  99. <meta name="text:Link5" content="/" />
  100. <meta name="text:Link5 Text" content="Link 5" />
  101. <meta name="text:Link6" content="/" />
  102. <meta name="text:Link6 Text" content="Link 6" />
  103. <meta name="text:Link7" content="/" />
  104. <meta name="text:Link7 Text" content="Link 7" />
  105. <meta name="text:Link8" content="/" />
  106. <meta name="text:Link8 Text" content="Link 8" />
  107. <meta name="text:Link9" content="/" />
  108. <meta name="text:Link9 Text" content="Link 9" />
  109. <meta name="text:Link10" content="/" />
  110. <meta name="text:Link10 Text" content="Link 10" />
  111. <meta name="text:Link11" content="/" />
  112. <meta name="text:Link11 Text" content="Link 11" />
  113. <meta name="text:Link12" content="/" />
  114. <meta name="text:Link12 Text" content="Link 12" />
  115. <meta name="text:Link13" content="/" />
  116. <meta name="text:Link13 Text" content="Link 13" />
  117. <meta name="text:Link14" content="/" />
  118. <meta name="text:Link14 Text" content="Link 14" />
  119. <meta name="text:Link15" content="/" />
  120. <meta name="text:Link15 Text" content="Link 15" />
  121. <meta name="text:Link16" content="/" />
  122. <meta name="text:Link16 Text" content="Link 16" />
  123.  
  124. <style type="text/css">
  125.  
  126. /*----------------------------BASICS-----------------------------*/
  127. ::-webkit-scrollbar-thumb {
  128. height:auto;
  129. background-color:{color:Link};
  130. }
  131.  
  132. ::-webkit-scrollbar {
  133. height:4px;
  134. width:7px;
  135. padding-right:2px;
  136. background-color:transparent;
  137. }
  138.  
  139. ::-moz-selection {
  140. background-color:transparent;
  141. color: #000;
  142. }
  143.  
  144. ::selection {
  145. background-color:transparent;
  146. color: #000;
  147. }
  148.  
  149. #s-m-t-tooltip {
  150. max-width:200px;
  151. font-family:'consolas';
  152. font-size:11px;
  153. background-color:{color:Tooltip Background};
  154. color:{color:Tooltip Text};
  155. border:1px solid {color:Tooltip Text};
  156. box-shadow:5px 5px 3px {color:Tooltip Text};
  157. line-height:100%;
  158. display:none;
  159. position:absolute;
  160. letter-spacing:1px;
  161. text-transform:uppercase;
  162. padding:10px;
  163. margin:15px 0px 0px 15px;
  164. z-index:99999999999999;
  165. }
  166.  
  167. body {
  168. background:{color:Background};
  169. color:{color:Text};
  170. font-family:'calibri';
  171. font-size:16px;
  172. color:#fff;
  173. text-align:left;
  174. text-decoration:none;
  175. text-transform:none;
  176. margin:0px;
  177. background-image:url({image:Background});
  178. background-attachment:fixed;
  179. background-repeat:no-repeat;
  180. background-size:cover;
  181. }
  182.  
  183. a {
  184. text-decoration:none;
  185. color:{color:Link};
  186. -moz-transition-duration:0.7s;
  187. -webkit-transition-duration:0.7s;
  188. -o-transition-duration:0.7s;
  189. }
  190.  
  191. a:hover {
  192. background-color:{color:Link};
  193. color:{color:Hover};
  194. -moz-transition-duration:0.7s;
  195. -webkit-transition-duration:0.7s;
  196. -o-transition-duration:0.7s;
  197. }
  198.  
  199. h2 {
  200. color:{color:Text};
  201. }
  202.  
  203. h2 a {
  204. color:{color:Link};
  205. }
  206.  
  207. blockquote {
  208. border-left:2px solid {color:Text};
  209. padding-left:5px;
  210. }
  211.  
  212. img, blockquote, li, h2 {
  213. max-width:100%;
  214. }
  215.  
  216. li {
  217. list-style:square;
  218. }
  219.  
  220. /*-------------------------POSTS--------------------------*/
  221. #postcontainer {
  222. padding:40px;
  223. width:495px;
  224. height:370px;
  225. margin-left:12%;
  226. overflow-y:scroll;
  227. border:1px solid {color:Border};
  228. background: rgba(0,0,0,0.5);
  229. position:absolute;
  230. }
  231.  
  232. #entries {
  233. width:480px;
  234. margin:auto;
  235. position:relative;
  236. }
  237.  
  238. #post {
  239. padding:40px;
  240. width:400px;
  241. margin-bottom:70px;
  242. border:1px solid {color:Border};
  243. -moz-transition-duration:0.7s;
  244. -webkit-transition-duration:0.7s;
  245. -o-transition-duration:0.7s;
  246. }
  247.  
  248. #post:hover {
  249. background-color:{color:Post Background};
  250. -moz-transition-duration:0.7s;
  251. -webkit-transition-duration:0.7s;
  252. -o-transition-duration:0.7s;
  253. }
  254.  
  255. /*--POST TYPES--*/
  256. .question {
  257. padding-bottom:30px;
  258. border-bottom:1px solid {color:Border};
  259. }
  260.  
  261. .quote {
  262. font-size:16px;
  263. }
  264.  
  265. .chat li {
  266. list-style:none;
  267. }
  268.  
  269. .line_odd {
  270. background-color:{color:Chat Bg Odd};
  271. }
  272.  
  273. .line_even {
  274. background-color:{color:Chat Bg Even};
  275. }
  276.  
  277. .playerbuttonbg {
  278. position: absolute;
  279. left: 20px;
  280. top: 20px;
  281. width: 19px;
  282. height: 19px;
  283. background-color: #fff;
  284. padding: 10px;
  285. opacity: .4;
  286. filter: alpha(opacity=40);
  287. -moz-opacity: 0.4;
  288. -khtml-opacity: 0.4;
  289. transition: opacity .7s ease-in-out;
  290. -moz-transition: opacity .7s ease-in-out;
  291. -webkit-transition: opacity .7s ease-in-out;
  292. }
  293.  
  294. .playerbuttonbg:hover {
  295. opacity: 1;
  296. filter: alpha(opacity=100);
  297. -moz-opacity: 1;
  298. -khtml-opacity: 1;
  299. }
  300.  
  301. .newplayerbutton {
  302. position: relative;
  303. width: 19px;
  304. height: 19px;
  305. overflow: hidden;
  306. }
  307.  
  308. .playerbuttonhug {
  309. position: absolute;
  310. top: -18px;
  311. left: -7px;
  312. }
  313.  
  314. .tumblr_audio_player {
  315. height: 90px;
  316. width: 270px;
  317. -moz-transform: scale(0.60, 0.60);
  318. -webkit-transform: scale(0.60, 0.60);
  319. -o-transform: scale(0.60, 0.60);
  320. -ms-transform: scale(0.60, 0.60);
  321. transform: scale(0.60, 0.60);
  322. -moz-transform-origin: top left;
  323. -webkit-transform-origin: top left;
  324. -o-transform-origin: top left;
  325. -ms-transform-origin: top left;
  326. transform-origin: top left;
  327. }
  328.  
  329. .audioimgwrapper {
  330. position: absolute;
  331. left: 0px;
  332. top: 0px;
  333. overflow: hidden;
  334. width: 79px;
  335. height: 79px;
  336. }
  337.  
  338. .audioimgwrapper img {
  339. width: 100%;
  340. height: auto;
  341. }
  342.  
  343. .trackdetails {
  344. width: auto;
  345. display:inline-block;
  346. margin-left: 90px;
  347. min-height: 85px;
  348. }
  349.  
  350. .audiowrapper {
  351. position: relative;
  352. display:inline-block;
  353. }
  354.  
  355. /*--INFO AND TAGS--*/
  356. #footer {
  357. width:100%;
  358. text-transform:uppercase;
  359. text-align:center;
  360. font-size:12px;
  361. border-top:1px solid {color:Border};
  362. margin-top:5px;
  363. padding-top:20px;
  364. line-height:14px;
  365. }
  366.  
  367. #footer a {
  368. padding-left:2px;
  369. padding-right:2px;
  370. color:{color:Link};
  371. }
  372.  
  373. #footer a:hover {
  374. color:{color:Hover};
  375. }
  376.  
  377. /*--POST NOTES--*/
  378. #postnotes {
  379. font-size:11px;
  380. height:100px;
  381. overflow-y:scroll;
  382. margin-top:20px;
  383. }
  384.  
  385. #postnotes li {
  386. list-style:decimal;
  387. }
  388.  
  389. #postnotes a {
  390. text-transform:uppercase;
  391. }
  392.  
  393. /*--UPDATES--*/
  394.  
  395. #sidebar {
  396. margin-left:58%;
  397. position:absolute;
  398. background-color: rgba(0,0,0,0.5);
  399. width:250px;
  400. height:370px;
  401. padding:40px;
  402. border:1px solid {color:Border};
  403. }
  404.  
  405. .updates {
  406. border-bottom:1px solid {color:Border};
  407. height:310px;
  408. overflow-y:scroll;
  409. padding-bottom:10px;
  410. }
  411.  
  412. #sidebar h5 {
  413. text-transform:uppercase;
  414. text-decoration:underline;
  415. }
  416.  
  417. #pagination {
  418. font-size:13px;
  419. text-transform:uppercase;
  420. float:center;
  421. margin-top:30px;
  422. line-height:10px;
  423. }
  424.  
  425. #pagination a {
  426. padding:3px 5px 3px 5px;
  427. color:#fff;
  428. background-color:transparent;
  429. border:1px solid {color:Border};
  430. }
  431.  
  432. #pagination a:hover {
  433. color:{color:Hover};
  434. box-shadow:inset 0 28px 0 {color:Link};
  435. }
  436.  
  437. .current_page {
  438. padding:3px 5px 3px 5px;
  439. }
  440.  
  441. .jump_page {
  442. color:blue;
  443. padding:3px 5px 3px 5px;
  444. }
  445.  
  446. /*--CREDIT--*/
  447. #spectrum {
  448. bottom:9px;
  449. right:7px;
  450. font-size:8px;
  451. font-family:'calibri';
  452. letter-spacing:1px;
  453. text-transform:uppercase;
  454. position:fixed;
  455. }
  456.  
  457. /*--smooth scroll tabs--*/
  458.  
  459. .section {
  460. margin:0px;
  461. height:1200px;
  462. width:100%;
  463. float:left;
  464. }
  465. .section h2 {
  466. color:{color:Title};
  467. margin:50px 0px 30px 50px;
  468. }
  469. .section p {
  470. margin:0 0px 0px 50px;
  471. width:auto;
  472. }
  473.  
  474. .maintitle {
  475. width:710px;
  476. text-align:center;
  477. font-family:'calibri';
  478. letter-spacing:20px;
  479. padding:20px;
  480. text-transform:uppercase;
  481. font-size:40px;
  482. color:{color:Title};
  483. position:absolute;
  484. border:1px solid {color:Title};
  485. -webkit-transform: translate3d(270px,270px,0);
  486. -moz-transition-duration:0.7s;
  487. -webkit-transition-duration:0.7s;
  488. -o-transition-duration:0.7s;
  489. }
  490.  
  491. .maintitle:hover {
  492. cursor:help;
  493. -webkit-transform: translate3d(270px,270px,0);
  494. background-color: rgba(0,0,0,0.5);
  495. -moz-transition-duration:0.7s;
  496. -webkit-transition-duration:0.7s;
  497. -o-transition-duration:0.7s;
  498. }
  499.  
  500. .intro {
  501. margin-top:-100px;
  502. -webkit-transform: translate3d(270px,270px,0);
  503. background-color: rgba(0,0,0,0.5);
  504. }
  505.  
  506. .buttons {
  507. width:96%;
  508. font-size:30px;
  509. text-align:center;
  510. margin-top:22%;
  511. word-spacing:5px;
  512. display:none;
  513. }
  514.  
  515. .description {
  516. overflow-y:scroll;
  517. height:85px;
  518. width:395px;
  519. border:1px solid {color:Border};
  520. text-align:center;
  521. font-size:13px;
  522. text-transform:uppercase;
  523. letter-spacing:1px;
  524. padding:10px;
  525. margin-left:20.7%;
  526. background-color: rgba(0,0,0,0.5);
  527. }
  528.  
  529. .stats {
  530. width:300px;
  531. border:1px solid {color:Border};
  532. text-align:center;
  533. font-size:13px;
  534. text-transform:uppercase;
  535. margin-top:-107px;
  536. letter-spacing:1px;
  537. margin-left:55%;
  538. background-color: rgba(0,0,0,0.5);
  539. }
  540.  
  541. .stats a {
  542. color:{color:NavLinks};
  543. padding:3px;
  544. display:block;
  545. }
  546.  
  547. .stats a:hover {
  548. background-color:{color:Link};
  549. color:{color:Hover};
  550. }
  551.  
  552. .nav {
  553. top:220px;
  554. right:150px;
  555. width:auto;
  556. position:fixed;
  557. font-size:40px;
  558. z-index:5000;
  559. }
  560.  
  561. .nav li {
  562. list-style:none;
  563. padding-bottom:20px;
  564. }
  565.  
  566. .nav a {
  567. border-bottom:none;
  568. }
  569.  
  570. .nav a:hover {
  571. cursor:crosshair;
  572. text-shadow:3px 3px 5px {color:Link};
  573. background-color:transparent;
  574. }
  575.  
  576. /*------------------ABOUT ME AND LINKS-----------------*/
  577.  
  578. .about {
  579. width:910px;
  580. height:100px;
  581. background-color: rgba(0, 0, 0, 0.5);
  582. overflow-y:scroll;
  583. font-size:16px;
  584. line-height:18px;
  585. border:1px solid {color:Border};
  586. margin-left:12%;
  587. color:white;
  588. padding:30px;
  589. margin-bottom:30px;
  590. }
  591.  
  592. .tags {
  593. position:absolute;
  594. float:center;
  595. margin-left:12%;
  596. width:970px;
  597. height:220px;
  598. overflow-y:scroll;
  599. border:1px solid {color:Border};
  600. background-color: rgba(0, 0, 0, 0.5);
  601. }
  602.  
  603. #linkscontainer {
  604. padding-top:35px;
  605. display:table;
  606. width:100%;
  607. float:center;
  608. text-align:center;
  609. }
  610.  
  611. #singletag {
  612. float:center;
  613. display:table-cell;
  614. height:100px;
  615. width:100%;
  616. padding:0;
  617. margin:0;
  618. }
  619.  
  620. #singletag a {
  621. font-size:11px;
  622. line-height:10px;
  623. height:10px;
  624. width:140px;
  625. padding:15px;
  626. display:inline-block;
  627. margin-right:20px;
  628. margin-bottom:20px;
  629. border:1px solid {color:NavLinks};
  630. text-transform:uppercase;
  631. text-decoration:none;
  632. text-align:center;
  633. color:{color:Navlinks};
  634. letter-spacing:1px;
  635. -moz-transition-duration:0.5s;
  636. -webkit-transition-duration:0.5s;
  637. -o-transition-duration:0.5s;
  638. }
  639.  
  640. #singletag a:hover {
  641. border:1px solid {color:Tooltip Text};
  642. color:{color:Tooltip Text};
  643. box-shadow:inset 200px 0 0 {color:Link};
  644. -moz-transition-duration:0.5s;
  645. -webkit-transition-duration:0.5s;
  646. -o-transition-duration:0.5s;
  647. }
  648.  
  649. {CustomCSS}</style></head><body>
  650.  
  651. <div class="nav">
  652.  
  653. <li><a href="#section1" title="Home"><i class="fa fa-home"></i></a></li>
  654. <li><a href="#section2" title="Posts+Updates"><i class="fa fa-folder-open"></i></a></li>
  655. <li><a href="#section3" title="About + Links"><i class="fa fa-calendar"></i></a></li>
  656.  
  657.  
  658. </div>
  659.  
  660.  
  661. <div class="section" id="section1">
  662. <div class="maintitle">{text:Main Title}</div>
  663. <div class="buttons">
  664.  
  665. <div class="description">{Description}</div>
  666.  
  667. <div class="stats">
  668. <a href="/">Refresh</a>
  669. <a href="/ask">Ask</a>
  670. <a href="/submit">Submit</a>
  671. <a href="/archive">Archive</a>
  672. <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes" target="blank">Credit</a>
  673. </div>
  674.  
  675. </div>
  676.  
  677.  
  678. </div>
  679.  
  680.  
  681. <div class="section" id="section2">
  682. <h2 style="margin:50px 0px 30px 37%;
  683. text-align:center;
  684. text-transform:uppercase;
  685. padding:10px;
  686. border:1px solid white;
  687. width:280px;
  688. float:center;
  689. background-color: rgba(0,0,0,0.5);">posts + updates</h2>
  690. <p>
  691.  
  692. <div id="postcontainer">
  693. <div id="entries">{block:Posts}
  694.  
  695. <div id="post">
  696.  
  697. {block:Text}
  698. {block:Title}<h2>{Title}</h2>{/block:Title}
  699. {Body}
  700. {/block:Text}
  701.  
  702. {block:Answer}
  703. <div class="question"><span style="text-transform:uppercase;font-size:11px">{Asker} asked:</span> {Question}</div>
  704. <br>{Answer}<br>
  705. {/block:Answer}
  706.  
  707. {block:Quote}
  708. <span class="quote"><div style="font-size:20px;color:{color:Link};font-weight:bold;border-bottom:3px solid {color:Text};font-style:normal;text-align:center;float:center;width:100%;margin-bottom:10px">&#147;</div>
  709. {Quote}
  710. <div style="font-size:20px;color:{color:Link};font-weight:bold;border-top:3px solid {color:Text};font-style:normal;text-align:center;float:center;width:100%;margin-top:10px;padding-top:5px;line-height:30px;">&#148; </div></span>
  711. {block:Source}<div class="font-size:18px"> &mdash;{Source}</div>{/block:Source}
  712. {/block:Quote}
  713.  
  714. {block:Link}
  715. <h2><a href="{URL}">{Name}</a></h2>
  716. {block:Description}{Description}{/block:Description}
  717. {/block:Link}
  718.  
  719. {block:Chat}
  720. {block:Title}{Title}{/block:Title}
  721. {block:Lines}<span class="chat">
  722. <li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li></span>
  723. {/block:Lines}
  724. {/block:Chat}
  725.  
  726. {block:Photo}
  727. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}
  728. {block:Caption}{Caption}{/block:Caption}
  729. {/block:Photo}
  730.  
  731. {block:Photoset}
  732. {Photoset-400}
  733. {block:Caption}{Caption}{/block:Caption}
  734. {/block:Photoset}
  735.  
  736. {block:Audio}
  737. {block:AudioPlayer}
  738. <div class="audiowrapper">
  739. {block:AlbumArt}
  740. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  741. {/block:AlbumArt}
  742.  
  743. <div class="playerbuttonbg">
  744. <div class="newplayerbutton">
  745. <div class="playerbuttonhug">
  746.  
  747. {AudioPlayerWhite}
  748.  
  749. </div>
  750. </div>
  751. </div>
  752.  
  753. <div class="trackdetails">
  754.  
  755. {block:TrackName}{TrackName}</a><br>{/block:TrackName}
  756. {block:Artist}Artist: {Artist}<br>{/block:Artist}
  757. {block:Album}Album: {Album}<br>{/block:Album}
  758. {PlayCountWithLabel}
  759.  
  760. </div>
  761. </div>
  762. {/block:AudioPlayer}
  763.  
  764. {block:Caption}{Caption}{/block:Caption}
  765. {/block:Audio}
  766.  
  767. {block:Video}
  768. {Video-400}
  769. {block:Caption}{Caption}{/block:Caption}
  770. {/block:Video}
  771.  
  772. <div id="footer">
  773.  
  774. <span style="text-transform:uppercase;letter-spacing:1px;">
  775. {block:Date}<a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</a>
  776. {block:NoteCount} &#9472; <a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a>{/block:NoteCount} {/block:Date}
  777. {block:RebloggedFrom} &#9472; <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom}
  778. {block:RebloggedFrom} &#9472; <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}
  779. </span>
  780. <br>
  781. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  782. </div>
  783.  
  784. </div>{/block:Posts}</div></div>
  785.  
  786. <div id="sidebar">
  787.  
  788. <div class="updates">
  789.  
  790. <h5>updates</h5>
  791. {text:Updates}
  792.  
  793. </div>
  794.  
  795. <div id="pagination">
  796.  
  797. {block:Pagination}{block:PreviousPage}
  798. <a href="{PreviousPage}">back</a>
  799. {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}&nbsp;
  800. <span class="current_page">{PageNumber}</span>
  801. {/block:CurrentPage}{block:JumpPage}
  802. <a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;
  803. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  804. <a href="{NextPage}">Next</a>
  805. {/block:NextPage}{/block:Pagination}
  806.  
  807. </div>
  808. </div>
  809.  
  810. </div>
  811. </div>
  812.  
  813.  
  814. </p>
  815. </div>
  816.  
  817. <div class="section" id="section3">
  818. <h2 style="margin:50px 0px 30px 37%;
  819. text-align:center;
  820. text-transform:uppercase;
  821. padding:10px;
  822. border:1px solid white;
  823. width:280px;
  824. float:center;
  825. background-color: rgba(0,0,0,0.5);">about me + links</h2>
  826. <p>
  827.  
  828. <section class="link-border">
  829. <div class="about">
  830. {text:About}
  831. </div>
  832. </section>
  833.  
  834. <div class="tags">
  835.  
  836. <div id="linkscontainer">
  837.  
  838. <div id="singletag">
  839.  
  840. <a href="{text:Link1}">{text:Link1 Text}</a>
  841. <a href="{text:Link2}">{text:Link2 Text}</a>
  842. <a href="{text:Link3}">{text:Link3 Text}</a>
  843. <a href="{text:Link4}">{text:Link4 Text}</a>
  844. <a href="{text:Link5}">{text:Link5 Text}</a>
  845. <a href="{text:Link6}">{text:Link6 Text}</a>
  846. <a href="{text:Link7}">{text:Link7 Text}</a>
  847. <a href="{text:Link8}">{text:Link8 Text}</a>
  848. <a href="{text:Link9}">{text:Link9 Text}</a>
  849. <a href="{text:Link10}">{text:Link10 Text}</a>
  850. <a href="{text:Link11}">{text:Link11 Text}</a>
  851. <a href="{text:Link12}">{text:Link12 Text}</a>
  852. <a href="{text:Link13}">{text:Link13 Text}</a>
  853. <a href="{text:Link14}">{text:Link14 Text}</a>
  854. <a href="{text:Link15}">{text:Link15 Text}</a>
  855. <a href="{text:Link16}">{text:Link16 Text}</a>
  856.  
  857. </div>
  858.  
  859. </div>
  860.  
  861. </div>
  862. </p>
  863. </div>
  864.  
  865. <div id="spectrum">
  866. <a href="http://wonderfullythemes.tumblr.com">theme</a>
  867. </div>
  868.  
  869. </body>
  870. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement