Advertisement
septims

Muted

Sep 11th, 2014
5,317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.65 KB | None | 0 0
  1.  
  2.  
  3. <!-- °°° Made by septim °°° -->
  4.  
  5.  
  6. <!DOCTYPE html>
  7. <head>
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!--Default Variables-->
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#cccccc"/>
  19. <meta name="color:Link" content="#a7a7a7"/>
  20. <meta name="color:Title"content="#070707"/>
  21. <meta name="color:Blog Title"content="#aaaaaa"/>
  22. <meta name="color:Scrollbar" content="#d5d5d5" />
  23. <meta name="color:Link Hover" content="#aaaaaa"/>
  24. <meta name="color:Posts" content="#ffffff"/>
  25. <meta name="color:Post Border" content="#dddddd"/>
  26. <meta name="color:Accents" content="#F5F3F7"/>
  27. <meta name="color:Border" content="#000000"/>
  28. <meta name="color:Header Text" content="#eeeeee"/>
  29. <meta name="color:Header Links" content="#ffffff"/>
  30.  
  31. <meta name="if:Hide Captions" content="0"/>
  32. <meta name="if:Stretch Background" content="0"/>
  33. <meta name="if:400px posts" content="0"/>
  34. <meta name="if:Hide Header Image" content="1"/>
  35. <meta name="if:Post Shadow" content="1"/>
  36. <meta name="if:Center Content" content="0"/>
  37. <meta name="if:Infinite Scroll" content="1"/>
  38.  
  39. <meta name="select:Post Effect" content="none" title="None" />
  40. <meta name="select:Post Effect" content="gray" title="Grayscale" />
  41. <meta name="select:Post Effect" content="fade" title="Fade" />
  42. <meta name="select:Post Effect" content="des" title="Desaturate"/>
  43.  
  44. <meta name="image:Header" content=""/>
  45. <meta name="image:Background" content=""/>
  46.  
  47. <meta name="text:Post Spacing" content="50"/>
  48.  
  49. <meta name="text:Link 1 URL" content="" />
  50. <meta name="text:Link 1" content="" />
  51. <meta name="text:Link 2 URL" content="" />
  52. <meta name="text:Link 2" content="" />
  53. <meta name="text:Link 3 URL" content="" />
  54. <meta name="text:Link 3" content="" />
  55.  
  56.  
  57. <!-- jquery -->
  58.  
  59.  
  60. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  61.  
  62. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  63.  
  64. <script>
  65.  
  66. (function($){
  67.  
  68. $(document).ready(function(){
  69.  
  70. $("a[title]").style_my_tooltips({
  71.  
  72. tip_follows_cursor:true,
  73.  
  74. tip_delay_time:30,
  75.  
  76. tip_fade_speed:300,
  77.  
  78. attribute:"title"
  79.  
  80. });
  81.  
  82. });
  83.  
  84. })(jQuery);
  85.  
  86. </script>
  87.  
  88. {block:indexpage}
  89. {block:ifinfinitescroll}
  90. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  91. {/block:ifinfinitescroll}
  92. {/block:indexpage}
  93.  
  94.  
  95. <!--CSS customization here. -->
  96.  
  97. <style type="text/css">
  98.  
  99. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  100.  
  101. /* fontawesome */
  102. [class*="fontawesome-"]:before {
  103. font-family: 'FontAwesome', sans-serif;
  104. }
  105.  
  106.  
  107. iframe#tumblr_controls { white-space:nowrap!important;
  108. top:0px!important;
  109. right:0px!important;
  110. position:fixed!important;
  111. opacity:.5;
  112. transition: .4s ;
  113. -webkit-transition: .4s ;
  114. -moz-transition: .4s ;
  115. -o-transition: .4s ; }
  116.  
  117. iframe#tumblr_controls:hover {
  118. opacity:1;
  119. transition: .4s ;
  120. -webkit-transition: .4s ;
  121. -moz-transition: .4s ;
  122. -o-transition: .4s ;}
  123.  
  124.  
  125.  
  126. #s-m-t-tooltip{
  127. position:absolute;
  128. margin:15px;
  129. z-index:9999;
  130. letter-spacing:1px;
  131. border:1px solid {color:post border};
  132. font-size:8px;
  133. background:{color:posts};
  134. color:{color:text};
  135. {block:ifpostshadow}
  136. box-shadow:7px 7px rgba(0, 0, 0, 0.06);
  137. {/block:ifpostshadow}
  138. text-transform:uppercase;
  139. padding:0px 3px;
  140. }
  141.  
  142.  
  143.  
  144.  
  145. /*scrollbar*/
  146. ::-webkit-scrollbar{height: 4px;
  147. width: 4px;
  148. background-color:{color:background}}
  149. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  150. ::-webkit-scrollbar-track{background-color:{color:background};}
  151.  
  152.  
  153.  
  154. /*main structure*/
  155. blockquote {padding-left:10px;
  156. border-left: 3px solid rgba({RGBcolor:text},.5);
  157. margin:5px 0;
  158. text-align:justify;
  159. }
  160.  
  161.  
  162.  
  163. body {
  164. background:{color:background} url('{image:background}') center center fixed repeat;
  165. cursor:crosshair;
  166. {block:ifstretchbackground}
  167. -webkit-background-size: cover;
  168. -moz-background-size: cover;
  169. -o-background-size: cover;
  170. background-size: cover;
  171. {/block:ifstretchbackground}
  172. color:{color:text};
  173. font-family:calibri, sans-serif;
  174. font-size:9px;
  175. font-weight:normal;
  176. text-align:justify;
  177. margin:0;
  178. line-height:180%;}
  179.  
  180.  
  181. a {
  182. color:{color:link};
  183. text-decoration:none;
  184. }
  185.  
  186. a:hover {color:{color:link hover};
  187. }
  188.  
  189. img{
  190. opacity:1;
  191. border:none;
  192. text-decoration:none}
  193.  
  194.  
  195. b, strong {
  196. color:{color:title}}
  197. i, em {
  198. color:{color:text}}
  199.  
  200.  
  201. p {margin:0};
  202.  
  203. p:first-of-type {margin-top:0;
  204. padding-top:0;
  205. }
  206. p:last-of-type {margin-bottom:0;
  207. padding-bottom:0;
  208. }
  209.  
  210. #top {height:100px;
  211. width:100%;
  212. left:0;
  213. top:0;
  214. position:fixed;
  215. z-index:999;
  216. background:{color:border};
  217. }
  218.  
  219.  
  220. ol {
  221. list-style:lower-roman;
  222. text-align:justify;}
  223. ul {
  224. list-style:circle;
  225. text-align:justify;}
  226.  
  227. small {
  228. font-size:8px;}
  229.  
  230. big {
  231. font-size:10px;}
  232.  
  233.  
  234.  
  235.  
  236. #title {font-size:10px;
  237. text-transform:uppercase;
  238. letter-spacing:1px;
  239. text-align:center;
  240. margin-bottom:15px;
  241. padding-bottom:15px;
  242. border-bottom:1px solid {color:post border};
  243. color:{color:title};}
  244. #title a {color:{color:title};}
  245.  
  246. #title a:hover {color:{color:link hover};}
  247.  
  248.  
  249. /*header*/
  250.  
  251. #headers {
  252. text-align:left;
  253. position:relative;
  254. width:250px;
  255. margin-left:200px;
  256. {block:ifcentercontent}
  257. margin:0 auto;
  258. {/block:ifcentercontent}
  259. padding:0 20px;
  260. {block:if400pxposts}
  261. width:400px;
  262. {/block:if400pxposts}
  263. color:{color:header text};
  264. }
  265. #headers a {color:{color:header links};}
  266.  
  267.  
  268.  
  269. #si img {width:70px;
  270. height:70px;
  271. margin-right:15px;
  272. float:left;
  273. border-radius:100%;
  274. transition:0.4s;
  275. -o-transition-transition:0.4s;
  276. -webkit-transition-duration:0.4s;
  277. -moz-transition-duration:0.4s;
  278. }
  279.  
  280. #blogt {font-size:10px;
  281. margin-bottom:5px;
  282. font-weight:bold;
  283. margin-top:15px;
  284. text-transform:uppercase;
  285. letter-spacing:3px;
  286. position:relative;
  287. }
  288. #sham {position:absolute;
  289. height:1px;
  290. background:{color:header links};
  291. width:0px;
  292. left:0;
  293. {block:ifnothideheaderimage}
  294. left:85px;
  295. {/block:ifnothideheaderimage}
  296. margin-top:7px;
  297. z-index:-1;
  298. transition:0.4s;
  299. -o-transition-transition:0.4s;
  300. -webkit-transition-duration:0.4s;
  301. -moz-transition-duration:0.4s;
  302. }
  303. #sham.open {width:100%;
  304. {block:ifnothideheaderimage}
  305. width:calc(100% - 85px);
  306. {/block:ifnothideheaderimage}}
  307. #blogt:hover #sham {
  308. width:100%;
  309. {block:ifnothideheaderimage}
  310. width:calc(100% - 85px);
  311. {/block:ifnothideheaderimage}
  312. transition:0.4s;
  313. -o-transition-transition:0.4s;
  314. -webkit-transition-duration:0.4s;
  315. -moz-transition-duration:0.4s;
  316. }
  317.  
  318. #blogt a {color:{color:blog title};
  319. background:{color:border};
  320. transition:0.4s;
  321. -o-transition-transition:0.4s;
  322. -webkit-transition-duration:0.4s;
  323. -moz-transition-duration:0.4s;
  324. }
  325. #blogt:hover a {color:{color:header links};
  326. transition:0.4s;
  327. -o-transition-transition:0.4s;
  328. -webkit-transition-duration:0.4s;
  329. -moz-transition-duration:0.4s;
  330. }
  331. .dang {padding-right:3px;}
  332. .plus, .min {float:right;
  333. font-size:14px;
  334. cursor:pointer;
  335. padding-left:5px;
  336. }
  337. .min {display:none;}
  338.  
  339.  
  340. .standardlinks {position:absolute;
  341. text-transform:uppercase;
  342. font-size:8px;
  343. letter-spacing:2px;
  344. right:-110px;
  345. width:100px;
  346. top:-5px;
  347. display:none;}
  348. .standardlinks a {margin-right:5px;
  349. cursor:pointer;
  350. display:block;}
  351.  
  352. .standardlinks a:hover {opacity:.5;}
  353.  
  354. #description {
  355. text-transform:uppercase;
  356. letter-spacing:1px;
  357. font-size:8px;
  358. text-align:justify;
  359. }
  360.  
  361.  
  362. /*pagination*/
  363. #pagination {
  364. text-align:center;
  365. margin:100px 0;
  366. font-weight:bold;
  367. font-size:8px;
  368. text-transform:uppercase;
  369. letter-spacing:2px;
  370. color:{color:title};
  371. {block:PermalinkPage}
  372. margin:25px 0;
  373. {/block:PermalinkPage}
  374. }
  375.  
  376.  
  377. #pagination a {
  378. display:inline-block;
  379. margin:0 15px;
  380. padding:0px 5px;
  381. background:{color:posts};
  382. border:1px solid {color:post border};
  383. color:{color:title};
  384. {block:ifpostshadow}
  385. box-shadow:7px 7px rgba(0, 0, 0, 0.06);
  386. {/block:ifpostshadow}
  387. }
  388.  
  389.  
  390. a.tumblr_blog {font-size:8px;
  391. letter-spacing:1px;
  392. text-transform:uppercase;
  393. }
  394.  
  395.  
  396. /*container*/
  397. #con {
  398. margin:150px 0;
  399. margin-left:200px;
  400. width:290px;
  401. {block:if400pxposts}
  402. width:440px;
  403. {/block:if400pxposts}
  404. {block:ifcentercontent}
  405. margin:150px auto;
  406. {/block:ifcentercontent}
  407. }
  408.  
  409.  
  410.  
  411. /*posts*/
  412.  
  413. #entries {
  414. width:440px;
  415. }
  416.  
  417.  
  418.  
  419. #posts {
  420. width:250px;
  421. {block:indexpage}
  422. margin-bottom:{text:post spacing}px;
  423. {/block:indexpage}
  424. padding:19px;
  425. border:1px solid {color:post border};
  426. position:relative;
  427. background:{color:posts};
  428. {block:if400pxposts}
  429. width:400px;
  430. {/block:if400pxposts}
  431. {block:ifpostshadow}
  432. box-shadow:7px 7px rgba(0, 0, 0, 0.06);
  433. {/block:ifpostshadow}
  434. }
  435.  
  436. #posts:hover {transition:0.4s;
  437. -o-transition-transition:0.4s;
  438. -webkit-transition-duration:0.4s;
  439. -moz-transition-duration:0.4s;}
  440.  
  441. .gray img, .gray .html_photoset {
  442. -webkit-backface-visibility: hidden;
  443. -webkit-filter: grayscale(1);
  444. -moz-filter: grayscale(1);
  445. -o-filter: grayscale(1);
  446. -ms-filter: grayscale(1);
  447. filter: grayscale(1);
  448. transition:0.4s;
  449. -o-transition-transition:0.4s;
  450. -webkit-transition-duration:0.4s;
  451. -moz-transition-duration:0.4s;
  452. }
  453.  
  454. .gray:hover img, .gray:hover .html_photoset {
  455. -webkit-filter: grayscale(0);
  456. -moz-filter: grayscale(0);
  457. -o-filter: grayscale(0);
  458. -ms-filter: grayscale(0);
  459. filter: grayscale(0);
  460. transition:0.4s;
  461. -o-transition-transition:0.4s;
  462. -webkit-transition-duration:0.4s;
  463. -moz-transition-duration:0.4s;
  464. }
  465.  
  466. .fade img,.fade .html_photoset {opacity:.7;
  467. -webkit-backface-visibility: hidden;
  468. transition:0.4s;
  469. -o-transition-transition:0.4s;
  470. -webkit-transition-duration:0.4s;
  471. -moz-transition-duration:0.4s;
  472. }
  473.  
  474. .fade:hover img, .fade:hover .html_photoset {opacity:1;
  475. transition:0.4s;
  476. -o-transition-transition:0.4s;
  477. -webkit-transition-duration:0.4s;
  478. -moz-transition-duration:0.4s;
  479. }
  480.  
  481. .des img, .des .html_photoset {
  482. -webkit-backface-visibility: hidden;
  483. -webkit-filter: grayscale(.7);
  484. -moz-filter: grayscale(.7);
  485. -o-filter: grayscale(.7);
  486. -ms-filter: grayscale(.7);
  487. filter: grayscale(.7);
  488. transition:0.4s;
  489. -o-transition-transition:0.4s;
  490. -webkit-transition-duration:0.4s;
  491. -moz-transition-duration:0.4s;
  492. }
  493.  
  494. .des:hover img, .des:hover .html_photoset
  495. {-webkit-filter: grayscale(0);
  496. -moz-filter: grayscale(0);
  497. -o-filter: grayscale(0);
  498. -ms-filter: grayscale(0);
  499. filter: grayscale(0);
  500. transition:0.4s;
  501. -o-transition-transition:0.4s;
  502. -webkit-transition-duration:0.4s;
  503. -moz-transition-duration:0.4s;}
  504. #posts img {
  505. max-width:250px;
  506. {block:if400pxposts}
  507. max-width:400px;
  508. {/block:if400pxposts}
  509. display:block;
  510.  
  511. }
  512.  
  513.  
  514. #buttt img {width:250px;
  515. {block:if400pxposts}
  516. width:400px;
  517. {/block:if400pxposts}
  518. }
  519.  
  520. #titlequote {font-size:12px;
  521. color:{color:title};
  522. text-align:center;
  523. }
  524.  
  525. #source {
  526. margin-top:10px;
  527. font-size:8px;
  528. text-transform:uppercase;
  529. letter-spacing:1px;
  530. text-align:center;
  531. }
  532.  
  533. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  534. .caption img{
  535. max-width:300px;
  536. }
  537. .caption {text-transform:none;
  538. margin-top:20px;
  539. padding:15px;
  540. background:{color:Accents};
  541. {block:IfHideCaptions}
  542. {block:IndexPage}
  543. display:none;
  544. {/block:IndexPage}
  545. {/block:IfHideCaptions}
  546. }
  547.  
  548.  
  549. /*audio*/
  550.  
  551.  
  552. .tumblr_audio_player {width:250px;
  553. height:30px;}
  554.  
  555. .player {width:25px;
  556. margin:0 auto;
  557. height:25px;
  558. border-bottom:5px solid {color:posts};
  559. border-left:2px solid {color:posts};
  560. overflow:hidden;}
  561.  
  562. .hold {padding:10px;
  563. width:30px;
  564. background:{color:posts};
  565. margin:0 auto;
  566. border-radius:100%;
  567. box-shadow:2px 2px 2px rgba({RGBcolor:text},.5);
  568. transition:0.4s;
  569. -o-transition-transition:0.4s;
  570. -webkit-transition-duration:0.4s;
  571. -moz-transition-duration:0.4s;}
  572. .hold:hover {box-shadow:-2px -2px 2px rgba({RGBcolor:text},.5);
  573. transition:0.4s;
  574. -o-transition-transition:0.4s;
  575. -webkit-transition-duration:0.4s;
  576. -moz-transition-duration:0.4s;}
  577.  
  578. .audio_info {padding-top:20px;
  579. line-height:200%;
  580. text-align:center;
  581. color:{color:title};
  582. font-size:10px;}
  583.  
  584.  
  585. /*asks*/
  586. .q {
  587. padding:15px;
  588. font-style:italic;
  589. background:{color:Accents};
  590. }
  591. .as {color:{color:title};
  592. font-weight:bold;
  593. font-size:8px;
  594. text-align:right;
  595. line-height:20px;
  596. padding:5px 0;
  597. text-transform:uppercase;
  598. letter-spacing:1px;}
  599. .as a {color:{color:title};}
  600. .a {border-top:1px solid {color:post border};
  601. padding-top:20px;}
  602.  
  603.  
  604.  
  605.  
  606.  
  607. .chat ol {
  608. margin:0;
  609. padding:0;
  610. line-height:180%;
  611. list-style:none;
  612. }
  613.  
  614.  
  615. .line.odd {
  616. padding:15px;
  617. background:{color:accents};
  618. }
  619.  
  620. .line.even {
  621. padding:15px;
  622. }
  623.  
  624. .label {font-weight:bold;
  625. font-size:8px;
  626. text-transform:uppercase;
  627. letter-spacing:1px;
  628. display:inline-block;
  629. color:{color:title};
  630. }
  631.  
  632.  
  633.  
  634.  
  635.  
  636. /*permalink and notes*/
  637.  
  638.  
  639. #permalink {
  640. text-align:left;
  641. {block:ifcentercontent}
  642. text-align:center;
  643. {/block:ifcentercontent}
  644. position:absolute;
  645. width:290px;
  646. {block:if400pxposts}
  647. width:440px;
  648. {/block:if400pxposts}
  649. left:0;
  650. bottom:-30px;
  651. opacity:0;
  652. transition:0.4s;
  653. -o-transition-transition:0.4s;
  654. -webkit-transition-duration:0.4s;
  655. -moz-transition-duration:0.4s;
  656. }
  657. .gray:hover #permalink, .none:hover #permalink, .fade:hover #permalink, .des:hover #permalink {opacity:1;
  658. transition:0.4s;
  659. -o-transition-transition:0.4s;
  660. -webkit-transition-duration:0.4s;
  661. -moz-transition-duration:0.4s;
  662. }
  663.  
  664. #permalink a {display:inline-block;
  665. text-align:center;
  666. margin-right:5px;
  667. {block:ifcentercontent}
  668. margin:0 5px;
  669. {/block:ifcentercontent}
  670. padding:3px;
  671. border:1px solid {color:post border};
  672. display:inline-block;
  673. height:12px;
  674. width:12px;
  675. background:{color:posts};
  676. transition:0.4s;
  677. -o-transition-transition:0.4s;
  678. -webkit-transition-duration:0.4s;
  679. -moz-transition-duration:0.4s;
  680. {block:ifpostshadow}
  681. box-shadow:7px 7px rgba(0, 0, 0, 0.06);
  682. {/block:ifpostshadow}
  683. }
  684. #permalink span {font-size:9px;
  685. display:block;
  686.  
  687. line-height:12px;
  688. }
  689. #permalink a:hover { transition:0.4s;
  690. -o-transition-transition:0.4s;
  691. -webkit-transition-duration:0.4s;
  692. -moz-transition-duration:0.4s;}
  693.  
  694. .lang {margin-top:20px;
  695. padding-top:15px;
  696. border-top:1px solid {color:post border};
  697. font-size:8px;
  698. text-align:left;
  699. text-transform:uppercase;
  700. letter-spacing:1px;}
  701.  
  702. .tags {border-top:1px solid {color:post border};
  703. padding-top:15px;
  704. word-break:break-all;
  705. margin-top:15px;
  706.  
  707. }
  708. .tags a{margin-right:5px;
  709. text-transform:none;
  710. text-decoration:none;}
  711.  
  712.  
  713. .pagenotes {
  714. width:250px;
  715. padding:19px;
  716. background:{color:posts};
  717. border:1px solid {color:post border};
  718. {block:if400pxposts}
  719. width:400px;
  720. {/block:if400pxposts}
  721. {block:ifpostshadow}
  722. box-shadow:7px 7px rgba(0, 0, 0, 0.06);
  723. {/block:ifpostshadow}
  724. }
  725.  
  726.  
  727.  
  728. .same {display:none;}
  729.  
  730. ol.notes {
  731. list-style-type:none;
  732. text-align:left;
  733. padding:0px;}
  734.  
  735. ol.notes li.note {
  736. padding:5px;
  737. margin:5px 0;
  738. text-transform:uppercase;
  739. font-size:8px;
  740. letter-spacing:1px;
  741. border-bottom:1px solid {color:post border};}
  742.  
  743. ol.notes li.note img.avatar {
  744. vertical-align:-5px;
  745. margin-right:10px;
  746. margin-bottom:10px;
  747. height:15px;
  748. width:15px;
  749. float:left;
  750. border-radius:100%;
  751. }
  752.  
  753.  
  754. .t {
  755. font-size:8px;
  756. cursor:pointer;
  757. text-align:center;
  758. font-weight:bold;
  759. letter-spacing:1px;
  760. color:{color:title};
  761. text-transform:uppercase;}
  762.  
  763. #text {position:fixed;
  764. right:15px;
  765. font-size:10px;
  766. bottom:20px;
  767. width:25px;
  768. height:25px;
  769. line-height:25px;
  770. text-align:center;
  771. }
  772. #cover {background:{color:background};
  773. width:25px;
  774. height:25px;
  775. position:absolute;
  776. color:{color:title};
  777. z-index:5;
  778. }
  779.  
  780.  
  781.  
  782. {CustomCSS}
  783.  
  784.  
  785. </style>
  786.  
  787. <script>
  788. $(document).ready(function() {
  789. $('.t').click(function() {
  790. $('.same').fadeToggle(400);
  791. });
  792. $('.plus').click(function() {
  793. $('.standardlinks').fadeIn(400);
  794. $(this).hide();
  795. $('.min').show();
  796. $('#sham').addClass('open');
  797. });
  798. $('.min').click(function() {
  799. $('.standardlinks').fadeOut(400);
  800. $(this).hide();
  801. $('.plus').show();
  802. $('#sham').removeClass('open');
  803. });
  804. });
  805. </script>
  806.  
  807.  
  808.  
  809.  
  810.  
  811. </head>
  812.  
  813. <body>
  814.  
  815. <div id="top">
  816.  
  817. <div id="headers">
  818. {block:ifnothideheaderimage}
  819. <div id="si" class="{select:Post Effect}"><a href="/"><img src="{image:header}"></a></div>
  820. {/block:ifnothideheaderimage}
  821. <div id="blogt"><div id="sham"></div><a class="plus" title="links">+</a><a class="min">&minus;</a><a href="/" class="dang">{Title}</a></div>
  822. <div class="standardlinks">
  823. <a href="/">refresh</a>
  824. <a href="/ask">message</a>
  825. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  826. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  827. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  828. </div>
  829. <div id="description">
  830. {Description}
  831. </div>
  832.  
  833. </div>
  834.  
  835. </div>
  836. <div id="con">
  837.  
  838.  
  839.  
  840.  
  841.  
  842. <div id="entries" class="autopagerize_page_element">
  843.  
  844. {block:Posts}
  845. <div class="{select:Post Effect}" id="posts">
  846.  
  847. {block:Date}
  848. {block:indexpage}
  849. <div id="permalink">
  850. <a href="{ReblogURL}" target="_blank" title="reblog"><span class="fontawesome-retweet"></span></a>
  851. <a href="{Permalink}" target="_blank" title="posted {timeago}"><span class="fontawesome-link"></span></a>
  852. {block:hastags}<a href="{permalink}" target="_blank" title="{block:Tags}#{tag} {/block:Tags}"><span class="fontawesome-tag"></span></a>{/block:hastags}
  853. </div>
  854. {/block:indexpage}
  855. {/block:Date}
  856.  
  857. {block:Quote}
  858.  
  859.  
  860. <div id="titlequote">“{Quote}”</div>
  861. {block:Source}<div id="source">{Source}</div>{/block:Source}
  862. {/block:Quote}
  863.  
  864.  
  865.  
  866. {block:Text}
  867. {block:Title}<div id="title">{Title}</div>{/block:Title}
  868.  
  869. {Body}
  870. {/block:Text}
  871.  
  872. {block:Link}
  873.  
  874. <div id="title"><a href="{URL}">{Name}</a></div>
  875. {block:Description}{Description}{/block:Description}
  876.  
  877. {/block:Link}
  878.  
  879. {block:Chat}
  880. {block:Title}
  881. <h1>{Title}</h1>
  882. {/block:Title}
  883. <div class="chat">
  884. <ol>{block:Lines}
  885. <li class="line {Alt}">
  886. {block:Label}
  887. <span class="label">
  888. {Label}</span>
  889. {/block:Label}{Line}</li>
  890. {/block:Lines}
  891. </ol></div>
  892. {/block:Chat}
  893.  
  894. {block:Photo}
  895. <div id="buttt">
  896. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a></div>
  897. {/block:Photo}
  898.  
  899. {block:Photoset}
  900. {block:ifnot400pxposts}
  901. {Photoset-250}
  902. {/block:ifnot400pxposts}
  903. {block:if400pxposts}
  904. {Photoset-400}
  905. {/block:if400pxposts}
  906. {/block:Photoset}
  907.  
  908. {block:Video}
  909. {block:ifnot400pxposts}
  910. {Video-250}
  911. {/block:ifnot400pxposts}
  912. {block:if400pxposts}
  913. {Video-400}
  914. {/block:if400pxposts}
  915. {/block:Video}
  916.  
  917.  
  918. {block:Audio}
  919. <div id="else">
  920. {block:AudioPlayer}
  921. <div class="hold">
  922. <div class="player">{AudioPlayerWhite}</div>
  923. </div>
  924. {/block:AudioPlayer}
  925. <div class="audio_info">
  926. {block:TrackName}<span style="font-style:italic;">{TrackName}</span>{/block:TrackName}
  927. {block:Artist}&nbsp;&mdash;&nbsp;{Artist}{/block:Artist}
  928. </div>
  929. </div>
  930. {/block:Audio}
  931.  
  932. {block:Answer}
  933.  
  934. <div class="q">{Question}</div>
  935. <div class="as">sent by {Asker}</div>
  936. <div class="a">{Answer}</div>
  937.  
  938. {/block:Answer}
  939.  
  940. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  941.  
  942.  
  943. {block:PermalinkPage}
  944. {block:Date}
  945. <div class="lang">
  946. Posted on: <a href="{Permalink}">{Month} {DayofMonth}{DayOfMonthSuffix}, {year}</a>{block:NoteCount}<br>Notes: <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<br>Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}<br>Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
  947. {block:HasTags}<div class="tags">Indexed: {block:Tags}<a href="{TagUrl}">{Tag},</a>{/block:Tags}</div>{/block:HasTags}
  948. </div>
  949. {/block:Date}{/block:PermalinkPage}
  950.  
  951.  
  952.  
  953. </div>
  954.  
  955.  
  956.  
  957.  
  958. {/block:Posts}
  959.  
  960. </div>
  961. {block:ifnotinfinitescroll}
  962. {block:Pagination}
  963. <div id="pagination">
  964. {block:PreviousPage}
  965. <a href="{PreviousPage}">prev page</a>
  966. /{/block:PreviousPage}
  967. {block:NextPage}
  968. <a href="{NextPage}">next page</a>
  969. {/block:NextPage}
  970. </div>
  971. {/block:Pagination}
  972. {/block:ifnotinfinitescroll}
  973. {block:PermalinkPagination}
  974. <div id="pagination">
  975. {block:NextPost}<a href="{nextpost}" style="font-weight:bold">prev post</a>/{/block:NextPost}
  976. {block:PreviousPost}<a href="{previouspost}" style="font-weight:bold">next post</a>{/block:PreviousPost}
  977. </div>
  978. {/block:PermalinkPagination}
  979.  
  980. {block:PostNotes}
  981. <div class="pagenotes">
  982. <div class="t">Notes</div>
  983. <div class="same">{PostNotes}</div>
  984. </div>
  985. {/block:PostNotes}
  986. </div>
  987. <div id="text"><a href="http://farahmir.tumblr.com" target="_blank" title="septim">&copy;</a></div>
  988.  
  989. </div>
  990.  
  991.  
  992. {block:ContentSource}
  993. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  994. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  995. {/block:SourceLogo}
  996. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  997. {/block:ContentSource}
  998.  
  999. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement