berry1890

thm2StarLight

Jun 24th, 2016
1,859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.03 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4.  
  5.  
  6. <!---
  7.  
  8. don't remove the credit
  9. leave the credit if you want to use parts of the theme
  10.  
  11.  
  12. ____________________________________
  13.  
  14.  
  15. --->
  16.  
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff" />
  20. <meta name="color:DescriptionBackground" content="#d1cea7" />
  21. <meta name="color:DescriptionBold" content="#f33f4a" />
  22. <meta name="color:DescriptionItalic" content="#724865" />
  23. <meta name="color:DescriptionLink" content="#936465" />
  24. <meta name="color:DescriptionText" content="#165c77" />
  25. <meta name="color:EntryBackground" content="#d1cea7" />
  26. <meta name="color:EntryBold" content="#724865" />
  27. <meta name="color:EntryItalic" content="#936465" />
  28. <meta name="color:EntryLink" content="#165c77" />
  29. <meta name="color:EntryText" content="#222222" />
  30. <meta name="color:BlockquoteBackground" content="#cecdbc" />
  31. <meta name="color:BlockquoteBorder" content="#724865" />
  32. <meta name="color:BlockquoteLink" content="#165c77" />
  33. <meta name="color:BlockquoteText" content="#724865" />
  34. <meta name="color:PermaBackground" content="#316d90" />
  35. <meta name="color:PermaText" content="#d1cea7" />
  36. <meta name="color:PostTitle" content="#936465" />
  37. <meta name="color:PostTitleBackground" content="#dab4b5" />
  38. <meta name="color:Pagination" content="#316d90"/>
  39. <meta name="color:SideBarTitle" content="#d1cea7" />
  40. <meta name="color:SideBarTitleBackground" content="#165c77" />
  41.  
  42.  
  43. <meta name="if:InfiniteScrolling" content="0" />
  44. <meta name="if:ShowCaptions" content="1">
  45. <meta name="if:FadingPhoto" content="0" />
  46. <meta name="if:ShowTags" content="1" />
  47. <meta name="if:BigPosts" content="1" />
  48.  
  49. <meta name="image:SideBarImage" content="https://36.media.tumblr.com/66b44af2a0ec2327576fff8a4968efdc/tumblr_o3y21qvxGI1rd6t1go1_r5_250.png"/>
  50. <meta name="image:BackgroundImage" content="https://static.tumblr.com/b46ceb559a4e2b70dce7d4558c28343f/uuxiawr/7X9o48wsp/tumblr_static_1l06yo47ypogs8k0ws840ogk.jpg"/>
  51. <meta name="image:CornerImage" content="" />
  52.  
  53.  
  54. <meta name="text:Background Repeat" content="repeat"/>
  55.  
  56. <meta name="text:Link1" content="" />
  57. <meta name="text:URL1" content="/"/>
  58. <meta name="text:Link2" content="" />
  59. <meta name="text:URL2" content="/"/>
  60. <meta name="text:Link3" content="" />
  61. <meta name="text:URL3" content="/"/>
  62. <meta name="text:Link4" content="" />
  63. <meta name="text:URL4" content="/"/>
  64. <meta name="text:Link5" content="" />
  65. <meta name="text:URL5" content="/"/>
  66. <meta name="text:Link6" content="" />
  67. <meta name="text:URL6" content="/"/>
  68.  
  69.  
  70.  
  71. <head>
  72. <link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  73. <meta https-equiv="content-type" content="text/html; charset=utf-8">
  74. <title>{Title}</title>
  75. <link rel="shortcut icon" href="{Favicon}">
  76.  
  77. <style type="text/css">
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84. body {
  85. background-image: url('{image:backgroundimage}');
  86. background-color: {color:background};
  87. background-attachment: fixed;
  88. background-repeat: {text:Background Repeat};
  89. color: {color:EntryText};
  90. font-size: 10px;
  91. }
  92.  
  93.  
  94. ::-webkit-scrollbar-thumb {
  95. background-color: {color:descriptiontext};
  96. height: 5px;
  97. width: 8px;
  98. }
  99.  
  100. ::-webkit-scrollbar {
  101. height: 5px;
  102. width: 8px;
  103. background-color: {color:descriptionbackground};
  104. }
  105.  
  106. a{
  107. text-decoration: none;
  108. }
  109.  
  110.  
  111.  
  112. #sidebar{
  113. width: 204px;
  114. top:0px;
  115. bottom:0px;
  116. {block:ifBigPosts}left: 600px;{/block:ifBigPosts}
  117. {block:ifNotBigPosts}left: 500px;{/block:ifNotBigPosts}
  118. text-align: center;
  119. position: fixed;
  120. }
  121.  
  122.  
  123.  
  124.  
  125.  
  126. #sidebar img{
  127. margin-top:-5px;
  128. width: 200px;
  129. border: 2px solid {color:SideBarTitleBackground};
  130. background-color: {color:SideBarTitleBackground};
  131. }
  132.  
  133.  
  134. #descbox{
  135. width: 194px;
  136. padding:5px;
  137. text-align: justify;
  138. margin-top:-3px;
  139. font-family:calibri;
  140. font-size:11px;
  141. margin-left:1px;
  142. line-height:11px;
  143. color: {color:DescriptionText};
  144. background-color: {color:DescriptionBackground};
  145. }
  146.  
  147. #descbox a{
  148. text-decoration:none;
  149. color: {color:DescriptionLink};
  150. }
  151.  
  152.  
  153. #descbox b,strong{
  154. color: {color:DescriptionBold};
  155. }
  156.  
  157.  
  158. #descbox i,em{
  159. color: {color:DescriptionItalic};
  160. }
  161.  
  162.  
  163. #sidetitle{
  164. width: 198px;
  165. display: inline-block;
  166. font-size: 20px;
  167. padding:3px;
  168. text-align: center;
  169. letter-spacing: 1px;
  170. margin-top: 0px;
  171. font-family: 'Indie Flower', cursive;
  172. font-style: bold;
  173. color: {color:SideBarTitle};
  174. background-color: {color:SideBarTitleBackground};
  175. }
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182. #custombox {
  183. margin-top: 10px;
  184. width: 205px;
  185. display: inline-block;
  186. }
  187.  
  188. #custombox a {
  189. color: {color:DescriptionText};
  190. background-color: {color:DescriptionBackground};
  191. display: inline-block;
  192. width: 94px;
  193. margin-left:1px;
  194. padding: 3px;
  195. margin-bottom: 2px;
  196. font-family: calibri;
  197. font-size: 11px;
  198. text-decoration: none;
  199. text-transform: uppercase;
  200. text-align: center;
  201. letter-spacing: 1px;
  202. text-shadow: 0 0 #000000;
  203. -webkit-transition: all 0.5s ease-in-out;
  204. -moz-transition: all 0.5s ease-in-out;
  205. -o-transition: all 0.5s ease-in-out;
  206. -ms-transition: all 0.5s ease-in-out;
  207. transition: all 0.5s ease-in-out;
  208. }
  209.  
  210. #custombox a:hover{
  211. color: {color:DescriptionBackground};
  212. background-color: {color:DescriptionText};
  213. }
  214.  
  215.  
  216.  
  217. #navibox{
  218. margin-top:0px;
  219. margin-left:2px;
  220. width: 200px;
  221. text-align: center;
  222. }
  223.  
  224. #navibox a{
  225. display: block;
  226. float:left;
  227. font-family: calibri;
  228. font-size: 9px;
  229. width: 49px;
  230. height: 20px;
  231. line-height: 20px;
  232. margin: 0px 0px 3px 1px;
  233. text-align: center;
  234. color: {color:DescriptionText};
  235. background-color: {color:DescriptionBackground};
  236. -webkit-transition: all 0.5s ease-in-out;
  237. -moz-transition: all 0.5s ease-in-out;
  238. -o-transition: all 0.5s ease-in-out;
  239.  
  240. }
  241.  
  242. #navibox a:hover{
  243. color: {color:DescriptionBackground};
  244. background-color: {color:DescriptionText};
  245. }
  246.  
  247. #pagi{
  248. margin-top: 10px;
  249. font-size: 30px;
  250. font-family: consolas;
  251. line-height: 10px;
  252. color:{color:pagination};
  253. }
  254.  
  255.  
  256. #pagi a{
  257. color: {color:pagination};
  258. }
  259.  
  260.  
  261. #posts{
  262. {block:ifBigPosts}width: 520px;{/block:ifBigPosts}
  263. {block:ifNotBigPosts}width: 420px;{/block:ifNotBigPosts}
  264. margin-left: 32px;
  265. margin-bottom:30px;
  266. position:relative;
  267. }
  268.  
  269. img.center {
  270. display: block;
  271. margin-left: auto;
  272. margin-right: auto;
  273. }
  274.  
  275.  
  276. .entry{
  277. {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
  278. {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
  279. padding:10px;
  280. text-align:justify;
  281. font-family: calibri;
  282. font-size: 12px;
  283. margin-top: 30px;
  284. overflow: hidden;
  285. color:{color:EntryText};
  286. background-color: {color:EntryBackground};
  287. }
  288.  
  289. .entry img{
  290. {block:ifBigPosts}max-width: 500px;{/block:ifBigPosts}
  291. {block:ifNotBigPosts}max-width: 400px;{/block:ifNotBigPosts}
  292. {block:ifFadingPhoto}
  293. opacity: 0.7;
  294. -webkit-transition: all 0.7s ease-in-out;
  295. -moz-transition: all 0.7s ease-in-out;
  296. -o-transition: all 0.7s ease-in-out;
  297. {/block:ifFadingPhoto}
  298. }
  299.  
  300. {block:ifFadingPhoto}
  301. .entry img:hover{
  302. opacity: 1;
  303. }
  304. {/block:ifFadingPhoto}
  305.  
  306.  
  307. {block:ifFadingPhoto}
  308. .photosetfade {
  309. opacity: 0.7;
  310. filter:alpha(opacity=70);
  311. -moz-opacity: 0.7;
  312. -webkit-transition: all 0.7s linear;
  313. -moz-transition: all 0.7s linear;
  314. -o-transition: all 0.7s linear;
  315. }
  316. {/block:ifFadingPhoto}
  317.  
  318.  
  319. {block:ifFadingPhoto}
  320. .photosetfade:hover {
  321. opacity: 1;
  322. filter:alpha(opacity=100);
  323. -moz-opacity: 0.9;
  324. }
  325. {/block:ifFadingPhoto}
  326.  
  327.  
  328. .entry b, strong{
  329. color: {color:EntryBold};
  330. }
  331.  
  332. .entry i, em{
  333. color: {color:EntryItalic};
  334. }
  335.  
  336. .entry a{
  337. color: {color:EntryLink};
  338. text-decoration: none;
  339. }
  340.  
  341. .entry h1{
  342. font-family: consolas;
  343. text-transform: uppercase;
  344. font-size: 15px;
  345. font-weight: 20px;
  346. letter-spacing: 1px;
  347. }
  348.  
  349. .entry h1 a{
  350. color: {color:NormalLink};
  351. }
  352.  
  353. blockquote{
  354. border-left: 4px solid {color:blockquoteborder};
  355. background-color:{color:blockquotebackground};
  356. color:{color:blockquotetext};
  357. font-size: 11px;
  358. padding-left:10px;
  359. padding-right: 4px;
  360. margin:5px;
  361. text-align:justify;
  362. }
  363.  
  364.  
  365. .entry blockquote img{
  366. max-width: 90%;
  367. margin-left: 3px;
  368. }
  369.  
  370. blockquote img{
  371. max-width: 90%;
  372. margin-left: 3px;
  373. }
  374.  
  375.  
  376. .entry pre{
  377. word-wrap:break-word;
  378. white-space: pre-wrap;
  379. word-break:break-all;
  380. font-family:courier new;
  381. font-size:11px;
  382. padding:5px;
  383. letter-spacing:0px;
  384. background-color:{color:blockquotebackground};
  385. color:{color:blockquotetext};
  386. }
  387.  
  388.  
  389. .entry pre a{
  390. color:{color:BlockquoteLink};
  391. }
  392.  
  393.  
  394. .entry blockquote pre{
  395. background-color:{color:blockquotebackground};
  396. color:{color:blockquotetext};
  397. font-size:10px;
  398. font-family:courier new;
  399. width:93%;
  400. margin:5px;
  401. display:block;
  402. word-wrap:break-word;
  403. white-space: pre-wrap;
  404. word-break:break-all;
  405. }
  406.  
  407.  
  408. .entry blockquote pre a{
  409. color:{color:BlockquoteLink};
  410. }
  411.  
  412.  
  413. #quote{
  414. color: {color:Quote};
  415. padding: 15px;
  416. font-family: consolas;
  417. letter-spacing: 1px;
  418. line-height: 10px;
  419. }
  420.  
  421. .entry:hover #perma {
  422. opacity: 1;
  423. {block:ifBigPosts}width: 514px;{/block:ifBigPosts}
  424. {block:ifNotBigPosts}width: 414px;{/block:ifNotBigPosts}
  425. margin-top: -15px;
  426. }
  427.  
  428. #perma{
  429. font-family: calibri;
  430. font-size: 10px;
  431. letter-spacing: 1px;
  432. {block:ifBigPosts}width: 514px;{/block:ifBigPosts}
  433. {block:ifNotBigPosts}width: 414px;{/block:ifNotBigPosts}
  434. height: 8px;
  435. line-height: 8px;
  436. margin-top: -15px;
  437. margin-left: -10px;
  438. text-align: center;
  439. padding: 3px;
  440. opacity: 0;
  441. position: absolute;
  442. color: {color:PermaText};
  443. background-color: {color:PermaBackground};
  444. -webkit-transition: all 0.5s ease-in-out;
  445. -moz-transition: all 0.5s ease-in-out;
  446. -o-transition: all 0.5s ease-in-out;
  447.  
  448.  
  449. }
  450.  
  451. #perma a{
  452. color: {color:PermaText};
  453. font-style: none;
  454. }
  455.  
  456. #perma a:hover {
  457. color: {color:EntryBackground};
  458. font-style: none;
  459. }
  460.  
  461.  
  462.  
  463.  
  464. .permalink {
  465. font-family: cambria;
  466. font-size: 10px;
  467. color: {color:EntryText};
  468. text-transform: uppercase;
  469. text-align: center;
  470. {block:ifBigPosts}width: 514px;{/block:ifBigPosts}
  471. {block:ifNotBigPosts}width: 414px;{/block:ifNotBigPosts}
  472. margin-top: 20px;
  473. margin-bottom: 10px;
  474. margin-left: -10px;
  475. float: left;
  476. background-color: {color:entrybackground};
  477. }
  478.  
  479. .permalink b,strong{
  480. color: {color:EntryBold};
  481. font-weight: normal;
  482. }
  483.  
  484. #date {
  485. color: {color:EntryText};
  486. }
  487.  
  488. .permalink a {
  489. color: {color:NormalLink};
  490. text-decoration: none;
  491. }
  492.  
  493.  
  494.  
  495. #tags {
  496. {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
  497. {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
  498. padding:10px;
  499. display: inline-block;
  500. font-size: 10px;
  501. font-family: calibri;
  502. font-style: normal;
  503. text-align: left;
  504. position:relative;
  505. }
  506.  
  507. #tags a{
  508. padding:1px 5px 1px 5px;
  509. display: inline-block;
  510. font-size: 10px;
  511. font-family: calibri;
  512. font-style: normal;
  513. text-align: center;
  514. color:{color:EntryText};
  515. background-color: {color:EntryBackground};
  516. -moz-border-radius: 3px;
  517. -webkit-border-radius: 3px;
  518. border-radius: 3px;
  519. }
  520.  
  521.  
  522.  
  523. .title{
  524. color: {color:PostTitle};
  525. padding-top: 5px;
  526. padding-bottom: 5px;
  527. font-size: 30px;
  528. font-family: tommaso;
  529. margin-bottom:10px;
  530. line-height: 100%;
  531. letter-spacing: 1px;
  532. text-transform: uppercase;
  533. text-align: center;
  534. background-color: {color:PostTitlebackground};
  535. border-bottom: 1px {color:PostTitle} solid;
  536. }
  537.  
  538.  
  539. .ask {
  540. display:block;
  541. padding:10px;
  542. background-color:{color:entrytext};
  543. color:{color:entrybackground};
  544. text-transform: none;
  545. }
  546.  
  547.  
  548.  
  549. .askx img {
  550. max-width: 30px;
  551. display:block;
  552. margin-left:15px;
  553. margin-top:5px;
  554. -moz-border-radius: 30px 30px 30px 30px;
  555. -webkit-border-radius: 30px 30px 30px 30px;
  556. border-radius: 30px 30px 30px 30px;
  557. }
  558.  
  559. .asky {
  560. display:block;
  561. float:left;
  562. text-transform:uppercase;
  563. margin-top:13px;
  564. font-size:10px;
  565. margin-left:5px;
  566. }
  567.  
  568.  
  569. .aska{
  570. display:block;
  571. margin-top:50px;
  572. border-top: 1px solid {color:text};
  573. }
  574.  
  575.  
  576. #source {
  577. font-family: consolas;
  578. font-size:7pt;
  579. text-align: right;
  580. margin-top: -5px;
  581. }
  582.  
  583. ol.notes {
  584. background-color:{color:EntryBackground};
  585. font-family:tahoma;
  586. font-size:10px;
  587. padding-top:10px;
  588. border: 0px;
  589. padding-left:15px;
  590. margin-top:10px;
  591. {block:ifBigPosts}width:476px;{/block:ifBigPosts}
  592. {block:ifNotBigPosts}width:376px;{/block:ifNotBigPosts}
  593. margin-left: 0px;
  594. list-style-type: none;}
  595.  
  596. ol.notes li.note {
  597. background: ;
  598. padding:5px;
  599. {block:ifBigPosts}width:480px;{/block:ifBigPosts}
  600. {block:ifNotBigPosts}width:380px;{/block:ifNotBigPosts}
  601. letter-spacing: 0px;
  602. text-align: left;
  603. }
  604.  
  605. ol.notes li.note a{
  606. color:{color:EntryLink};
  607. background: ;
  608. font-family:tahoma;
  609. text-transform:none;
  610. letter-spacing:0px;
  611. font-size:10px;}
  612.  
  613. ol.notes li.note img.avatar {
  614. vertical-align: -4px;
  615. margin-right: 0px;
  616. }
  617.  
  618. #musicbox{
  619. width: 270px;
  620. height: 100px;
  621. text-align: left;
  622. }
  623.  
  624. .cover {
  625. width:100px;
  626. height: 100px;
  627. display: block;
  628. position:absolute;
  629. z-index:2;
  630. }
  631.  
  632. .cover img{
  633. width: 100px;
  634. height: 100px;
  635. }
  636.  
  637. .coverx{
  638. width: 100px;
  639. height: 100px;
  640. display: block;
  641. position:absolute;
  642. z-index:1;
  643. }
  644.  
  645. .coverx img{
  646. width: 100px;
  647. height: 100px;
  648. }
  649.  
  650. .playbutton {
  651. width:20px;
  652. height: 20px;
  653. line-height:20px;
  654. overflow: hidden;
  655. position:relative;
  656. z-index:100;
  657. margin-left:2px;
  658. margin-top:2px;
  659. }
  660.  
  661.  
  662. .playbox {
  663. opacity: 0.8;
  664. background-color: #000000;
  665. position: absolute;
  666. z-index: 1000;
  667. margin-top:36px;
  668. margin-left:36px;
  669. width:30px;
  670. height:30px;
  671. line-height:32px;
  672. text-align:center;
  673. }
  674.  
  675. .audioplayer {
  676. float:left;
  677. margin-left: 100px;
  678. position: absolute;
  679. display: block;
  680. margin-top: 10px;
  681. padding-bottom:7px;
  682. }
  683.  
  684. .infomusic {
  685. text-align:left;
  686. {block:ifbigposts}max-width: 390px;{/block:ifbigposts}
  687. {block:ifnotbigposts}max-width: 290px;{/block:ifnotbigposts}
  688. margin-left:10px;
  689. padding:5px;
  690. background-color: {color:Blockquote};
  691. }
  692.  
  693.  
  694.  
  695.  
  696. .odd .line {
  697. padding: 3px;
  698. margin-bottom:3px;
  699. border-bottom: 2px solid {color:text};
  700. }
  701. .even .line {
  702. padding:3px;
  703. margin-bottom:3px;
  704. border-bottom: 2px solid {color:text};
  705. }
  706. .odd .name {
  707. padding: 3px;
  708. }
  709. .even .name {
  710. padding: 3px;
  711. }
  712.  
  713.  
  714.  
  715.  
  716. .tmblr-iframe {
  717. right:3px !important;
  718. position:fixed !important;
  719. z-index:9999999;
  720. opacity: 0.4;
  721. -webkit-transition: all 0.4s ease-in-out;
  722. -moz-transition: all 0.4s ease-in-out;
  723. -o-transition: all 0.4s ease-in-out;
  724. -ms-transition: all 0.4s ease-in-out;
  725. transition: all 0.4s ease-in-out;
  726. }
  727. .tmblr-iframe:hover {
  728. opacity: 1;
  729. -webkit-transition: all 0.4s ease-in-out;
  730. -moz-transition: all 0.4s ease-in-out;
  731. -o-transition: all 0.4s ease-in-out;
  732. -ms-transition: all 0.4s ease-in-out;
  733. transition: all 0.4s ease-in-out;
  734. }
  735.  
  736. {CustomCSS}
  737.  
  738. </style>
  739.  
  740. </head>
  741.  
  742. {block:IfInfiniteScrolling}
  743. <script type="text/javascript" src="https://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>{/block:IfInfiniteScrolling}
  744. <body>
  745.  
  746.  
  747.  
  748.  
  749. <div id="sidebar">
  750.  
  751.  
  752. <div style="display: table; height: 100%; #position: relative; overflow: hidden; z-index:999;">
  753. <div style=" #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;">
  754. <div style=" #position: relative; #top: -50%;">
  755.  
  756.  
  757. <div id="container">
  758.  
  759. <div id="navibox">
  760. <a href="/">Home</a>
  761. <a href="/ask">Ask</a>
  762. <a href="/archive">Past</a>
  763. <a href="https://dianthus-s.tumblr.com/">Theme</a>
  764. </div>
  765.  
  766.  
  767. <img src="{image:SideBarImage}">
  768.  
  769.  
  770. <div id="descbox">
  771. {Description}
  772. </div>
  773.  
  774.  
  775. <div id="sidetitle">{Title}</div>
  776.  
  777.  
  778.  
  779. <div id="custombox">
  780. {block:ifLink1}<a href="{text:URL1}" >{text:Link1}</a>{/block:ifLink1}
  781. {block:ifLink2}<a href="{text:URL2}" >{text:Link2}</a>{/block:ifLink2}
  782. {block:ifLink3}<a href="{text:URL3}" >{text:Link3}</a>{/block:ifLink3}
  783. {block:ifLink4}<a href="{text:URL4}" >{text:Link4}</a>{/block:ifLink4}
  784. {block:ifLink5}<a href="{text:URL5}" >{text:Link5}</a>{/block:ifLink5}
  785. {block:ifLink6}<a href="{text:URL6}" >{text:Link6}</a>{/block:ifLink6}
  786.  
  787. </div>
  788.  
  789.  
  790. {block:IfNotInfiniteScrolling}<center><div id="pagi">{block:Pagination}
  791. {block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}
  792. {/block:Pagination}</div></center>{/block:IfNotInfiniteScrolling}
  793.  
  794.  
  795. </div>
  796.  
  797. </div>
  798. </div>
  799. </div>
  800. </div>
  801.  
  802.  
  803.  
  804.  
  805. <div id="posts">
  806.  
  807. {block:Posts}
  808.  
  809. <div class="entry" >
  810.  
  811. {block:IndexPage}
  812. {block:Date}<div id="perma"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} //<a href="{Permalink}"> {NoteCountWithLabel}</a>
  813. {/block:NoteCount}
  814. <a href="{ReblogURL}">// REBLOG</a>
  815.  
  816. </div>
  817.  
  818. {/block:Date}
  819. {block:IndexPage}
  820.  
  821.  
  822. {block:Text}
  823. {block:Title}<div class="title">{Title}</div>{/block:Title}{Body}
  824. {/block:Text}
  825.  
  826. {block:Photo}
  827. {LinkOpenTag}<img src="{PhotoURL-500}" class="center">{LinkCloseTag}
  828. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  829. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  830. {Caption}
  831. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  832. {/block:Photo}
  833.  
  834. {block:Photoset}
  835. {block:IfBigPosts}<div class="photosetfade">{Photoset-500}</div>{/block:IfBigPosts}
  836. {block:IfNotBigPosts}<div class="photosetfade">{Photoset-400}</div>{/block:IfNotBigPosts}
  837. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  838. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  839. {Caption}
  840. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  841. {/block:Photoset}
  842.  
  843.  
  844. {block:Link}
  845. <div class="title">
  846. <a href="{URL}" {Target}>{Name}</a>
  847. </div>
  848. {block:Description}{Description}{/block:Description}
  849. {/block:Link}
  850.  
  851. {block:Quote}
  852. <div id="quote">{Quote}</div>{block:Source} <div id="source"> —{Source}</div> {/block:Source}{/block:Quote}
  853.  
  854. {block:Chat}
  855. {block:Title}
  856. <div class="title">&raquo {Title}</div>
  857. {/block:Title}
  858. {block:Lines}<div class="{Alt}">
  859. <div class="line">{block:Label}<span class="name">{Label}</span>{/block:Label} {Line}<br /></div></div>
  860. {/block:Lines}
  861. {/block:Chat}
  862.  
  863. {block:Audio}
  864. <div id="musicbox">
  865. <div class="playbox">
  866. <div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  867. </div>
  868. </div>
  869. <div class="coverx"><img src="https://media.tumblr.com/90911ce35307a2b68bb52c9794d02dd0/tumblr_inline_mgshunrUnn1r8s568.png"></div>
  870. {block:AlbumArt}
  871. <div class="cover"><img src="{AlbumArtURL}"></div>
  872. {/block:AlbumArt}
  873. <div class="audioplayer">
  874. {block:Artist}
  875. <div class="infomusic"> <b>Artist:</b> {Artist}</div>
  876. {/block:Artist}
  877. {block:TrackName}
  878. <div class="infomusic"><b>Track:</b> "{TrackName}" </div>
  879. {/block:TrackName}
  880. <div class="infomusic"><b>Plays: </b> {PlayCountWithLabel} </div>
  881. </div>
  882. </div>
  883. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  884. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  885. {Caption}
  886. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  887.  
  888. {/block:Audio}
  889.  
  890. {block:Video}
  891. {block:IfBigPosts}{Video-500}{/block:IfBigPosts}
  892. {block:IfNotBigPosts}{Video-400}{/block:IfNotBigPosts}
  893. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  894. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  895. {Caption}
  896. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  897. {/block:Video}
  898.  
  899.  
  900. {block:Answer}
  901. <div class="ask">{Question}</div>
  902. <div class="arrow-down"></div>
  903. <div class="askx"><img src="{AskerPortraitURL-40}" align="left"></div>
  904. <div class="asky">{Asker}</div>
  905. <div class="aska">{Answer}</div>
  906. {/block:Answer}
  907.  
  908.  
  909.  
  910. {block:PermalinkPage}
  911. <div class="permalink">
  912. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  913. {block:HasTags}<b>tags &raquo;</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</center>
  914. {block:PostNotes}
  915. {PostNotes}
  916. {/block:PostNotes}
  917. </div>
  918. {/block:PermalinkPage}
  919. </div>
  920.  
  921.  
  922. {block:indexpage}
  923. {block:IfShowTags}
  924. {block:HasTags}
  925. <div id="tags">
  926. tags:
  927. {block:Tags} <a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  928. </div>
  929. {/block:HasTags}
  930. {/block:IfShowTags}
  931. {/block:indexpage}
  932.  
  933.  
  934. {/block:Posts}
  935.  
  936. </div>
  937.  
  938.  
  939. <div>
  940.  
  941. <img src="{image:CornerImage}" style="position:fixed;
  942. max-height: 100%;
  943. max-width: 500px;
  944. right:-20px;
  945. bottom:-5px;
  946. z-index:-9;
  947. ">
  948.  
  949. </div>
  950.  
  951. </body>
  952. </html>
Advertisement
Add Comment
Please, Sign In to add comment