Advertisement
benizora

Theme 01-REVAMP: Mayonaka

Sep 14th, 2013
14,463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.71 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--
  6.  
  7. theme 001-REVAMP: mayonaka (midnight)
  8. by jackie @ benizora.tumblr.com
  9. please keep all of the credits
  10. and don’t steal or distribute.
  11.  
  12. thank you! enjoy!
  13.  
  14. -->
  15.  
  16. <head><title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. {block:Description}
  21. <meta name="description" content="{MetaDescription}"/>
  22. {/block:Description}
  23.  
  24. <meta name="color:background" content="#333"/>
  25. <meta name="color:entry background" content="#111"/>
  26. <meta name="color:text" content="#dddddd"/>
  27. <meta name="color:title" content="#fff"/>
  28. <meta name="color:bold" content="#fff"/>
  29. <meta name="color:italic" content="#ddd"/>
  30.  
  31. <meta name="color:side title" content="#fff"/>
  32. <meta name="color:title border" content="#3f3f3f"/>
  33. <meta name="color:sidelinks" content="#000"/>
  34. <meta name="color:description bold" content="#fff"/>
  35. <meta name="color:description italic" content="#ddd"/>
  36. <meta name="color:sidelinks hover" content="#333"/>
  37. <meta name="color:sidelinks hover text" content="#02e7d7"/>
  38. <meta name="color:sidelinks text" content="#fff"/>
  39. <meta name="color:navlinks hover" content="#02e7d7"/>
  40. <meta name="color:navlinks" content="#e0e0e0"/>
  41. <meta name="color:sidebar" content="#000"/>
  42. <meta name="color:description text" content="#7a7a7a"/>
  43. <meta name="color:pagination" content="#555555"/>
  44. <meta name="color:pagination hover" content="#02e7d7"/>
  45. <meta name="color:permalink text" content="#fff"/>
  46. <meta name="color:topborder" content="#02e7d7"/>
  47. <meta name="color:topbg" content="#000"/>
  48. <meta name="color:links" content="#fff"/>
  49. <meta name="color:links hover" content="#02e7d7"/>
  50.  
  51. <meta name="image:sidebar" content="" />
  52. <meta name="image:background" content=""/>
  53. <meta name="image:top" content=""/>
  54.  
  55. <meta name="font:title" content="Cambria"/>
  56. <meta name="font:body" content="Cambria"/>
  57.  
  58. <meta name="text:link 1" content="" />
  59. <meta name="text:link 1 title" content="" />
  60. <meta name="text:link 2" content="" />
  61. <meta name="text:link 2 title" content="" />
  62. <meta name="text:link 3" content="" />
  63. <meta name="text:link 3 title" content="" />
  64. <meta name="text:link 4" content="" />
  65. <meta name="text:link 4 title" content="" />
  66. <meta name="text:link 5" content="" />
  67. <meta name="text:link 5 title" content="" />
  68.  
  69. <meta name="if:InfiniteScroll" content="0" />
  70. <meta name="if:ShowCaptions" content="1">
  71. <meta name="if:BigPosts" content="0" />
  72. <meta name="if:ShowTags" content="1" />
  73. <meta name="if:MonochromePosts" content="0" />
  74. <meta name="if:FadingImages" content="0" />
  75.  
  76.  
  77. <style type="text/css">
  78.  
  79.  
  80. /*-- entries info --*/
  81.  
  82. body {
  83. background-image: url('{image:background}');
  84. background-color: {color:background};
  85. background-attachment: fixed;
  86. background-repeat: {text:Background Repeat};
  87. {/block:IfNoBackgroundImageNoRepeat};
  88. color: {color:text};
  89. font-family: {font:body};
  90. font-size: 12px;
  91. }
  92.  
  93. iframe#tumblr_controls {
  94. position: fixed !important;
  95. right:2px !important;
  96. -moz-transition: all 0.8s ease-out;
  97. -webkit-transition: opacity 0.7s linear;
  98. -webkit-transition: all 0.8s ease-out;
  99. transition: all 0.8s ease-out;
  100. opacity: 0.5;}
  101.  
  102. iframe#tumblr_controls:hover {
  103. -webkit-transition: opacity 0.7s linear;
  104. -moz-transition: all 0.4s ease-out;
  105. -webkit-transition: all 0.4s ease-out;
  106. transition: all 0.4s ease-out;
  107. opacity: 1;}
  108.  
  109.  
  110. /* scrollbar */
  111.  
  112. ::-webkit-scrollbar-thumb{
  113. background-color: {color:background};
  114. border: 1px solid {color:background};
  115. height:auto;
  116. }
  117.  
  118. ::-webkit-scrollbar {
  119. height:7px;
  120. width:7px;
  121. background-color: {color:italic};
  122. border: 3px solid {color:background};
  123. }
  124.  
  125. /*-- links info --*/
  126.  
  127. a {
  128. color: {color:links};
  129. text-decoration: none;
  130. }
  131.  
  132. a:link, a:active, a:visited {
  133. text-decoration: none;
  134. color: {color:links};
  135. -webkit-transition: all 0.5s linear;
  136. -moz-transition: all 0.5s linear;
  137. -o-transition: all 0.5s linear;
  138. }
  139.  
  140. a:hover {
  141. color:{color:links hover};
  142. text-decoration: none;
  143. -webkit-transition: all 0.5s linear;
  144. -moz-transition: all 0.5s linear;
  145. -o-transition: all 0.5s linear;
  146. }
  147.  
  148. /* pagination */
  149.  
  150. #previous {
  151. font-family: 'Consolas';
  152. font-size: 20px;
  153. width: 20px;
  154. margin-left:90px;
  155. color: {color:pagination};
  156. top:60px;
  157. position: fixed;
  158. text-align: center;
  159. z-index:9999999999999999999;
  160. }
  161.  
  162. #next {
  163. font-family: 'Consolas';
  164. font-size: 20px;
  165. margin-left:365px;
  166. color: {color:pagination};
  167. top:60px;
  168. width: 20px;
  169. position: fixed;
  170. text-align: center;
  171. z-index:9999999999;
  172. }
  173.  
  174. #previous a {
  175. -webkit-transition: all 0.5s ease-in-out;
  176. -moz-transition: all 0.5s ease-in-out;
  177. -o-transition: all 0.5s ease-in-out;
  178. color:{color:pagination};
  179. z-index:9999;
  180. }
  181.  
  182. #previous a:hover{
  183. color:{color:pagination hover};
  184. -webkit-transition: all 0.5s ease-in-out;
  185. -moz-transition: all 0.5s ease-in-out;
  186. -o-transition: all 0.5s ease-in-out;
  187. }
  188.  
  189. #next a {
  190. -webkit-transition: all 0.5s ease-in-out;
  191. -moz-transition: all 0.5s ease-in-out;
  192. -o-transition: all 0.5s ease-in-out;
  193. color:{color:pagination};
  194. z-index:9999;
  195. }
  196.  
  197. #next a:hover{
  198. color:{color:pagination hover};
  199. -webkit-transition: all 0.5s ease-in-out;
  200. -moz-transition: all 0.5s ease-in-out;
  201. -o-transition: all 0.5s ease-in-out;
  202. }
  203.  
  204. /* topbar */
  205.  
  206. #topbar {
  207. background-image: url('{image:top}');
  208. background-color: {color:topbg};
  209. background-attachment: fixed;
  210. background-repeat: {text:Background Repeat};
  211. top:0px;
  212. left:0px;
  213. height:95px;
  214. border-bottom:30px solid {color:topborder};
  215. width:100%;
  216. position:fixed;
  217. z-index:99999999;
  218. }
  219.  
  220. /* sidelinks */
  221.  
  222. #heart {
  223. float:left;
  224. position:fixed;
  225. width:100px;
  226. height:110%;
  227. margin-top:117px;
  228. margin-left:20px;
  229. z-index:9999999;
  230. text-align:center;
  231. }
  232.  
  233. #menu {
  234. margin-top:3px; width:90px; padding-top:5px;
  235. }
  236.  
  237. #nav a {
  238. font-family:'Consolas';
  239. width:90px;
  240. font-size: 9px;
  241. display:block;
  242. padding:5px 0px;
  243. text-transform: uppercase;
  244. background-color:{color:sidelinks};
  245. margin-bottom:3px;
  246. letter-spacing:1px;
  247. -webkit-transition: all 0.5s ease-in-out;
  248. -moz-transition: all 0.5s ease-in-out;
  249. -o-transition: all 0.5s ease-in-out;
  250. color:{color:sidelinks text};
  251. z-index:9999;
  252. }
  253.  
  254. #nav a:hover{
  255. background-color:{color:sidelinks hover};
  256. color:{color:sidelinks hover text};
  257. -webkit-transition: all 0.5s ease-in-out;
  258. -moz-transition: all 0.5s ease-in-out;
  259. -o-transition: all 0.5s ease-in-out;
  260. }
  261.  
  262. /* sidebar */
  263.  
  264. #sidebar {
  265. z-index:999999999;
  266. background-color:{color:sidebar};
  267. width: 220px;
  268. top: 40px;
  269. margin-left: 120px;
  270. height:auto;
  271. position: fixed;
  272. text-align:center;
  273. }
  274.  
  275. #sidebar img {
  276. max-width:200px;
  277. margin-top: 0px;
  278. background-color:{color:topborder};
  279. padding:10px;
  280. }
  281.  
  282. #sidetitle{
  283. background-color:{color:sidebar};
  284. padding:10px 10px 7px 10px;
  285. margin-left:20px;
  286. width:160px;
  287. text-align:center;
  288. font-size:15px;
  289. letter-spacing:3px;
  290. border-bottom:1px solid {color:title border};
  291. font-family:'Cambria', serif;
  292. color:{color:sidebar title};
  293. }
  294.  
  295. #navlinks{
  296. background-color:transparent;
  297. margin-left:20px;
  298. width:175px;
  299. text-align:center;
  300. font-size:15px;
  301. letter-spacing:3px;
  302. margin-top:3px;
  303. margin-bottom:5px;
  304. }
  305.  
  306. #navlinks a {
  307. font-family:'Consolas', serif;
  308. width:90px;
  309. font-size: 9px;
  310. padding-left:5px;
  311. display:inline;
  312. text-transform: lowercase;
  313. font-style:italic;
  314. margin-bottom:5px;
  315. letter-spacing:1px;
  316. -webkit-transition: all 0.5s ease-in-out;
  317. -moz-transition: all 0.5s ease-in-out;
  318. -o-transition: all 0.5s ease-in-out;
  319. color:{color:navlinks};
  320. z-index:9999;
  321. }
  322.  
  323. #navlinks a:hover{
  324. color:{color:navlinks hover};
  325. -webkit-transition: all 0.5s ease-in-out;
  326. -moz-transition: all 0.5s ease-in-out;
  327. -o-transition: all 0.5s ease-in-out;
  328. }
  329.  
  330. /* side description */
  331.  
  332. #sidedesc {
  333. width:180px;
  334. background-color:{color:sidebar};
  335. position: fixed;
  336. padding:10px 20px 20px 20px;
  337. font-family:'Cambria', Calibri, sans-serif;
  338. font-size: 9px;
  339. margin-top:0px;
  340. margin-left:-20px;
  341. letter-spacing: 1px;
  342. text-align:center;
  343. line-height:150%;
  344. text-decoration:none;
  345. color: {color:description text};
  346. }
  347.  
  348. #sidedesc b, strong {
  349. color: {color:description bold};
  350. }
  351.  
  352. #sidedesc i, em {
  353. color: {color:description italic};
  354. }
  355.  
  356.  
  357. /* credits */
  358.  
  359. #credit {
  360. position:fixed;
  361. margin-top:0px;
  362. right:-50px;
  363. bottom:15px;
  364. width:80px;
  365. line-height:5px;
  366. font-size:20px;
  367. transition-duration: 0.4s;
  368. -moz-transition-duration: 0.4s;
  369. -webkit-transition-duration: 0.4s;
  370. -o-transition-duration: 0.4s;
  371. }
  372.  
  373. #credit a{
  374. text-decoration:none;
  375. color:{color:text};
  376. -webkit-transition: all 0.3s ease-out;
  377. -moz-transition: all 0.3s ease-out;
  378. transition: all 0.3s ease-out;
  379. }
  380.  
  381. #credit a:hover {
  382. color:{color:links hover};
  383. -webkit-transition: all 0.3s ease-out;
  384. -moz-transition: all 0.3s ease-out;
  385. transition: all 0.3s ease-out;
  386. }
  387.  
  388. /* posts */
  389.  
  390. #content {
  391. font-family: 'Cambria', Helvetica, sans-serif;
  392. {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
  393. {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
  394. margin: 0px 10px 0px 400px;
  395. font-size:11px;
  396. padding-top:130px;
  397. }
  398.  
  399. #entries {
  400. padding: 10px 10px 0 10px;
  401. background-color: {color:entry background};
  402. margin-bottom: 30px;
  403. line-height:150%;
  404. {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
  405. {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
  406. }
  407.  
  408. #entries b, strong {
  409. color: {color:bold};
  410. }
  411.  
  412. #entries i, em {
  413. color: {color:italic};
  414. }
  415.  
  416. #entries img {
  417. {block:ifBigPosts}max-width: 500px;{/block:ifBigPosts}
  418. {block:ifNotBigPosts}max-width: 400px;{/block:ifNotBigPosts}
  419. {block:IfMonochromePosts}
  420. -webkit-filter: grayscale(1);
  421. -webkit-transition: all 0.5s ease-in-out;
  422. -moz-transition: all 0.5s ease-in-out;
  423. -o-transition: all 0.5s ease-in-out;
  424. -ms-transition: all 0.5s ease-in-out;
  425. transition: all 0.5s ease-in-out;
  426. {/block:IfMonochromePosts}
  427. }
  428. {block:IfMonochromePosts}
  429. #entries img:hover{
  430. filter: none;
  431. -webkit-filter: grayscale(0);
  432. }
  433. {/block:IfMonochromePosts}
  434.  
  435. {block:ifFadingImages}
  436. #photo{
  437. -webkit-transition: opacity 0.8s linear;
  438. opacity: .60;
  439. {/block:ifFadingImages}
  440. }
  441.  
  442. {block:ifFadingImages}
  443. #photo:hover{
  444. -webkit-transition: opacity 0.8s linear;
  445. opacity: 1.1;
  446. {/block:ifFadingImages}
  447. }
  448.  
  449. #photo{
  450. {block:IfMonochromePosts}
  451. -webkit-filter: grayscale(1);
  452. -webkit-transition: all 0.5s ease-in-out;
  453. -moz-transition: all 0.5s ease-in-out;
  454. -o-transition: all 0.5s ease-in-out;
  455. -ms-transition: all 0.5s ease-in-out;
  456. transition: all 0.5s ease-in-out;
  457. {/block:IfMonochromePosts}
  458. }
  459.  
  460. {block:IfMonochromePosts}
  461. #photo:hover{
  462. filter: none;
  463. -webkit-filter: grayscale(0);
  464. }
  465. {/block:IfMonochromePosts}
  466.  
  467.  
  468. /* blockquote */
  469.  
  470. blockquote{
  471. border-left: 2px solid {color:topborder};
  472. padding:0px 5px 0px 10px;
  473. }
  474.  
  475. blockquote img {
  476. {block:ifBigPosts}max-width: 420px;{/block:ifBigPosts}
  477. {block:ifNotBigPosts}max-width: 320px;{/block:ifNotBigPosts}
  478. }
  479.  
  480. /* body titles */
  481.  
  482. h1 {
  483. font-size:25px;
  484. line-height:145%;
  485. font-family: 'Cambria';
  486. color:{color:title};
  487. text-align:left;
  488. }
  489.  
  490. /* quotes */
  491.  
  492. #quote{
  493. float:left;
  494. padding-top:5px;
  495. font-family:'Garamond', serif;
  496. color:{color:bold};
  497. font-size:50px;
  498. height:auto;
  499. margin-top:5px;
  500. }
  501.  
  502. .quotes{
  503. font-family:'Cambria', serif;
  504. color:{color:bold};
  505. font-size:12px;
  506. letter-spacing:1px;
  507. padding:0px 40px;
  508. height:auto;
  509. margin-top:5px;
  510. }
  511.  
  512. /* permalink */
  513.  
  514. #info {
  515. color: {color:text};
  516. text-align:center;
  517. padding:15px 15px 0px 20px;
  518. margin: 15px 0px 0px -10px;
  519. {block:IfBigPosts}
  520. width: 485px;
  521. {/block:IfBigPosts}
  522. {block:IfNotBigPosts}
  523. width: 385px;
  524. {/block:IfNotBigPosts}
  525. background-color:{color:sidebar};
  526. text-transform:uppercase;
  527. font-family:'Cambria';
  528. font-size: 10px;
  529. }
  530.  
  531. {block:IfNotShowTags}
  532. #info {
  533. padding-bottom:15px;
  534. {/block:IfNotShowTags}
  535. }
  536.  
  537. #info a {
  538. color: {color:links};
  539. letter-spacing: 2px;
  540. }
  541.  
  542. #info a:hover {
  543. color:{color:links hover};
  544. }
  545.  
  546. {block:IfShowTags}
  547. #tags {
  548. {block:IfBigPosts}
  549. width: 475px;
  550. {/block:IfBigPosts}
  551. {block:IfNotBigPosts}
  552. width: 375px;
  553. {/block:IfNotBigPosts}
  554. padding:0px 20px 10px 20px;
  555. margin: 10px 0px 0px -20px;
  556. color:{color:text};
  557. background-color:{color:sidebar};
  558. text-align:center;
  559. opacity:1;
  560. {/block:IfShowTags}
  561. }
  562.  
  563. {block:IfShowTags}
  564. #tags a {
  565. display: inline-block;
  566. color: {color:links};
  567. padding-left:2px;
  568. font-size: 8px;
  569. letter-spacing: 1px;
  570. text-transform: uppercase;
  571. text-align:center;
  572. {/block:IfShowTags}
  573. }
  574.  
  575. {block:IfShowTags}
  576. #tags a:hover {
  577. color: {color:links hover};
  578. {/block:IfShowTags}
  579. }
  580.  
  581. .permalink {
  582. font-family: 'Consolas', sans-serif;
  583. font-size:9px;
  584. margin-top:5px;
  585. letter-spacing:1px;
  586. color: {color:italic};
  587. line-height:170%;
  588. text-transform:uppercase;
  589. }
  590.  
  591. .permalink a {
  592. color: {color:links};
  593. }
  594.  
  595. .permalink a:hover {
  596. color: {color:links hover};
  597. }
  598.  
  599. /* music */
  600.  
  601. #audioplayer {
  602. position:absolute;
  603. margin-top:37px;
  604. margin-bottom:45px;
  605. margin-left:34px;
  606. width:30px;
  607. height:30px;
  608. z-index:5;
  609. opacity:0.8;
  610. overflow:hidden;
  611. transition-duration: 0.4s;
  612. -moz-transition-duration: 0.4s;
  613. -webkit-transition-duration: 0.4s;
  614. -o-transition-duration: 0.4s;
  615. }
  616.  
  617. #musicinfo{
  618. position:absolute;
  619. margin-left:110px;
  620. margin-top:-90px;
  621. background:{color:sidebar};
  622. padding:5px;
  623. font-family:'Consolas',serif;
  624. font-size:11px;
  625. text-transform:uppercase;
  626. line-height:210%;
  627. {block:IfBigPosts}
  628. width:390px;
  629. {block:IfBigPosts}
  630. {block:IfNotBigPosts}
  631. width:290px;
  632. {block:IfNotBigPosts}
  633. }
  634.  
  635. #albumart2 {
  636. position:relative;
  637. padding-right:5px;
  638. width:100px;
  639. height:100px;
  640. }
  641.  
  642. #albumart2 img {
  643. width:100px;
  644. height:100px;
  645. }
  646.  
  647. #albumart {
  648. position:relative;
  649. margin-top:-100px;
  650. margin-left:0px;
  651. padding-right:5px;
  652. width:100px;
  653. height:100px;
  654. z-index:3;
  655. }
  656.  
  657. #albumart img {
  658. width:100px;
  659. height:100px;
  660. }
  661.  
  662. /* asks */
  663.  
  664. #asks img {
  665. width: 25px;
  666. height: 25px;
  667. border: 3px solid {color:topborder};
  668. }
  669.  
  670. #asks a {
  671. font-size: 11px;
  672. color: {color:links};
  673. letter-spacing:1px;
  674. font-family: 'Cambria', Georgia, serif;
  675. text-align: center;
  676. text-transform: uppercase;
  677. }
  678.  
  679. #asks a:hover {
  680. color: {color:links hover};
  681. }
  682.  
  683. #askcontainer {
  684. {block:IfBigPosts}
  685. width: 450px;
  686. {/block:IfBigPosts}
  687. {block:IfNotBigPosts}
  688. width: 350px;
  689. {/block:IfNotBigPosts}
  690. border-bottom: 1px solid {color:side title};
  691. background-color: transparent;
  692. text-align: left;
  693. font-size: 10px;
  694. padding:2px 10px 10px 40px;
  695. line-height:130%;
  696. color: {color:description italic};
  697. font-family: 'Cambria', sans-serif;
  698. display:block;
  699. }
  700.  
  701. #sources {
  702. font-family: ‘Calibri’, sans-serif;
  703. font-size:8pt;
  704. text-align: right;
  705. margin-top: -5px;
  706. }
  707.  
  708. /* notes */
  709.  
  710. ol.notes {
  711. padding: 0px;
  712. margin: 15px;
  713. font-family: 'Cambria', sans-serif;
  714. font-size:12px;
  715. list-style-type: none;
  716. background: transparent;
  717. border: 0px;
  718. letter-spacing: 0px;
  719. text-transform: lowercase;
  720. }
  721.  
  722. ol.notes li.note {
  723. font-family:'Cambria', sans-serif;
  724. text-align: left;
  725. line-height:130%;
  726. border-bottom:1px solid {color:permalink text};
  727. background:{color:sidebar};
  728. padding:5px;
  729. font-size:10px;
  730. letter-spacing: 1px;
  731. text-transform: lowercase;
  732. }
  733.  
  734. .notes img{
  735. width: 13px;
  736. height: 13px;
  737. padding-right:5px;
  738. }
  739.  
  740. /* chat box */
  741.  
  742. .chat{
  743. background: {color:entry background};
  744. margin: 0;
  745. font-size:10px;
  746. font-family: 'Cambria', serif;
  747. }
  748.  
  749. .chat.chat1 {
  750. margin-left: 0px;
  751. }
  752.  
  753. .chat .chat1 .chat2 {
  754. color:{color:description bold};
  755. margin-bottom: 1px;
  756. padding: 4px 4px 5px 5px;
  757. border-style:none;
  758. }
  759.  
  760. .chat2 {
  761. background:{color:sidebar};
  762. color:{color:links};
  763. margin-bottom: 1px;
  764. padding: 4px 4px 5px 5px;
  765. border-style:none;
  766. }
  767.  
  768. .chat .chat1 .chat2.even {
  769. background: {color:entry background};
  770. color:{color:links};
  771. }
  772.  
  773. .chat .chat1 .chat2 span {
  774. color:{color:links};
  775. }
  776.  
  777. {CustomCSS}
  778.  
  779. </style>
  780.  
  781. {block:IfInfiniteScroll}
  782. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  783. {/block:IfInfiniteScroll}
  784.  
  785. </head>
  786. <body>
  787.  
  788. <div id="topbar">
  789.  
  790. {block:IfNotInfiniteScroll}
  791. <div id="previous">
  792. {block:Pagination}
  793. {block:PreviousPage}
  794. <a href="{PreviousPage}">«</a>
  795. {/block:PreviousPage}
  796. {/block:Pagination}
  797. </div>
  798. <div id="next"> {block:Pagination}
  799. {block:NextPage}
  800. <a href="{NextPage}">»</a>
  801. {/block:NextPage}
  802. {/block:Pagination}
  803. </div>{/block:IfNotInfiniteScroll}
  804. </div>
  805.  
  806. <div id="heart">
  807. <div id="menu">
  808. <div id="nav">{block:IfLink1}<a href="{text:link 1}" id="nav">{text:link 1 title}</a>{/block:IfLink1}</div>
  809. <div id="nav">{block:IfLink2}<a href="{text:link 2}" id="nav">{text:link 2 title}</a>{/block:IfLink2}</div>
  810. <div id="nav">{block:IfLink3}<a href="{text:link 3}" id="nav">{text:link 3 title}</a>{/block:IfLink3}</div>
  811. <div id="nav">{block:IfLink4}<a href="{text:link 4}" id="nav">{text:link 4 title}</a>{/block:IfLink4}</div>
  812. <div id="nav">{block:IfLink5}<a href="{text:link 5}" id="nav">{text:link 5 title}</a>{/block:IfLink5}</div>
  813.  
  814. </div></div>
  815.  
  816. <div id="sidebar">
  817. <img src="{image:sidebar}">
  818.  
  819. <div id="sidetitle">{title}</div>
  820.  
  821. <div id="navlinks"><a href="/">index</a>
  822. <a href="/ask">ask</a>
  823. <a href="/archive">archive</a>
  824. <a href="/submit">submit</a>
  825. <div id="sidedesc">{block:Description}{Description}{/block:Description}
  826. </div>
  827. </div>
  828. </div>
  829. </div>
  830. </div>
  831. </div>
  832.  
  833. <div id="credit">
  834. <a target="blank"href="http://benizora.org">ℬ</a></div>
  835.  
  836. <div id="content">
  837.  
  838. <div class="autopagerize_page_element">
  839.  
  840. {block:Posts}
  841.  
  842. <div id="entries">
  843.  
  844. {block:Text}
  845. <h1>{block:Title}{Title}{/block:Title}</h1>{Body}
  846. {/block:Text}
  847.  
  848. {block:Photo}
  849. {LinkOpenTag}<div id="photo">{block:IfBigPosts}<img src="{PhotoURL-500}" class="center">{block:IfBigPosts}{block:IfNotBigPosts}<img src="{PhotoURL-400}" class="center">{/block:IfNotBigPosts}</div>{LinkCloseTag}
  850. {block:IfShowCaptions}
  851. {block:Caption}{Caption}{/block:Caption}
  852. {/block:IfShowCaptions}
  853. {/block:Photo}
  854.  
  855. {block:Photoset}
  856. {LinkOpenTag}<div id="photo">{block:IfBigPosts}{Photoset-500}{block:IfBigPosts}{block:IfNotBigPosts}{Photoset-400}{/block:IfNotBigPosts}</div>{LinkCloseTag}
  857. {block:IfShowCaptions}
  858. {block:Caption}{Caption}{/block:Caption}
  859. {/block:IfShowCaptions}
  860. {/block:Photoset}
  861.  
  862. {block:Quote}
  863. <div id="quote">“</div><div class="quotes">{Quote}</div><br>
  864. {block:Source}<div align="right">— {Source}</div>{/block:Source}
  865. {/block:Quote}
  866.  
  867. {block:Link}
  868. <h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}
  869. {/block:Link}
  870.  
  871. <div class="chat"><div class="chat1">{Block:Lines}<div class="chat2 {Alt}">{Block:Label}<span>{Label}</span>{/block:Label}{Line}</div>{/block:Lines}</div></div>
  872.  
  873. {block:Audio}
  874. <div id= "audioplayer">{AudioPlayerBlack}</div>
  875. <div id="albumart2"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  876. <div id="musicinfo"><b>ARTIST:</b>{block:Artist}
  877. {Artist}
  878. {/block:Artist}<br>
  879. <b>TITLE:</b>{block:TrackName}
  880. {TrackName}
  881. {/block:TrackName}<br>
  882. <b>ALBUM:</b>{block:Album}
  883. {Album}
  884. {/block:Album}</div>
  885.  
  886. {block:Caption}{Caption}{/block:Caption}
  887. {/block:Audio}
  888.  
  889. {block:Video}
  890. {block:IfBigPosts}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:IfBigPosts}
  891. {block:IfNotBigPosts}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:IfNotBigPosts}
  892. {/block:Video}
  893.  
  894. {block:Answer}
  895. <div id="asks"><img src="{AskerPortraitURL-40}" align="left"><div id="askcontainer"><b>{Asker}</b> asked:<br>{Question}</div></div>{Answer}
  896. {/block:Answer}
  897.  
  898. {block:IndexPage}
  899. {block:IfShowTags}
  900. <div id="perm"><div id="info">{TimeAgo} {block:RebloggedFrom} | <a href="{ReblogParentURL}" title="via">&nbsp;via </a> | <a href="{ReblogRootURL}" title="source">&nbsp;source </a>{/block:RebloggedFrom} | <a href="{Permalink}">
  901. {NoteCount}</a>
  902.  
  903. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  904. </div></div>
  905. {/block:IfShowTags}
  906. {/block:IndexPage}
  907.  
  908. {block:IndexPage}
  909. {block:IfNotShowTags}
  910. <div id="perm"><div id="info">{TimeAgo} {block:RebloggedFrom} | <a href="{ReblogParentURL}" title="via">&nbsp;via </a> | <a href="{ReblogRootURL}" title="source">&nbsp;source </a>{/block:RebloggedFrom} | <a href="{Permalink}">
  911. {NoteCount}</a></div></div>
  912. {/block:IfNotShowTags}
  913. {/block:IndexPage}
  914.  
  915. {block:PermalinkPage}
  916. <div class="permalink">
  917. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
  918.  
  919. {block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom} {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  920. {block:PostNotes}{PostNotes}{/block:PostNotes}
  921. </div>
  922. {/block:PermalinkPage}
  923.  
  924. </div>
  925. {/block:Posts}
  926.  
  927. </div>
  928. </div>
  929. </body>
  930. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement