Advertisement
benizora

Theme 014: {完新世} Holocene

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