Advertisement
divakey

Theme 14 Music Box

Jul 18th, 2013
1,079
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.36 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  9.  
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16.  
  17. {block:IfEndlessScrolling}
  18. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  19.  
  20.  
  21.  
  22.  
  23. <head>
  24. <meta name="image:Background" content="1"/>
  25. <meta name="image:Sidebar" content="" />
  26. <meta name="color:Background" content="#EBF3F6" />
  27. <meta name="color:Post Background" content="#F4F4F4" />
  28. <meta name="color:Title" content="#102739" />
  29. <meta name="color:Text" content="#4D4D4D" />
  30. <meta name="color:Ask background" content="#A4C6CF" />
  31. <meta name="color:Links" content="99cccc" />
  32. <meta name="color:Bold" content="#7D979E" />
  33. <meta name="color:Links Hover" content="##cceeff" />
  34. <meta name="color:scroll bar" content="#A4C6CF" />
  35. <meta name="color:Post title" content="#ccaa99" />
  36. <meta name="color:Post border" content="#000000" />
  37. <meta name="color:Sidebar link bg" content="#000000" />
  38. <meta name="color:Sidebar link color" content="#FFFFFF" />
  39. <meta name="color:Navi link" content="#FFFFFF" />
  40. <meta name="if:Endless Scrolling" content=""/>
  41. <meta name="if:Show Captions" content="">
  42. <meta name="if:Monochrome" content="">
  43. <meta name="if:Lazy Load" content="">
  44. <meta name="text:Link1" content="" />
  45. <meta name="text:Link1 URL" content=""/>
  46. <meta name="text:Link2" content="" />
  47. <meta name="text:Link2 URL" content=""/>
  48. <meta name="text:Link3" content="" />
  49. <meta name="text:Link3 URL" content=""/>
  50. <meta name="if:250px" content="0" />
  51. <meta name="if:400px" content="1" />
  52. <meta name="if:500px" content="0" />
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57. /* SCROLLBAR */
  58.  
  59. ::-webkit-scrollbar {
  60. width: 5px;
  61. height: 4px; }
  62.  
  63. ::-webkit-scrollbar-button:start:decrement,
  64. ::-webkit-scrollbar-button:end:increment {
  65. height: 0px;
  66. display: block;
  67. background: #9C9C9C;}
  68.  
  69. ::-webkit-scrollbar-track-piece {background-color: white;}
  70.  
  71. ::-webkit-scrollbar-thumb {
  72. border-radius: 0px;
  73. height: 50px;
  74. background-color: {color:scroll bar};}
  75.  
  76.  
  77. /* CONTENT */
  78.  
  79. body {
  80. background-color:{color:Background};
  81. background-image: url('{image:Background}');
  82. background-attachment:fixed;
  83. color:{color:Text};
  84. font-family:'Roboto Condensed', sans-serif;
  85. font-size:11px;
  86. margin: 0px;
  87. padding: 0px;}
  88.  
  89.  
  90. a {
  91. text-decoration:none;
  92. color:{color:links};
  93. opacity:;
  94. z-index:999;
  95. -webkit-transition: all 0.5s ease-in-out;
  96. -moz-transition: all 0.5s ease-in-out;
  97. -o-transition: all 0.5s ease-in-out; }
  98.  
  99.  
  100. a:hover{
  101. color:{color:linkshover};
  102. opacity: .5;
  103. -webkit-transition: all 0.5s ease-in-out;
  104. -moz-transition: all 0.5s ease-in-out;
  105. -o-transition: all 0.5s ease-in-out;}
  106.  
  107. b {color:{color:Bold};}
  108.  
  109.  
  110. .contentwhole {
  111. width:520px;
  112. margin-left:400px;
  113. height:100%;
  114. margin-top:30px;}
  115.  
  116.  
  117.  
  118.  
  119. /* POSTS */
  120.  
  121. .content {
  122. {block:if500px}width: 500px;{/block:if500px}
  123. {block:if400px}width: 400px;{/block:if400px}
  124. {block:if250px}width: 250px;{/block:if250px}
  125. margin:15px;
  126. margin-top:30px;
  127. padding:5px;
  128. background-color:{color:post background};
  129. border:1px solid {color:post border};}
  130.  
  131.  
  132.  
  133. .posttitle{font-family: 'Baumans', cursive;
  134. color:{color:post title};
  135. font-size: 20px;
  136. line-height: 15px;
  137. letter-spacing: 0px;
  138. text-align: left;
  139. text-transform: normal;}
  140.  
  141.  
  142. blockquote{
  143. padding-left: 5px;
  144. margin: 0px 0px 10px 0px;
  145.  
  146. border-left: 1px solid {color:bold};}
  147.  
  148. blockquote img{
  149. max-width: 100%!important;}
  150.  
  151. #link, .Link {font-family: 'Baumans', cursive;
  152. font-size:20px;
  153. letter-spacing:1px;
  154. }
  155.  
  156. #quote {font-size:15px;}
  157.  
  158.  
  159. .ask {
  160. display:block;
  161. padding:10px;
  162. background-color:{color:ask background};
  163. color:{color:text};}
  164.  
  165.  
  166. .ask1 img {
  167. max-width: 40px;
  168. display:block;
  169. margin-left:5px;
  170. margin-top:5px;
  171. -moz-border-radius: 10px 10px 10px 10px;
  172. -webkit-border-radius: 10px 10px 10px 10px;
  173. border-radius: 10px 10px 10px 10px;}
  174.  
  175. .ask2 {
  176. display:block;
  177. float:left;
  178. font-family: 'nova round', cursive;
  179. text-transform:lowercase;
  180. margin-top:35px;
  181. font-size:10px;
  182. margin-left:5px;}
  183.  
  184.  
  185. .ask3{
  186. display:block;
  187. margin-top:50px;
  188. border-top: 1px solid {color:ask background};}
  189.  
  190. .point {
  191. margin-top:-5px;
  192. display:block;
  193. margin-left:10px;
  194. width:0px;
  195. height:0px;
  196. border-left:10px solid transparent;
  197. border-right:10px solid transparent;
  198. border-top:15px solid{color:ask background};
  199. font-size:0px;
  200. line-height:0px;}
  201.  
  202.  
  203. /*MAKES POSTS BLACK AND WHITE */
  204.  
  205. {block:ifmonochrome}
  206. img, .photo, .photoset{
  207. -webkit-filter: Grayscale(100%);
  208. -webkit-transition-duration: 0.8s;
  209. -moz-transition-duration:0.8s;
  210. transition-duration:0.8s;
  211. -o-transition-duration:0.8s;}
  212.  
  213. img:hover, .photo:hover, .photoset:hover{
  214. -webkit-filter: Grayscale(100%);
  215. opacity:;
  216. -webkit-transition: all 0.5s ease-out;
  217. -moz-transition: all 0.5s ease-out;
  218. transition: all 0.5s ease-out;}
  219. {block:ifmonochrome}
  220.  
  221.  
  222.  
  223.  
  224. /* AUDIO POSTS */
  225. #audiopost {font-family: consolas;
  226. margin-bottom:5px;
  227. width:500px;
  228. height:150px}
  229.  
  230. .cover {
  231. width:150px;
  232. height:150px;
  233. position:absolute;}
  234.  
  235. .cover img {
  236. width:150px;
  237. height:150px;
  238. float:left;}
  239.  
  240. .player {
  241. opacity: 0.5;
  242. position:absolute;
  243. z-index:1;
  244. background:#fff;
  245. width:150px;
  246. height:150px;
  247. display:block;
  248. -webkit-transition: all 0.7s ease;
  249. -moz-transition: all 0.7s ease;
  250. -o-transition: all 0.7s ease;}
  251.  
  252. .playerr {
  253. width:25px;
  254. height:25px;
  255. margin-top:55px;
  256. margin-left:55px;
  257. overflow:hidden;
  258. padding:3px;}
  259.  
  260. .track {
  261. margin-left:160px; line-height:12px; padding-top: 35px;}
  262.  
  263.  
  264.  
  265. /* PERMALINKS */
  266. .bottom {
  267. position:absolute;
  268. border-top:0px;
  269. margin-top:-5px;
  270. opacity:1;
  271. margin-bottom:15px;
  272. margin-left:-11px;
  273. text-align:center;
  274. padding:5px;
  275. opacity:;
  276. -webkit-transition: all .7s ease-in-out;
  277. -moz-transition: all .7s ease-in-out;
  278. -o-transition: all .7s ease-in-out;
  279. -ms-transition: all .7s ease-in-out;
  280. Transition: all .7s ease-in-out;}
  281.  
  282.  
  283. .bottom a {color:{color:navi link};
  284. background-color: {color:post border};
  285. font-family: 'consolas', sans-serif;
  286. {block:if500px}width: 255px;{/block:if500px}
  287. {block:if400px}width: 205px;{/block:if400px}
  288. {block:if250px}width: 130px;{/block:if250px}
  289. height:10px;
  290. font-size:8px;
  291. padding-top:2px;
  292. letter-spacing:5px;
  293. display:inline-block;
  294. margin-top:5px;
  295. text-transform:uppercase;
  296. text-align:center;
  297. -webkit-transition:0.5s linear ;
  298. transition: 0.5s;
  299. -moz-transition: 0.5s;
  300. -o-transition: 0.5s; }
  301.  
  302.  
  303. .bottom a:hover {
  304. -webkit-transition: all 0.5s ease-in-out;
  305. -moz-transition: all 0.5s ease-in-out;
  306. -o-transition: all 0.5s ease-in-out;}
  307.  
  308.  
  309.  
  310. /* PERMALINK PAGE */
  311.  
  312.  
  313. #source{
  314. {block:if500px}width: 500px;{/block:if500px}
  315. {block:if400px}width: 400px;{/block:if400px}
  316. {block:if250px}width: 250px;{/block:if250px}
  317. padding:0px 5px;
  318. margin-left:-5px!important;
  319. margin-top: 10px;
  320. font-size: 10px;
  321. font-family: font-family: 'consolas', sans-serif;
  322. ;
  323. color:{color: text};
  324. text-transform: uppercase;
  325. }
  326.  
  327. #source a{
  328. color:{color:links};
  329. text-decoration:none;
  330. -webkit-transition: all 0.7s ease-in-out;
  331. -moz-transition: all 0.7s ease-in-out;
  332. -o-transition: all 0.7s ease-in-out;
  333. -ms-transition: all 0.7s ease-in-out;
  334. transition: all 0.7s ease-in-out;}
  335.  
  336. #source a:hover{
  337. color:{color:links hover};
  338. -webkit-transition: all 0.7s ease-in-out;
  339. -moz-transition: all 0.7s ease-in-out;
  340. -o-transition: all 0.7s ease-in-out;
  341. -ms-transition: all 0.7s ease-in-out;
  342. transition: all 0.7s ease-in-out;}
  343.  
  344.  
  345. #PostNotes {
  346. margin-left:-20px;
  347. text-align:left;
  348. {block:if500px}width: 500px;{/block:if500px}
  349. {block:if400px}width: 400px;{/block:if400px}
  350. {block:if250px}width: 250px;{/block:if250px}}
  351.  
  352.  
  353. /*SIDEBAR */
  354. #sidebar {
  355. margin-left:0px;
  356. width:200px;
  357. height:400px;
  358. position:fixed;
  359. top:100px;
  360. padding-left:15px;
  361. padding-right:10px;
  362. padding-top:50px;}
  363.  
  364. #title {font-size:16px;
  365. letter-spacing:1px;
  366. color:{color:title};
  367. font-family:'Baumans', cursive;
  368. text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  369. width:310px;
  370. text-align:center;
  371. margin-bottom:100px;
  372. font-style:none}
  373.  
  374. .desc {
  375. position: fixed;
  376. text-align: center;
  377. margin-left: 45px;
  378. width: 200px;
  379. padding: 3px 10px 3px 10px;
  380. margin-top: -150px;
  381. margin-bottom: -10px;
  382. font-size: 8px;
  383. letter-spacing: 1px;
  384. line-height: 10px;
  385. font-family: 'consolas', sans-serif;
  386. text-transform: uppercase;
  387. color:{color:text};
  388. background-color: {color:post background};
  389. opacity: 0;
  390. -webkit-transition: all 0.6s;
  391. -moz-transition: all 0.6s;
  392. -o-transition: all 0.6s ;}
  393.  
  394. #sidebar:hover .desc {
  395. opacity: 0.8;}
  396.  
  397. #sidebarimage img{
  398. border-radius: 1px 1px 1px 1px;
  399. width:250px;
  400. margin-left: 20px;
  401. margin-top:-50px;
  402. padding:10px;
  403. background-color:{color:post background};
  404. border:1px solid gray;}
  405.  
  406. .links {position:fixed;
  407. letter-spacing:2px;
  408. margin-top:-70px;
  409. width: 310px;}
  410.  
  411. .links a {color: {color:sidebar link color};
  412. background: {color:sidebar link bg};
  413. font-family: calibri;
  414. font-size:8px;
  415. text-transform:uppercase;
  416. display:block;
  417. width: 100px;
  418. text-align: center;
  419. padding-top:2px;
  420. padding-bottom:3px;
  421. margin-top:2px;
  422. position:relative;
  423. text-align: center;
  424. z-index:1;
  425. display: inline-block;
  426. -webkit-transition: all 0.5s ease-in-out;
  427. -moz-transition: all 0.5s ease-in-out;
  428. -o-transition: all 0.5s ease-in-out;
  429. -ms-transition: all 0.5s ease-in-out;
  430. transition: all 0.5s ease-in-out;
  431. text-shadow:10px 0px transparent, -10px 0px transparent;
  432. }
  433.  
  434. .links a:hover {text-shadow:0px 0px {color:sidebar link color}, -0px 0px {color:sidebar link color};
  435. -webkit-transition: all 0.5s ease-in-out;
  436. -moz-transition: all 0.5s ease-in-out;
  437. -o-transition: all 0.5s ease-in-out;
  438. -ms-transition: all 0.5s ease-in-out;
  439. transition: all 0.5s ease-in-out;
  440. }
  441.  
  442. .custom {width:310px;
  443. letter-spacing:2px;
  444. margin-top:-1px;}
  445.  
  446. .custom a {
  447. color: {color:sidebar link color};
  448. background: {color:sidebar link bg};
  449. font-family: calibri;
  450. font-size: 8px;
  451. text-transform:uppercase;
  452. display:block;
  453. width: 100px;
  454. text-align: center;
  455. padding-top:2px;
  456. padding-bottom:3px;
  457. margin-top:2px;
  458. position:relative;
  459. text-align: center;
  460. z-index:1;
  461. display: inline-block;
  462. -webkit-transition: all 0.5s ease-in-out;
  463. -moz-transition: all 0.5s ease-in-out;
  464. -o-transition: all 0.5s ease-in-out;
  465. -ms-transition: all 0.5s ease-in-out;
  466. transition: all 0.5s ease-in-out;
  467. text-shadow:10px 0px transparent, -10px 0px transparent;}
  468.  
  469. .custom a:hover {text-shadow:0px 0px {color:sidebar link color}, -0px 0px {color:sidebar link color};
  470. -webkit-transition: all 0.5s ease-in-out;
  471. -moz-transition: all 0.5s ease-in-out;
  472. -o-transition: all 0.5s ease-in-out;
  473. -ms-transition: all 0.5s ease-in-out;
  474. transition: all 0.5s ease-in-out;
  475. }
  476.  
  477.  
  478. /* THEME CREDIT DO NOT REMOVE */
  479.  
  480. .credit {
  481. position: fixed;
  482. bottom: 6px;
  483. right: 5px;
  484. font-size: 15px;
  485. font-family: verdana;
  486. -webkit-transition: all 0.5s ease;
  487. -moz-transition: all 0.5s ease;
  488. -o-transition: all 0.5s ease;}
  489.  
  490. .credittext {
  491. height:10px;
  492. width:50px;
  493. overflow:hidden;
  494. -webkit-transition: all 0.5s ease;
  495. -moz-transition: all 0.5s ease;
  496. -o-transition: all 0.5s ease;
  497. font-family:calibri;
  498. font-size:10px;
  499. text-transform:uppercase;
  500. text-align:center;}
  501.  
  502.  
  503. /* DO NOT MAKE CHANGES IN THE AREA BELOW IF YOU ARE NOT FAMILIAR WITH THE CODING */
  504. </style></head>
  505.  
  506.  
  507.  
  508.  
  509.  
  510. <body>
  511.  
  512.  
  513. <div id="sidebar">
  514. <div id="title">{title}</div>
  515. <div class="links">
  516. <a href="/">top</a> <a href="/ask">ask</a> <a href="/archive">archive</a>
  517. </div>
  518. <div id="sidebarimage"> <img src="{image:sidebar}"> </div>
  519. {block:Description}
  520. <div class="desc">{Description}</div>
  521. {/block:Description}
  522.  
  523. <div class="custom">
  524. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}
  525. {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}
  526. <p>
  527. {block:IfNotEndlessScrolling}
  528. {block:Pagination}<center>
  529. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}{/block:IfNotEndlessScrolling}
  530.  
  531. </div>
  532. </div>
  533. </div>
  534. </div>
  535.  
  536.  
  537.  
  538. <div class="contentwhole">
  539. <div class = "autopagerize_page_element" >
  540.  
  541. {block:Posts}
  542.  
  543.  
  544. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  545. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  546. {/block:SourceLogo}
  547. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  548. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  549.  
  550.  
  551.  
  552. <div class="content">
  553.  
  554.  
  555.  
  556. {block:Text}
  557. {block:indexpage}
  558. {block:Title}
  559. <a href="{Permalink}" class="posttitle"><center>{Title}</center></a>
  560. {/block:Title}
  561. {Body}
  562. <div class="bottom"> <a href="{Permalink}">{notecount} notes</a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>{/block:indexpage}
  563.  
  564. {block:PermalinkPage}
  565. {block:Title}
  566. <a href="{Permalink}" class="posttitle">{Title}</a>
  567. {/block:Title}
  568. {Body}
  569. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  570. <br>{block:RebloggedFrom}Reblogged from: <a href={ReblogParentURL}>{ReblogParentName}</a> {/block:RebloggedFrom} {block:ContentSource}Originally from: <a href={sourceurl}>{SourceTitle}</a> {/block:ContentSource}
  571. <br>
  572. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  573. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  574. </div></div></div>
  575. {/block:PermalinkPage}
  576.  
  577. {/block:Text}
  578.  
  579.  
  580.  
  581. {block:Photo}
  582. {block:indexpage}
  583. {block:If250px}<img src="{PhotoURL-250}" class="center">{/block:If250px}
  584. {block:If400px}<img src="{PhotoURL-400}" class="center">{/block:If400px}
  585. {block:If500px}<img src="{PhotoURL-500}" class="center">{/block:If500px}
  586. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  587. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  588. {Caption}
  589. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  590. <div class="bottom"> <a href="{Permalink}">{notecount} notes</a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  591. {/block:indexpage}
  592.  
  593. {block:PermalinkPage}
  594. {block:If250px}<img src="{PhotoURL-250}" class="center">{/block:If250px}
  595. {block:If400px}<img src="{PhotoURL-400}" class="center">{/block:If400px}
  596. {block:If500px}<img src="{PhotoURL-500}" class="center">{/block:If500px}
  597. {block:Caption}{Caption}{/block:caption}
  598. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  599. <br>{block:RebloggedFrom}Reblogged from: <a href={ReblogParentURL}>{ReblogParentName}</a> {/block:RebloggedFrom} {block:ContentSource}Originally from: <a href={sourceurl}>{SourceTitle}</a> {/block:ContentSource}
  600. <br>
  601. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  602. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  603. </div></div></div>
  604. {/block:PermalinkPage}
  605. {/block:Photo}
  606.  
  607.  
  608.  
  609. {block:Photoset}
  610. {block:indexpage}
  611. {block:If250px}{PhotoSet-250}{/block:If250px}
  612. {block:If400px}{PhotoSet-400}{/block:If400px}
  613. {block:If500px}{PhotoSet-500}{/block:If500px}
  614. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  615. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  616. {Caption}
  617. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  618. <div class="bottom"> <a href="{Permalink}">{notecount} notes</a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  619. {/block:indexpage}
  620.  
  621. {block:PermalinkPage}
  622. {block:If250px}{PhotoSet-250}{/block:If250px}
  623. {block:If400px}{PhotoSet-400}{/block:If400px}
  624. {block:If500px}{PhotoSet-500}{/block:If500px}
  625. {block:Caption}{Caption}{/block:Caption}
  626.  
  627. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  628. <br>{block:RebloggedFrom}Reblogged from: <a href={ReblogParentURL}>{ReblogParentName}</a> {/block:RebloggedFrom} {block:ContentSource}Originally from: <a href={sourceurl}>{SourceTitle}</a> {/block:ContentSource}
  629. <br>
  630. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  631. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  632. </div></div></div>
  633. {/block:PermalinkPage}
  634. {/block:Photoset}
  635.  
  636.  
  637.  
  638. {block:Quote}
  639. {block:indexpage}
  640. <div id="quote">❝ {Quote} ❞ </div><p>
  641. {block:Source}<p style="text-align:right">- {Source}{/block:Source}
  642. <div class="bottom"> <a href="{Permalink}">{notecount} notes</a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  643. {/block:indexpage}
  644.  
  645. {block:PermalinkPage}
  646. {Quote}<p>
  647. {block:Source}- {Source}{/block:Source}
  648. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  649. <br>{block:RebloggedFrom}Reblogged from: <a href={ReblogParentURL}>{ReblogParentName}</a> {/block:RebloggedFrom} {block:ContentSource}Originally from: <a href={sourceurl}>{SourceTitle}</a> {/block:ContentSource}
  650. <br>
  651. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  652. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  653. </div></div></div>
  654. {/block:PermalinkPage}
  655. {/block:Quote}
  656.  
  657.  
  658.  
  659. {block:Link}
  660. {block:indexpage}
  661. <a href="{URL}" target="{Target}" class="Link"><center> {Name} </center></a> </class>
  662. {block:Description} {Description} {/block:Description}
  663. <div class="bottom"> <a href="{Permalink}">{notecount} notes</a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  664. {/block:indexpage}
  665.  
  666. {block:PermalinkPage}
  667. <a href="{URL}" target="{Target}" class="Link">» {Name} </a> </class>
  668. {block:Description} {Description} {/block:Description}
  669. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  670. <br>{block:RebloggedFrom}Reblogged from: <a href={ReblogParentURL}>{ReblogParentName}</a> {/block:RebloggedFrom} {block:ContentSource}Originally from: <a href={sourceurl}>{SourceTitle}</a> {/block:ContentSource}
  671. <br>
  672. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  673. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  674. </div></div></div>
  675. {/block:PermalinkPage}
  676. {/block:Link}
  677.  
  678.  
  679.  
  680. {block:Chat}
  681. {block:indexpage}
  682. <a href="{Permalink}" class="posttitle"><center>{Title}</center></a>
  683. <p>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  684. {/block:Lines}
  685. <div class="bottom"> <a href="{Permalink}">{notecount} notes</a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  686. {/block:indexpage}
  687.  
  688. {block:PermalinkPage}
  689. <a href="{Permalink}" class="posttitle">{Title}</a>
  690. <p>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  691. {/block:Lines}
  692. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  693. <br>{block:RebloggedFrom}Reblogged from: <a href={ReblogParentURL}>{ReblogParentName}</a> {/block:RebloggedFrom} {block:ContentSource}Originally from: <a href={sourceurl}>{SourceTitle}</a> {/block:ContentSource}
  694. <br>
  695. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  696. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  697. </div></div></div>
  698. {/block:PermalinkPage}
  699. {/block:Chat}
  700.  
  701.  
  702.  
  703. {block:Audio}
  704. {block:indexpage}{block:AudioPlayer}{/block:AudioPlayer}
  705. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  706. <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
  707. {Caption}
  708. <div class="bottom"> <a href="{Permalink}">{notecount} notes</a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  709. {/block:indexpage}
  710.  
  711. {block:PermalinkPage}{block:AudioPlayer}{/block:AudioPlayer}
  712. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  713. <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
  714. {Caption}
  715. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  716. <br>{block:RebloggedFrom}Reblogged from: <a href={ReblogParentURL}>{ReblogParentName}</a> {/block:RebloggedFrom} {block:ContentSource}Originally from: <a href={sourceurl}>{SourceTitle}</a> {/block:ContentSource}
  717. <br>
  718. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  719. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  720. </div></div></div>
  721. {/block:PermalinkPage}
  722. {/block:Audio}
  723.  
  724.  
  725.  
  726. {block:Video}
  727. {block:indexpage}
  728. {Video-500}
  729. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  730. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  731. {Caption}
  732. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  733. <div class="bottom"> <a href="{Permalink}">{notecount} notes</a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  734. {/block:indexpage}
  735.  
  736. {block:permalinkpage}{Video-500}
  737. {block:Caption}{Caption}{/block:Caption}
  738. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  739. <br>{block:RebloggedFrom}Reblogged from: <a href={ReblogParentURL}>{ReblogParentName}</a> {/block:RebloggedFrom} {block:ContentSource}Originally from: <a href={sourceurl}>{SourceTitle}</a> {/block:ContentSource}
  740. <br>
  741. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  742. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  743. </div></div></div>
  744. {/block:permalinkpage}
  745. {/block:Video}
  746.  
  747.  
  748.  
  749. {block:Answer}
  750. {block:indexpage}
  751. <div class="ask">{Question}</div>
  752. <div class="point"></div>
  753. <div class="ask1"><img src="{AskerPortraitURL-40}" align="left"></div>
  754. <div class="ask2">{Asker}</div>
  755. <div class="ask3">{Answer}</div>
  756. <div class="bottom"> <a href="{Permalink}">{notecount} notes</a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  757. {/block:indexpage}
  758.  
  759.  
  760. {block:permalinkpage}
  761. <div class="ask">{Question}</div>
  762. <div class="point"></div>
  763. <div class="ask1"><img src="{AskerPortraitURL-40}" align="left"></div>
  764. <div class="ask2">{Asker}</div>
  765. <div class="ask3">{Answer}</div>
  766. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  767. <br>{block:RebloggedFrom}Reblogged from: <a href={ReblogParentURL}>{ReblogParentName}</a> {/block:RebloggedFrom} {block:ContentSource}Originally from: <a href={sourceurl}>{SourceTitle}</a> {/block:ContentSource}
  768. <br>
  769. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  770. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  771. </div></div></div>
  772. {/block:PermalinkPage}
  773. {/block:Answer}
  774.  
  775. </div>
  776.  
  777.  
  778. {/block:Posts}
  779.  
  780.  
  781.  
  782.  
  783. </div>
  784.  
  785.  
  786. <div class="credit"><a href="http://chinqu.tumblr.com"><div class="credittext">Theme</div></a></div>
  787.  
  788.  
  789.  
  790. {block:iflazyload}<script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  791. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  792. <script type="text/javascript" charset="utf-8">
  793. var $j = jQuery.noConflict();
  794. $j(function() {
  795. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  796. $j("img").lazyload({
  797. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  798. effect: "fadeIn",
  799. });
  800. });
  801. </script>{/block:iflazyload}
  802.  
  803.  
  804. </head></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement