Advertisement
benizora

Theme 013: { 新月 } Shingetsu

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