farflunghopes

brick

Nov 4th, 2012
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.76 KB | None | 0 0
  1. <!--- Theme #8 'Brick' by Brianna @ farflunghopes.tumblr.com
  2.  
  3. Rules:
  4. 1. Do not remove the credit from the code or the theme. You may MOVE it, but leave it on the FIRST page of your blog, ie: it must be visible on the main page.
  5. 2. Do not redistribute this theme.
  6. 3. Do not steal this theme. Taking a portion of the code and adding it to your own theme/others' counts as stealing. If you want to learn how to do something, ask, and I will do my best to help you.
  7. 4. Do not use this theme as a base code.
  8. 5. If you have any problems, find glitches, or just need help, please ask me! That's not really a rule, but I'd love to help.
  9.  
  10. Help:
  11. - Theme looks best in Google Chrome.
  12. - SAVE and REFRESH the page before changing appearance options.
  13. - The background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
  14. - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
  15. - The posts can either be 400px wide or 500px wide. The default is 400px. For 500px, deselect '400pxPosts' under the appearance options.
  16. - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
  17. - The sidebar image is either 140px wide by 210px tall or 120px wide by 190px tall. Smaller images will be stretched and larger ones will be compressed.
  18. - There are FIVE extra links available. Add them under the appearance options. Try to keep the link names relatively short. If you need to make the links longer find '#links a:hover' and change 'Width:40px' to whatever length you want. BE SURE TO ADJUST THE 'margin-left' by the SAME amount you changed the width. Thus: If you make the width 45px you need to change the margin-left from 1px to -4px.
  19.  
  20. Enjoy!
  21.  
  22. --->
  23.  
  24. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  25. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  26. <head><title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30.  
  31. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Headland+One' rel='stylesheet' type='text/css'>
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
  38.  
  39. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  40. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  41. <script>
  42. (function($){
  43. $(document).ready(function(){
  44. $("[title]").style_my_tooltips();
  45. });
  46. })(jQuery);
  47. </script>
  48.  
  49. <meta name="color:background" content="#FFFFFF" />
  50. <meta name="color:text" content="#999999" />
  51. <meta name="color:sidetext" content="#777777">
  52. <meta name="color:title" content="#888888">
  53. <meta name="color:link" content="#777777">
  54. <meta name="color:linkhover" content="#CCCCCC">
  55. <meta name="color:infolink" content="#555555">
  56. <meta name="color:infolinkhover" content="#999999">
  57. <meta name="color:sidelink" content="#CCCCCC">
  58. <meta name="color:sidelinkhover" content="#E9E9E9">
  59. <meta name="color:desclink" content="#888888">
  60. <meta name="color:desclinkhover" content="#333333">
  61. <meta name="color:tags" content="#E7E7E7">
  62. <meta name="color:tagshover" content="#FFFFFF">
  63. <meta name="color:postborder" content="#BBBBBB">
  64. <meta name="color:scrollbarbackground" content="#DDDDDD">
  65. <meta name="color:scrollbar" content="#999999">
  66. <meta name="color:highlight" content="#DDDDDD">
  67. <meta name="color:highlighttext" content="#111111">
  68.  
  69. <meta name="text:bodyfontsize" content="11">
  70. <meta name="text:bgimgposition" content="bottom right" />
  71. <meta name="text:link1" content="/">
  72. <meta name="text:link1name" content="link 1">
  73. <meta name="text:link2" content="/">
  74. <meta name="text:link2name" content="link 2">
  75. <meta name="text:link3" content="/">
  76. <meta name="text:link3name" content="link 3">
  77. <meta name="text:link4" content="/">
  78. <meta name="text:link4name" content="link 4">
  79. <meta name="text:link5" content="/">
  80. <meta name="text:link5name" content="link 5">
  81.  
  82. <meta name="font:body" content="">
  83. <meta name="font:sidebar" content="">
  84.  
  85. <meta name="image:sidebar" content="">
  86. <meta name="image:background" content="">
  87.  
  88. <meta name="if:BackgroundImageRepeat" content="" />
  89. <meta name="if:400pxPosts" content="1">
  90.  
  91. <style type="text/css">
  92.  
  93. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  94. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  95.  
  96. ::-webkit-scrollbar {
  97. width: 7px;
  98. background-color:{color:scrollbarbackground};
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb {
  102. width:7px;
  103. background-color:{color:scrollbar};
  104. }
  105.  
  106. ::selection {
  107. background: {color:highlight};
  108. color: {color:highlighttext};
  109. }
  110.  
  111. #s-m-t-tooltip {
  112. z-index: 9999;
  113. background:{color:background};
  114. font-size: 9px;
  115. line-height: 11px;
  116. font-style:italic;
  117. font-family:georgia;
  118. border: 1px solid #F0F0F0;
  119. text-transform: lowercase;
  120. color: #AAA;
  121. max-width: 150px;
  122. padding: 5px 10px 5px 10px;
  123. display: block;
  124. margin: 15px 0px 0px -50px;
  125. box-shadow:3px 3px 5px;
  126. }
  127.  
  128. body {
  129. background-color:{color:background};
  130. color:{color:text};
  131. font-size:{text:bodyfontsize}px;
  132. font-family:{font:body};
  133. line-height:11px;
  134. background-image:url('{image:background}');
  135. background-attachment:fixed;
  136. background-position:{text:bgimgposition};
  137. {block:IfBackgroundImageRepeat}
  138. background-repeat:repeat;
  139. {/block:IfBackgroundImageRepeat}
  140. {block:IfNotBackgroundImageRepeat}
  141. background-repeat:no-repeat;
  142. {/block:IfNotBackgroundImageRepeat}
  143. }
  144.  
  145. a {
  146. color:{color:link};
  147. text-decoration:none;
  148. outline:none;
  149. -moz-outline-style:none;
  150. -webkit-transition: all 0.6s ease-out;
  151. -o-transition: all 0.6s ease-out;
  152. -webkit-transition: all 0.6s ease-out;
  153. -moz-transition: all 0.6s ease-out;
  154. }
  155.  
  156. a:hover {
  157. color:{color:linkhover};
  158. -webkit-transition: all 0.6s ease-out;
  159. -o-transition: all 0.6s ease-out;
  160. -webkit-transition: all 0.6s ease-out;
  161. -moz-transition: all 0.6s ease-out;
  162. }
  163.  
  164. blockquote {
  165. padding-left:3px;
  166. border-left:2px solid;
  167. }
  168.  
  169. blockquote blockquote {
  170. padding-left:3px;
  171. border-left:2px solid;
  172. }
  173.  
  174. h1 {
  175. font-size:17px;
  176. font-family: 'Arizonia', cursive;
  177. }
  178.  
  179. #entries {
  180. margin-top:-10px;
  181. padding-top:60px;
  182. padding-left:20px;
  183. border-left:1px solid {color:postborder};
  184. {block:IfNot400pxPosts}
  185. width:595px;
  186. margin-left:400px;
  187. {/block:IfNot400pxPosts}
  188. {block:If400pxPosts}
  189. width:485px;
  190. margin-left:410px;
  191. {/block:If400pxPosts}
  192.  
  193. }
  194.  
  195. #content {
  196. border-bottom:1px solid {color:postborder};
  197. padding-bottom:40px;
  198. {block:IfNot400pxPosts}
  199. width:511px;
  200. {/block:IfNot400pxPosts}
  201. {block:If400pxPosts}
  202. width:411px;
  203. {/block:If400pxPosts}
  204. }
  205.  
  206.  
  207. #post {
  208. padding-right:5px;
  209. overflow:hidden;
  210. border-right:7px solid {color:sidelink};
  211. -webkit-transition: all 0.6s ease-out;
  212. -o-transition: all 0.6s ease-out;
  213. -webkit-transition: all 0.6s ease-out;
  214. -moz-transition: all 0.6s ease-out;
  215. {block:IfNot400pxPosts}
  216. width:500px;
  217. {/block:IfNot400pxPosts}
  218. {block:If400pxPosts}
  219. width:400px;
  220. {/block:If400pxPosts}
  221. }
  222.  
  223. #post:hover {
  224. border-right:90px solid {color:sidelinkhover};
  225. -webkit-transition: all 0.6s ease-out;
  226. -o-transition: all 0.6s ease-out;
  227. -webkit-transition: all 0.6s ease-out;
  228. -moz-transition: all 0.6s ease-out;
  229. }
  230.  
  231. #post:hover #info {
  232. opacity:1;
  233. {block:IfNot400pxPosts}
  234. margin-left:505px;
  235. {/block:IfNot400pxPosts}
  236. {block:If400pxPosts}
  237. margin-left:405px;
  238. {/block:If400pxPosts}
  239. -webkit-transition: all 0.6s ease-out;
  240. -o-transition: all 0.6s ease-out;
  241. -webkit-transition: all 0.6s ease-out;
  242. -moz-transition: all 0.6s ease-out;
  243. }
  244.  
  245. #sidebar {
  246. position:fixed;
  247. margin-top:120px;
  248. {block:IfNot400pxPosts}
  249. width:205px;
  250. margin-left:185px;
  251. {/block:IfNot400pxPosts}
  252. {block:If400pxPosts}
  253. width:185px;
  254. margin-left:225px;
  255. {/block:If400pxPosts}
  256. }
  257.  
  258. .content {
  259. margin-top:7px;
  260. padding-top:10px;
  261. padding-bottom:13px;
  262. border-top:1px solid {color:postborder};
  263. border-bottom:1px solid {color:postborder};
  264. {block:IfNot400pxPosts}
  265. width:165px;
  266. margin-left:50px;
  267. {/block:IfNot400pxPosts}
  268. {block:If400pxPosts}
  269. width:145px;
  270. margin-left:40px;
  271. {/block:If400pxPosts}
  272. }
  273.  
  274. #title {
  275. font-family: 'Arizonia', cursive;
  276. font-size:14px;
  277. padding-top:2px;
  278. text-align:left;
  279. height:10px;
  280. overflow:hidden;
  281. {block:IfNot400pxPosts}
  282. width:165px;
  283. margin-left:50px;
  284. {/block:IfNot400pxPosts}
  285. {block:If400pxPosts}
  286. width:145px;
  287. margin-left:40px;
  288. {/block:If400pxPosts}
  289. }
  290.  
  291. #title a {
  292. color:{color:title};
  293. -webkit-transition: all 0.6s ease-out;
  294. -o-transition: all 0.6s ease-out;
  295. -webkit-transition: all 0.6s ease-out;
  296. -moz-transition: all 0.6s ease-out;
  297. }
  298.  
  299. #title a:hover {
  300. color:{color:sidelink};
  301. -webkit-transition: all 0.6s ease-out;
  302. -o-transition: all 0.6s ease-out;
  303. -webkit-transition: all 0.6s ease-out;
  304. -moz-transition: all 0.6s ease-out;
  305. }
  306.  
  307. #sidebarimage {
  308. margin-top:-220px;
  309. margin-left:11px;
  310. {block:IfNot400pxPosts}
  311. width: 140px;
  312. height:210px;
  313. {/block:IfNot400pxPosts}
  314. {block:If400pxPosts}
  315. width:120px;
  316. height:190px;
  317. {/block:If400pxPosts}
  318.  
  319. }
  320.  
  321. #sidebarimage img {
  322. {block:IfNot400pxPosts}
  323. width: 140px;
  324. height:210px;
  325. {/block:IfNot400pxPosts}
  326. {block:If400pxPosts}
  327. width:120px;
  328. height:190px;
  329. {/block:If400pxPosts}
  330. }
  331.  
  332. #links {
  333. margin-left:-38px;
  334. margin-top:4px;
  335. font-size:7px;
  336. height:220px;
  337. font-family: 'Headland One', serif;
  338. letter-spacing:1px;
  339. width:46px;
  340. }
  341.  
  342. #links a {
  343. margin-left:39px;
  344. display:block;
  345. padding-left:5px;
  346. width:2px;
  347. color:transparent;
  348. overflow:hidden;
  349. background-color:{color:sidelink};
  350. {block:IfNot400pxPosts}
  351. height:20px;
  352. padding-top:10px;
  353. {/block:IfNot400pxPosts}
  354. {block:If400pxPosts}
  355. height:19px;
  356. padding-top:8px;
  357. {/block:If400pxPosts}
  358. -webkit-transition: all 0.6s ease-out;
  359. -o-transition: all 0.6s ease-out;
  360. -webkit-transition: all 0.6s ease-out;
  361. -moz-transition: all 0.6s ease-out;
  362.  
  363. }
  364.  
  365. #links a:hover {
  366. width:40px;
  367. margin-left:1px;
  368. color:{color:sidelink};
  369. background-color:{color:sidelinkhover};
  370. -webkit-transition: all 0.6s ease-out;
  371. -o-transition: all 0.6s ease-out;
  372. -webkit-transition: all 0.6s ease-out;
  373. -moz-transition: all 0.6s ease-out;
  374. }
  375.  
  376. #first a {
  377. {block:IfNot400pxPosts}
  378. padding-top:10px;
  379. {/block:IfNot400pxPosts}
  380. {block:If400pxPosts}
  381. padding-top:10px;
  382. {/block:If400pxPosts}
  383. }
  384.  
  385. #description {
  386. margin-top:0px;
  387. padding-top:13px;
  388. text-align:right;
  389. color:{color:sidetext};
  390. font-size:10px;
  391. font-family:{font:sidebar};
  392. line-height:94%;
  393. {block:IfNot400pxPosts}
  394. margin-left:50px;
  395. width:150px;
  396. {/block:IfNot400pxPosts}
  397. {block:If400pxPosts}
  398. margin-left:40px;
  399. width:130px;
  400. {/block:If400pxPosts}
  401. }
  402.  
  403. #description a {
  404. color:{color:desclink};
  405. }
  406.  
  407. #description a:hover {
  408. color:{color:desclinkhover};
  409. }
  410.  
  411. #pagination {
  412. height:20px;
  413. padding-top:10px;
  414. bottom:0px;
  415. font-family:geneva;
  416. position:fixed;
  417. font-size:9px;
  418. text-align:center;
  419. padding-right:84px;
  420. {block:IfNot400pxPosts}
  421. width:512px;
  422. margin-left:420px;
  423. {/block:IfNot400pxPosts}
  424. {block:If400pxPosts}
  425. width:412px;
  426. margin-left:430px;
  427. {/block:If400pxPosts}
  428. background-color:{color:background};
  429. opacity:0.4;
  430. -webkit-transition: all 0.6s ease-out;
  431. -o-transition: all 0.6s ease-out;
  432. -webkit-transition: all 0.6s ease-out;
  433. -moz-transition: all 0.6s ease-out;
  434. }
  435.  
  436. #pagination a {
  437. font-size:9px;
  438. font-style:italic;
  439. }
  440.  
  441. #pagination:hover {
  442. opacity:0.9;
  443. -webkit-transition: all 0.6s ease-out;
  444. -o-transition: all 0.6s ease-out;
  445. -webkit-transition: all 0.6s ease-out;
  446. -moz-transition: all 0.6s ease-out;
  447. }
  448.  
  449. #info {
  450. position:absolute;
  451. width:80px;
  452. font-size:8px;
  453. text-align:right;
  454. margin-top:10px;
  455. opacity:0;
  456. font-style:italic;
  457. text-transform:uppercase;
  458. font-family:baskerville;
  459. {block:IfNot400pxPosts}
  460. margin-left:470px;
  461. {/block:IfNot400pxPosts}
  462. {block:If400pxPosts}
  463. margin-left:370px;
  464. {/block:If400pxPosts}
  465. -webkit-transition: all 0.6s ease-out;
  466. -o-transition: all 0.6s ease-out;
  467. -webkit-transition: all 0.6s ease-out;
  468. -moz-transition: all 0.6s ease-out;
  469. }
  470.  
  471. #info a{
  472. color:{color:infolink};
  473. }
  474.  
  475. #info a:hover {
  476. color:{color:infolinkhover};
  477. }
  478.  
  479. #tags {
  480. font-size:10px;
  481. text-align:center;
  482. margin-top:5px;
  483. border-top:1px dashed {color:postborder};
  484. padding-top:5px;
  485. }
  486.  
  487. #tags a {
  488. color:{color:tags};
  489. }
  490.  
  491. #tags a:hover {
  492. color:{color:tagshover};
  493. }
  494.  
  495. #asker {
  496. font-family: 'Arizonia', cursive;
  497. font-size:15px;
  498. margin-top:-20px;
  499. margin-left:32px;
  500. }
  501.  
  502. #question {
  503. border-bottom:1px solid {color:postborder};
  504. padding-bottom:7px;
  505. }
  506.  
  507. #credit {
  508. position:fixed;
  509. bottom:5px;
  510. left:10px;
  511. width:15px;
  512. font-family:'Allura', cursive;
  513. font-size:15px;
  514. opacity:0.9;
  515. -webkit-transition: all 1s ease-out;
  516. -o-transition: all 1s ease-out;
  517. -webkit-transition: all 1s ease-out;
  518. -moz-transition: all 1s ease-out;
  519. }
  520.  
  521. #credit a{
  522. color:{color:sidelink};
  523. }
  524.  
  525.  
  526. #credit a:hover {
  527. color:{color:sidelinkhover};
  528. -webkit-transition: all 1s ease-out;
  529. -o-transition: all 1s ease-out;
  530. -webkit-transition: all 1s ease-out;
  531. -moz-transition: all 1s ease-out;
  532. }
  533.  
  534. .quote {
  535. padding-top:15px;
  536. padding-left:30px;
  537. padding-right:30px;
  538. font-size:12px;
  539. line-height:110%;
  540. text-align:center;
  541. font-family: 'Droid Sans', sans-serif;
  542. }
  543.  
  544. .portrait {
  545. float:left;
  546. padding-right:5px;
  547. }
  548.  
  549. #asker {
  550. margin-top:6px;
  551. font-size:15px;
  552. border-bottom:1px dotted {color:borders};
  553. padding-bottom:6px;
  554. font-family: 'Droid Sans', sans-serif;
  555. }
  556.  
  557. #question {
  558. margin-top:-8px;
  559. border-bottom:1px solid {color:text};
  560. padding-bottom:7px;
  561. }
  562.  
  563. .audio {
  564. margin-right:5px;
  565. width:70px;
  566. float:left;
  567. }
  568.  
  569. .hidden {
  570. width:70px;
  571. height:73px;
  572. }
  573.  
  574. .pull {
  575. margin-left:4px;
  576. margin-top:-6px;
  577. }
  578.  
  579. .tumblr_audio_player {
  580. margin:0px;
  581. padding:0px;
  582. width:500px;
  583. height:50px;
  584. }
  585.  
  586. .player {
  587. width:35px;
  588. height:37px;
  589. margin-left:10px;
  590. margin-top:10px;
  591. background-color:#999;
  592. overflow:hidden;
  593. position:absolute;
  594. opacity:0.7;
  595. background-color:#fff;
  596. border:7px solid #ECECEC;
  597. -webkit-transition: all 0.3s ease-out;
  598. -o-transition: all 0.3s ease-out;
  599. -webkit-transition: all 0.3s ease-out;
  600. -moz-transition: all 0.3s ease-out;
  601. }
  602. .player:hover {
  603. opacity:1;
  604. -webkit-transition: all 0.3s ease-out;
  605. -o-transition: all 0.3s ease-out;
  606. -webkit-transition: all 0.3s ease-out;
  607. -moz-transition: all 0.3s ease-out;
  608. }
  609.  
  610. .caption {
  611. margin-top:18px;
  612. }
  613.  
  614. .audio img{
  615. max-width: 70px;
  616. height: auto;
  617. }
  618.  
  619. .song {
  620. margin-left:70px;
  621. margin-top:-57px;
  622. text-transform:uppercase;
  623. font-size:11px;
  624. font-family: 'Droid Sans', sans-serif;
  625. padding-bottom:13px;
  626. }
  627.  
  628. ol.notes {
  629. padding:0px;
  630. margin-left:50px;
  631. list-style-type:decimal;
  632. border-bottom: solid 1px {color:borders};
  633. {block:IfNot400pxPosts}
  634. width:420px;
  635. {/block:IfNot400pxPosts}
  636. {block:If400pxPosts}
  637. width:320px;
  638. {/block:If400pxPosts}
  639. }
  640.  
  641. ol.notes li.note {
  642. border-top: solid 1px {color:borders};
  643. padding: 10px;
  644. font-family: 'Droid Sans', sans-serif;
  645. }
  646.  
  647. ol.notes li.note img.avatar {
  648. vertical-align: -4px;
  649. margin-right: 10px;
  650. width: 16px;
  651. height: 16px;
  652. }
  653.  
  654. ol.notes li.note blockquote {
  655. border-color: {color:text};
  656. padding: 4px 10px;
  657. margin: 10px 0px 0px 25px;
  658. }
  659.  
  660. ol.notes li.note blockquote a {
  661. text-decoration: none;
  662. }
  663.  
  664. {CustomCSS}</style></head>
  665.  
  666. <body>
  667.  
  668. <div id="sidebar">
  669.  
  670. <div id="title"><a title="home" href="/">{Title}</a></div>
  671.  
  672. <div class="content">
  673. <div id="links">
  674. <div id="first"><a href="/ask/">ask</a></div>
  675. <a href="/archive/">index</a>
  676. {block:IfLink1Name}
  677. <a href="{text:link1}">{text:link1name}</a>
  678. {/block:IfLink1Name}
  679. {block:IfLink2Name}
  680. <a href="{text:link2}">{text:link2name}</a>
  681. {/block:IfLink2Name}
  682. {block:IfLink3Name}
  683. <a href="{text:link3}">{text:link3name}</a>
  684. {/block:IfLink3Name}
  685. {block:IfLink4Name}
  686. <a href="{text:link4}">{text:link4name}</a>
  687. {/block:IfLink4Name}
  688. {block:IfLink5Name}
  689. <a href="{text:link5}">{text:link5name}</a>
  690. {/block:IfLink5Name}
  691. </div>
  692.  
  693. <div id="sidebarimage">
  694. <img src="{image:sidebar}">
  695. </div>
  696.  
  697. </div>
  698.  
  699. <div id="description">{Description}</div>
  700.  
  701. </div>
  702.  
  703. <div id="credit"><a href="http://farflunghopes.tumblr.com">theme</a></div>
  704.  
  705. <div id="pagination">
  706. {block:JumpPagination length="11"}
  707. {block:CurrentPage}
  708. <strong>{PageNumber}</strong>&nbsp;&nbsp;&nbsp;
  709. {/block:CurrentPage}
  710. {block:JumpPage}
  711. <a href="{URL}">{PageNumber}</a>&nbsp;&nbsp;&nbsp;
  712. {/block:JumpPage}
  713. {/block:JumpPagination}
  714. </div>
  715.  
  716. <div id="entries">{block:Posts}<div id="content"><div id="post">
  717.  
  718. <div id="info">
  719. {block:Date}<a href="{Permalink}">{ShortMonth} {DayofMonth}, {ShortYear}</a> | {/block:Date}<a href="{Permalink}">{NoteCount}</a><br />{block:RebloggedFrom}{block:ContentSource}<a title="{ReblogRootName}" href="{SourceURL}">source</a>, {/block:ContentSource}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a><br />{/block:RebloggedFrom}<a href="{ReblogURL}">reblog</a></div>
  720.  
  721. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  722.  
  723. {block:Photo}<center>{LinkOpenTag}{block:If400pxPosts}<img src="{PhotoURL-500}" width="400">{/block:If400pxPosts}{block:IfNot400pxPosts}<img src="{PhotoURL-500}">{/block:IfNot400pxPosts}{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  724.  
  725. {block:Photoset}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  726.  
  727. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div style="text-align:center; font-family: 'Droid Sans', sans-serif; padding-bottom:15px;">— {Source} —</div>{/block:Source}{/block:Quote}
  728.  
  729. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  730.  
  731. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}</h1>{block:Lines}{block:Label}<strong>{Label}&nbsp</strong>{/block:Label}{Line}<br>{/Block:Lines}{/block:Chat}
  732.  
  733. {block:Audio}
  734. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  735. <div class="hidden"><div class="player"><div class="pull">{AudioPlayerWhite}</div></div></div>
  736. <div class="song">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}<br>{PlayCountWithLabel}</div>
  737. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  738. {/block:Audio}
  739.  
  740. {block:Video}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  741.  
  742. {block:Answer}<div class="portrait"><img src="{AskerPortraitURL-48}"></div><div id="asker">{Asker}:</div><br><div id="question">{Question}</div><br>{Answer}{/block:Answer}
  743.  
  744. </div>
  745.  
  746. {block:HasTags}<div id="tags">
  747. {block:Tags}&nbsp&nbsp<a href="{TagURL}">{Tag}</a>&nbsp&nbsp{/block:Tags}</div>{/block:HasTags}</div>
  748.  
  749. <BR /><BR /><BR /><BR />
  750.  
  751. {block:PostNotes}{PostNotes}{/block:PostNotes}
  752. {/block:Posts}
  753. </div>
  754.  
  755. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment