Advertisement
divakey

Misconceptions theme

Apr 28th, 2013
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.75 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=Patrick+Hand+SC' rel='stylesheet' type='text/css'>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:300' rel='stylesheet' type='text/css'>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. {block:IfEndlessScrolling}
  17. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  18.  
  19.  
  20. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  21. <script type="text/javascript">
  22. $(document).ready(function () {
  23. $('li.drawer div:nth-child(2)').hide();
  24. $('li.drawer h4').click(function () {
  25. if ($(this).hasClass('open')) {
  26. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  27. else {
  28. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  29. $(this).next().slideDown();
  30. $(this).addClass('open');}
  31. });
  32. });
  33. </script>
  34.  
  35.  
  36. <head>
  37. <meta name="image:Background" content=""/>
  38. <meta name="image:Sidebar" content="" />
  39. <meta name="color:Background" content="#CCCCCC" />
  40. <meta name="color:Post Background" content="#DDDDDD" />
  41. <meta name="color:Sidebar Background" content="#DDDDDD" />
  42. <meta name="color:Title" content="#167C16" />
  43. <meta name="color:Text" content="#505A4G" />
  44. <meta name="color:Permalink" content="#99BB66" />
  45. <meta name="color:Permalink Hover" content="#CEC8BC" />
  46. <meta name="color:Links" content="#99AA66" />
  47. <meta name="color:Bold" content="#5B7463" />
  48. <meta name="color:Links Hover" content="#DDDDDD" />
  49. <meta name="color:scroll bar" content="#778866" />
  50. <meta name="color:Post title" content="#555544" />
  51. <meta name="color:Post border" content="#DDDDDD" />
  52. <meta name="color:Navigation background hover" content="#95A297" />
  53. <meta name="color:Sidebar Border" content="#DDDDDD">
  54. <meta name="text:Link 1 Title" content="" />
  55. <meta name="text:Link 1" content="" />
  56. <meta name="text:Link 2 Title" content="" />
  57. <meta name="text:Link 2" content="" />
  58. <meta name="text:Link 3 Title" content="" />
  59. <meta name="text:Link 3" content="" />
  60. <meta name="text:Link 4" content ="" />
  61. <meta name="text:Link 4 Title" content="" />
  62. <meta name="text:Link 5" content="" />
  63. <meta name="text:Link 5 Title" content="" />
  64. <meta name="if:Show Custom Links" content="" />
  65. <meta name="if:Endless Scrolling" content=""/>
  66. <meta name="if:Show Captions" content="">
  67. <meta name="if:Hide Description" content="">
  68. <meta name="if:Round Posts" content="">
  69. <meta name="if:Square Sidebar" content="">
  70. <meta name="if:Monochrome" content="">
  71. <meta name="if:Post border" content="">
  72. <meta name="if:Small Posts" content="">
  73. <meta name="if:Small Sidebar" content="">
  74.  
  75.  
  76. <style type="text/css">
  77.  
  78.  
  79. /* SCROLLBAR */
  80.  
  81. ::-webkit-scrollbar {
  82. width: 5px;
  83. height: 4px; }
  84.  
  85. ::-webkit-scrollbar-button:start:decrement,
  86. ::-webkit-scrollbar-button:end:increment {
  87. height: 0px;
  88. display: block;
  89. background: #9C9C9C;}
  90.  
  91. ::-webkit-scrollbar-track-piece {background-color: white;}
  92.  
  93. ::-webkit-scrollbar-thumb {
  94. border-radius: 0px;
  95. height: 50px;
  96. background-color: {color:scroll bar};}
  97.  
  98.  
  99. /* CONTENT */
  100.  
  101. body {
  102. background-color:{color:Background};
  103. background-image: url('{image:Background}');
  104. background-attachment:fixed;
  105. color:{color:Text};
  106. font-family:'Merriweather Sans', sans-serif;
  107. font-size:10px;
  108. margin: 0px;
  109. padding: 0px;}
  110.  
  111.  
  112. a {
  113. text-decoration:none;
  114. color:{color:links};
  115. opacity:;
  116. z-index:999;
  117. -webkit-transition: all 0.5s ease-in-out;
  118. -moz-transition: all 0.5s ease-in-out;
  119. -o-transition: all 0.5s ease-in-out; }
  120.  
  121.  
  122. a:hover{
  123. opacity: .5;
  124. -webkit-transition: all 0.5s ease-in-out;
  125. -moz-transition: all 0.5s ease-in-out;
  126. -o-transition: all 0.5s ease-in-out;}
  127.  
  128. b {
  129. color:{color:Bold};}
  130.  
  131.  
  132. .contentwhole {
  133. width:520px;
  134. margin-left:450px;
  135. height:100%;
  136. {block:ifsmallposts}
  137. margin-left:400px;
  138. {/block:ifsmallposts}}
  139.  
  140.  
  141.  
  142.  
  143. /* POSTS */
  144.  
  145. .content {
  146. width: 500px;
  147. {block:ifsmallposts}
  148. width: 250px;
  149. {/block:ifsmallposts}
  150. margin:15px;
  151. padding:5px;
  152. background-color:{color:post background};
  153. {block:ifpostborder}
  154. border:1px solid {color:post border};
  155. {/block:ifpostborder}
  156.  
  157. {block:ifroundposts}
  158. -moz-border-radius: 15px;
  159. border-radius: 15px; padding:10px;
  160. {/block:ifroundposts};}
  161.  
  162. .posttitle{
  163. color:{color:post title};
  164. font-size: 15px;
  165. line-height: 15px;
  166. letter-spacing: 0px;
  167. text-align: left;
  168. text-transform: normal;}
  169.  
  170.  
  171. blockquote{
  172. padding-left: 5px;
  173. margin: 0px 0px 10px 0px;
  174. display: block;
  175. position: relative;
  176. border-left: 1px solid {color:bold};}
  177.  
  178. blockquote img{
  179. max-width: 100%!important;}
  180.  
  181. #link, .Link {
  182. font-size:15px;
  183. letter-spacing:2px;
  184. border-bottom:1px dashed gray;
  185. }
  186.  
  187. #quote {font-size:15px}
  188.  
  189. /*IF POSTS ARE MADE ROUND */
  190.  
  191. .content img, .photo, .photoset {
  192. {block:ifroundposts}-moz-border-radius: 15px;
  193. border-radius: 15px;{/block:ifroundposts}}
  194.  
  195.  
  196. /*MAKES POSTS BLACK AND WHITE */
  197.  
  198. {block:ifmonochrome}
  199. img, .photo, .photoset{
  200. -webkit-filter: Grayscale(100%);
  201. -webkit-transition-duration: 0.8s;
  202. -moz-transition-duration:0.8s;
  203. transition-duration:0.8s;
  204. -o-transition-duration:0.8s;}
  205.  
  206. img:hover, .photo:hover, .photoset:hover{
  207. -webkit-filter: Grayscale(100%);
  208. opacity:;
  209. -webkit-transition: all 0.5s ease-out;
  210. -moz-transition: all 0.5s ease-out;
  211. transition: all 0.5s ease-out;}
  212. {block:ifmonochrome}
  213.  
  214.  
  215.  
  216.  
  217. /* AUDIO POSTS */
  218. #audiopost {
  219. margin-bottom:5px;
  220. width:500px;
  221. height:150px}
  222.  
  223. .cover {
  224. width:150px;
  225. height:150px;
  226. position:absolute;}
  227.  
  228. .cover img {
  229. width:150px;
  230. height:150px;
  231. float:left;}
  232.  
  233. .player {
  234. opacity: 0.5;position:absolute;
  235. z-index:1;
  236. background:#fff;
  237. width:150px;
  238. height:150px;
  239. display:block;
  240. -webkit-transition: all 0.7s ease;
  241. -moz-transition: all 0.7s ease;
  242. -o-transition: all 0.7s ease;}
  243.  
  244. .playerr {
  245. width:25px;
  246. height:25px;
  247. margin-top:55px;
  248. margin-left:55px;
  249. overflow:hidden;
  250. padding:3px;}
  251.  
  252. .track {
  253. margin-left:160px; line-height:12px; padding-top: 35px;}
  254.  
  255.  
  256.  
  257. /* PERMALINKS */
  258.  
  259.  
  260. .permalink {
  261. width: 500px;
  262. {block:ifsmallposts}width:250px;{/block:ifsmallposts}
  263. background-color:{color:post background};
  264. height: 15px;
  265. margin-left: 0px;
  266. margin-top:0px;
  267. padding-top:5px;
  268. font-family: 'Sintony', sans-serif;
  269. text-align:center;
  270. z-index: 99;
  271. font-size: 9px;
  272. text-transform: uppercase;
  273. letter-spacing: 1px;
  274. display:inline-block;
  275. position:absolute;
  276. opacity:0;
  277. -webkit-transition: all .7s ease-in-out;
  278. -moz-transition: all .7s ease-in-out;
  279. -o-transition: all .7s ease-in-out;
  280. -ms-transition: all .7s ease-in-out;
  281. transition: all .7s ease-in-out;}
  282.  
  283. .permalink a {
  284. color:{color:permalink};
  285. background-color:{color:permalink bg};
  286. text-decoration: none;
  287. -webkit-transition: all .7s ease-in-out;
  288. -moz-transition: all .7s ease-in-out;
  289. -o-transition: all .7s ease-in-out;
  290. -ms-transition: all .7s ease-in-out;
  291. transition: all .7s ease-in-out;}
  292.  
  293. .permalink a:hover{
  294. color:{color:permalink hover};
  295. background-color:{color:permalink bg};
  296. -webkit-transition: all .7s ease-in-out;
  297. -moz-transition: all .7s ease-in-out;
  298. -o-transition: all .7s ease-in-out;
  299. -ms-transition: all .7s ease-in-out;
  300. transition: all .7s ease-in-out;}
  301.  
  302. .content:hover .permalink{
  303. opacity:1;
  304. background-color:{color:permalink bg};
  305. -webkit-transition: all .7s ease-in-out;
  306. -moz-transition: all .7s ease-in-out;
  307. -o-transition: all .7s ease-in-out;
  308. -ms-transition: all .7s ease-in-out;
  309. transition: all .7s ease-in-out;}
  310.  
  311.  
  312. .bottom {margin-bottom:5px;
  313. width:500px;
  314. {block:ifsmallposts}width:250px;{/block:ifsmallposts}
  315. font-family: 'Sintony', sans-serif;
  316. text-align:center;
  317. opacity:0.5;
  318. -webkit-transition: all .7s ease-in-out;
  319. -moz-transition: all .7s ease-in-out;
  320. -o-transition: all .7s ease-in-out;
  321. -ms-transition: all .7s ease-in-out;
  322. Transition: all .7s ease-in-out;}
  323.  
  324. .bottom:hover {
  325. margin-bottom:5px;
  326. font-family: 'Sintony', sans-serif;
  327. text-align:center;
  328. opacity:1;
  329. -webkit-transition: all .7s ease-in-out;
  330. -moz-transition: all .7s ease-in-out;
  331. -o-transition: all .7s ease-in-out;
  332. -ms-transition: all .7s ease-in-out;
  333. transition: all .7s ease-in-out;}
  334.  
  335.  
  336. #tumblr_controls{
  337. position:fixed!important; right: 0px; top:0px;}
  338.  
  339.  
  340.  
  341.  
  342. /* PERMALINK PAGE */
  343.  
  344. #source{
  345. width: 500px;
  346. {block:ifsmallposts}width:250px;{/block:ifsmallposts}
  347. padding:0px 5px;
  348. margin-left:-5px!important;
  349. margin-top: 10px;
  350. font-size: 10px;
  351. font-family: 'sintony', sans-serif;
  352. color:{color:post text};
  353. text-transform: uppercase;
  354. text-align:center;}
  355.  
  356. #source a{
  357. color:{color:links};
  358. text-decoration:none;
  359. -webkit-transition: all 0.7s ease-in-out;
  360. -moz-transition: all 0.7s ease-in-out;
  361. -o-transition: all 0.7s ease-in-out;
  362. -ms-transition: all 0.7s ease-in-out;
  363. transition: all 0.7s ease-in-out;}
  364.  
  365. #source a:hover{
  366. color:{color:links hover};
  367. -webkit-transition: all 0.7s ease-in-out;
  368. -moz-transition: all 0.7s ease-in-out;
  369. -o-transition: all 0.7s ease-in-out;
  370. -ms-transition: all 0.7s ease-in-out;
  371. transition: all 0.7s ease-in-out;}
  372.  
  373.  
  374. #PostNotes {
  375. margin-left:0px;
  376. text-align:left;
  377. width:500px;
  378. {block:ifsmallposts}width:250px;
  379. {/block:ifsmallposts}}
  380.  
  381.  
  382.  
  383.  
  384. /* SIDEBAR */
  385.  
  386. #sidebar {
  387. margin-left:110px;
  388. width:150px;
  389. position:fixed;
  390. top:0px;
  391. padding-left:0px;
  392. padding-right:0px;
  393. padding-top:50px;
  394. left:20px;}
  395.  
  396. #sidebarimage img {
  397. margin-top:0px;
  398. width:250px;
  399. height:250px;
  400. margin-right:2px;
  401. border: 10px solid {color:sidebar border};
  402. border-radius: 70px 0px 70px 0px;
  403.  
  404. {block:ifsquaresidebar}
  405. border-radius: 0px 0px 0px 0px;
  406. {/block:ifsquaresidebar}
  407.  
  408. {block:ifsmallsidebar}
  409. width:150px;
  410. height:150px;
  411. margin-left:20px;
  412. border-left: 5px solid {color:sidebar border};
  413. border-right: 5px solid {color:sidebar border};
  414. {block:ifroundedsidebar}
  415. border-radius: 50px 0px 50px 0px;
  416. {/block:ifroundedsidebar}
  417. {/block:ifsmallsidebar}}
  418.  
  419. #topbar {
  420. margin-top:-50px;
  421. margin-left:50px;
  422. margin-bottom:-10px;
  423. width:150px;
  424. padding-bottom:50px;
  425. background-color: {color:sidebar background};
  426. border-left: 10px solid {color:sidebar border};
  427. border-right: 10px solid {color:sidebar border};
  428.  
  429. {block:ifsmallsidebar}
  430. margin-left:60px;
  431. width:60px;
  432. height:50px;
  433. border-left: 5px solid {color:sidebar border};
  434. border-right: 5px solid {color:sidebar border};
  435. {/block:ifsmallsidebar}}
  436.  
  437. #toptitle {
  438. font-family: 'Patrick Hand SC', cursive;
  439. color:{color:title};
  440. letter-spacing:1px;
  441. padding-top:10px;
  442. margin-bottom:-20px;
  443. font-size:20px;
  444. text-align:center;}
  445.  
  446. #description {
  447. width:150px;
  448. height:1000px;
  449. margin-top:-10px;
  450. margin-left:50px;
  451. padding: 5px;
  452. padding-top: 30px;
  453. padding-bottom: 15px;
  454. line-height: 9px;
  455. letter-spacing:2px;
  456. text-align:left;
  457. border-left: 10px solid {color:sidebar border};
  458. border-right: 10px solid {color:sidebar border};
  459. background-color:{color:sidebar background};
  460. {block:ifsmallsidebar}
  461. letter-spacing:0px;
  462. width:60px;
  463. border-left: 5px solid {color:sidebar border};
  464. border-right: 5px solid {color:sidebar border};
  465. {/block:ifsmallsidebar}}
  466.  
  467.  
  468. /* HOME ASK AND ARCHIVE LINKS */
  469.  
  470. #navi{
  471. margin-top:100px;
  472. margin-left:100px;
  473. width:40px;
  474. padding-bottom:10px;
  475. position:fixed;}
  476.  
  477.  
  478. #navi a{
  479. color:{color:navigation links};
  480. display:block;
  481. margin-top:5px;}
  482.  
  483. #navi a:hover {
  484. background-color: {color:navigation background hover};
  485. border-left:5px solid {color:sidebar border};
  486. padding-left:2px;
  487. color: {color:links hover};
  488. -webkit-transition: all 0.6s ease-in-out;
  489. -moz-transition: all 0.6s ease-in-out;
  490. -o-transition: all 0.6s ease-in-out;
  491. -ms-transition: all 0.6s ease-in-out;
  492. transition: all 0.6s ease-in-out;}
  493.  
  494.  
  495.  
  496. /* CUSTOM LINKS */
  497.  
  498. #custom{
  499. margin-top:1px;
  500. margin-left:-40px;
  501. width:10px;
  502. }
  503.  
  504. ul#drawers {
  505. list-style: none;
  506. color: #000;}
  507.  
  508. ul#drawers a {text-align:right;
  509. background-color:white;
  510. list-style: none;
  511. text-decoration: none; color: #000;}
  512.  
  513. ul#drawers a:hover {
  514. background-color: {color:navigation background hover};}
  515.  
  516. ul#drawers li h4 {
  517. text-align:right;
  518. list-style: none;
  519. margin: 0;
  520. padding: 0px;
  521. -webkit-transition: background-color 0.2s ease-out;
  522. -moz-transition: background-color 0.2s ease-out;
  523. transition: background-color 0.2s ease-out;}
  524.  
  525. h4.small {
  526. text-align:right;
  527. list-style: none;
  528. display: table-cell;
  529. width: 100px;
  530. margin: 0px;
  531. height: 100%;}
  532.  
  533. li.drawer h4.open {
  534. list-style: none;
  535. background-color: ;
  536. border-top: 0px;}
  537.  
  538. li.drawer div {
  539. list-style: none;
  540. padding: 0px;
  541. margin: 0px;
  542. line-height: 10px; }
  543.  
  544. li.drawer div li {
  545. list-style: none;}
  546.  
  547. li.drawer div ul {
  548. list-style: none;
  549. -webkit-padding-start: 12px;}
  550.  
  551.  
  552.  
  553. /* PAGINATION */
  554.  
  555. #pagination {
  556. text-align:center;}
  557.  
  558.  
  559.  
  560. /* THEME CREDIT DO NOT REMOVE */
  561.  
  562. .credit {
  563. position: fixed;
  564. bottom: 6px;
  565. right: 5px;
  566. font-size: 15px;
  567. font-family: verdana;
  568. -webkit-transition: all 0.5s ease;
  569. -moz-transition: all 0.5s ease;
  570. -o-transition: all 0.5s ease;}
  571.  
  572. .credittext {
  573. height:10px;
  574. width:50px;
  575. overflow:hidden;
  576. -webkit-transition: all 0.5s ease;
  577. -moz-transition: all 0.5s ease;
  578. -o-transition: all 0.5s ease;
  579. font-family:calibri;
  580. font-size:11px;
  581. text-transform:uppercase;
  582. text-align:center;}
  583.  
  584.  
  585. /* DO NOT MAKE CHANGES IN THE AREA BELOW IF YOU ARE NOT FAMILIAR WITH THE CODING AS A TINY CHANGE CAN MAKE THE WHOLE THEME DISAPPEAR */
  586.  
  587. </style></head>
  588.  
  589.  
  590.  
  591.  
  592.  
  593. <body>
  594.  
  595.  
  596. <div id="sidebar">
  597. <div class="topbar"> <div id="topbar"><div id="toptitle">{title}
  598. </div>
  599. </div>
  600. <div align="center">
  601. <div id="sideborder"><div id="sidebarimage">
  602. <img src="{image:sidebar}" >
  603. </div>
  604. </div>
  605. {block:ifnothideDescription}<div id="description">{Description}{/block:ifnothideDescription}</div>
  606. </div>
  607. </div>
  608. </div>
  609. </div>
  610.  
  611.  
  612.  
  613. <div id="navi"> <a href="/"><img src="http://media.tumblr.com/505e4bb0d8f836bd6605ecb0b13c363b/tumblr_inline_mklw1mqb4T1qz4rgp.png"></a> <a href="/ask"><img src="http://media.tumblr.com/9f1c5cf9397ae967443c5ebc6c6d13dc/tumblr_inline_mklw0xdv411qz4rgp.png"></a> <a href="/archive"><img src="http://media.tumblr.com/d975797250db70df1829ffe4bed04d2c/tumblr_inline_mklw2b5lp01qz4rgp.png"></a>
  614.  
  615. <div id="custom">
  616. {block:IfShowCustomLinks}
  617. <ul type=none>
  618. <li class="drawer">
  619. <h4><img src="http://media.tumblr.com/883b5a73877515349ac24ae35649aa0b/tumblr_inline_mklw2j9DBr1qz4rgp.png"></h4>
  620. <div align="left">
  621. <text align="right">
  622. <p>
  623. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  624. <p>
  625. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  626. <p>
  627. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  628. <p>
  629. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  630. <p>
  631. <a href="{text:Link 5}">{text:Link 5 Title}</a>
  632. </p>
  633. </div>
  634. </li>
  635. </ul>
  636. {/block:IfShowCustomLinks}
  637. </div>
  638. </div>
  639. </div>
  640. </div>
  641.  
  642.  
  643.  
  644. {block:IndexPage}
  645. {/block:IndexPage}
  646.  
  647.  
  648. <div class="contentwhole">
  649. <div class = "autopagerize_page_element" >
  650.  
  651. {block:Posts}
  652.  
  653.  
  654. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  655. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  656. {/block:SourceLogo}
  657. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  658. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  659.  
  660.  
  661.  
  662. <div class="content">
  663.  
  664.  
  665.  
  666. {block:Text}
  667. {block:indexpage}<div class="permalink">posted <a href="{Permalink}">{TimeAgo}</a>
  668. | {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  669. {block:Title}
  670. <a href="{Permalink}" class="posttitle">{Title}</a>
  671. {/block:Title}
  672. {Body} {/block:indexpage}
  673.  
  674. {block:PermalinkPage}
  675. {block:Title}
  676. <a href="{Permalink}" class="posttitle">{Title}</a>
  677. {/block:Title}
  678. {Body}
  679. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  680. <br>
  681. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  682. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  683. </div></div></div>
  684. {/block:PermalinkPage}
  685.  
  686. {/block:Text}
  687.  
  688.  
  689.  
  690. {block:Photo}
  691. {block:indexpage}<div class="permalink">posted <a href="{Permalink}">{TimeAgo}</a>
  692. | {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  693. {block:ifnotsmallposts}<img src="{PhotoURL-500}" class="center">{/block:ifnotsmallposts}
  694. {block:ifsmallposts}<img src="{PhotoURL-250}" class="center">
  695. {/block:ifsmallposts}
  696. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  697. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  698. {Caption}
  699. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}{/block:indexpage}
  700.  
  701. {block:PermalinkPage}
  702. {block:ifnotsmallposts}<img src="{PhotoURL-500}" class="center">{/block:ifnotsmallposts}
  703. {block:ifsmallposts}<img src="{PhotoURL-250}" class="center">
  704. {/block:ifsmallposts}
  705. {block:Caption}{Caption}{/block:caption}
  706. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  707. <br>
  708. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  709. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  710. </div></div></div>
  711. {/block:PermalinkPage}
  712.  
  713. {/block:Photo}
  714.  
  715.  
  716.  
  717. {block:Photoset}
  718. {block:indexpage}<div class="permalink">posted <a href="{Permalink}">{TimeAgo}</a>
  719. | {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  720. {block:ifnotsmallposts}{Photoset-500}{/block:ifnotsmallposts}
  721. {block:ifsmallposts}{Photoset-250}{/block:ifsmallposts}
  722. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  723. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  724. {Caption}
  725. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions} {/block:indexpage}
  726.  
  727. {block:PermalinkPage}
  728. {block:ifnotsmallposts}{Photoset-500}{/block:ifnotsmallposts}
  729. {block:ifsmallposts}{Photoset-250}{/block:ifsmallposts}
  730. {block:Caption}{Caption}{/block:Caption}
  731. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  732. <br>
  733. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  734. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  735. </div></div></div>
  736. {/block:PermalinkPage}
  737. {/block:Photoset}
  738.  
  739.  
  740.  
  741. {block:Quote}
  742. {block:indexpage}<div class="permalink">posted <a href="{Permalink}">{TimeAgo}</a>
  743. | {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  744. <div id="quote">❝ {Quote} ❞ </div><p>
  745. {block:Source}<p style="text-align:right">- {Source}{/block:Source} {/block:indexpage}
  746.  
  747. {block:PermalinkPage}
  748. {Quote}<p>
  749. {block:Source}- {Source}{/block:Source}
  750. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  751. <br>
  752. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  753. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  754. </div></div></div>
  755. {/block:PermalinkPage}
  756. {/block:Quote}
  757.  
  758.  
  759.  
  760. {block:Link}
  761. {block:indexpage}<a href="{URL}" target="{Target}" class="Link"> {Name} </a> </class>
  762. {block:Description} {Description} {/block:Description}
  763. <div class="bottom"> posted <a href="{Permalink}">{TimeAgo}</a>
  764. | {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog</a></div> {/block:indexpage}
  765. {block:PermalinkPage}
  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>
  768. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  769. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  770. </div></div></div>
  771. {/block:PermalinkPage}
  772. {/block:Link}
  773.  
  774.  
  775.  
  776. {block:Chat}
  777. {block:indexpage}<div class="permalink">posted <a href="{Permalink}">{TimeAgo}</a>
  778. | {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  779. {block:Title} {Title} {/block:Title} <p>
  780. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  781. {/block:Lines} {/block:indexpage}
  782. {block:PermalinkPage}
  783. {block:Title} {Title} {/block:Title} <p>
  784. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  785. {/block:Lines}
  786. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  787. <br>
  788. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  789. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  790. </div></div></div>
  791. {/block:PermalinkPage}
  792. {/block:Chat}
  793.  
  794.  
  795.  
  796. {block:Audio}
  797. {block:indexpage}{block:AudioPlayer}{/block:AudioPlayer}
  798. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  799. <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>
  800. {Caption}
  801. <div class="bottom">posted <a href="{Permalink}">{TimeAgo}</a>
  802. | {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog</a></div> {/block:indexpage}
  803.  
  804. {block:PermalinkPage}{block:AudioPlayer}{/block:AudioPlayer}
  805. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  806. <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>
  807. {Caption}
  808. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  809. <br>
  810. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  811. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  812. </div></div></div>
  813. {/block:PermalinkPage}
  814.  
  815. {/block:Audio}
  816.  
  817.  
  818.  
  819. {block:Video}
  820. {block:indexpage}<div class="permalink">posted <a href="{Permalink}">{TimeAgo}</a>
  821. | {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  822. {Video-500}
  823. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  824. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  825. {Caption}
  826. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions} {/block:indexpage}
  827. {block:permalinkpage}{Video-500}
  828. {block:Caption}{Caption}{/block:Caption}
  829. <div class="bottom">posted <a href="{Permalink}">{TimeAgo}</a>
  830. | {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  831. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  832. </div></div></div>{/block:permalinkpage}
  833. {/block:Video}
  834.  
  835.  
  836.  
  837. {block:Answer}
  838. {block:indexpage}<div class="permalink">posted <a href="{Permalink}">{TimeAgo}</a>
  839. | {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  840. <table style="border-bottom:1px solid #a0a0a0;padding-bottom:5px;margin-bottom:5px;"><tr>
  841. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-64}" style="height:60px; width:60px; -moz-border-radius:30px; border-radius:30px; float:left"></td>
  842. <td style="vertical-align:top;"><strong>{Asker} asked:</strong> {Question}</td>
  843. </tr>
  844. </table>
  845. {Answer} {/block:indexpage}
  846. {block:permalinkpage} <table style="border-bottom:1px solid #a0a0a0;padding-bottom:5px;margin-bottom:5px;"><tr>
  847. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-64}" style="height:60px; width:60px; -moz-border-radius:30px; border-radius:30px; float:left"></td>
  848. <td style="vertical-align:top;"><strong>{Asker} asked:</strong> {Question}</td>
  849. </tr>
  850. </table>
  851. {Answer}
  852. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  853. <br>
  854. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  855. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  856. </div></div></div>
  857. {/block:PermalinkPage}
  858. {/block:Answer}
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866. </div>
  867.  
  868.  
  869. {/block:Posts}
  870.  
  871.  
  872.  
  873. {block:IfNotEndlessScrolling}
  874. <div class="pagination">
  875. {block:Pagination}
  876. <center>
  877. {block:PreviousPage}<a href="{PreviousPage}"><img src="http://media.tumblr.com/b66aef7b33100774521aff5f9ff66cf4/tumblr_inline_mklyl8Daxf1qz4rgp.png"> </a> <img src=http://media.tumblr.com/b2fbb12de2e773933907e1e924dbd06a/tumblr_inline_mklyyux27p1qz4rgp.png>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><img src="http://media.tumblr.com/dd0a104ad51f6a31ee29262534792962/tumblr_inline_mklykg28G21qz4rgp.png"></a>{/block:NextPage}
  878. </center>
  879. {/block:Pagination}
  880. </div>{/block:IfNotEndlessScrolling}
  881.  
  882.  
  883. </div>
  884. <div class="credit"><a href="http://chinqu.tumblr.com">
  885. <div class="credittext">Theme
  886. </div></a></div>
  887. </head></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement