Advertisement
fifteensummers

Theme Daisy

Nov 15th, 2016
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.30 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!----------------
  5.  
  6. Theme by Janet Villanueva of fifteensummers.tumblr.com.
  7.  
  8. You may not:
  9. - Use as basecodes
  10. - Remove credit
  11. - Claim as your own
  12.  
  13. Theme may be tweaked according to user's liking. However, removal of credits is strictly prohibited.
  14.  
  15. Thank you for using! Theme questions may be directed @ fsthemes.tumblr.com/ask.
  16.  
  17. --------------->
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21.  
  22. <link href="https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,700,700i|Karla:400,400i,700,700i|Muli:400,400i|Open+Sans:400,400i,600,600i" rel="stylesheet">
  23.  
  24. <link href="https://fonts.googleapis.com/css?family=Amiri:400,700" rel="stylesheet">
  25. <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Playfair+Display" rel="stylesheet">
  26.  
  27. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400" rel="stylesheet">
  28.  
  29. <!-- META -->
  30. <!-- COLORS -->
  31. <meta name="color:Background" content="#fcfcfc">
  32. <meta name="color:Text" content="#555">
  33. <meta name="color:Links" content="#4c9393">
  34. <meta name="color:Link Hover" content="#7ed8d8">
  35. <meta name="color:Title" content="#555">
  36. <meta name="color:Frame" content="#fff">
  37. <meta name="color:Accent" content="#4c9393">
  38. <meta name="color:Label Background" content="#fff">
  39. <meta name="color:Label Text" content="#555">
  40. <meta name="color:Sidebar Link Hover" content="#fff">
  41.  
  42. <!-- SELECT -->
  43.  
  44. <meta name="select:Font" content="Garamond" title="Garamond">
  45. <meta name="select:Font" content="Crimson Text" title="Crimson Text">
  46. <meta name="select:Font" content="Karla" title="Karla">
  47. <meta name="select:Font" content="Muli" title="Muli">
  48. <meta name="select:Font" content="Source Sans Pro" title="Source Sans Pro">
  49. <meta name="select:Title Font" content="Amiri" title="Amiri">
  50. <meta name="select:Title Font" content="Montserrat" title="Montserrat">
  51. <meta name="select:Title Font" content="Playfair Display" title="Playfair Display">
  52.  
  53. <meta name="select:Label Font" content="Montserrat" title="Montserrat">
  54. <meta name="select:Label Font" content="Playfair Display" title="Playfair Display">
  55.  
  56. <!-- INPUT -->
  57.  
  58. <meta name="text:Text Size" content="15">
  59. <meta name="text:Title Size" content="25">
  60. <meta name="text:Label Size" content="15">
  61. <meta name="text:Footer Text Size" content="14">
  62. <meta name="text:Footer Name" content="Your Name Here">
  63. <meta name="text:Link One URL" content="/">
  64. <meta name="text:Link One Name" content="Link One">
  65. <meta name="text:Link Two URL" content="/">
  66. <meta name="text:Link Two Name" content="Link Two">
  67. <meta name="text:Link Three URL" content="/">
  68. <meta name="text:Link Three Name" content="Link Three">
  69. <meta name="text:Link Four URL" content="/">
  70. <meta name="text:Link Four Name" content="Link Four">
  71. <meta name="text:Link Five URL" content="/">
  72. <meta name="text:Link Five Name" content="Link Five">
  73. <meta name="text:Link Six URL" content="/">
  74. <meta name="text:Link Six Name" content="Link Six">
  75. <meta name="text:Top Navi Link One URL" content="/">
  76. <meta name="text:Top Navi Link One" content="One">
  77. <meta name="text:Top Navi Link Two URL" content="/">
  78. <meta name="text:Top Navi Link Two" content="Two">
  79. <meta name="text:Top Navi Link Three URL" content="/">
  80. <meta name="text:Top Navi Link Three" content="Three">
  81. <!-- BOOLEAN -->
  82.  
  83. <meta name="if:Underlined Links" content="0">
  84. <meta name="if:Enable Top Navigation" content="1">
  85. <meta name="if:Fixed Top Navigation" content="1">
  86. <meta name="if:Enable Banner" content="1">
  87. <meta name="if:Disable Right Click" content="0">
  88. <meta name="if:Disable Highlighting" content="0">
  89. <meta name="if:Postwidth 700px" content="1">
  90. <meta name="if:Posts on Right Side" content="1">
  91. <meta name="if:Title in All Caps" content="1">
  92. <meta name="if:Default Scrollbar" content="0">
  93. <meta name="if:Default Highlighting" content="0">
  94. <meta name="if:Bold Label Text" content="0">
  95. <meta name="if:Rounded SidebarPic" content="0">
  96.  
  97. <!-- IMAGES -->
  98.  
  99. <meta name="image:Banner" content="https://static.tumblr.com/w8yehqs/dQsog8287/sample.pngg">
  100. <meta name="image:SidebarPic" content="https://66.media.tumblr.com/c239e6f1c41483eec397320f44b6b69b/tumblr_og7fltqWqv1vhcd3uo4_250.png">
  101.  
  102. <style type="text/css">
  103. body{
  104. background: {color:Background};
  105. font-size: {text:Text Size}px;
  106. line-height: calc({text:Text Size}px + 5px);
  107. font-family: {select:Font};
  108. color: {color:Text};
  109. margin: 0px;
  110. -webkit-font-smoothing:antialiased;
  111. -moz-font-smoothing:antialiased;
  112. font-smoothing:antialiased;
  113. text-shadow: 1px 1px 1px rgba(0,0,0,0.005);
  114. }
  115.  
  116. a:link, a:visited, a:active{
  117. color: {color:Links};
  118. text-decoration: none;
  119. {block:ifUnderlinedLinks}
  120. border-bottom: 1px solid {color:Links};
  121. padding-bottom: 1px;
  122. {/block:ifUnderlinedLinks}
  123. transition: all .3s ease-in-out;
  124. -webkit-transition: all .3s ease-in-out;
  125. -moz-transition: all .3s ease-in-out;
  126. -o-transition: all .3s ease-in-out;
  127. }
  128.  
  129. a:hover{
  130. color: {color:Link Hover};
  131. {block:ifUnderlinedLinks}
  132. border-bottom: 1px solid {color:Link Hover};
  133. padding-bottom: 1px;
  134. {/block:ifUnderlinedLinks}
  135. transition: all .3s ease-in-out;
  136. -webkit-transition: all .3s ease-in-out;
  137. -moz-transition: all .3s ease-in-out;
  138. -o-transition: all .3s ease-in-out;
  139. }
  140.  
  141. .links{
  142. width: 100%;
  143. padding-top: 10px;
  144. padding-bottom: 10px;
  145. background: white;
  146. border-bottom: 1px solid #eee;
  147. top: 0px;
  148. left: 0px;
  149. height: 30px;
  150. text-align: center;
  151. line-height: 30px;
  152. font-size: 14px;
  153. text-transform: uppercase;
  154. font-family: 'Montserrat';
  155. {block:ifNotEnableBanner}
  156. margin-bottom: 20px;
  157. {/block:ifNotEnableBanner}
  158. {block:ifFixedTopNavigation}
  159. position: fixed;
  160. {/block:ifFixedTopNavigation}
  161. }
  162.  
  163. .links a{border: 0px; padding: 0px 10px 0px 10px; color: {color:Text}; opacity: .9;}
  164. .links a:hover{border: 0px; color: {color:Link Hover};}
  165.  
  166. #links{
  167. width: {block:ifPostwidth700px}280px{/block:ifPostwidth700px}{block:ifNotPostwidth700px}250px{/block:ifNotPostwidth700px};
  168. height: 98px;
  169. margin-bottom: 10px;
  170. }
  171.  
  172. #links a{
  173. display: inline-block;
  174. width: {block:ifPostwidth700px}125px{/block:ifPostwidth700px}{block:ifNotPostwidth700px}110px{/block:ifNotPostwidth700px};
  175. height: 20px;
  176. padding: 5px;
  177. font-family: 'Montserrat';
  178. font-size: 15px;
  179. float: left;
  180. margin-bottom: 2px;
  181. margin-left: 2px;
  182. text-align: left;
  183. font-size: 11px;
  184. line-height: 20px;
  185. text-transform: uppercase;
  186. background: {color:Frame};
  187. border: 1px solid {color:Text};
  188. color: {color:Text};
  189. }
  190.  
  191. #links a:hover{
  192. color: {color:Sidebar Link Hover};
  193. border: 1px solid {color:Link Hover};
  194. background: {color:Link Hover};
  195. text-indent: 7px;
  196. }
  197.  
  198. .frame{
  199. background: {color:Frame};
  200. height: auto;
  201. overflow-y: auto;
  202. padding: 30px;
  203. margin-left: auto;
  204. margin-right: auto;
  205. margin-bottom: 40px;
  206. {block:ifNotEnableBanner}
  207. margin-top: 100px;
  208. {/block:ifNotEnableBanner}
  209. {block:ifPostwidth700px}
  210. width: 1090px;
  211. {/block:ifPostwidth700px}
  212. {block:ifNotPostwidth700px}
  213. width: 880px;
  214. {/block:ifNotPostwidth700px}
  215. }
  216.  
  217. .sidebar{
  218. {block:ifPostsonRightSide}
  219. float: left;
  220. margin-left: 17px;
  221. {/block:ifPostsonRightSide}
  222. {block:ifNotPostsonRightSide}
  223. float: right;
  224. {/block:ifNotPostsonRightSide}
  225. {block:ifPostwidth700px}
  226. width: 280px;
  227. margin-right: 12px;
  228. {/block:ifPostwidth700px}
  229. {block:ifNotPostwidth700px}
  230. width: 250px;
  231. margin-right: 12px;
  232. {/block:ifNotPostwidth700px}
  233. text-align: justify;
  234. margin-top: 10px;
  235. margin-bottom: 20px;
  236. }
  237.  
  238. #posts{
  239. {block:PostsonRightSide}
  240. float: right;
  241. {/block:PostsonRightSide}
  242. {block:ifNotPostsonRightSide}
  243. float: left;
  244. margin-left: -12px;
  245. border-right: 1px solid #eee;
  246. {/block:ifNotPostsonRightSide}
  247. {block:IfPostwidth700px}
  248. width: 720px;
  249. {/block:ifPostwidth700px}
  250. {block:ifNotPostwidth700px}
  251. width: 530px;
  252. {/block:ifNotPostwidth700px}
  253. height: auto;
  254. padding: 20px;
  255. }
  256.  
  257. .box{
  258. {block:ifPostwidth700px}
  259. width: 700px;
  260. {block:ifPostwidth700px}
  261. {block:ifNotPostwidth700px}
  262. width: 500px;
  263. {block:ifNotPostwidth700px}
  264. padding: 10px;
  265. text-align: justify;
  266. height: auto;
  267. margin-bottom: 30px;
  268. margin-right: 20px;
  269. {block:ifNotPostsonRightSide}float: left;{block:ifNotPostsonRightSide}{block:ifPostsonRightSide}float: right;{block:ifPostsonRightSide}
  270. }
  271.  
  272. .title{
  273. font-family: '{select:Title Font}';
  274. font-size: {text:Title Size}px;
  275. text-align: center;
  276. line-height: calc({text:Title Size}px + 5px);
  277. {block:ifTitleinAllCaps}
  278. text-transform: uppercase;
  279. {/block:ifTitleinAllCaps}
  280. color: {color:Title};
  281. }
  282.  
  283. .title a{
  284. border: 0px;
  285. color: {color:Title};
  286. }
  287.  
  288. .title a:hover{
  289. color: {color:Link Hover};
  290. }
  291.  
  292. h2{
  293. font-family: '{select:Title Font}';
  294. font-size: calc({text:Text Size}px + 4px);
  295. font-weight: normal;
  296. text-align: center;
  297. color: {color:Title};
  298. {block:ifTitleinAllCaps}
  299. text-transform: uppercase;
  300. {/block:ifTitleinAllCaps}
  301. }
  302.  
  303. blockquote{
  304. border-left: 1px solid {color:Accent};
  305. padding: 3px 3px 3px 5px;
  306. height: auto;
  307. }
  308.  
  309. blockquote p{
  310. margin: 0px;
  311. }
  312.  
  313. ul, ol, li{
  314. list-style-type: square;
  315. }
  316.  
  317. x {text-align: right; font-style: italic;}
  318.  
  319. .rm{
  320. width: 200px;
  321. height: 50px;
  322. margin-left: auto;
  323. margin-right: auto;
  324. margin-top: 10px;
  325. margin-bottom: 15px;
  326. }
  327.  
  328. .rm a{
  329. font-family: 'Montserrat';
  330. text-transform: uppercase;
  331. border: 1px solid {color:Accent};
  332. background: {color:Frame};
  333. text-align: center;
  334. display: inline-block;
  335. width: 180px;
  336. padding: 10px;
  337. height: 20px;
  338. letter-spacing: 1px
  339. font-size: 14px;
  340. color: {color:Text};
  341. }
  342.  
  343. .rm a:hover{
  344. background: {color:Accent};
  345. color: #fff;
  346. }
  347.  
  348. .audio {
  349. width: 300px;
  350. background: #fefefe;
  351. border: 1px solid #eee;
  352. padding: 20px;
  353. height: 50px;
  354. font-family: 'Montserrat';
  355. font-size: 10px;
  356. line-height: 15px;
  357. margin-left: 20px;
  358. color: #888;
  359. text-transform: uppercase;
  360. }
  361.  
  362. .audio img{
  363. width: 60px;
  364. margin-left: -10px;
  365. margin-top: -10px;
  366. height: 60px;
  367. border: 1px solid #eee;
  368. padding: 5px;
  369. }
  370.  
  371. .question{
  372. width: {block:ifPostwidth700px}700px{/block:ifPostwidth700px}{block:ifNotPostwidth700px}500px{/block:ifNotPostwidth700px};
  373. height: auto;
  374. padding: 0px;
  375. overflow-y: auto;
  376. background: #fefefe;
  377. border: 1px solid #eee;
  378. }
  379.  
  380. .question #left{
  381. width: 74px;
  382. height: auto;
  383. padding: 10px;
  384. text-align: center;
  385. float: left;
  386. padding-bottom: 5px;
  387. border-right: 1px solid #eee;
  388. }
  389.  
  390. .question #left img{padding: 5px; border: 1px solid #eee;}
  391.  
  392. .question #right{
  393. width:{block:ifPostwidth700px}585px{/block:ifPostwidth700px}{block:ifNotPostwidth700px}385px{/block:ifNotPostwidth700px};
  394. padding: 10px;
  395. padding-top: 6px;
  396. border-left: 1px solid #eee;
  397. margin-left: 94px;
  398. font-size: calc({text:Text Size}px - 1px);
  399. }
  400.  
  401. .question #right a{border: 0px; color: #888;}
  402.  
  403. xy {font-family: 'Montserrat'; text-decoration: underline; text-transform: uppercase; font-size: 11px; line-height: 14px; color: #888;};
  404.  
  405. {block:ifNotDefaultScrollbar}
  406.  
  407. .question #right ::-webkit-scrollbar-thumb:vertical {
  408. background-color: {color:Accent};
  409. height: 50px;
  410. }
  411. .question #right ::-webkit-scrollbar {
  412. height: 0px;
  413. width: 14px;
  414. background-color: #fefefe;
  415. }
  416.  
  417. {/block:ifNotDefaultScrollbar}
  418.  
  419. .conversation ul, .conversation ol, .conversation li {
  420. list-style-type: none;
  421. margin: 0px;
  422. padding: 0px;
  423. list-style-image: none;
  424. font-size: calc({text:Text Size}px - 1px);
  425. }
  426.  
  427. .conversation ul li { padding: 8px; list-style-image: none;}
  428. .conversation ul li span.label {
  429. font-family: 'Montserrat';
  430. text-transform: uppercase;
  431. font-size: 12px;
  432. color: {color:Accent};
  433. }
  434. .conversation ul li.odd {
  435. background: {color:Frame};
  436. border-bottom: 1px solid #eee;
  437. }
  438. .conversation ul li.even{
  439. background: #fcfcfc;
  440. border-bottom: 1px solid #eee;
  441. }
  442.  
  443. .pn{
  444. font-family: '{select:Font}';
  445. font-size: 11px;
  446. font-style: italic;
  447. color: #aaa;
  448. display: block;
  449. }
  450.  
  451. .pn a{
  452. border: 0px;
  453. color: #aaa;
  454. }
  455. .pn li, ol{
  456. list-style-type: none;
  457. }
  458. .pn img{
  459. display: none;
  460. }
  461.  
  462. .pagi{
  463. font-family: 'Montserrat';
  464. font-size: 12px;
  465. text-transform: uppercase;
  466. text-align: right;
  467. color: {color:Text};
  468. }
  469.  
  470. .pagi a{
  471. color: {color:Text};
  472. border: 0px;
  473. }
  474.  
  475. .pagi a:hover{
  476. color: {color:Link Hover};
  477. }
  478.  
  479. .postdown{
  480. width: {block:ifPostwidth700px}700px{/block:ifPostwidth700px}{block:ifNotPostwidth700px}500px{/block:ifNotPostwidth700px};
  481. height: 10px;
  482. font-family: 'Montserrat';
  483. font-size: 10px;
  484. color: #ccc;
  485. line-height: 14px;
  486. text-transform: uppercase;
  487. border-top: 1px solid #eee;
  488. padding-top: 1px;
  489. margin-top: 20px;
  490. margin-bottom: 10px;
  491. }
  492.  
  493. .postdown a{color: #ccc; border: 0px;}
  494.  
  495. #label{
  496. width: {block:ifPostwidth700px}{/block:ifPostwidth700px}{block:ifNotPostwidth700px}{/block:ifNotPostwidth700px};
  497. height: 30px;
  498. padding: 10px;
  499. line-height: 30px;
  500. background: {color:Label Background};
  501. border: 1px solid {color:Accent};
  502. font-family: '{select:Label Font}';
  503. text-transform: uppercase;
  504. text-align: center;
  505. margin-bottom: 10px;
  506. color: {color:Label Text};
  507. font-size: {text:Label Size}px;
  508. font-weight: {block:ifBoldLabelText}bold{/block:ifBoldLabelText};
  509. }
  510.  
  511. {block:ifNotDefaultScrollbar}
  512.  
  513. ::-webkit-scrollbar-thumb:vertical {
  514. background-color: {color:Accent};
  515. height: 50px;
  516. }
  517. ::-webkit-scrollbar {
  518. height: 0px;
  519. width: 14px;
  520. background-color: {color:Background};
  521. }
  522.  
  523. {/block:ifNotDefaultScrollbar}
  524.  
  525. {block:ifNotDefaultHighlighting}
  526. ::selection{
  527. color: {color:Accent};
  528. }
  529.  
  530. ::-moz-selection{
  531. color: {color:Accent};
  532. }
  533.  
  534. {/block:ifNotDefaultHighlighting}
  535.  
  536. /* DON'T TOUCH */
  537.  
  538. .footer{
  539. margin-left: -30px; margin-bottom: -30px; float: left; border-top: 1px solid #eee; position: relative; height: 20px; padding: 30px; width: 100%; color: {color:Text}; font-family: {select:Title Font}; line-height: 20px; font-size: {text:Footer Text Size}px; {block:ifPostwidth700px}width: 1070px;{/block:ifPostwidth700px}{block:ifNotPostwidth700px}width: 850px;{/block:ifNotPostwidth700px}
  540. }
  541.  
  542. .footer a{border-bottom: 0px;}
  543.  
  544. .creds{width: 20px; height: 20px; right: 5px; bottom: 5px; position: fixed !important;}
  545.  
  546. .creds a{
  547. width: 10px; height: 10px; padding: 5px; font-family: consolas; line-height: 10px; font-weight: bold; letter-spacing: 1px; font-size: 8px; color: {color:Text}; background: white; bottom: 5px; right: 5px; position: fixed !important; border: 1px solid {color:Text}; text-align: center;
  548. }
  549.  
  550. .creds a:hover{
  551. color: {color:Link Hover};
  552. border: 1px solid {color:Link Hover};
  553. }
  554.  
  555. /* DON'T TOUCH */
  556. </style>
  557.  
  558.  
  559. </head>
  560. <body {block:ifDisableRightClick}oncontextmenu="return false"{/block:IfDisableRightClick} {block:IfDisableHighlighting}onmousedown="return false" onselectstart="return false"{/block:ifDisableHighlighting}>
  561. {block:ifEnableTopNavigation}
  562. <div class="links">
  563. <a href="/">Home</a> &nbsp;&nbsp; <a href="/ask">Ask</a> &nbsp;&nbsp; <a href="/archive">Archive</a> &nbsp;&nbsp; <a href="{text:Top Navi Link One URL}">{text:Top Navi Link One}</a> &nbsp;&nbsp; <a href="{text:Top Navi Link Two URL}">{text:Top Navi Link Two}</a> &nbsp;&nbsp; <a href="{text:Top Navi Link Three URL}">{text:Top Navi Link Three}</a> &nbsp;&nbsp; <!-- do not remove! --><a href="http://fifteensummers.tumblr.com/">Credits</a><!-- do not remove! -->
  564. </div>
  565. {/block:ifEnableTopNavigation}
  566.  
  567. {block:ifEnableBanner}
  568. <div align="center">
  569. <img width="800" height="auto" style="margin-top: 40px; margin-bottom: 40px;" oncontextmenu="return false" onmousedown="return false" src="{image:Banner}">
  570. </div>
  571. {/block:ifEnableBanner}
  572.  
  573. <div class="frame">
  574.  
  575. <div class="sidebar">
  576. <div id="label">About</div>
  577. <center><img width="{block:ifPostwidth700px}250{/block:ifPostwidth700px}{block:ifNotPostwidth700px}230{/block:ifNotPostwidth700px}" height="auto" style="margin-top: 10px;{block:ifRoundedSidebarPic}border-radius: 150px; -moz-border-radius: 150px;{/block:ifRoundedSidebarPic}" src="{image:SidebarPic}"></center>
  578. <p style="margin-top: 10px">
  579. {Description}
  580. </p>
  581. <div id="label">Links</div>
  582. <div id="links">
  583. <a href="{text:Link One URL}">{text:Link One Name}</a>
  584. <a href="{text:Link Two URL}">{text:Link Two Name}</a>
  585. <a href="{text:Link Three URL}">{text:Link Three Name}</a>
  586. <a href="{text:Link Four URL}">{text:Link Four Name}</a>
  587. <a href="{text:Link Five URL}">{text:Link Five Name}</a>
  588. <a href="{text:Link Six URL}">{text:Link Six Name}</a>
  589. </div>
  590. <div id="label">Disclaimer</div>
  591. Everything in this blog is mine unless otherwise stated. If you see something that's poorly credited or not credited at all, you may contact me <a href="/ask">here</a>.
  592. </div>
  593.  
  594.  
  595.  
  596. <div style="{block:ifPostsonRightSide}float:right; margin-right: -17px; border-left: 1px solid #eee;{/block:ifPostsonRightSide}" id="posts">
  597.  
  598. {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom}{block:ContentSource}<!--{SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  599.  
  600. {block:Posts}
  601.  
  602. <div style="{block:ifPostsonRightSide}margin-left: auto; margin-right: auto;{/block:ifPostsonRightSide}" class="box">
  603.  
  604. {block:Text}
  605. <div class="title">{block:Title}{Title}{/block:Title}</div>
  606. {Body}
  607. {block:More}
  608. <div class="rm"><a href="{Permalink}">Read More</a></div>
  609. {/block:More}
  610. {/block:Text}
  611.  
  612. {block:Quote}
  613. <div class="title">{Quote}</div>
  614. <div style="margin-top: 10px" align="right"><x>&mdash; {Source}</x></div>
  615. {/block:Quote}
  616.  
  617. {block:Link}
  618. <div class="title"><a href="{URL}">{Name}</a></div>
  619. {block:Description}
  620. {Description}
  621. {block:More}
  622. <div class="rm"><a href="{Permalink}">Read More</a></div>
  623. {/block:More}
  624. {/block:Description}
  625. {/block:Link}
  626.  
  627. {block:Photo}
  628. <a style="{block:ifUnderlinedLinks}border: 0px;{/block:ifUnderlinedLinks}" href="{Permalink}"><img width="{block:ifPostwidth700px}700{/block:ifPostwidth700px}{block:ifNotPostwidth700px}500{/block:ifNotPostwidth700px}" height="auto" src="{PhotoURL-HighRes}"></a>
  629. {Caption}
  630. {block:More}
  631. <div class="rm"><a href="{Permalink}">Read More</a></div>
  632. {/block:More}
  633. {/block:Photo}
  634.  
  635. {block:Photoset}
  636.  
  637. {block:ifPostwidth700px}
  638. {Photoset-700}
  639. {/block:ifPostwidth700px}
  640. {block:ifNotPostwidth700px}
  641. {Photoset-500}
  642. {/block:ifNotPostwidth700px}
  643.  
  644. {Caption}
  645. {block:More}
  646. <div class="rm"><a href="{Permalink}">Read More</a></div>
  647. {/block:More}
  648.  
  649. {/block:Photoset}
  650.  
  651. {block:Audio}
  652.  
  653. <div class="audio">
  654. {block:AlbumArt}
  655. <img title="{block:TrackName}{TrackName}{/block:TrackName}&nbsp;&mdash;&nbsp;{block:Artist}{Artist}{/block:Artist}" style="float: left;" src="{AlbumArtURL}">
  656. {/block:AlbumArt}
  657. <div style="margin-left: 10px; margin-top: -10px; float: left;">{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}
  658. {block:TrackName}
  659. <u>Track Name:</u> {TrackName}
  660. {/block:TrackName}<br>
  661. <u>Artist:</u> {block:Artist}
  662. {Artist}
  663. {/block:Artist}<br>
  664. {block:Album}
  665. <u>Album:</u> {Album}
  666. {/block:Album}
  667. </div>
  668. </div>
  669.  
  670. {block:Caption}
  671. {Caption}
  672. {block:More}
  673. <div class="rm"><a href="{Permalink}">Read More</a></div>
  674. {/block:More}
  675. {/block:Caption}
  676.  
  677. {/block:Audio}
  678.  
  679. {block:Video}
  680.  
  681. {block:ifPostwidth700px}
  682. {Video-700}
  683. {/block:ifPostwidth700px}
  684. {block:ifNotPostwidth700px}
  685. {Video-500}
  686. {/block:ifNotPostwidth700px}
  687.  
  688. {block:Caption}
  689. {Caption}
  690. {block:More}
  691. <div class="rm"><a href="{Permalink}">Read More</a></div>
  692. {/block:More}
  693. {/block:Caption}
  694. {/block:Video}
  695.  
  696. {block:Chat}
  697. {block:Title}
  698. <div class="title">{Title}</div>
  699. {/block:Title}
  700. <div class="conversation">
  701. <ul>
  702. {block:Lines}<li class="{Alt}">
  703. {block:Label}<span class="label">{Label}</span>{/block:Label} <br>
  704. <div style="text-indent: 7px;">{Line}</div>
  705. </li>{/block:Lines}</ul>
  706. </div>
  707. {/block:Chat}
  708.  
  709. {block:Answer}
  710. <div class="question">
  711.  
  712. <div id="left"><img src="{AskerPortraitURL-64}"></div>
  713.  
  714. <div id="right">
  715. <xy>{Asker} asked:</xy><br>
  716. <div style="text-indent: 10px">{Question}</div>
  717. </div>
  718. </div>
  719.  
  720. {Answer}
  721. {block:More}
  722. <div class="rm"><a href="{Permalink}">Read More</a></div>
  723. {/block:More}
  724.  
  725. {/block:Answer}
  726.  
  727. <div class="postdown">
  728. Posted on {DayofMonth} {Month}, with <a href="{Permalink}">{NoteCountWithLabel}</a>.
  729. {block:HasTags}
  730. <div style="margin-top: -14px;" align="right">
  731. Filed Under:
  732. {block:Tags}
  733. <a href="{TagURL}">{Tag}</a>;&nbsp;
  734. {/block:Tags}
  735. </div>
  736. {/block:HasTags}
  737. </div>
  738.  
  739. {block:PermalinkPage}
  740. {block:ContentSource}
  741. <center><xy style="margin-top: 10px; color: #aaa; font-size: 10px; text-decoration: none;">Source: <a style="border: 0px; color: #aaa;" href="{SourceURL}">{Sourcetitle}</a>{block:RebloggedFrom},&nbsp;via <a style="color: #aaa; border: 0px;" href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</xy></center>
  742. {/block:ContentSource}
  743.  
  744. {block:PostNotes}
  745. <div class="pn">
  746. {PostNotes}
  747. </div>
  748. {/block:PostNotes}
  749.  
  750. {/block:PermalinkPage}
  751.  
  752.  
  753. </div>
  754. {/block:Posts}
  755.  
  756. {block:Pagination}
  757.  
  758. <div style="margin-bottom: 10px" class="pagi">
  759. Page {CurrentPage} of {TotalPages} &nbsp;&nbsp;&nbsp;
  760. {block:PreviousPage}<a href="{PreviousPage}">< Newer</a>&nbsp;{/block:PreviousPage}&nbsp;&nbsp;
  761. {block:NextPage}<a href="{NextPage}">Older ></a>{/block:NextPage}
  762. </div>
  763.  
  764. {/block:Pagination}
  765.  
  766. </div>
  767.  
  768. <div class="footer">
  769. <center>{Title} by {text:Footer Name} | All Rights Reserved, 2016.</center>
  770. </div>
  771.  
  772. </div>
  773.  
  774. <!-- DO NOT REMOVE -->
  775.  
  776. <div class="creds"><a title="theme by fifteensummers" href="http://fifteensummers.tumblr.com/">FS</a></div>
  777.  
  778. </body>
  779. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement