Advertisement
okesan

ELLLOOOO

Nov 9th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.91 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <!--
  5.  
  6. theme by septim
  7.  
  8. -do not use as base
  9. -do not steal bits of code
  10. -do not remove credits
  11.  
  12. -->
  13.  
  14.  
  15. <!DOCTYPE html>
  16. <head>
  17.  
  18.  
  19.  
  20. <title>{title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25. <meta charset="utf-8">
  26. <meta content="width=device-width, initial-scale=1.0" name="viewport">
  27.  
  28. <!--Default Variables-->
  29.  
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:Text" content="#7d7d7d"/>
  32. <meta name="color:Link" content="#7d7d7d"/>
  33. <meta name="color:Link Hover" content="#eeeeee"/>
  34. <meta name="color:Title"content="#000000"/>
  35. <meta name="color:Scrollbar" content="#d5d5d5" />
  36. <meta name="color:Header Text"content="#000000"/>
  37. <meta name="color:Header Text Background" content="#ffffff"/>
  38.  
  39. <meta name="text:Link 1 URL" content="" />
  40. <meta name="text:Link 1" content="" />
  41. <meta name="text:Link 2 URL" content="" />
  42. <meta name="text:Link 2" content="" />
  43. <meta name="text:Link 3 URL" content="" />
  44. <meta name="text:Link 3" content="" />
  45. <meta name="text:Link 4 URL" content="" />
  46. <meta name="text:Link 4" content="" />
  47.  
  48.  
  49.  
  50. <meta name="text:Header Text" content="make sure you have the option checked to show this!"/>
  51. <meta name="text:Phrase" content="Say hello"/>
  52. <meta name="text:Phrase 2" content="Say goodbye"/>
  53. <meta name="text:Stats" content="Theme / Kind of Boring"/>
  54.  
  55. <meta name="if:Show Captions" content="1"/>
  56. <meta name="if:Hide Tags" content="0"/>
  57. <meta name="if:Show Header Text" content="0"/>
  58. <meta name="if:Show Avatar Image" content="1"/>
  59. <meta name="if:Sidebar" content="1"/>
  60. <meta name="if:Blogroll" content="0"/>
  61. <meta name="if:Header" content="1"/>
  62.  
  63. <meta name="image:Header" content=""/>
  64. <meta name="image:Avatar" content=""/>
  65.  
  66. <!--jquery-->
  67. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  68. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  69. <script>
  70.  
  71. (function($){
  72.  
  73. $(document).ready(function(){
  74.  
  75. $("a[title]").style_my_tooltips({
  76.  
  77. tip_follows_cursor:true,
  78.  
  79. tip_delay_time:30,
  80.  
  81. tip_fade_speed:300,
  82.  
  83. attribute:"title"
  84.  
  85. });
  86.  
  87. });
  88.  
  89. })(jQuery);
  90.  
  91. </script>
  92.  
  93. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  94. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/fxwznoj/Hzrnbjd0s/ionicons.css"/>
  95. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  96.  
  97. <style type="text/css">
  98.  
  99.  
  100. @import url(http://weloveiconfonts.com/api/?family=entypo);
  101.  
  102. /* entypo */
  103. [class*="entypo-"]:before {
  104. font-family: 'entypo', sans-serif;
  105. }
  106.  
  107.  
  108.  
  109.  
  110. html, body, form, fieldset, legend{
  111. margin: 0;
  112. padding: 0;
  113. }
  114. #text {
  115. position:fixed;
  116. right:20px;
  117. bottom:20px;
  118. }
  119. #text a {text-decoration:none;opacity:.3;}
  120. #text a:hover {opacity:1;}
  121. #s-m-t-tooltip{
  122. font-size:8px;
  123. position:absolute;
  124. margin-top: 15px;
  125. margin-left:25px;
  126. letter-spacing:1px;
  127. z-index:9999;
  128. background:{color:title};
  129. color:{color:background};
  130. text-transform:uppercase;
  131. padding:0px 7px;
  132. }
  133.  
  134. /*scrollbar*/
  135. ::-webkit-scrollbar{height: 5px;
  136. width: 5px;
  137. -webkit-border-radius: 0px;
  138. background-color:{color:background};}
  139. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};
  140. }
  141. ::-webkit-scrollbar-track{background-color:{color:background};
  142. }
  143.  
  144. body {
  145. background:{color:background};
  146. color:{color:text};
  147. font-family:inconsolata, courier new, helvetica, arial;
  148. font-size:12px;
  149. text-align:justify;
  150. margin:0;
  151. line-height:200%;}
  152.  
  153.  
  154. img{
  155. opacity:1;
  156. border:none;
  157. text-decoration:none}
  158.  
  159. h1, h2, h3, h4 {font-size:12px;
  160. font-weight:normal;}
  161.  
  162. b, strong {
  163. color:{color:title}}
  164.  
  165. i, em {
  166. color:{color:text}}
  167. p {
  168. margin-top:5px;
  169. margin-bottom:5px}
  170. ol {
  171. list-style:normal;}
  172. ul {
  173. list-style:circle;}
  174.  
  175. small {
  176. font-size:9px;}
  177.  
  178. big {
  179. font-size:12px;}
  180.  
  181. a {
  182. color:{color:link};
  183. text-decoration:none;
  184. -webkit-transition:all 0.2s;
  185. -moz-transition:all 0.2s;
  186. -ms-transition:all 0.2s;
  187. -o-transition:all 0.2s;
  188. transition:all 0.2s;
  189. }
  190. a:hover {color:{color:link hover};
  191. text-decoration:underline;
  192. -webkit-transition:all 0.2s;
  193. -moz-transition:all 0.2s;
  194. -ms-transition:all 0.2s;
  195. -o-transition:all 0.2s;
  196. transition:all 0.2s;
  197. }
  198.  
  199. /*main structure*/
  200.  
  201. blockquote {border-left:3px solid rgba({RGBcolor:text},.3);
  202. margin:5px 0 5px 20px;
  203. padding:0 0 0 10px}
  204.  
  205.  
  206. /*header*/
  207.  
  208. #h {position:Fixed;
  209. width:100%;
  210. height:100%;
  211. cursor:pointer;
  212. background:{color:background} url('{image:header}') center center fixed repeat;
  213. -webkit-background-size: cover;
  214. -moz-background-size: cover;
  215. -o-background-size: cover;
  216. background-size: cover;
  217. top:0;
  218. left:0;
  219. -webkit-animation-name: fade-in;
  220. -webkit-animation-duration: 1s;
  221. }
  222. {block:ifheadertext}
  223. #blogt {font-size:14px;
  224. position:fixed;
  225. top:50%;
  226. left:50%;
  227. color:{color:header text};
  228. width:350px;
  229. padding:25px;
  230. background:rgba({RGBcolor:header text background},.4);
  231. text-align:center;
  232. margin:0 0 0 -200px;
  233. transform: translate(0,-50%);
  234. -webkit-transform: translate(0%,-50%); /** Chrome & Safari **/
  235. -o-transform: translate(0,-50%); /** Opera **/
  236. -moz-transform: translate(0,-50%); /** Firefox **/
  237. letter-spacing:1px;
  238. -webkit-animation-name: fade-in;
  239. -webkit-animation-duration: 2s;
  240. }
  241. {/block:ifheadertext}
  242.  
  243. @-webkit-keyframes fade-in {
  244. 0% { opacity: 0; }
  245. 50% { opacity: 0; }
  246. 100% { opacity: 1; }
  247. }
  248.  
  249. #headers {
  250. width:100%;
  251. display:block;
  252. min-height:180px;
  253. position:relative;
  254. margin-top:30px;
  255. text-align:left}
  256.  
  257. #head {width:600px;
  258. margin:0 auto;}
  259.  
  260. #av {width:180px;
  261. height:180px;
  262. float:left;
  263. padding-right:30px;}
  264.  
  265. #av img {height:180px;
  266. width:180px;
  267. border-radius:100%;
  268. }
  269.  
  270. #tits {font-size:24px;
  271. font-weight:900;
  272. font-family:helvetica, arial;
  273. padding:20px 0 10px 0;
  274. letter-spacing:.5px;
  275. }
  276. #tits a {color:{color:title};}
  277.  
  278. #stats {color:{color:link};
  279. }
  280.  
  281. #standardlinks {
  282. position:Relative;
  283. text-align:left;
  284. }
  285. #standardlinks a {margin-right:5px;}
  286. #standardlinks a:hover {text-decoration:none;}
  287. #standardlinks a:after {
  288. content:'/';
  289. margin-left:5px;
  290. text-decoration:none;
  291. color:{color:link};
  292. }
  293. #standardlinks a:last-of-type::after {display:none;}
  294.  
  295. #description {
  296. margin:10px 0;}
  297.  
  298.  
  299.  
  300.  
  301. /*pagination*/
  302.  
  303. #pagination {
  304. margin:10px 0 100px 0;
  305. padding-top:8px;
  306. border-top:1px solid {color:borders};
  307. }
  308.  
  309.  
  310. #pagination a {
  311. border:none;
  312. padding:10px;}
  313. .song {float:right;}
  314.  
  315. .current_page {
  316. padding:9px 10px;
  317. color:{color:title};
  318. border-top:1px solid {color:link};
  319. }
  320. .jump_page {
  321. color:{color:link};
  322. }
  323.  
  324.  
  325. /*theme*/
  326. #title {font-size:14px;
  327. margin-bottom:15px;
  328. font-family:helvetica, arial;
  329. font-weight:900;
  330. color:{color:title};}
  331.  
  332. #title a {color:{color:title};}
  333.  
  334. pre {width:500px!important;
  335. overflow-x:scroll;
  336. word-break:break-all;
  337. }
  338.  
  339. #con {left:0;
  340. width:100%;
  341. {block:ifheader}
  342. top:100%;
  343. {/block:ifheader}
  344. {block:ifnotheader}
  345. top:0;
  346. {/block:ifnotheader}
  347. min-height:100%;
  348. position:absolute;
  349. {block:permalinkpage}
  350. top:30px;
  351. {/block:permalinkpage}
  352. background:{color:background};
  353. }
  354.  
  355. #ent {
  356. {block:ifnotsidebar}
  357. margin:50px auto 100px auto;
  358. {/block:ifnotsidebar}
  359. {block:ifsidebar}
  360. margin:50px 0 100px 400px;
  361. display:block;
  362. {/block:ifsidebar}
  363. width:600px;
  364. }
  365. #up {
  366. width:600px;
  367. height:60px;
  368. z-index:9999;
  369. padding-bottom:30px;
  370. background:{color:background};
  371. }
  372.  
  373.  
  374. .stick {
  375. position:fixed;
  376. top:0px;}
  377.  
  378. #li {width:60px;
  379. height:60px;
  380. margin:15px 40px 0 0;
  381. float:left;
  382. cursor:pointer;
  383. }
  384.  
  385. #li img {width:60px;
  386. height:60px;
  387. border-radius:100%;}
  388.  
  389. #texas {background:{color:title};
  390. color:{color:background};
  391. height:40px;
  392. margin-top:25px;
  393. font-size:14px;
  394. z-index:9999;
  395. letter-spacing:2px;
  396. line-height:40px;
  397. display:inline-block;
  398. padding:0 15px;
  399. position:relative;
  400. cursor:pointer;
  401. }
  402.  
  403. #lo {display:none;
  404. background:{color:title};
  405. color:{color:background};
  406. position:absolute;
  407. width:470px;
  408. padding:15px;
  409. left:0px;
  410. top:0;
  411. }
  412.  
  413. #texas iframe {display:block;
  414. padding-top:25px;
  415. }
  416.  
  417. #texas:before {
  418. content:'';
  419. position:absolute;
  420. width: 0;
  421. height: 0;
  422. left:-10px;
  423. top:12px;
  424. border-style: solid;
  425. border-width: 8px 10px 8px 0;
  426. border-color: transparent {color:title}; transparent transparent;
  427. }
  428. .open {display:block;}
  429. .close {display:block;
  430. position:absolute;
  431. left:15px;
  432. top:0;
  433. }
  434.  
  435.  
  436.  
  437. #posts {
  438. width:500px;
  439. margin-left:100px;
  440. position:relative;
  441. padding-top:60px;
  442. {block:PermalinkPage}
  443. margin-bottom:25px;
  444. {/block:PermalinkPage}
  445. }
  446.  
  447.  
  448. #posts img {
  449. max-width:500px;
  450. }
  451. .photo img {width:500px;}
  452. .photoset iframe {display:block;}
  453.  
  454. #titlequote{
  455. font-size:14px;
  456. color:{color:title};
  457. }
  458.  
  459.  
  460. #source {text-align:left;
  461. margin-top:10px;}
  462.  
  463.  
  464. #posts blockquote {max-width: 100%;}
  465. .caption img {max-width:500px;}
  466. .caption {
  467. {block:ifnotshowcaptions}
  468. {block:indexpage}
  469. display:none;
  470. {/block:indexpage}
  471. {/block:ifnotshowcaptions}
  472. margin-top:15px;
  473. text-transform:none;
  474. }
  475.  
  476. .photo img {
  477. display:block;}
  478. .photoset {
  479. display:block;}
  480.  
  481.  
  482.  
  483. /*asks*/
  484. .q {
  485. padding:5px 0;
  486. font-style:italic;
  487. }
  488. .as {font-weight:bold;
  489. }
  490.  
  491.  
  492. .as a {color:{color:title}}
  493. .a {
  494. margin-top:15px;}
  495.  
  496.  
  497. .chat ol {
  498. padding:0;
  499. margin:0;
  500. list-style:none;
  501. }
  502.  
  503. .line.odd {
  504. padding:5px 0;
  505. }
  506.  
  507. .line.even {
  508. padding:5px 0;
  509. }
  510.  
  511. .label {font-weight:bold;
  512. padding-right:1px;
  513. color:{color:title};
  514. }
  515.  
  516. .tumblr_audio_player {width:400px;
  517. height:30px;
  518. }
  519. .player {width:30px;
  520. overflow:hidden;
  521. height:30px;
  522. margin:15px auto;
  523. border-left:4px solid black;
  524. }
  525. .wrap {height:60px;
  526. width:60px;
  527. float:left;
  528. margin-right:30px;
  529. background:black;
  530. border-radius:100%;}
  531.  
  532. .audio_info {
  533. padding-top:5px;
  534. }
  535.  
  536. .plays {font-style:italic;
  537. text-transform:none;
  538. letter-spacing:0;
  539. }
  540.  
  541. /*permalink and notes*/
  542.  
  543. #reb {position:absolute;
  544. left:-100px;
  545. width:60px;
  546. top:60px;}
  547.  
  548. #reb img {width:60px;
  549. height:60px;
  550. margin-bottom:15px;
  551. border-radius:100%;}
  552.  
  553. .s {opacity:0;
  554. display:block;
  555. -webkit-transition:all 0.6s;
  556. -moz-transition:all 0.6s;
  557. -ms-transition:all 0.6s;
  558. -o-transition:all 0.6s;
  559. transition:all 0.6s;
  560. }
  561.  
  562. #reb:hover .s {opacity:1;
  563. -webkit-transition:all 0.6s;
  564. -moz-transition:all 0.6s;
  565. -ms-transition:all 0.6s;
  566. -o-transition:all 0.6s;
  567. transition:all 0.6s;
  568. }
  569.  
  570. #permalink {
  571. margin-top:15px;
  572. color:{color:link};
  573. }
  574.  
  575. #permalink a {margin-right:20px;
  576. color:{color:link};
  577. }
  578. #permalink a:hover {text-decoration:none;
  579. color:{color:link hover};
  580. }
  581. #permalink span {margin-right:5px;}
  582.  
  583. .tags {
  584. {block:indexpage}
  585. {block:ifhidetags}
  586. display:none;
  587. {/block:ifhidetags}
  588. {/block:indexpage}
  589. }
  590.  
  591.  
  592.  
  593. .tags a{
  594. text-transform:none;
  595. }
  596.  
  597. .pagenotes {
  598. width:500px;
  599. margin-left:100px;
  600. display:none;
  601. }
  602. ol.notes {
  603. list-style-type:none;
  604. text-align:left;
  605. padding:0px;
  606. }
  607.  
  608. ol.notes li.note {
  609. padding:5px;
  610. margin:5px 0;}
  611.  
  612. ol.notes li.note img.avatar {
  613. margin-right:10px;
  614. margin-top:5px;
  615. height:15px;
  616. width:15px;
  617. float:left;
  618. border-radius:100%;
  619. }
  620. .t {
  621. font-style:italic;
  622. color:{color:title};
  623. position:relative;
  624. font-size:12px;
  625. cursor:pointer;
  626. margin-top:25px;
  627. margin-bottom:10px;
  628. margin-left:100px;
  629. }
  630.  
  631. .t:hover {text-decoration:underline;}
  632.  
  633. {customCss}
  634.  
  635. #side {position:absolute;
  636. left:30px;
  637. width:320px;
  638. top:50px;
  639. height:0;
  640. }
  641.  
  642.  
  643. #as {
  644. width:60px;
  645. position:absolute;
  646. left:0;
  647. height:60px;}
  648. #bar {position:relative;
  649. margin-bottom:30px;
  650. padding-top:15px;
  651. width:320px;
  652. overflow:hidden;
  653. }
  654. #hide {text-align:right;
  655. margin-left:-140px;
  656. line-height:60px;
  657. width:400px;
  658. }
  659. #hide a:hover {color:{color:title};
  660. text-decoration:none;}
  661. #hide a span {font-size:20px;
  662. display:inline-block;
  663. float:left;
  664. border-right:10px solid {color:background};
  665. border-left:10px solid {color:background};
  666. }
  667.  
  668. #hide a {width:80px;
  669. height:20px;
  670. line-height:20px;
  671. text-align:left;
  672. display:inline-block;
  673. background:{color:background};
  674. }
  675. .one {margin-right:-51px;}
  676. .one:hover {margin-right:0;}
  677. .two {margin-right:-50px;}
  678. .two:hover {margin-right:0;}
  679. .three {margin-right:-60px;}
  680. .three:hover {margin-right:0;}
  681.  
  682. #as img {border-radius:100%;
  683. width:60px;
  684. height:60px;
  685. }
  686. #lol {width:30px;
  687. height:30px;
  688. cursor:pointer;
  689. position:Absolute;
  690. top:35px;
  691. background:{color:background};
  692. right:0;
  693. padding-left:15px;
  694. -webkit-transition:all 0.6s;
  695. -moz-transition:all 0.6s;
  696. -ms-transition:all 0.6s;
  697. -o-transition:all 0.6s;
  698. transition:all 0.6s;
  699. }
  700.  
  701. .gone {right:200px!important}
  702.  
  703. #bye {width:320px;}
  704. .dang {display:inline-block;
  705. height:60px;
  706. line-height:60px;
  707. background:{color:link hover};
  708. color:{color:title};
  709. padding:0 25px;
  710. width:270px;
  711. {block:ifblogroll}
  712. width:105px;
  713. {/block:ifblogroll}
  714. font-size:14px;
  715. cursor:pointer;
  716. -webkit-transition:all 0.6s;
  717. -moz-transition:all 0.6s;
  718. -ms-transition:all 0.6s;
  719. -o-transition:all 0.6s;
  720. transition:all 0.6s;
  721. }
  722. .side {margin-top:5px;}
  723. .dang:hover {background:{color:title};
  724. color:{color:background};
  725. -webkit-transition:all 0.6s;
  726. -moz-transition:all 0.6s;
  727. -ms-transition:all 0.6s;
  728. -o-transition:all 0.6s;
  729. transition:all 0.6s; }
  730.  
  731. .active, .not {background:{color:title};
  732. color:{color:background};
  733. }
  734.  
  735. .roll {display:none;}
  736.  
  737. #follower {float:left;
  738. height:40px;
  739. width:40px;
  740. margin:5px;
  741. max-height:400px;
  742. overflow-y:auto;
  743. }
  744.  
  745. .roll {padding-top:25px;
  746. width:300px;
  747. margin-left:10px;
  748. }
  749.  
  750. #follower img {border-radius:100%;
  751. width:40px;
  752. height:40px;
  753. }
  754.  
  755. .fat {height:1px;
  756. width:30px;
  757. display:block;
  758. margin-bottom:7px;
  759. background:{color:link};
  760. }
  761.  
  762.  
  763. </style>
  764.  
  765. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  766.  
  767.  
  768. <script>
  769. $(document).ready(function(){
  770. $(".t").click(function(){
  771. $(".pagenotes").toggle();
  772. });
  773.  
  774. $('.open').click(function() {
  775. $('#lo').fadeIn();
  776. });
  777. $('.close').click(function() {
  778. $('#lo').fadeOut();
  779. });
  780. });
  781.  
  782. </script>
  783.  
  784. <script type="text/javascript">
  785. $(document).ready(function(){
  786.  
  787. $('#li').click(function(){
  788. $("html, body").animate({ scrollTop: 0 }, 800);
  789. return false;
  790. });
  791.  
  792.  
  793. });
  794. </script>
  795.  
  796.  
  797.  
  798.  
  799.  
  800. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  801. <script src="http://static.tumblr.com/sas2ex2/yBEna9y8f/scroll.js"></script>
  802. <script src="http://static.tumblr.com/sas2ex2/acDna9y63/scrollto.js"></script>
  803.  
  804.  
  805. <script type="text/javascript">
  806. $(window).load(function () {
  807. $.localScroll();
  808. });
  809. </script>
  810.  
  811. <script>
  812. $(window).load(function () {
  813. $('.ab').click(function() {
  814. if ($(this).hasClass('active') == true) {
  815. }
  816. else {
  817. $('.about').fadeIn(400);
  818. $('.roll').hide();
  819. $(this).addClass('active');
  820. $('.ro').removeClass('active');}
  821. });
  822. $('.ro').click(function() {
  823. $('.roll').fadeIn(400);
  824. $('.about').hide();
  825. $(this).addClass('active');
  826. $('.ab').removeClass('active');
  827. });
  828. $('#lol').click(function() {
  829. if ($(this).hasClass('gone') == true) {
  830. $('#bye').animate({marginLeft: "0px"});
  831. $('#hide').animate({marginLeft: "-140px"}, 500);
  832. $(this).removeClass('gone');
  833. $('#ent').animate({marginLeft: "400px"});
  834. }
  835. else {
  836. $(this).addClass('gone');
  837. $('#bye').animate({marginLeft: "-360px"});
  838. $('#hide').animate({marginLeft: "-440px"}, 200);
  839. $('#ent').animate({marginLeft: "180px"}, 500);
  840. }
  841. });
  842. });
  843. </script>
  844.  
  845. <script type="text/javascript" src="http://static.tumblr.com/fki2yxd/XtUmn1zq3/jquery.sticky.js"></script>
  846. <script>
  847. $(document).ready(function(){
  848. $("#up").sticky({ topSpacing: 0 });
  849. $("#side").sticky({ topSpacing: 0 });
  850. });
  851. </script>
  852.  
  853. <body>
  854.  
  855. {block:ifheader}<a href="#con"><span id="h"></span></a>
  856. {block:ifshowheadertext}
  857. <div id="blogt">{text:header text}</div>
  858. {/block:ifshowheadertext}
  859. {/block:ifheader}
  860.  
  861.  
  862. <div id="con">
  863.  
  864.  
  865.  
  866. {block:ifnotsidebar}
  867. <div id="headers">
  868. <div id="head">
  869. {block:ifshowavatarimage}
  870. <div id="av"><a href="/"><img src="{image:avatar}"></a></div>
  871. {/block:ifshowavatarimage}
  872. <div id="tits"><a href="/">{title}</a></div>
  873. <div id="stats">{text:Stats}</div>
  874. <div id="description">
  875. {description}
  876. </div>
  877. <div id="standardlinks">
  878. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  879. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  880. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  881. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  882. </div>
  883. </div>
  884. {/block:ifnotsidebar}
  885.  
  886.  
  887.  
  888.  
  889.  
  890. <div id="ent">
  891.  
  892.  
  893. {block:ifsidebar}
  894. <div id="side">
  895. <div id="bar">
  896. <div id="as"><a href="/"><img src="{image:avatar}"></a></div>
  897. <div id="hide">
  898. <a href="/" class="one"><span class="ion-ios7-home-outline"></span>Home</a>
  899. <a href="http://farahmir.tumblr.com" target="_blank" class="two"><span class="ion-ios7-plus-outline"></span>Theme</a>
  900. <a href="/archive" class="three"><span class="ion-ios7-gear-outline"></span>Archive</a>
  901. </div>
  902. <div id="lol"><span class="fat"></span><span class="fat"></span><span class="fat"></span></div>
  903. </div>
  904. <div id="bye">
  905. <div class="dang active ab" {block:ifblogroll}style="margin-right:10px"{/block:ifblogroll}>About</div>{block:ifblogroll}<div class="dang ro">Friends</div>{/block:ifblogroll}
  906. <div class="about">
  907. <div id="tits"><a href="/">{title}</a></div>
  908. <div id="stats">{text:Stats}</div>
  909. <div id="description">
  910. {description}
  911. </div>
  912. <div id="standardlinks" class="side">
  913. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  914. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  915. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  916. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  917. </div>
  918. </div>
  919. <div class="roll">
  920. {block:Following}
  921. {block:Followed}
  922. <div id="follower">
  923. <a href="{FollowedURL}" target="_blank" title="{FollowedName}"><img src="{FollowedPortraitURL-64}"></a>
  924. </div>
  925. {/block:Followed}
  926. {/block:Following}
  927. </div>
  928. </div>
  929. </div>
  930.  
  931. {/block:ifsidebar}
  932.  
  933.  
  934. <div id="up">
  935. <div id="li"><img src="{image:avatar}"></div>
  936. <div id="texas"><span class="open">{text:phrase}...</span>
  937. <div id="lo"><span class="close">{text:phrase 2}...</span>
  938. <iframe frameborder="0" height="225" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="470"></iframe>
  939. </div>
  940. </div>
  941. </div>
  942.  
  943.  
  944.  
  945.  
  946. <div id="entries" class="autopagerize_page_element">
  947.  
  948. {block:Posts}
  949. <div id="posts" >
  950.  
  951.  
  952.  
  953.  
  954.  
  955. {block:Quote}
  956.  
  957.  
  958. <div id="titlequote">“{Quote}”</div>
  959. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  960. {/block:Quote}
  961.  
  962.  
  963.  
  964. {block:Text}
  965.  
  966. {block:Title}
  967. <div id="title">{Title}</div>{/block:Title}
  968. <div class="te">{Body}</div>
  969.  
  970.  
  971. {/block:Text}
  972.  
  973. {block:Link}
  974.  
  975. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  976.  
  977. {/block:Link}
  978.  
  979. {block:Chat}
  980. {block:Title}
  981. <div id="title">{Title}</div>
  982. {/block:Title}
  983. <div class="chat">
  984. <ol>{block:Lines}
  985. <li class="line {Alt}">
  986. {block:Label}
  987. <span class="label">
  988. {Label}</span>
  989. {/block:Label}{Line}</li>
  990. {/block:Lines}
  991. </ol></div>
  992. {/block:Chat}
  993.  
  994. {block:Photo}
  995. <div class="photo">
  996. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>
  997. </div>
  998. {/block:Photo}
  999.  
  1000. {block:Photoset}
  1001. <div class="photoset">
  1002. {Photoset-500}
  1003. </div>
  1004. {/block:Photoset}
  1005.  
  1006.  
  1007.  
  1008. {block:Answer}
  1009. <div class="as">{Asker} said:</div>
  1010. <div class="q">
  1011. {Question}</div>
  1012. <div class="a">{Answer}</div>
  1013.  
  1014. {/block:Answer}
  1015.  
  1016. {block:Video}
  1017. {video-500}
  1018. {/block:Video}
  1019.  
  1020. {block:Audio}{block:AudioPlayer}
  1021. <div class="wrap"><div class="player">{AudioPlayerBlack}</div></div>
  1022. {/block:AudioPlayer}
  1023. <div class="audio_info">{block:TrackName}{TrackName}{/block:TrackName}<div class="plays">{block:Artist}{Artist} &mdash; {/block:Artist}
  1024. {playcountwithlabel}</div></div>
  1025. {/block:Audio}
  1026.  
  1027. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1028.  
  1029. {block:Date}
  1030. <div id="reb">
  1031. {block:Answer}<a href="{AskerURL}" title="{askername}"><img src="{AskerPortraitURL-64}"></a>{/block:Answer}
  1032. {block:RebloggedFrom}<a href="{reblogparenturl}" title="via {reblogparentname}"><img src="{ReblogParentPortraitURL-64}"></a>
  1033. {block:ContentSource}<span class="s"><a href="{ReblogRootURL}" title="from {reblogrootname}"><img src="{ReblogRootPortraitURL-64}"></a></span>{/block:ContentSource}{/block:RebloggedFrom}
  1034. </div>
  1035.  
  1036. <div id="permalink">
  1037. <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount}<a href="{Permalink}" title="{notecountwithlabel}"><span class="entypo-eye"></span> {notecount}</a>{/block:NoteCount}<a href="{ReblogURL}" title="Reblog" target="_blank"><span class="entypo-dot-3"></span> Reblog</a>{block:HasTags}<div class="tags">{block:Tags}# <a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  1038. </div>
  1039. {/block:Date}
  1040.  
  1041.  
  1042. </div>
  1043.  
  1044.  
  1045. {block:PostNotes}
  1046. <div class="t">Notes</div>
  1047. <div class="pagenotes">
  1048. {PostNotes}
  1049. </div>
  1050. {/block:PostNotes}
  1051.  
  1052.  
  1053. {/block:Posts}
  1054. </div>
  1055.  
  1056.  
  1057.  
  1058.  
  1059. </div>
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066. </div>
  1067.  
  1068.  
  1069. <div id="text"><a href="http://farahmir.tumblr.com" target="_blank" title="septim">&copy;</a></div>
  1070. {block:ContentSource}
  1071. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1072. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1073. {/block:SourceLogo}
  1074. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1075. {/block:ContentSource}
  1076. </body>
  1077.  
  1078. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement