Advertisement
olympianthemes

CORNUCOPIA, Theme #3

Jul 6th, 2013
3,093
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!----
  4. THEME THREE - "CORNUCOPIA" by CREMATA
  5.  
  6. Rules and Regulations:
  7. #1: Please DO NOT commit thievery and steal this theme/page. I've worked hard on in so I'd appreciate if you didn't.
  8.  
  9. #2: DO NOT redistribute this theme/page,
  10.  
  11. #3: You can customize to your liking, just make sure that your theme/page is readable and credible for your viewers.
  12.  
  13.  
  14. Credits to codysherman.com for the infinite scroll feature!
  15.  
  16. ---->
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head>
  20. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  21.  
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}" />
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  30.  
  31.  
  32.  
  33. {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
  34.  
  35. <!------ DEFAULT VARIABLES AND ATTRIBUTES - BOOLEANS ------>
  36.  
  37. <meta name="if:White Player" content="">
  38. <meta name="if:400px Post" content="">
  39. <meta name="if:Infinite Scroll" content="">
  40. <meta name="if:Hover Description" content="0">
  41. <meta name="if:Grayscale" content="">
  42.  
  43.  
  44. <!------ DEFAULT VARIABLES AND ATTRIBUTES - COLORS ------>
  45.  
  46. <meta name="color:Background" content="">
  47. <meta name="color:Blockquote" content="">
  48. <meta name="color:Scrollbar" content="">
  49. <meta name="color:Scrollbar BG" content="">
  50. <meta name="color:Icon Border" content="">
  51. <meta name="color:Pagination BG" content="">
  52. <meta name="color:Pagination Link" content="">
  53. <meta name="color:Title" content="">
  54. <meta name="color:Description" content="">
  55. <meta name="color:Sidebar Links" content="">
  56. <meta name="color:Post BG" content="">
  57. <meta name="color:Text" content="">
  58. <meta name="color:Post Links" content="">
  59. <meta name="color:Post Links Hover" content="">
  60. <meta name="color:Extra Links" content="">
  61. <meta name="color:Extra Links BG" content="">
  62. <meta name="color:Text Post Title" content="">
  63. <meta name="color:Text Title Border" content="">
  64. <meta name="color:Chat 1" content="">
  65. <meta name="color:Chat 2" content="">
  66. <meta name="color:Music Title" content="">
  67. <meta name="color:Source Border" content="">
  68. <meta name="color:Question" content="">
  69. <meta name="color:Asker Image Border" content="">
  70. <meta name="color:Timestamp" content="">
  71. <meta name="color:Timestamp Text" content="">
  72. <meta name="color:Tags" content="">
  73. <meta name="color:tags Hover" content="">
  74. <meta name="color:Quote" content="">
  75. <meta name="color:Blockquote Text" content="">
  76.  
  77. <!------ DEFAULT VARIABLES AND ATTRIBUTES - IMAGES ------>
  78.  
  79. <meta name="image:Sidebar" content="">
  80. <meta name="image:Background" content="">
  81.  
  82. <!------ DEFAULT VARIABLES AND ATTRIBUTES - TEXT ------>
  83.  
  84. <meta name="text:Link 1" content="">
  85. <meta name="text:Link 1 URL" content="">
  86. <meta name="text:Link 2" content="">
  87. <meta name="text:Link 2 URL" content="">
  88. <meta name="text:Link 3" content="">
  89. <meta name="text:Link 3 URL" content="">
  90. <meta name="text:Link 4" content="">
  91. <meta name="text:Link 4 URL" content="">
  92. <meta name="text:Link 5" content="">
  93. <meta name="text:Link 5 URL" content="">
  94. <meta name="text:Link 6" content="">
  95. <meta name="text:Link 6 URL" content="">
  96. <meta name="text:Margin Top" content="90px">
  97.  
  98.  
  99. </head>
  100. <style text="text/css">
  101. body {
  102. padding: 0;
  103. margin: 0;
  104. margin: auto;
  105. list-style: none;
  106. background-color: {color:Background};
  107. background-attachment: fixed;
  108. background-image:url('{image:Background}');
  109. }
  110.  
  111. a {
  112. text-decoration: none;
  113. color: black;
  114. }
  115.  
  116. blockquote {
  117. width: 94%;
  118. padding: 5px 15px 5px 15px;
  119. text-align: justify;
  120. background-color: {color:Blockquote};
  121. color: {color:Blockquote Text};
  122. margin-left: 0px;
  123. }
  124.  
  125. ::-webkit-scrollbar-thumb:vertical {
  126. height:10px;
  127. background-color: {color:Scrollbar}; }
  128.  
  129. ::-webkit-scrollbar-thumb:horizontal {
  130. height:10px;
  131. background-color: {color:Scrollbar}; }
  132.  
  133. ::-webkit-scrollbar {
  134. height: 10px;
  135. width: 7px;
  136. background-color: {color:Scrollbar BG}; }
  137.  
  138. #sidebar {
  139. float: left;
  140. width: 250px;
  141. height: 100%;
  142. position: fixed;
  143. background-color: #202020;
  144. margin-left: 100px;
  145. background-image:url('{image:Sidebar}');
  146. webkit-transition: all 0.3s ease-in-out;
  147. -moz-transition: all 0.3s ease-in-out;
  148. -o-transition: all 0.3s ease-in-out;
  149. -ms-transition: all 0.3s ease-in-out;
  150. transition: all 0.3s ease-in-out;
  151. }
  152.  
  153. #posts {
  154. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  155. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  156. height: auto;
  157. float: left;
  158. display: inline-block;
  159. margin-left: 420px;
  160. margin-bottom: 60px;
  161. padding: 20px;
  162. }
  163.  
  164. #posts img {
  165. {block:IfGrayscale}-webkit-filter: grayscale(100%);{/block:IfGrayscale}
  166. webkit-transition: all 0.3s ease-in-out;
  167. -moz-transition: all 0.3s ease-in-out;
  168. -o-transition: all 0.3s ease-in-out;
  169. -ms-transition: all 0.3s ease-in-out;
  170. transition: all 0.3s ease-in-out;
  171. }
  172.  
  173. #posts img:hover {
  174. {block:IfGrayscale}-webkit-filter: grayscale(0%);{/block:IfGrayscale}
  175. }
  176.  
  177. #navigation {
  178. float: left;
  179. display: block;
  180. position: fixed;
  181. width: 160px;
  182. height: auto;
  183. background-color: transparent;
  184. margin-left: 1040px;
  185. padding: 20px;
  186. }
  187.  
  188. #navigation img {
  189. display: block;
  190. background-color: {color:Icon Border};
  191. width: 96px;
  192. height: 96px;
  193. padding: 15px;
  194. text-align: center;
  195. margin: auto;
  196. margin-top: 150px;
  197. }
  198.  
  199. .links {
  200. display: block;
  201. text-align: center;
  202. margin: auto;
  203. height: auto;
  204. width: 127px;
  205. margin-top: 5px;
  206. }
  207.  
  208. .links a {
  209. display: block;
  210. margin-top: 4px;
  211. background-color: {color:Extra Links BG};
  212. text-transform: uppercase;
  213. text-align: center;
  214. font-family: roboto condensed;
  215. font-size: 8px;
  216. color: {color:Extra Links};
  217. padding: 5px 5px 6px;
  218. letter-spacing: 1px;
  219. webkit-transition: all 0.3s ease-in-out;
  220. -moz-transition: all 0.3s ease-in-out;
  221. -o-transition: all 0.3s ease-in-out;
  222. -ms-transition: all 0.3s ease-in-out;
  223. transition: all 0.3s ease-in-out;
  224. }
  225.  
  226. .links a:hover {
  227. color: {color:Extra Links BG};
  228. background-color: {color:Extra Links};
  229. }
  230.  
  231. .title {
  232. font-family: cambria;
  233. font-size: 14px;
  234. color: {color:Title};
  235. margin-bottom: 2px;
  236. text-align: center;
  237. display: block;
  238. font-style: italic;
  239. }
  240.  
  241. .description {
  242. width: 240px;
  243. padding: 5px;
  244. background-color: {color:Background};
  245. background-image:url('{image:Background}');
  246. font-family: roboto condensed;
  247. font-size: 10px;
  248. text-transform: uppercase;
  249. color: {color:Description};
  250. text-align: center;
  251. height: auto;
  252. margin: auto;
  253. display: block;
  254. margin-top: {text:Margin Top};
  255. {block:IfHoverDescription}opacity: 0;{/block:IfHoverDescription}
  256. {block:IfNotHoverDescription}opacity: 1;{/block:IfNotHoverDescription}
  257. webkit-transition: all 0.5s ease-in-out;
  258. -moz-transition: all 0.5s ease-in-out;
  259. -o-transition: all 0.5s ease-in-out;
  260. -ms-transition: all 0.5s ease-in-out;
  261. transition: all 0.5s ease-in-out;
  262. }
  263.  
  264. .description a {
  265. color: {color:Post Links};
  266. }
  267.  
  268. {block:IfHoverDescription}
  269. #sidebar:hover .description {
  270. opacity: 1;
  271. }
  272. {/block:IfHoverDescription}
  273.  
  274. .sidelinks {
  275. margin-top: 20px;
  276. margin-bottom: 4px;
  277. }
  278.  
  279. .sidelinks a {
  280. font-style: italic;
  281. color: {color:Sidebar Links};
  282. margin: 3px;
  283. }
  284.  
  285. #entries {
  286. margin-top: 40px;
  287. font-family: roboto condensed;
  288. font-size: 11px;
  289. letter-spacing: 1px;
  290. width: 100%;
  291. background-color: {color:Post BG};
  292. padding: 20px;
  293. color: {color:Text}
  294. }
  295.  
  296. #entries a {
  297. color: {color:Post Links};
  298. webkit-transition: all 0.3s ease-in-out;
  299. -moz-transition: all 0.3s ease-in-out;
  300. -o-transition: all 0.3s ease-in-out;
  301. -ms-transition: all 0.3s ease-in-out;
  302. transition: all 0.3s ease-in-out;
  303. }
  304.  
  305. #entries a:hover {
  306. color: {color:Post Links Hover};
  307. }
  308.  
  309. {block:IfNotInfiniteScroll}
  310.  
  311. #pagination {
  312. display: block;
  313. margin-top: 10px;
  314. text-align: center;
  315. margin: auto;
  316. margin-top: 10px;
  317. }
  318.  
  319. #pagination a {
  320. padding: 3px;
  321. text-align: center;
  322. font-family: roboto condensed;
  323. font-size: 10px;
  324. color: {color:Pagination Link};
  325. background-color: {color:Pagination BG};
  326. }
  327.  
  328. .current {
  329. margin: 0px;
  330. margin-left: 4px;
  331. }
  332.  
  333. .current a {
  334. background-color: transparent;
  335. color: {color:Pagination Link};
  336. }
  337.  
  338. .jump {
  339. margin: 0px;
  340. }
  341.  
  342. {/block:IfNotInfiniteScroll}
  343.  
  344. /* TEXT POST */
  345.  
  346. .texttitle {
  347. font-family: roboto condensed;
  348. font-size: 18px;
  349. color: {color:Text Post Title};
  350. text-align: center;
  351. display: block;
  352. border-bottom: 3px double {color:Text Title Border};
  353. padding-bottom: 3px;
  354. text-transform: uppercase;
  355. }
  356.  
  357. /* PHOTO POST */
  358.  
  359. .photo img {
  360. width: 100%;
  361. }
  362.  
  363. .photoset {
  364. {block:IfGrayscale}-webkit-filter: grayscale(100%);{/block:IfGrayscale}
  365. webkit-transition: all 0.3s ease-in-out;
  366. -moz-transition: all 0.3s ease-in-out;
  367. -o-transition: all 0.3s ease-in-out;
  368. -ms-transition: all 0.3s ease-in-out;
  369. transition: all 0.3s ease-in-out;
  370. }
  371.  
  372. .photoset:hover {
  373. {block:IfGrayscale}-webkit-filter: grayscale(0%);{/block:IfGrayscale}
  374. }
  375.  
  376. /* CHAT POST */
  377.  
  378. .chat .convo li {
  379. list-style: none;
  380. text-align: justify;
  381. margin-top: 5px;
  382. }
  383.  
  384. .chat h2 {
  385. font-family: 'roboto condensed';
  386. font-size: 20px;
  387. text-align: center;
  388. display: block;
  389. color: {color:Text Post Title};
  390. text-transform: uppercase;
  391. }
  392.  
  393. .line_odd .label {
  394. color: {color:Chat 1};
  395. text-transform: uppercase;
  396. border-bottom: 1px dotted #AAAAAA;
  397. padding: 2px;
  398. }
  399.  
  400. .line_even .label {
  401. color: {color:Chat 2};
  402. text-transform: uppercase;
  403. border-bottom: 1px dotted #AAAAAA;
  404. padding: 2px;
  405. }
  406.  
  407. /* AUDIO POST */
  408.  
  409. .album img {
  410. text-align: left;
  411. position: relative;
  412. width: 100px;
  413. height: 100px;
  414. }
  415.  
  416. .info {
  417. display: inline-block;
  418. {block:IfNot400pxPost}width: 325px;{/block:IfNot400PxPost}
  419. {block:If400pxPost}width: 225px;{/block:If400pxPost}
  420. padding: 35px;
  421. {block:IfNotWhitePlayer}background-color: #000;{/block:IfNotWhitePlayer}
  422. {block:IfWhitePlayer}background-color: #FFF;{/block:IfWhitePlayer}
  423. float:right;
  424. position: relative;
  425. height: 30px;
  426. }
  427.  
  428. .music {
  429. width: 27px;
  430. height: 28px;
  431. overflow: hidden;
  432. z-index: 1000;
  433. padding: 3px;
  434. margin: 15px 24px 13px 16px;
  435. {block:If400pxPost}margin-left: 33px;{/block:If400pxPost}
  436. {block:IfNot400pxPost}margin-left: 430px;{/block:IfNot400pxPost}
  437. opacity: 0.3;
  438. {block:IfNotWhitePlayer}background-color: #000;{/block:IfNotWhitePlayer}
  439. {block:IfWhitePlayer}background-color: #FFF;{/block:IfWhitePlayer}
  440. position: absolute;
  441. margin-top: -70px;
  442. webkit-transition: all 0.3s ease-in-out;
  443. -moz-transition: all 0.3s ease-in-out;
  444. -o-transition: all 0.3s ease-in-out;
  445. -ms-transition: all 0.3s ease-in-out;
  446. transition: all 0.3s ease-in-out;
  447.  
  448. }
  449.  
  450. .music:hover {
  451. opacity: 1;
  452. }
  453.  
  454. .track {
  455. text-align: center;
  456. display: block;
  457. font-family: 'euphoria script';
  458. font-size: 20px;
  459. letter-spacing: 3px;
  460. color: {color:Music Title};
  461. margin-top: -10px;
  462. }
  463.  
  464. .artist {
  465. display: block;
  466. font-family: cambria;
  467. font-size: 8px;
  468. {block:IfNotWhitePlayer}color: #FFFFFF;{/block:IfNotWhitePlayer}
  469. {block:IfWhitePlayer}color: #202020;{block:IfWhitePlayer}
  470. letter-spacing: 1px;
  471. text-transform: uppercase;
  472. text-align: center;
  473. }
  474.  
  475. .playcount {
  476. display: block;
  477. font-family: cambria;
  478. font-size: 8px;
  479. {block:IfNotWhitePlayer}color: #FFFFFF;{/block:IfNotWhitePlayer}
  480. {block:IfWhitePlayer}color: #202020;{block:IfWhitePlayer}
  481. letter-spacing: 1px;
  482. text-transform: uppercase;
  483. text-align: center;
  484. }
  485.  
  486. /* LINK POST */
  487.  
  488. .link h3 {
  489. display: block;
  490. text-align: center;
  491. font-family: euphoria script;
  492. font-size: 24px;
  493. }
  494.  
  495. /* QUOTE POST */
  496.  
  497. .quote {
  498. text-align: center;
  499. display: block;
  500. font-family: roboto condensed;
  501. font-size: 14px;
  502. text-transform: uppercase;
  503. color: {color:Quote};
  504. }
  505.  
  506. .source {
  507. font-size: 10px;
  508. text-transform: uppercase;
  509. padding-top: 4px;
  510. border-top: 3px double {color:Source Border};
  511. }
  512.  
  513.  
  514. /* ANSWER POST */
  515.  
  516. .question {
  517. display: block;
  518. padding: 10px;
  519. text-align: center;
  520. font-family: cambria;
  521. font-size: 10px;
  522. font-style: italic;
  523. color: {color:Question};
  524. background-color: transparent;
  525. }
  526.  
  527. .answer {
  528. display: block;
  529. text-align: justify;
  530. font-size: 8px;
  531. text-transform: uppercase;
  532. }
  533.  
  534. .asker img {
  535. width: 24px;
  536. height: 24px;
  537. display: block;
  538. text-align: center;
  539. margin: auto;
  540. padding: 10px;
  541. background-color: {color:Asker Image Border};
  542. }
  543.  
  544.  
  545.  
  546. /* TAGS AND SOURCES */
  547.  
  548. #permanotes {
  549. width: 100%;
  550. font-family: roboto condensed;
  551. font-size: 10px;
  552. color: {color:Text};
  553. display: block;
  554. position: relative;
  555. margin: auto;
  556. margin-top: 40px;
  557. float: left;
  558. line-height: 150%;
  559. padding-left: 5px;
  560. }
  561.  
  562. #permanotes img {
  563. display: none;
  564. }
  565.  
  566. #permanotes a {
  567. text-transform: uppercase;
  568. }
  569.  
  570. #permanotes ol {
  571. padding: 0px;
  572. list-style-type: none;
  573. }
  574.  
  575. .timestamp {
  576. width: 100px;
  577. padding: 5px;
  578. background-color: {color:Timestamp};
  579. height: auto;
  580. text-align: center;
  581. font-family: roboto condensed;
  582. font-size: 8px;
  583. letter-spacing: 1px;
  584. color: {color:Timestamp Text};
  585. text-transform: uppercase;
  586. display: inline-block;
  587. float: left;
  588. }
  589.  
  590. .via img {
  591. display: inline-block;
  592. font-family: roboto condensed;
  593. font-size: 8px;
  594. letter-spacing: 1px;
  595. text-transform: uppercase;
  596. width: auto;
  597. float: left;
  598. padding: 2px;
  599. }
  600.  
  601. .tags {
  602. margin-left: 5px;
  603. }
  604.  
  605. .tags a {
  606. display: inline-block;
  607. text-align: justify;
  608. font-family: roboto condensed;
  609. font-size: 8px;
  610. color: {color:Tags};
  611. margin-right: 4px;
  612. text-transform: uppercase;
  613. line-height: 100%;
  614. margin-left: 4px;
  615. webkit-transition: all 0.3s ease-in-out;
  616. -moz-transition: all 0.3s ease-in-out;
  617. -o-transition: all 0.3s ease-in-out;
  618. -ms-transition: all 0.3s ease-in-out;
  619. transition: all 0.3s ease-in-out;
  620. }
  621.  
  622. .tags a:hover {
  623. color: {color:Tags Hover};
  624. }
  625.  
  626. .readmore a {
  627. padding: 5px;
  628. background-color: {color:Timestamp Text};
  629. color: {color:Timestamp};
  630. text-align: center;
  631. width: 90px;
  632. font-family: roboto condensed;
  633. font-size: 10px;
  634. text-transform: uppercase;
  635. }
  636.  
  637. .readmore a:hover {
  638. color: {color:Timestamp Text};
  639. background-color: {color:Timestamp};
  640. }
  641.  
  642. #notecount {
  643. width: auto;
  644. height: auto;
  645. padding: 10px;
  646. background-color: transparent;
  647. border: 3px double {color:Source Border};
  648. position: absolute;
  649. {block:IfNot400pxPost}margin-left: 540px;{/block:IfNot400pxPost}
  650. {block:If400pxPost}margin-left: 440px;{/block:If400pxPost}
  651. text-align: center;
  652. }
  653.  
  654. #notecount a {
  655. color: {color:Timestamp BG};
  656. display: block;
  657. text-align: center;
  658. }
  659.  
  660. #notecount .notes {
  661. font-family: roboto condensed;
  662. font-size: 16px;
  663. }
  664.  
  665. #notecount .reblog {
  666. font-family: cambria;
  667. font-size: 8px;
  668. text-transform: uppercase;
  669. }
  670.  
  671. </style>
  672. <body>
  673. <div id="sidebar">
  674.  
  675. <div class="description"><div class="title">{Title}</div>
  676. {Description}<br />
  677.  
  678. <div class="sidelinks">
  679. <a href="/">Home</a>
  680. <a href="/ask">Ask</a>
  681. <a href="/archive">Archive</a>
  682. <a href="/submit">Submit</a>
  683. <a href="http://cremata.tumblr.com">&copy; Theme</a>
  684. </div>
  685. </div>
  686. </div>
  687.  
  688. <div id="posts">
  689. {block:Posts}
  690. <div id="entries">
  691.  
  692. <div id="notecount">
  693. <a href="{Permalink}" class="notes">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
  694. <a href="{ReblogURL}" class="reblog">Reblog</a>
  695. </div>
  696.  
  697.  
  698. <div class="text">
  699. {block:Text}
  700. <div class="texttitle">{block:Title}{Title}{/block:Title}</div>
  701. {Body}
  702. {/block:Text}
  703. </div>
  704.  
  705. {block:Photo}
  706. <center><a href="{Permalink}"><div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div></a></center>
  707. {block:Caption}{Caption}{/block:Caption}
  708. {/block:Photo}
  709.  
  710. <div class="photoset">
  711. {block:Photoset}
  712. <center>
  713. {block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}
  714. {block:If400pxPost}{Photoset-400}{/block:If400pxPost}
  715. </center>
  716. {block:Caption}{Caption}{/block:Caption}
  717. {/block:Photoset}
  718. </div>
  719.  
  720.  
  721. {block:Audio}
  722. <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}" />{block:AlbumArt}
  723. <div class="info">
  724.  
  725. <div class="track">{block:TrackName}{trackName}{/block:TrackName}</div>
  726. <div class="artist">{block:Artist}{Artist}{/block:Artist}</div>
  727. <div class="playcount">{block:PlayCount}{PlayCount}{/block:PlayCount}</div>
  728.  
  729. </div>
  730. <div class="music">{block:AudioPlayer}{block:IfNotWhitePlayer}{AudioPlayerBlack}{/block:IfNotWhitePlayer}{block:IfWhitePlayer}{AudioPlayerWhite}{/block:IfWhitePlayer}{/block:AudioPlayer}</div>
  731. </div>
  732.  
  733. {/block:Audio}
  734.  
  735. {block:Chat}
  736. <div class="chat">
  737. {block:Title}<h2>{Title}</h2>{/block:Title}
  738. <ul class="convo">{block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
  739. {Line}</li>{/block:Lines}</ul>
  740. </div>
  741. {/block:Chat}
  742.  
  743. {block:Link}
  744. <div class="link"> <a href="{URL}"><h3>{Name}</h3></a></div>
  745. {block:Description}{Description}{/block:Description}
  746. {/block:Link}
  747.  
  748. {block:Quote}<div class="quote"><h3>"{Quote}"</h3> <div class="source">-{Source}</div></div>{/block:Quote}
  749.  
  750. {block:Answer}
  751. <div class="question"><div class="asker"><img src="{AskerPortraitURL-24}" /></div><br />{Asker} asked: {Question}</div>
  752. <div class="answer">{Answer}</div>
  753. {/block:Answer}
  754.  
  755. {block:Video}
  756. {Video-500}
  757. {block:Caption}{Caption}{/block:Caption}
  758. {/block:Video}
  759.  
  760. {block:More}
  761. <div class="readmore"><a href="{Permalink}">Read More</a></div>
  762. {/block:More}
  763.  
  764.  
  765.  
  766.  
  767. {block:ContentSource}
  768. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  769. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  770. {/block:SourceLogo}
  771. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  772.  
  773. {block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  774.  
  775. -->
  776. {/block:ContentSource}
  777.  
  778. {block:PostNotes}
  779. <div id="permanotes">{PostNotes}</div>
  780. {/block:PostNotes}
  781.  
  782. </div>
  783.  
  784. <div id="postinformation">
  785. <div class="timestamp">{block:Date}{TimeAgo}{/block:Date}</div>
  786. <div class="via">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a><a href="{ReblogRootURL}" title="source: {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{/block:RebloggedFrom}</div>
  787.  
  788. <div class="tags">
  789. {block:HasTags}
  790. {block:Tags}<a href="{TagURL}"># {Tag}</a>{/block:Tags}
  791. {/block:HasTags}
  792. </div>
  793. </div>
  794.  
  795. {/block:Posts}
  796.  
  797. </div>
  798.  
  799. <div id="navigation">
  800.  
  801. <a href="/"><img src="{PortraitURL-96}" /></a>
  802. <div class="links">
  803. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  804. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  805. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  806. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  807. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  808. <a href="{text:Link 6 URL}">{text:Link 6}</a>
  809. </div>
  810. {block:IfNotInfiniteScroll}
  811. <div id="pagination">
  812. {block:Pagination}
  813. {block:PreviousPage} <a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  814.  
  815. {block:JumpPagination length="5"}{block:CurrentPage}<a class="current" href="#">{PageNumber}</a>{/block:CurrentPage}{block:JumpPage} <a class="jump" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  816.  
  817. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  818. {/block:Pagination}
  819. </div>
  820. {/block:IfNotInfiniteScroll}
  821. </div>
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828. </body>
  829. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement