berry1890

thm10TheServant

Jun 24th, 2016
1,372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.46 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:BlockquoteBorder" content="#55552f" />
  21. <meta name="color:BlogTitle" content="#f3847b" />
  22. <meta name="color:Bold" content="#5f81d0" />
  23. <meta name="color:CustomText" content="#888888" />
  24. <meta name="color:CustomTextHover" content="#74445c" />
  25. <meta name="color:DescBackground" content="#e4e4e4" />
  26. <meta name="color:DescBold" content="#5f81d0" />
  27. <meta name="color:DescItalic" content="#979730" />
  28. <meta name="color:DescLink" content="#ad1a0c" />
  29. <meta name="color:DescText" content="#5f5f5f" />
  30. <meta name="color:EntryBackground" content="#f4f4f4" />
  31. <meta name="color:IconBorder" content="#f4a38e" />
  32. <meta name="color:Italic" content="#55552f" />
  33. <meta name="color:Link" content="#f3847b" />
  34. <meta name="color:LinkHover" content="#55552f" />
  35. <meta name="color:NaviText" content="#55552f"/>
  36. <meta name="color:NaviBackground" content="#fedbbd"/>
  37. <meta name="color:PermaLinkColor" content="#3e3e3e" />
  38. <meta name="color:PermaLinkBackground" content="#fddccb" />
  39. <meta name="color:PostTitle" content="#f3847b" />
  40. <meta name="color:QuoteSourceItalic" content="#fddccb" />
  41. <meta name="color:QuoteSourceLink" content="#a8a2d3" />
  42. <meta name="color:SidebarBackground" content="#f4f4f4" />
  43. <meta name="color:SidebarBorder1" content="#e0e0e0" />
  44. <meta name="color:SidebarBorder2" content="#888888" />
  45. <meta name="color:Subtitle" content="#a8a2d3" />
  46. <meta name="color:SubtitleShadow" content="#ffffff" />
  47. <meta name="color:TagsLink" content="#666666" />
  48. <meta name="color:TagsText" content="#666666" />
  49. <meta name="color:SubtitleShadow" content="#ffffff" />
  50. <meta name="color:Text" content="#888888" />
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. <meta name="text:BlogTitleFont" content="kurayamiregular" />
  59.  
  60.  
  61. <meta name="if:InfiniteScrolling" content="0" />
  62. <meta name="if:ShowCaptions" content="1">
  63. <meta name="if:FadingPhoto" content="0" />
  64. <meta name="if:MultipleColumnPosts" content="0" />
  65. <meta name="if:Monochrome" content="0" />
  66. <meta name="if:ShowTags" content="1" />
  67.  
  68. <meta name="image:SidebarImg" content="https://41.media.tumblr.com/786ce981a072360556cb24c914b67e1b/tumblr_o4avbzr00E1rd6t1go1_r2_250.png"/>
  69. <meta name="image:BackgroundImage" content=" "/>
  70. <meta name="image:CornerImage" content="" />
  71.  
  72.  
  73.  
  74. <meta name="text:Background Repeat" content="repeat"/>
  75. <meta name="text:Subtitle" content=" "/>
  76.  
  77.  
  78. <meta name="text:Link1" content="" />
  79. <meta name="text:Link1URL" content="/"/>
  80. <meta name="text:Link2" content="" />
  81. <meta name="text:Link2URL" content="/"/>
  82. <meta name="text:Link3" content="" />
  83. <meta name="text:Link3URL" content="/"/>
  84. <meta name="text:Link4" content="" />
  85. <meta name="text:Link4URL" content="/"/>
  86. <meta name="text:Link5" content="" />
  87. <meta name="text:Link5URL" content="/"/>
  88. <meta name="text:Link6" content="" />
  89. <meta name="text:Link6URL" content="/"/>
  90.  
  91.  
  92. <head>
  93. <link href='https://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
  94. <link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic' rel='stylesheet' type='text/css'>
  95. <link href='https://static.tumblr.com/7fjp0ap/uQWn2jbu0/stylesheet.css' rel='stylesheet' type='text/css'>
  96. <link href='https://static.tumblr.com/7fjp0ap/e7Qn26log/stylesheet.css' rel='stylesheet' type='text/css'>
  97.  
  98.  
  99.  
  100. <meta https-equiv="content-type" content="text/html; charset=utf-8">
  101. <title>{Title}</title>
  102. <link rel="shortcut icon" href="{Favicon}">
  103.  
  104.  
  105.  
  106.  
  107. <style type="text/css">
  108.  
  109.  
  110.  
  111. body {
  112. background-image: url('{image:backgroundImage}');
  113. background-color: {color:background};
  114. background-attachment: fixed;
  115. background-repeat: {text:Background Repeat};
  116. color: {color:text};
  117. font-family: {font:body};
  118. font-size: 10px;
  119. }
  120.  
  121.  
  122.  
  123. ::-webkit-scrollbar-thumb {
  124. background-color: {color:desctext};
  125. height: 5px;
  126. width: 8px;
  127. }
  128.  
  129. ::-webkit-scrollbar {
  130. height: 5px;
  131. width: 8px;
  132. background-color: {color:sidebarbackground};
  133. }
  134.  
  135. a{
  136. color: {color:link};
  137.  
  138. text-decoration: none;
  139. -webkit-transition: all 0.5s linear;
  140. -moz-transition: all 0.5s linear;
  141. -o-transition: all 0.5s linear;
  142. }
  143.  
  144. a:hover{
  145. color: {color:linkhover};
  146. }
  147.  
  148.  
  149.  
  150. #sidebar{
  151. position:fixed;
  152. width: 350px;
  153. top:0px;
  154. bottom:0px;
  155. left:0px;
  156. display: inline-block;
  157. text-align: center;
  158. border:0px;
  159. border-right: 5px solid {color:sidebarbackground};
  160. -moz-border-image:url("{image:backgroundimage}") 55 25 85 25 repeat;
  161. -webkit-border-image:url("{image:backgroundimage}") 55 25 85 25 repeat;
  162. border-image:url("{image:backgroundimage}") 55 25 85 25 repeat;
  163. background-color: {color:sidebarbackground} ;
  164. }
  165.  
  166.  
  167. .border{
  168. position:fixed;
  169. left:355px;
  170. background-color:{color:sidebarborder1};
  171. top:0px;
  172. bottom:0px;
  173. width:13px;
  174. border-right:2px solid {color:sidebarborder2};
  175. }
  176.  
  177.  
  178. .header{
  179. position:fixed;
  180. z-index:8;
  181. top:0px;
  182. display:inline-block;
  183. {block:ifNotMultipleColumnPosts}
  184. {block:IndexPage}width:416px;{/block:IndexPage}
  185. left: 440px;
  186. {/block:ifNotMultipleColumnPosts}
  187. {block:ifMultipleColumnPosts}
  188. left:427px;
  189. top:0px;
  190. right:55px;
  191. {/block:ifMultipleColumnPosts}
  192. {block:PermalinkPage}
  193. width:416px;
  194. left: 440px;
  195. {/block:PermalinkPage}
  196. background: {color:background} url('{image:backgroundimage}');
  197. padding-top:30px;
  198. padding-bottom:5px;
  199. text-align:center;
  200. border-bottom:1px solid {color:CustomText};
  201. }
  202.  
  203.  
  204. .custom{
  205. margin-left:-20px;
  206. display:inline-block;
  207. {block:ifOneColumnPosts}
  208. {block:IndexPage}width:400px;{/block:IndexPage}
  209. {/block:ifOneColumnPosts}
  210. {block:ifTwoColumnPosts}
  211. {block:IndexPage}width:536px;{/block:IndexPage}
  212. {/block:ifTwoColumnPosts}
  213. {block:ifThreeColumnPosts}
  214. {block:IndexPage}width:812px;{/block:IndexPage}
  215. {/block:ifThreeColumnPosts}
  216. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  217. }
  218.  
  219.  
  220. .custom a{
  221. display:inline-block;
  222. color:{color:CustomText};
  223. font-family:calibri;
  224. font-size:10px;
  225. font-style:italic;
  226. margin-left:20px;
  227. -webkit-transition: all 0.5s ease;
  228. -moz-transition: all 0.5s ease;
  229. -o-transition: all 0.5s ease;
  230. }
  231.  
  232. .custom a:hover{
  233. display:inline-block;
  234. color:{color:CustomTextHover};
  235. text-decoration:line-through;
  236. }
  237.  
  238.  
  239. .subtitle{
  240. width: 250px;
  241. font-size:10px;
  242. margin-top:20px;
  243. text-align: left;
  244. display:inline-block;
  245. line-height:10px;
  246. color: {color:subtitle};
  247. text-shadow: 0.1em 0.1em 0.06em {color:subtitleshadow};
  248. font-family:consolas, serif;
  249. }
  250.  
  251.  
  252.  
  253. #sidebarx{
  254. display: inline-block;
  255. width: 250px;
  256. margin-top:5px;
  257. text-align:center;
  258. }
  259.  
  260. #sidebarx img{
  261. width:242px;
  262. text-align: center;
  263. border: 4px solid {color:desctext};
  264. -moz-border-image:url("{image:backgroundimage}") 55 25 85 25 repeat;
  265. -webkit-border-image:url("{image:backgroundimage}") 55 25 85 25 repeat;
  266. border-image:url("{image:backgroundimage}") 55 25 85 25 repeat;
  267. }
  268.  
  269.  
  270. #sidetitle{
  271. margin-top: 10px;
  272. width: 250px;
  273. display: inline-block;
  274. text-align: center;
  275. font-family: '{text:BlogTitleFont}';
  276. font-size: 30px;
  277. text-transform:none;
  278. letter-spacing: 1px;
  279. color: {color:blogtitle};
  280. }
  281.  
  282.  
  283.  
  284. #desc{
  285. color: {color:desctext};
  286. font-family: consolas;
  287. font-size: 10px;
  288. width: 240px;
  289. padding:5px;
  290. display: inline-block;
  291. text-align: center;
  292. background-color: {color:descbackground};
  293. }
  294.  
  295.  
  296. #desc a{
  297. color:{color:desclink};
  298. }
  299.  
  300.  
  301. #desc i,em{
  302. color:{color:descitalic};
  303. }
  304.  
  305.  
  306. #desc b,strong{
  307. color:{color:descbold};
  308. }
  309.  
  310.  
  311. .arrow-down1 {
  312. margin-top:-5px;
  313. display:block;
  314. width:0px;
  315. height:0px;
  316. border-left:10px solid transparent;
  317. border-right:10px solid transparent;
  318. border-top:15px solid {color:descbackground};
  319. font-size:0px;
  320. line-height:0px;
  321. }
  322.  
  323.  
  324.  
  325. #holder{
  326. margin-top: 10px;
  327. text-align: center;
  328. width: 250px;
  329. display:inline-block;
  330. }
  331.  
  332. .hold{
  333. display:block;
  334. float:left;
  335. width:33.3%;
  336. text-align:center;
  337. }
  338.  
  339.  
  340. #icon img{
  341. display:inline-block;
  342. width:31px;
  343. height:31px;
  344. border:3px solid {color:IconBorder};
  345. }
  346.  
  347.  
  348. .ha{
  349. display:block;
  350. float:right;
  351. z-index:999;
  352. position:relative;
  353. }
  354.  
  355.  
  356.  
  357. .ha a{
  358. display:block;
  359. width:93px;
  360. float:right;
  361. margin-bottom:3px;
  362. font-family:calibri;
  363. font-size:10px;
  364. margin-right:-20px;
  365. text-align:right;
  366. padding:2px 5px 2px 0px;
  367. color: {color:navitext};
  368. background-color: {color:navibackground};
  369. border-right:5px solid {color:IconBorder};
  370. -webkit-transition: all 0.5s ease;
  371. -moz-transition: all 0.5s ease;
  372. -o-transition: all 0.5s ease;
  373. }
  374.  
  375.  
  376. .ha a:hover{
  377. color: {color:navibackground};
  378. background-color: {color:navitext};
  379. border-right:10px solid {color:IconBorder};
  380. }
  381.  
  382.  
  383. .pt{
  384. display:block;
  385. float:left;
  386. }
  387.  
  388.  
  389.  
  390. .pt a{
  391. display:block;
  392. width:93px;
  393. margin-bottom:3px;
  394. font-family:calibri;
  395. font-size:10px;
  396. margin-left:-21px;
  397. text-align:left;
  398. padding:2px 0px 2px 5px;
  399. border-left:5px solid {color:IconBorder};
  400. color: {color:navitext};
  401. background-color: {color:navibackground};
  402. -webkit-transition: all 0.5s ease;
  403. -moz-transition: all 0.5s ease;
  404. -o-transition: all 0.5s ease;
  405. }
  406.  
  407.  
  408. .pt a:hover{
  409. color: {color:navibackground};
  410. background-color: {color:navitext};
  411. border-left:10px solid {color:IconBorder};
  412. }
  413.  
  414.  
  415.  
  416.  
  417. #pagi{
  418. display:inline-block;
  419. width:180px;
  420. margin-top:20px;
  421. height:15px;
  422. line-height:15px;
  423. font-size: 11px;
  424. text-align:center;
  425. font-family: consolas;
  426. }
  427.  
  428.  
  429. #pagi a{
  430. color: {color:desctext};
  431. }
  432.  
  433.  
  434. .jump_page {
  435. padding: 2px;
  436. font-family:cambria;
  437. font-size:11px;
  438. text-decoration:none;
  439. }
  440.  
  441.  
  442.  
  443. .current_page, .jump_page:hover {
  444. padding: 2px;
  445. color: {color:desclink};
  446. font-family:cambria;
  447. font-size:11px;
  448. text-decoration:none;
  449. }
  450.  
  451.  
  452.  
  453. .holdxx{
  454. left:440px;
  455. top:50px;
  456. {block:ifMultipleColumnPosts}
  457. {block:IndexPage}
  458. left:370px;
  459. bottom:0px;
  460. {/block:IndexPage}
  461. {/block:ifMultipleColumnPosts}
  462. {block:PermaLinkPage}
  463. left:440px;
  464. {/block:PermaLinkPage}
  465. right:0px;
  466. z-index:7;
  467. position:absolute;
  468. text-align:center;
  469. }
  470.  
  471.  
  472. #posts{
  473. margin-top:50px;
  474. {block:PermalinkPage}
  475. width: 450px;
  476. margin-left:0px;
  477. margin-bottom: 25px;
  478. {/block:PermalinkPage}
  479.  
  480. {block:ifNotMultipleColumnPosts}
  481. {block:IndexPage}
  482. width:450px;
  483. margin-left:0px;
  484. {/block:IndexPage}
  485. {/block:ifNotMultipleColumnPosts}
  486.  
  487. {block:ifMultipleColumnPosts}
  488. {block:IndexPage}
  489. margin-bottom: 25px;
  490. padding-right:20px;
  491. position:relative;
  492. text-align:center;
  493. margin-left:auto;
  494. margin-right:auto;
  495. {/block:IndexPage}
  496. {/block:ifMultipleColumnPosts}
  497. }
  498.  
  499.  
  500.  
  501. img.center {
  502. display: block;
  503. margin-left: auto;
  504. margin-right: auto;
  505. }
  506.  
  507.  
  508.  
  509. .entry{
  510. font-size: 11px;
  511. {block:ifNotMultipleColumnPosts}
  512. {block:IndexPage}
  513. width:400px;
  514. {/block:IndexPage}
  515. {/block:ifNotMultipleColumnPosts}
  516.  
  517. {block:ifMultipleColumnPosts}
  518. {block:IndexPage}
  519. width:250px;
  520. {/block:IndexPage}
  521. {/block:ifMultipleColumnPosts}
  522.  
  523. position:relative;
  524. display:inline-block;
  525. padding:8px;
  526. font-family: calibri;
  527. text-align: justify;
  528. overflow: hidden;
  529. background-color: {color:EntryBackground};
  530.  
  531. {block:PermalinkPage}
  532. width: 400px;
  533. {/block:PermalinkPage}
  534. }
  535.  
  536.  
  537.  
  538. .entry img{
  539. {block:ifNotMultipleColumnPosts}
  540. {block:IndexPage}
  541. max-width:400px;
  542. {/block:IndexPage}
  543. {/block:ifNotMultipleColumnPosts}
  544.  
  545. {block:ifMultipleColumnPosts}
  546. {block:IndexPage}
  547. max-width:250px;
  548. {/block:IndexPage}
  549. {/block:ifMultipleColumnPosts}
  550.  
  551.  
  552. {block:PermalinkPage}
  553. max-width: 400px;
  554. {/block:PermalinkPage}
  555.  
  556. {block:ifFadingPhoto}
  557. opacity: 0.7;
  558. -webkit-transition: all 0.7s ease-in-out;
  559. -moz-transition: all 0.7s ease-in-out;
  560. -o-transition: all 0.7s ease-in-out;
  561. {/block:ifFadingPhoto}
  562. }
  563.  
  564.  
  565. {block:ifFadingPhoto}
  566. .entry img:hover{
  567. opacity: 1;
  568. }
  569. {/block:ifFadingPhoto}
  570.  
  571.  
  572. {block:ifFadingPhoto}
  573. .photosetfade {
  574. opacity: 0.7;
  575. filter:alpha(opacity=70);
  576. -moz-opacity: 0.7;
  577. -webkit-transition: all 0.7s linear;
  578. -moz-transition: all 0.7s linear;
  579. -o-transition: all 0.7s linear;
  580. }
  581. {/block:ifFadingPhoto}
  582.  
  583.  
  584. {block:ifFadingPhoto}
  585. .photosetfade:hover {
  586. opacity: 1;
  587. filter:alpha(opacity=100);
  588. -moz-opacity: 0.9;
  589. }
  590. {/block:ifFadingPhoto}
  591.  
  592.  
  593.  
  594. {block:ifMonochrome}
  595. .mono{
  596. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  597. filter: gray; /* IE6-9 */
  598. -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  599. -webkit-transition: all 0.7s linear;
  600. -moz-transition: all 0.7s linear;
  601. -o-transition: all 0.7s linear;
  602. }
  603.  
  604.  
  605. .mono:hover{
  606. filter: none;
  607. -webkit-filter: grayscale(0%);
  608. }
  609. {/block:ifMonochrome}
  610.  
  611.  
  612. .entry b, strong{
  613. color: {color:Bold};
  614. background-color: {color:Boldbackground};
  615. }
  616.  
  617. .entry i, em{
  618. color: {color:Italic};
  619. }
  620.  
  621. .entry a{
  622. color: {color:Link};
  623. text-decoration: underline;
  624. -webkit-transition: all 0.7s linear;
  625. -moz-transition: all 0.7s linear;
  626. -o-transition: all 0.7s linear;
  627. }
  628.  
  629.  
  630. .entry a:hover{
  631. color:{color:linkhover};
  632. }
  633.  
  634. .entry h1{
  635. font-family: consolas;
  636. text-transform: uppercase;
  637. font-size: 15px;
  638. font-weight: 20px;
  639. letter-spacing: 1px;
  640. }
  641.  
  642. .entry h1 a{
  643. color: {color:NormalLink};
  644. }
  645.  
  646.  
  647. .entry2{
  648. {block:ifNotMultipleColumnPosts}
  649. {block:IndexPage}
  650. width:400px;
  651. margin-bottom:50px;
  652. {/block:IndexPage}
  653. {/block:ifNotMultipleColumnPosts}
  654.  
  655. {block:ifMultipleColumnPosts}
  656. {block:IndexPage}
  657. width:266px;
  658. margin-left:28px;
  659. display:block;
  660. float:left;
  661. margin-bottom: 30px;
  662. {/block:IndexPage}
  663. {/block:ifMultipleColumnPosts}
  664.  
  665. position:relative;
  666.  
  667.  
  668. {block:PermalinkPage}
  669. width: 400px;
  670. {/block:PermalinkPage}
  671. }
  672.  
  673.  
  674.  
  675.  
  676.  
  677. blockquote{
  678. border-left: 3px solid {color:blockquoteborder};
  679. font-size: 12px;
  680. padding-left:10px;
  681. padding-right: 4px;
  682. margin:5px;
  683. text-align:justify;
  684. }
  685.  
  686.  
  687. .entry blockquote img{
  688. max-width: 90%;
  689. margin-left: 3px;
  690. }
  691.  
  692.  
  693. .entry pre{
  694. word-wrap:break-word;
  695. white-space: pre-wrap;
  696. word-break:break-all;
  697. font-family:courier new;
  698. font-size:11px;
  699. padding:5px;
  700. letter-spacing:0px;
  701. background-color:#fdebc9;
  702. color: #252324;
  703. }
  704.  
  705.  
  706. .entry blockquote pre{
  707. background-color:#fdebc9;
  708. font-size:11px;
  709. font-family:courier new;
  710. padding:5px;
  711. width:100%;
  712. word-wrap:break-word;
  713. white-space: pre-wrap;
  714. word-break:break-all;
  715. color: #252324;
  716. }
  717.  
  718.  
  719. #quote{
  720. color: {color:text};
  721. padding: 15px;
  722. font-family: dosismedium;
  723. font-size:13px;
  724. text-align:center;
  725. border:2px solid {color:text};
  726. border-top:44px solid {color:text};
  727. line-height: 15px;
  728. display:block;
  729. margin-top:-44px;
  730. }
  731.  
  732. .quoteor{
  733. font-family: 'dingleberriesregular';
  734. width:50px;
  735. height:38px;
  736. border:2px solid {color:text};
  737. line-height:40px;
  738. padding-top:2px;
  739. text-align:center;
  740. font-size:40px;
  741. color: {color:text};
  742. background-color:{color:entrybackground};
  743. display:inline-block;
  744. }
  745.  
  746.  
  747. #source {
  748. font-family: consolas;
  749. font-size:10px;
  750. display:block;
  751. background-color:{color:text};
  752. padding:3px;
  753. color:{color:entrybackground};
  754. text-align: center;
  755. margin-top: 10px;
  756. }
  757.  
  758.  
  759. #source a{
  760. color:{color:quotesourcelink};
  761. }
  762.  
  763.  
  764. #source i,em{
  765. color:{color:quotesourceitalic};
  766. }
  767.  
  768.  
  769.  
  770. b,strong{
  771. color:{color:bold};
  772. background-color:{color:boldbackground};
  773. }
  774.  
  775.  
  776. i,em{
  777. color:{color:italic};
  778. }
  779.  
  780. .entry2:hover #tags{
  781. opacity: 1;
  782. -webkit-transition: all 0.8s ease;
  783. -moz-transition: all 0.8s ease;
  784. -o-transition: all 0.8s ease;
  785. }
  786.  
  787. #tags{
  788. border-left:3px solid {color:tagstext};
  789. z-index: 999;
  790. font-family: calibri;
  791. font-size: 10px;
  792. letter-spacing: 1px;
  793. width: 150px;
  794. margin-top: 0px;
  795. display: inline-block;
  796. padding: 5px;
  797. margin-left: 425px;
  798. text-align: left;
  799. position: absolute;
  800. z-index: 9999;
  801. opacity: 0;
  802. -webkit-transition: all 0.8s ease;
  803. -moz-transition: all 0.8s ease;
  804. -o-transition: all 0.8s ease;
  805. font-weight:bold;
  806. }
  807.  
  808. #tags a{
  809. color:{color:tagslink};
  810. font-style: none;
  811. }
  812.  
  813. #tags a:hover {
  814. color:{color:permalinkbackground};
  815. font-style: none;
  816. }
  817.  
  818. #tags b,strong{
  819. color:{color:tagslink};
  820. }
  821.  
  822.  
  823. /* tagx */
  824.  
  825.  
  826. .permalink {
  827. font-family: cambria;
  828. font-size: 10px;
  829. color: {color:Text};
  830. text-transform: uppercase;
  831. text-align: center;
  832. width: 416px;
  833. margin-top: 20px;
  834. padding:10px;
  835. margin-bottom: 10px;
  836. margin-left: -10px;
  837. float: left;
  838. background: ;
  839. }
  840.  
  841. .permalink b,strong{
  842. color: {color:Bold};
  843. font-weight: normal;
  844. }
  845.  
  846. #date {
  847. color: {color:text};
  848. }
  849.  
  850. .permalink a {
  851. color: {color:Link};
  852. text-decoration: none;
  853. }
  854.  
  855.  
  856.  
  857.  
  858. .title{
  859. color: {color:PostTitle};
  860. padding:5px;
  861. font-size: 24px;
  862. margin-bottom:10px;
  863. display:block;
  864. text-transform: none;
  865. text-align: center;
  866. font-family: 'Playfair Display';
  867. border-bottom:3px double {color:PostTitle};
  868. -webkit-transition: all 0.5s linear;
  869. -moz-transition: all 0.5s linear;
  870. -o-transition: all 0.5s linear;
  871. }
  872.  
  873.  
  874. .title2{
  875. color: {color:PostTitle};
  876. padding:20px;
  877. font-size: 24px;
  878. margin-bottom:10px;
  879. display:block;
  880. text-transform: none;
  881. text-align: center;
  882. font-family: 'Playfair Display';
  883. border:1px solid {color:text};
  884. -webkit-transition: all 0.5s linear;
  885. -moz-transition: all 0.5s linear;
  886. -o-transition: all 0.5s linear;
  887. }
  888.  
  889.  
  890. .title2 a{
  891. color: {color:PostTitle};
  892. width:100%;
  893. display:block;
  894. text-decoration:none;
  895. }
  896.  
  897. .title2 z{
  898. color: {color:PostTitle};
  899. font-size:11px;
  900. font-family:calibri;
  901. width:100%;
  902. text-decoration:underline;
  903. display:block;
  904. }
  905.  
  906.  
  907. .title2 a:hover{
  908. color: {color:PostTitle};
  909. }
  910.  
  911.  
  912.  
  913. .arrow-down {
  914. margin-top:-5px;
  915. display:block;
  916. margin-left:20px;
  917. width:0px;
  918. height:0px;
  919. border-left:10px solid transparent;
  920. border-right:10px solid transparent;
  921. border-top:15px solid {color:text};
  922. font-size:0px;
  923. line-height:0px;
  924. }
  925.  
  926.  
  927. .ask {
  928. display:block;
  929. padding:10px;
  930. background-color:{color:text};
  931. color:{color:entrybackground};
  932. text-transform: none;
  933. }
  934.  
  935.  
  936.  
  937. .askx img {
  938. max-width: 30px;
  939. display:block;
  940. margin-left:15px;
  941. margin-top:5px;
  942. -moz-border-radius: 30px 30px 30px 30px;
  943. -webkit-border-radius: 30px 30px 30px 30px;
  944. border-radius: 30px 30px 30px 30px;
  945. }
  946.  
  947. .asky {
  948. display:block;
  949. float:left;
  950. text-transform:uppercase;
  951. margin-top:13px;
  952. font-size:10px;
  953. margin-left:5px;
  954. }
  955.  
  956.  
  957. .aska{
  958. display:block;
  959. margin-top:50px;
  960. border-top: 1px solid {color:text};
  961. }
  962.  
  963.  
  964.  
  965. ol.notes {
  966. background: ;
  967. font-family:tahoma;
  968. font-size:10px;
  969. padding-top:10px;
  970. border: 0px;
  971. padding-left:15px;
  972. margin-top:10px;
  973. width:376px;
  974. margin-left: 0px;
  975. list-style-type: none;
  976.  
  977. }
  978.  
  979. ol.notes li.note {
  980. background: ;
  981. padding:5px;
  982. width:380px;
  983. letter-spacing: 0px;
  984. text-align: left;
  985. }
  986.  
  987.  
  988.  
  989. ol.notes li.note a{
  990. color:{color:Link};
  991. background: ;
  992. font-family:tahoma;
  993. text-transform:none;
  994. letter-spacing:0px;
  995. font-size:10px;
  996.  
  997. }
  998.  
  999. ol.notes li.note img.avatar {
  1000. vertical-align: -4px;
  1001. margin-right: 0px;
  1002. }
  1003.  
  1004.  
  1005.  
  1006.  
  1007. #musicbox{
  1008.  
  1009. {block:IfMultipleColumnPosts}
  1010. height: 136px;
  1011. width: 245px;
  1012. {/block:IfMultipleColumnPosts}
  1013.  
  1014. margin-bottom:10px;
  1015. display:inline-block;
  1016. text-align: left;
  1017.  
  1018. {block:IfNotMultipleColumnPosts}
  1019. height: 216px;
  1020. width: 394px;
  1021. {/block:IfnotMultipleColumnPosts}
  1022.  
  1023. {block:PermaLinkPage}
  1024. width: 384px;
  1025. {/block:PermaLinkPage}
  1026.  
  1027. border-bottom: 2px dashed {color:boldbackground};
  1028. }
  1029.  
  1030.  
  1031. .cover {
  1032. {block:IfNotMultipleColumnPosts}
  1033. width:200px;
  1034. height: 200px;
  1035. {/block:IfNotMultipleColumnPosts}
  1036.  
  1037.  
  1038. {block:IfMultipleColumnPosts}
  1039. width:120px;
  1040. height: 120px;
  1041. {/block:IfMultipleColumnPosts}
  1042.  
  1043. display: block;
  1044. position:absolute;
  1045. z-index:2;
  1046. }
  1047.  
  1048. .cover img{
  1049. {block:IfNotMultipleColumnPosts}
  1050. width:200px;
  1051. height: 200px;
  1052. {/block:IfNotMultipleColumnPosts}
  1053.  
  1054.  
  1055. {block:IfMultipleColumnPosts}
  1056. width:120px;
  1057. height: 120px;
  1058. {/block:IfMultipleColumnPosts}
  1059. opacity:1;
  1060. border:3px solid {color:header};
  1061. }
  1062.  
  1063. .coverx{
  1064. {block:IfNotMultipleColumnPosts}
  1065. width:200px;
  1066. height: 200px;
  1067. {/block:IfNotMultipleColumnPosts}
  1068.  
  1069.  
  1070. {block:IfMultipleColumnPosts}
  1071. width:120px;
  1072. height: 120px;
  1073. {/block:IfMultipleColumnPosts}
  1074.  
  1075. display: block;
  1076. position:absolute;
  1077. z-index:1;
  1078. }
  1079.  
  1080. .coverx img{
  1081. {block:IfNotMultipleColumnPosts}
  1082. width:200px;
  1083. height: 200px;
  1084. {/block:IfNotMultipleColumnPosts}
  1085.  
  1086.  
  1087. {block:IfMultipleColumnPosts}
  1088. width:120px;
  1089. height: 120px;
  1090. {/block:IfMultipleColumnPosts}
  1091.  
  1092. border:3px solid {color:header};
  1093. }
  1094.  
  1095. .playbutton {
  1096. width:30px;
  1097. height: 50px;
  1098. line-height:50px;
  1099. overflow: hidden;
  1100. position:relative;
  1101. z-index:100;
  1102. -webkit-transition: all 0.7s linear;
  1103. -moz-transition: all 0.7s linear;
  1104. -o-transition: all 0.7s linear;
  1105.  
  1106.  
  1107. {block:IfNotMultipleColumnPosts}
  1108. margin-top:85px;
  1109. {/block:IfNotMultipleColumnPosts}
  1110.  
  1111.  
  1112. {block:IfMultipleColumnPosts}
  1113. margin-top:50px;
  1114. {/block:IfMultipleColumnPosts}
  1115.  
  1116.  
  1117. }
  1118.  
  1119.  
  1120. .playbox {
  1121. opacity: 0.8;
  1122. background-color: #000000;
  1123. position: absolute;
  1124. z-index: 1000;
  1125. margin-left:3px;
  1126. margin-top:3px;
  1127. width:30px;
  1128.  
  1129. {block:IfNotMultipleColumnPosts}
  1130. height: 200px;
  1131. {/block:IfNotMultipleColumnPosts}
  1132.  
  1133. {block:IfMultipleColumnPosts}
  1134. height: 120px;
  1135. {/block:IfMultipleColumnPosts}
  1136.  
  1137. line-height:40px;
  1138. text-align:center;
  1139. -webkit-transition: all 0.7s linear;
  1140. -moz-transition: all 0.7s linear;
  1141. -o-transition: all 0.7s linear;
  1142. }
  1143.  
  1144.  
  1145. .playbox:hover{
  1146. {block:IfNotMultipleColumnPosts}
  1147. width:200px;
  1148. {/block:IfNotMultipleColumnPosts}
  1149.  
  1150.  
  1151. {block:IfMultipleColumnPosts}
  1152. width:120px;
  1153. {/block:IfMultipleColumnPosts}
  1154. }
  1155.  
  1156.  
  1157. .playbox:hover .playbutton{
  1158. width:100%;
  1159. -webkit-transition: all 0.7s linear;
  1160. -moz-transition: all 0.7s linear;
  1161. -o-transition: all 0.7s linear;
  1162. }
  1163.  
  1164. .audioplayer {
  1165. float:left;
  1166. margin-left: 210px;
  1167. width:100%;
  1168. position: absolute;
  1169. display: block;
  1170. margin-top: 40px;
  1171. padding-bottom:7px;
  1172. {block:IfMultipleColumnPosts}
  1173. margin-left: 125px;
  1174. margin-top: 20px;
  1175. {/block:IfMultipleColumnPosts}
  1176. }
  1177.  
  1178. .infomusic {
  1179. font-size:9px;
  1180. text-align:center;
  1181.  
  1182.  
  1183. {block:IfNotMultipleColumnPosts}
  1184. max-width: 184px;
  1185. {/block:IfNotMultipleColumnPosts}
  1186.  
  1187. {block:ifMultipleColumnPosts}
  1188. max-width: 124px;
  1189. {/block:ifMultipleColumnPosts}
  1190.  
  1191. {block:PermaLinkPage}
  1192. {block:ifbigposts}max-width: 284px;{/block:ifbigposts}
  1193. {block:ifnotbigposts}max-width: 184px;{/block:ifnotbigposts}
  1194. {/block:PermaLinkPage}
  1195.  
  1196. margin-left:0px;
  1197. margin-bottom:10px;
  1198. border-bottom:1px dashed {color:boldbackground};
  1199. padding-bottom:2px;
  1200. }
  1201.  
  1202.  
  1203. .audiotitle{
  1204. background-color:{color:boldbackground};
  1205. color:{color:bold};
  1206. font-size:11px;
  1207. font-family:calibri;
  1208. text-transform:uppercase;
  1209. }
  1210.  
  1211.  
  1212. .odd .line {
  1213. border-bottom: 1px solid {color:text};
  1214. padding: 3px;
  1215. margin-bottom:3px;
  1216. }
  1217. .even .line {
  1218. border-bottom: 1px solid {color:text};
  1219. padding:3px;
  1220. margin-bottom:3px;
  1221. }
  1222. .odd .name {
  1223. padding: 3px;
  1224. }
  1225. .even .name {
  1226. padding: 3px;
  1227. }
  1228.  
  1229.  
  1230. .entry:hover .mperma{
  1231. margin-top:-13px;
  1232. }
  1233.  
  1234. .mperma{
  1235. display:block;
  1236. float:left;
  1237. margin-left:-8px;
  1238. font-family:calibri;
  1239. text-align:center;
  1240. font-size:10px;
  1241. color:{color:permalinkcolor};
  1242. width: 266px;
  1243. position:absolute;
  1244. border-top:1px solid {color:permalinkcolor};
  1245. background-color:{color:permalinkbackground};
  1246. height:20px;
  1247. line-height:20px;
  1248. margin-top:28px;
  1249. -webkit-transition: all 0.8s ease;
  1250. -moz-transition: all 0.8s ease;
  1251. -o-transition: all 0.8s ease;
  1252. }
  1253.  
  1254.  
  1255. .mperma a{
  1256. display:inline-block;
  1257. font-family:calibri;
  1258. font-size:10px;
  1259. text-decoration:none;
  1260. color:{color:permalinkcolor};
  1261. -webkit-transition: all 0.7s linear;
  1262. -moz-transition: all 0.7s linear;
  1263. -o-transition: all 0.7s linear;
  1264. }
  1265.  
  1266. .mperma a:hover{
  1267. color:{color:linkhover};
  1268. font-style:italic;
  1269. text-decoration:line-through;
  1270. }
  1271.  
  1272.  
  1273. .perma1{
  1274. display:block;
  1275. float:left;
  1276. font-family:calibri;
  1277. text-align:center;
  1278. font-size:10px;
  1279. margin-top:10px;
  1280. color:{color:permalinkcolor};
  1281.  
  1282. {block:ifnotMultipleColumnPosts}
  1283. width: 416px;
  1284. {/block:ifnotMultipleColumnPosts}
  1285.  
  1286. {block:ifMultipleColumnPosts}
  1287. width: 266px;
  1288. {/block:ifMultipleColumnPosts}
  1289. }
  1290.  
  1291. .perma1 a{
  1292. display:inline-block;
  1293. font-family:calibri;
  1294. font-size:10px;
  1295. color:{color:permalinkcolor};
  1296. -webkit-transition: all 0.7s linear;
  1297. -moz-transition: all 0.7s linear;
  1298. -o-transition: all 0.7s linear;
  1299. }
  1300.  
  1301. .perma1 a:hover{
  1302. color:{color:linkhover};
  1303. font-style:italic;
  1304. text-decoration:line-through;
  1305. }
  1306.  
  1307.  
  1308. .permab{
  1309. position:absolute;
  1310. display:block;
  1311. height:2px;
  1312. z-index:-9;
  1313. background-color:{color:permalinkcolor};
  1314. margin-top:6px;
  1315.  
  1316.  
  1317. {block:ifnotMultipleColumnPosts}
  1318. width: 416px;
  1319. {/block:ifnotMultipleColumnPosts}
  1320.  
  1321. {block:ifMultipleColumnPosts}
  1322. width: 266px;
  1323. {/block:ifMultipleColumnPosts}
  1324. }
  1325.  
  1326. .pagination {
  1327. display:none;
  1328. position: fixed;
  1329. right: 20px;
  1330. bottom: 10px;
  1331. text-align: center;
  1332. }
  1333.  
  1334.  
  1335. #s-m-t-tooltip{
  1336. display:inline-block;
  1337. z-index:9999999 !important;
  1338. margin:24px 14px 7px 12px;
  1339. padding:3px;
  1340. font-family:calibri;
  1341. font-size:10px;
  1342. background-color: {color:customlinkbackground};
  1343. color: {color:customlinktext};
  1344. }
  1345.  
  1346.  
  1347. .tmblr-iframe {
  1348. right:3px !important;
  1349. position:fixed !important;
  1350. z-index:9999999;
  1351. opacity: 0.4;
  1352. -webkit-transition: all 0.4s ease-in-out;
  1353. -moz-transition: all 0.4s ease-in-out;
  1354. -o-transition: all 0.4s ease-in-out;
  1355. -ms-transition: all 0.4s ease-in-out;
  1356. transition: all 0.4s ease-in-out;
  1357. }
  1358. .tmblr-iframe:hover {
  1359. opacity: 1;
  1360. -webkit-transition: all 0.4s ease-in-out;
  1361. -moz-transition: all 0.4s ease-in-out;
  1362. -o-transition: all 0.4s ease-in-out;
  1363. -ms-transition: all 0.4s ease-in-out;
  1364. transition: all 0.4s ease-in-out;
  1365. }
  1366.  
  1367. </style>
  1368.  
  1369.  
  1370. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  1371.  
  1372.  
  1373. <script src="https://static.tumblr.com/7fjp0ap/8qemg20tu/jquery.style-my-tooltips.js"></script>
  1374.  
  1375.  
  1376. <script>
  1377. (function($){
  1378. $(document).ready(function(){
  1379. $("[title]").style_my_tooltips({
  1380. tip_follows_cursor:true,
  1381. tip_delay_time:0,
  1382. tip_fade_speed:0,
  1383. attribute:"title"
  1384. });
  1385. });
  1386. })(jQuery);
  1387. </script>
  1388.  
  1389.  
  1390.  
  1391.  
  1392. {block:ifMultipleColumnPosts}
  1393. {block:IndexPage}
  1394.  
  1395. <script src="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  1396.  
  1397.  
  1398. {block:IfInfiniteScrolling}
  1399. <script src="https://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  1400. {/block:IfInfiniteScrolling}
  1401.  
  1402.  
  1403. <script>
  1404. $(function(){
  1405. var $container = $('#posts');
  1406. $container.imagesLoaded(function(){
  1407. $container.masonry({
  1408. itemSelector: '.entry2',
  1409. columnWidth : 50,
  1410. isFitWidth: true,
  1411. });
  1412. });
  1413. $container.infinitescroll({
  1414. itemSelector : ".entry2",
  1415. navSelector : "div.pagination",
  1416. nextSelector : ".pagination a#next",
  1417. loadingImg : "",
  1418. loadingText : "<em></em>",
  1419. bufferPx : 10000,
  1420. extraScrollPx: 12000,
  1421. },
  1422. // trigger Masonry as a callback
  1423. function( newElements ) {
  1424. var $newElems = $( newElements ).css({ opacity: 0 });
  1425. // ensure that images load before adding to masonry layout
  1426. $newElems.imagesLoaded(function(){
  1427. $newElems.animate({ opacity: 1 });
  1428. $container.masonry( 'appended', $newElems, true );
  1429. });
  1430. }
  1431. );
  1432. });
  1433. </script>
  1434.  
  1435. {/block:IndexPage}
  1436. {/block:ifMultipleColumnPosts}
  1437.  
  1438.  
  1439.  
  1440. </head>
  1441. {block:ifNotMultipleColumnPosts}
  1442. {block:IfInfiniteScrolling}
  1443. <script type="text/javascript" src="https://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  1444. {/block:IfInfiniteScrolling}
  1445. {/block:ifNotMultipleColumnPosts}
  1446.  
  1447.  
  1448. <body>
  1449.  
  1450. <div class="header">
  1451. <div class="custom">
  1452.  
  1453. {block:ifLink1}<a href="{text:Link1URL}" >{text:Link1}</a>{/block:ifLink1}
  1454. {block:ifLink2}<a href="{text:Link2URL}" >{text:Link2}</a>{/block:ifLink2}
  1455. {block:ifLink3}<a href="{text:Link3URL}" >{text:Link3}</a>{/block:ifLink3}
  1456. {block:ifLink4}<a href="{text:Link4URL}" >{text:Link4}</a>{/block:ifLink4}
  1457. {block:ifLink5}<a href="{text:Link5URL}" >{text:Link5}</a>{/block:ifLink5}
  1458. {block:ifLink6}<a href="{text:Link6URL}" >{text:Link6}</a>{/block:ifLink6}
  1459.  
  1460.  
  1461. </div>
  1462. </div>
  1463.  
  1464.  
  1465.  
  1466.  
  1467. <div class="border"></div>
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473. <div id="sidebar">
  1474.  
  1475.  
  1476. <div class="subtitle">
  1477. {text:subtitle}
  1478. </div>
  1479.  
  1480.  
  1481. <div id="sidebarx">
  1482. <img src="{image:sidebarimg}">
  1483. </div>
  1484.  
  1485.  
  1486.  
  1487. <div id="sidetitle">{title}</div>
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493. <center><div id="desc">{Description}</div></center>
  1494. <center><div class="arrow-down1"></div></center>
  1495.  
  1496. <center>
  1497. <div id="holder">
  1498.  
  1499. <div class="hold">
  1500. <div class="ha">
  1501. <a href="/">Home</a>
  1502. <a href="/ask">Ask Me</a>
  1503. </div>
  1504. </div>
  1505.  
  1506. <div class="hold">
  1507. <div id="icon">
  1508. <img src="{PortraitURL-48}">
  1509. </div>
  1510. </div>
  1511.  
  1512. <div class="hold">
  1513. <div class="pt">
  1514. <a href="/archive">Past</a>
  1515. <a href="https://dianthus-s.tumblr.com/">Theme</a>
  1516. </div>
  1517. </div>
  1518.  
  1519. </div>
  1520. </center>
  1521.  
  1522. {block:IfNotInfiniteScrolling}
  1523. {block:indexpage}
  1524. <div id="pagi">
  1525.  
  1526. {block:Pagination}
  1527. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&#8592;</a>{/block:PreviousPage}
  1528. {block:JumpPagination length="5"}
  1529. {block:CurrentPage}<span class="current_page">✗</span>{/block:CurrentPage}
  1530. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  1531. {block:NextPage}<a href="{NextPage}" class="jump_page">&#8594;</a>{/block:NextPage}
  1532. {/block:Pagination}
  1533.  
  1534.  
  1535. </div>
  1536. {/block:indexpage}
  1537. {/block:IfNotInfiniteScrolling}
  1538.  
  1539.  
  1540.  
  1541.  
  1542. </div>
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548. <div class="pagination">
  1549. {block:Pagination}
  1550. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
  1551. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
  1552. {/block:Pagination}
  1553. </div>
  1554.  
  1555.  
  1556.  
  1557.  
  1558. <div class="holdxx">
  1559.  
  1560.  
  1561.  
  1562. <div id="posts">
  1563.  
  1564.  
  1565.  
  1566. {block:Posts}
  1567. <div class="entry2">
  1568.  
  1569. {block:ifnotMultipleColumnPosts}
  1570. {block:IndexPage}
  1571. {block:IfShowTags}
  1572. {block:HasTags}
  1573. <div id="tags">
  1574. <b>tags:</b><br /> {block:Tags} <b>#</b><a href="/tagged/{Tag}">{Tag}</a><br />{/block:Tags}
  1575. </div>
  1576. {/block:HasTags}
  1577. {/block:IfShowTags}
  1578. {/block:IndexPage}
  1579. {/block:ifnotMultipleColumnPosts}
  1580.  
  1581. <div class="entry" >
  1582.  
  1583.  
  1584. {block:Text}
  1585. {block:Title}<div class="title">{Title}</div>{/block:Title}{Body}
  1586. {/block:Text}
  1587.  
  1588.  
  1589.  
  1590. {block:Photo}
  1591. {block:ifnotMultipleColumnPosts}
  1592. {block:IndexPage}
  1593. {LinkOpenTag}
  1594. <div class="mono">
  1595. <img src="{PhotoURL-400}" class="center">
  1596. </div>
  1597. {LinkCloseTag}
  1598. {/block:IndexPage}
  1599. {/block:ifnotMultipleColumnPosts}
  1600.  
  1601. {block:ifMultipleColumnPosts}
  1602. {block:IndexPage}
  1603. {LinkOpenTag}
  1604. <div class="mono">
  1605. <img src="{PhotoURL-250}" class="center">
  1606. </div>
  1607. {LinkCloseTag}
  1608. {/block:IndexPage}
  1609. {/block:ifMultipleColumnPosts}
  1610.  
  1611. {block:PermalinkPage}
  1612. {LinkOpenTag}
  1613. <img src="{PhotoURL-400}" class="center">
  1614. {LinkCloseTag}
  1615. {/block:PermalinkPage}
  1616.  
  1617. {block:IfShowCaptions}
  1618. {block:Caption}
  1619. {Caption}
  1620. {/block:Caption}
  1621. {/block:IfShowCaptions}
  1622.  
  1623. {block:IfNotShowCaptions}
  1624. {block:PermalinkPage}
  1625. {block:Caption}
  1626. {Caption}
  1627. {/block:Caption}
  1628. {/block:PermalinkPage}
  1629. {/block:IfNotShowCaptions}
  1630. {/block:Photo}
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636. {block:Photoset}
  1637. {block:ifnotMultipleColumnPosts}
  1638. {block:IndexPage}
  1639. <div class="mono">
  1640. <div class="photosetfade">
  1641. {Photoset-400}
  1642. </div>
  1643. </div>
  1644. {/block:IndexPage}
  1645. {/block:ifnotMultipleColumnPosts}
  1646.  
  1647. {block:ifMultipleColumnPosts}
  1648. {block:IndexPage}
  1649. <div class="mono">
  1650. <div class="photosetfade">{Photoset-250}
  1651. </div>
  1652. </div>
  1653. {/block:IndexPage}
  1654. {/block:ifMultipleColumnPosts}
  1655.  
  1656.  
  1657. {block:PermalinkPage}
  1658. {Photoset-400}
  1659. {/block:PermalinkPage}
  1660.  
  1661.  
  1662. {block:IfShowCaptions}
  1663. {block:Caption}
  1664. {Caption}
  1665. {/block:Caption}
  1666. {/block:IfShowCaptions}
  1667.  
  1668. {block:IfNotShowCaptions}
  1669. {block:PermalinkPage}
  1670. {block:Caption}
  1671. {Caption}
  1672. {/block:Caption}
  1673. {/block:PermalinkPage}
  1674. {/block:IfNotShowCaptions}
  1675. {/block:Photoset}
  1676.  
  1677.  
  1678.  
  1679.  
  1680. {block:Link}
  1681. <div class="title2">
  1682. <a href="{URL}" {Target}>{Name}</br>
  1683. <z>{URL}</z>
  1684. </a>
  1685. </div>
  1686. {block:Description}{Description}{/block:Description}
  1687. {/block:Link}
  1688.  
  1689.  
  1690.  
  1691.  
  1692. {block:Quote}
  1693. <center>
  1694. <div class="quoteor">
  1695. g
  1696. </div>
  1697. </center>
  1698. <div id="quote">{Quote}</div>
  1699. {block:Source}
  1700. <div id="source"> —{Source}</div>
  1701.  
  1702. {block:ContentSource}
  1703. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1704. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1705. {/block:SourceLogo}
  1706. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1707. {/block:ContentSource}
  1708.  
  1709. {/block:Source}
  1710. {/block:Quote}
  1711.  
  1712.  
  1713.  
  1714.  
  1715. {block:Chat}
  1716. {block:Title}
  1717. <div class="title">{Title}</div>
  1718. {/block:Title}
  1719. {block:Lines}<div class="{Alt}">
  1720. <div class="line">{block:Label}<span class="name">{Label}</span>{/block:Label} {Line}<br /></div></div>
  1721. {/block:Lines}
  1722. {/block:Chat}
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728. {block:Audio}
  1729. <div id="musicbox">
  1730. <div class="playbox">
  1731.  
  1732. <div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  1733. </div>
  1734. </div>
  1735. <div class="coverx"><img src="https://media.tumblr.com/90911ce35307a2b68bb52c9794d02dd0/tumblr_inline_mgshunrUnn1r8s568.png"></div>
  1736. {block:AlbumArt}
  1737. <div class="cover"><img src="{AlbumArtURL}"></div>
  1738. {/block:AlbumArt}
  1739. <div class="audioplayer">
  1740. {block:Artist}
  1741. <div class="infomusic" ><div class="audiotitle">Artist:</div> {Artist}</div>
  1742. {/block:Artist}
  1743. {block:TrackName}
  1744. <div class="infomusic"><div class="audiotitle">Track:</div> {TrackName}</div>
  1745. {/block:TrackName}
  1746. <div class="infomusic"><div class="audiotitle">Plays:</div> {PlayCountWithLabel}</div>
  1747.  
  1748. </div>
  1749. </div>
  1750. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  1751. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  1752. {Caption}
  1753. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  1754. {/block:Audio}
  1755.  
  1756.  
  1757.  
  1758.  
  1759. {block:Video}
  1760. {block:ifnotMultipleColumnPosts}
  1761. {block:IndexPage}
  1762. {Video-400}
  1763. {/block:IndexPage}
  1764. {/block:ifnotMultipleColumnPosts}
  1765.  
  1766. {block:ifMultipleColumnPosts}
  1767. {block:IndexPage}
  1768. {Video-250}
  1769. {/block:IndexPage}
  1770. {/block:ifMultipleColumnPosts}
  1771.  
  1772. {block:PermalinkPage}
  1773. {Video-400}
  1774. {/block:PermalinkPage}
  1775.  
  1776. {block:IfShowCaptions}
  1777. {block:Caption}
  1778. {Caption}
  1779. {/block:Caption}
  1780. {/block:IfShowCaptions}
  1781.  
  1782. {block:IfNotShowCaptions}
  1783. {block:PermalinkPage}
  1784. {block:Caption}
  1785. {Caption}
  1786. {/block:Caption}
  1787. {/block:PermalinkPage}
  1788. {/block:IfNotShowCaptions}
  1789. {/block:Video}
  1790.  
  1791.  
  1792.  
  1793. {block:Answer}
  1794. <div class="ask">{Question}</div>
  1795. <div class="arrow-down"></div>
  1796. <div class="askx"><img src="{AskerPortraitURL-40}" align="left"></div>
  1797. <div class="asky">{Asker}</div>
  1798. <div class="aska">{Answer}</div>
  1799. {/block:Answer}
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806. {block:PermalinkPage}
  1807. <div class="permalink">
  1808. <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}
  1809. {block:HasTags}<b>tags &raquo;</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</center>
  1810. {block:PostNotes}
  1811. {PostNotes}
  1812. {/block:PostNotes}
  1813. </div>
  1814. {/block:PermalinkPage}
  1815.  
  1816.  
  1817.  
  1818. {block:ifMultipleColumnPosts}
  1819. {block:indexpage}
  1820. <div class="mperma">
  1821. <a href="{ReblogURL}">Reblog</a> |
  1822. <a href="{Permalink}">{NoteCountWithLabel}</a>
  1823. {block:RebloggedFrom} |
  1824. <a href="{ReblogRootURL}">Ori</a>.
  1825. <a href="{ReblogParentURL}">Via</a>
  1826. {/block:RebloggedFrom}
  1827. </div>
  1828. {/block:indexpage}
  1829. {/block:ifMultipleColumnPosts}
  1830.  
  1831.  
  1832.  
  1833. </div>
  1834.  
  1835.  
  1836. {block:ifNotMultipleColumnPosts}
  1837. {block:indexpage}
  1838. <div class="perma1">
  1839. <div class="permab"></div>
  1840. <div style="background: {color:permalinkbackground};display:inline-block;padding:2px 5px 2px 5px;z-index:99999;margin-top:-2px; text-align:center;border:1px solid {color:permalinkcolor};">
  1841. <a href="{ReblogURL}">Reblog</a> |
  1842. <a href="{Permalink}">{NoteCountWithLabel}</a>
  1843. {block:RebloggedFrom} |
  1844. <a href="{ReblogRootURL}">Ori</a>.
  1845. <a href="{ReblogParentURL}">Via</a>
  1846. {/block:RebloggedFrom}
  1847. </div>
  1848.  
  1849. </div>
  1850. {/block:indexpage}
  1851. {/block:ifNotMultipleColumnPosts}
  1852.  
  1853.  
  1854.  
  1855. </div>
  1856. {/block:Posts}
  1857.  
  1858.  
  1859.  
  1860.  
  1861. </div>
  1862. </div>
  1863.  
  1864.  
  1865. <img src="{image:CornerImage}" style="position:fixed;
  1866. max-height: 100%;
  1867. max-width: 500px;
  1868. right:-20px;
  1869. bottom:-5px;
  1870. z-index:-9;
  1871. ">
  1872.  
  1873.  
  1874. </body>
  1875. </html>
Advertisement
Add Comment
Please, Sign In to add comment