azurethemes

theme 83: top sidebar

Dec 24th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.20 KB | None | 0 0
  1. <!----
  2.  
  3.  
  4.  
  5.  
  6.  
  7. +-+-+-+-+-+-+-+-+
  8. |m|o|o|n|s|t|a|r|
  9. +-+-+-+-+-+-+-+-+-+
  10. |t|h|e|m|e|s|
  11. +-+-+-+-+-+-+
  12. © 2015
  13.  
  14.  
  15. ❝ theme 083 ❞
  16.  
  17. ◜ ◝ ◞ ★ ☾ youth (top sidebar) ☽ ★ ◟ ◠ ◡
  18.  
  19. this theme was made by moonstarthemes (jvstincvlt)
  20. this theme was yet not published for public use.
  21. editable for own use only.
  22. to publish an edited version of this theme, shoot me a message
  23. do not take parts of the coding & use for your own themes.
  24. do not claim the theme to be yours.
  25. do not remove the credit.
  26.  
  27. © moonstarthemes / jvstincvlt 2015. All Rights Reserved.
  28.  
  29.  
  30. --->
  31. <!---- - START HTML / DONT TOUCH!!! - --->
  32. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  33. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  34. <script type="text/javascript">
  35. WebFontConfig = {
  36. google: { families: [ 'Roboto:400,500,700:latin' , 'Roboto::latin' , 'Khand:400,600:latin' , 'Montserrat:400,700:latin' , 'Lato:300,700:latin', 'Raleway:400,700:latin', 'Ubuntu:400,700:latin', 'Poppins:400,700:latin', 'Carrois+Gothic::latin', 'Orienta::latin', 'Oxygen:400,700:latin' , 'Hind:400,700:latin' , 'Karla:400,700:latin' , 'Open+Sans:400,700,600:latin' , 'Exo:400,700,600:latin','Roboto+Condensed:400,700:latin', 'PT+Sans:400,700:latin', 'Droid+Sans:400,700:latin', 'Arimo:400,700:latin', 'Titillium+Web:400,600,700:latin' ] }
  37. };
  38. (function() {
  39. var wf = document.createElement('script');
  40. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  41. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  42. wf.type = 'text/javascript';
  43. wf.async = 'true';
  44. var s = document.getElementsByTagName('script')[0];
  45. s.parentNode.insertBefore(wf, s);
  46. })(); </script>
  47. <!---- - START TOOLTIPS SCRIPT / DONT TOUCH!!! - --->
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  49. <script>
  50. (function($){
  51. $(document).ready(function(){
  52. $("a[title]").style_my_tooltips({
  53. tip_follows_cursor:true,
  54. tip_delay_time:90,
  55. tip_fade_speed:600,
  56. attribute:"title"
  57. });
  58. });
  59. })(jQuery);
  60. </script>
  61.  
  62. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  63. <script>
  64. $(document).ready(function(){
  65.  
  66. // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
  67. var back_to_top_button = ['<a href="#top" class="back-to-top"><i class="fa fa-arrow-circle-o-up"></i></a>'].join("");
  68. $("body").append(back_to_top_button)
  69.  
  70. // Der Button wird ausgeblendet
  71. $(".back-to-top").hide();
  72.  
  73. // Funktion für das Scroll-Verhalten
  74. $(function () {
  75. $(window).scroll(function () {
  76. if ($(this).scrollTop() > 100) { // Wenn 100 Pixel gescrolled wurde
  77. $('.back-to-top').fadeIn();
  78. } else {
  79. $('.back-to-top').fadeOut();
  80. }
  81. });
  82.  
  83. $('.back-to-top').click(function () { // Klick auf den Button
  84. $('body,html').animate({
  85. scrollTop: 0
  86. }, 800);
  87. return false;
  88. });
  89. });
  90.  
  91. });
  92. </script>
  93. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  94. <!---- - END TOOLTIPS SCRIPT / DONT TOUCH!!! - --->
  95. <head>
  96. <title>{Title}</title>
  97. <link rel="shortcut icon" href="{Favicon}">
  98. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  99. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  100. <!---- - START BACKGROUND COLORS / DONT TOUCH!!! - --->
  101. <meta name="color:background" content="#f5f5f5"/>
  102. <meta name="color:blockquote" content="#fffdfd">
  103. <meta name="color:posts" content="#ffffff">
  104. <meta name="color:scrollbar" content="#000000">
  105. <meta name="color:scrollbar background" content="#ffffff">
  106. <!---- - END BACKGROUND COLORS / DONT TOUCH!!! - --->
  107. <!---- - START TEXT COLORS / DONT TOUCH!!! - --->
  108. <meta name="color:text" content="#000000"/>
  109. <meta name="color:info text" content="#000000"/>
  110. <meta name="color:post text" content="#000000"/>
  111. <!---- - END TEXT COLORS / DONT TOUCH!!! - --->
  112. <!---- - START OTHER COLORS / DONT TOUCH!!! - --->
  113. <meta name="color:hover" content="#97c5e0">
  114. <meta name="color:border" content="#f6f6f6">
  115. <meta name="color:links" content="#000000"/>
  116. <meta name="color:accent" content="#dcecf5"/>
  117. <meta name="color:text accent" content="#000000"/>
  118. <!---- - END OTHER COLORS / DONT TOUCH!!! - --->
  119. <!---- - START BORDER COLORS / DONT TOUCH!!! - --->
  120. <meta name="color:blockquote border" content="#000000">
  121. <meta name="color:border" content="#000000"/>
  122. <!---- - END BORDER COLORS / DONT TOUCH!!! - --->
  123. <!---- - START IMAGES / DONT TOUCH!!! - --->
  124. <meta name="image:background" content=""/>
  125. <meta name="image:icon" content=""/>
  126. <!---- - END IMAGES / DONT TOUCH!!! - --->
  127. <meta name="text:title" content="">
  128. <!---- - START LINKS / DONT TOUCH!!! - --->
  129. <meta name="text:link one" content="First">
  130. <meta name="text:link two" content="Second">
  131. <meta name="text:link three" content="Third">
  132. <meta name="text:link four" content="Fourth">
  133. <meta name="text:link one url" content="/">
  134. <meta name="text:link two url" content="/">
  135. <meta name="text:link three url" content="/">
  136. <meta name="text:link four url" content="/">
  137. <!---- - END LINKS / DONT TOUCH!!! - --->
  138.  
  139. <style type="text/css">
  140.  
  141. ::-webkit-scrollbar-thumb {
  142. height:auto;
  143. background-color:{color:scrollbar};
  144. }
  145. ::-webkit-scrollbar {
  146. height:2px;
  147. width:5px;
  148. background-color:{color:scrollbar background};
  149. }
  150. #s-m-t-tooltip {
  151. margin:12px 0px 0px 12px;
  152. padding:10px;
  153. background-color:{color:text};
  154. font-family: 'roboto', sans-serif;
  155. font-weight:400;
  156. font-size:10px;
  157. text-transform:uppercase;
  158. letter-spacing:1px;
  159. color:{color:posts};
  160. z-index:999999999999999999999999999999999999;
  161. }
  162. body {
  163. background-color:{color:background};
  164. background-image:url('{image:background}');
  165. background-attachment: fixed;
  166. background-repeat: repeat;
  167. font-weight:none;
  168. font-family: 'roboto', sans-serif;
  169. font-size:10px;
  170. text-align:justify;
  171. color:{color:text};
  172. margin:0;
  173. }
  174. a {
  175. text-decoration:none;
  176. color:{color:links};
  177. transition-duration: 0.1s;
  178. -moz-transition-duration: 0.1s;
  179. -webkit-transition-duration: 0.1s;
  180. -o-transition-duration: 0.1s;
  181. }
  182. a:hover {
  183. text-decoration:none;
  184. color:{color:hover};
  185. transition-duration: 0.1s;
  186. -moz-transition-duration: 0.1s;
  187. -webkit-transition-duration: 0.1s;
  188. -o-transition-duration: 0.1s;
  189. }
  190. img {
  191. }
  192. blockquote {
  193. font-size:10px;
  194. max-width:545px;
  195. border-left:3px solid{color:accent};
  196. text-align:left;
  197. padding:1px;
  198. font-weight:none;
  199. margin-left:0px;
  200. padding-top:0.5px;
  201. padding-bottom:0.5px;
  202. font-size:10px;
  203. font-family: 'arial', sans-serif;
  204. margin-right:30px;
  205. padding-left:15px;
  206. color:{color:text};
  207. }
  208. pre{
  209. font-size:9px;
  210. text-align:center;
  211. text-transform:none;
  212. font-family: 'Bitter', serif;
  213. font-weight:bold;
  214. line-height:9px;
  215. border-left:1px solid {color:border};
  216. border-bottom:1px solid {color:border};
  217. letter-spacing:2px;
  218. background-color:{color:blockquote};
  219. color:{color:post text};
  220. padding:6px;
  221. }
  222. small{
  223. font-size:8px;
  224. }
  225. big{
  226. font-size:11px;
  227. }
  228. sub{
  229. font-size:7px;
  230. text-align:left;
  231. }
  232. h1 {
  233. font-size:11px;
  234. text-align:center;
  235. font-family: 'roboto', sans-serif;
  236. letter-spacing:0px;
  237. text-transform:uppercase;
  238. font-weight:700;
  239. line-height:17px;
  240. border:1px solid {color:border};
  241. border-left:3px solid {color:border};
  242. background-color:{color:blockquote};
  243. color:{color:post text};
  244. padding:1px;
  245. }
  246. h1 a{
  247. color:{color:post text};
  248. background-color:{color:blockquote};
  249. }
  250. h2{
  251. color:{color:post text};
  252. text-transform:uppercase;
  253. font-family: 'Roboto', sans-serif;
  254. text-align:left;
  255. }
  256. b {
  257. font-weight:bold;
  258. padding:2px;
  259. font-family: 'Roboto', sans-serif;
  260. color:{color:text};
  261. }
  262. i {
  263. font-weight:italic;
  264. color:{color:text};
  265. }
  266. m {
  267. font-style:italic;
  268. color:{color:top text};
  269. }
  270. j {
  271. font-weight:bold;
  272. }
  273. n {
  274. font-weight:bold;
  275. letter-spacing:-1px;
  276. text-shadow: 1px 1px 1px #cccccc;
  277. font-size:12px;
  278. text-transform:uppercase;
  279. color:{color:text};
  280. }
  281. u {
  282. text-decoration:none;
  283. text-shadow: 1px 1px 1px #cccccc;
  284. border-bottom:1px solid {color:text};
  285. }
  286. #description {
  287. overflow:auto;
  288. position:fixed;
  289. text-align:justify;
  290. top:36px;
  291. margin-left:245px;
  292. word-wrap: break-word;
  293. font-family: 'arial', sans-serif;
  294. background:{color:posts};
  295. width:120px;
  296. outline:1px solid {color:border};
  297. height:87px;
  298. opacity:1;
  299. line-height:13px;
  300. font-weight:400;
  301. color:{color:text};
  302. padding:15px;
  303. letter-spacing:1px;
  304. font-size:9px;
  305. z-index:99999;
  306. transition-duration: 0.9s;
  307. -moz-transition-duration:0.9s;
  308. -webkit-transition-duration:0.9s;
  309. -o-transition-duration:0.9s;
  310. }
  311. .pagination{
  312. font-family: 'arial', sans-serif;
  313. margin-left:-180px;
  314. width:auto;
  315. padding-top:-10px;
  316. padding-bottom:20px;
  317. font-size:10px;
  318. text-align:center;
  319. }
  320. .pagination a{
  321. padding:3px;
  322. font-family: 'arial', sans-serif;
  323. font-weight:300;
  324. bottom:10px;
  325. margin-left:5px;
  326. border:1px solid {color:border};
  327. color:{color:text};
  328. }
  329. .pagination a:hover{
  330. color:{color:hover};
  331. -moz-transition-duration:0.5s;
  332. -webkit-transition-duration:0.5s;
  333. -o-transition-duration:0.5s;
  334. transition: all 0.3s ease-out;
  335. }
  336. .ilinks {
  337. width:115px;
  338. height:142px;
  339. overflow:hidden;
  340. cursor:pointer;
  341. top:10px;
  342. opacity:1;
  343. z-index:999999999;
  344. position:fixed;
  345. border:1px solid {color:border};
  346. margin-left:10px;
  347. text-align:left;
  348. }
  349. .ilinks #all {
  350. margin-left:6px;
  351. margin-top:5px;
  352. padding:5px;
  353. -webkit-transition: all 0.3s ease-in-out;
  354. -moz-transition: all 0.3s ease-in-out;
  355. -o-transition: all 0.3s ease-in-out;
  356. -ms-transition: all 0.3s ease-in-out;
  357. transition: all 0.3s ease-in-out;
  358. }
  359. .ilinks #all a:hover {
  360. color:{color:hover};
  361. width:80px;
  362. -webkit-transition: all 0.3s ease-in-out;
  363. -moz-transition: all 0.3s ease-in-out;
  364. -o-transition: all 0.3s ease-in-out;
  365. -ms-transition: all 0.3s ease-in-out;
  366. transition: all 0.3s ease-in-out;
  367. }
  368. .ilinks a {
  369. width:80px;
  370. height:10px;
  371. margin-bottom:3px;
  372. text-align:left;
  373. text-transform:uppercase;
  374. padding:5px;
  375. opacity:1;
  376. line-height:12px;
  377. color:{color:text};
  378. border:1px solid {color:border};
  379. background:{color:accent};
  380. font-style:none;
  381. z-index:99999;
  382. margin-left:1px;
  383. font-weight:300;
  384. font-family: 'arial', sans-serif;
  385. letter-spacing:1px;
  386. font-size:7px;
  387. display:inline-block;
  388. -webkit-transition: all 0.3s ease-in-out;
  389. -moz-transition: all 0.3s ease-in-out;
  390. -o-transition: all 0.3s ease-in-out;
  391. -ms-transition: all 0.3s ease-in-out;
  392. transition: all 0.3s ease-in-out;
  393. }
  394. #title2{
  395. width:258px;
  396. height:22px;
  397. top:10px;
  398. opacity:1;
  399. padding-top:2px;
  400. position:fixed;
  401. font-family: 'arial', sans-serif;
  402. letter-spacing:2px;
  403. border:1px solid {color:border};
  404. text-align:left;
  405. padding-left:10px;
  406. font-weight:600;
  407. color:{color:text};
  408. text-transform:uppercase;
  409. line-height:24px;
  410. font-size:8px;
  411. margin-left:126px;
  412. z-index:9999999;
  413. }
  414. #icon {
  415. position:fixed;
  416. width:70px;
  417. margin-top:190px;
  418. padding:10px;
  419. height:70px;
  420. margin-left:180px;
  421. background-color:transparent;
  422. z-index:9999999999999999;
  423. }
  424. #iconimage {
  425. width 70px;
  426. z-index:-99999;
  427. }
  428. #iconimage img {
  429. width:87px;
  430. height:87px;
  431. margin-left:126px;
  432. border:1px solid {color:border};
  433. background:{color:posts};
  434. top:35px;
  435. position:fixed;
  436. padding:15px;
  437. opacity:1;
  438. z-index:99999999999;
  439. }
  440. #entries {
  441. margin-left:630px;
  442. margin-top:50px;
  443. }
  444. #post {
  445. font-size:10px;
  446. width:500px;
  447. color:{color:post text};
  448. background-color:{color:posts};
  449. text-align:justify;
  450. padding:20px;
  451. padding-top:5px;
  452. padding-bottom:0px;
  453. overflow:hidden;
  454. line-height:20px;
  455. margin-bottom:70px;
  456. }
  457. #post img{
  458. max-width:500px;
  459. height:auto;
  460. }
  461. #info {
  462. width:auto;
  463. height:13px;
  464. text-align:left;
  465. font-family: 'arial', sans-serif;
  466. text-transform:none;
  467. margin-left:-5px;
  468. font-size:9px;
  469. margin-top:5px;
  470. overflow:hidden;
  471. font-weight:300;
  472. font-style:none;
  473. padding:5px;
  474. border-bottom:1px solid {color:border};
  475. line-height:15px;
  476. background-color:{color:background};
  477. color:{color:text};
  478. }
  479. #info a {
  480. text-align:center;
  481. font-weight:300;
  482. letter-spacing:1px;
  483. font-family: 'arial', sans-serif;
  484. line-height:7px;
  485. color:{color:text};
  486. }
  487. #info a:hover{
  488. color:{color:hover};
  489. }
  490. .right{
  491. float:center;
  492. }
  493. #tags {
  494. text-align:left;
  495. opacity:0;
  496. font-size:8px;
  497. font-family: 'arial', sans-serif;
  498. margin-top:-2px;
  499. margin-left:0px;
  500. padding:5px;
  501. font-weight:none;
  502. margin-bottom:5px;
  503. height:15px;
  504. width:510px;
  505. text-transform:none;
  506. transition-duration: 0.5s;
  507. -moz-transition-duration: 0.5s;
  508. -webkit-transition-duration: 0.5s;
  509. -o-transition-duration: 0.5s;
  510. }
  511. #tags a {
  512. padding:0px;
  513. margin-top:-3px;
  514. color:{color:text};
  515. line-height:12px;
  516. letter-spacing:1px;
  517. font-weight:none;
  518. text-align:left;
  519. font-size:9px;
  520. font-family: 'arial', sans-serif;
  521. display:inline-block;
  522. }
  523. #tags a:hover {
  524. -moz-transition-duration:0.3s;
  525. -webkit-transition-duration:0.3s;
  526. -o-transition-duration:0.3s;
  527. color:{color:hover};
  528. }
  529. #post:hover #tags{
  530. opacity:1;
  531. }
  532. #asking {
  533. margin-left:20px;
  534. margin-top:-35px;
  535. }
  536. #askingimage {
  537. }
  538. #askingimage img {
  539. margin-left:455px;
  540. width:43px;
  541. height:43px;
  542. border-radius:4px 4px 4px 4px;
  543. margin-top:0px;
  544. }
  545. #question {
  546. padding:20px;
  547. padding-left:14px;
  548. margin-top:-27px;
  549. margin-left:0px;
  550. font-size:10px;
  551. width:400px;
  552. border-radius:2px 2px 2px 2px;
  553. color:{color:text};
  554. background-color:{color:accent};
  555. }
  556. #asker{
  557. margin-top:-65px;
  558. padding:1px;
  559. font-weight:300;
  560. font-size:11px;
  561. z-index:9999999999;
  562. color:{color:text};
  563. opacity:1;
  564. margin-left:14px;
  565. letter-spacing:0px;
  566. font-family: 'roboto', sans-serif;
  567. text-transform:lowercase;
  568. }
  569. #credit{
  570. position:fixed;
  571. font-size:9px;
  572. font-weight:bold;
  573. padding-bottom:5px;
  574. padding-top:5px;
  575. height:20px;
  576. width:20px;
  577. opacity:1;
  578. padding-left:5px;
  579. padding-right:5px;
  580. margin-left:1330px;
  581. top:645px;
  582. letter-spacing:0px;
  583. line-height:22px;
  584. border:1px solid {color:border};
  585. padding:3px;
  586. text-align:center;
  587. float:left;
  588. font-family: 'open sans', sans-serif;
  589. color:{color:text};
  590. text-transform:uppercase;
  591. background-color: rgba(255,255,255, 0.3);
  592. transition-duration: 0.8s;
  593. }
  594. tit2 {
  595. font-size:8px;
  596. text-align:left;
  597. line-height:21px;
  598. text-transform:uppercase;
  599. font-family: 'lato', sans-serif;
  600. letter-spacing:1px;
  601. margin-bottom:4px;
  602. color:{color:title text};
  603. padding:0px;
  604. }
  605. midline {
  606. font-size:20px;
  607. text-align:left;
  608. line-height:27px;
  609. text-transform:uppercase;
  610. font-family: 'roboto', sans-serif;
  611. letter-spacing:1px;
  612. font-weight:300;
  613. margin-bottom:4px;
  614. color:{color:title text};
  615. padding:5px;
  616. }
  617. date {
  618. font-size:12px;
  619. text-align:center;
  620. width:auto;
  621. height:5px;
  622. font-weight:none;
  623. font-weight:700;
  624. font-family: 'roboto', sans-serif;
  625. letter-spacing:-1px;
  626. background-color:{color:info accent};
  627. color:{color:text};
  628. padding:13px;
  629. }
  630. dateu {
  631. font-size:12px;
  632. text-align:center;
  633. width:auto;
  634. height:5px;
  635. font-weight:700;
  636. text-transform:uppercase;
  637. font-family: 'roboto', sans-serif;
  638. background:{color:accent};
  639. letter-spacing:3px;
  640. color:{color:text};
  641. padding:13px;
  642. }
  643. .triangle {
  644. align:right;
  645. margin:7px 0px 10px 0px;
  646. padding:10px;
  647. position: relative;
  648. }
  649. .triangle t1{
  650. display:block;
  651. position:absolute;
  652. width:1px;
  653. height:1px
  654. font-size:0;
  655. margin-left:5px;
  656. top:-19px;z-index:9999999;
  657. border-right:7px solid transparent;
  658. border-left:7px solid transparent;
  659. border-top:10px solid transparent;
  660. -ms-transform: rotate(92deg); /* IE 9 */
  661. -webkit-transform: rotate(92deg); /* Chrome, Safari, Opera */
  662. transform: rotate(92deg);
  663. }
  664. .triangle t2 {
  665. display:block;
  666. position:absolute;
  667. width:0px;
  668. height:1px
  669. font-size:0;
  670. margin-left:381px;
  671. top:-27px;
  672. border-right:9px solid transparent;
  673. border-left:9px solid transparent;
  674. border-top:10px solid {color:text accent};
  675. -ms-transform: rotate(90deg); /* IE 9 */
  676. -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  677. transform: rotate(270deg);
  678. }
  679. .back-to-top {
  680. background:{color:accent};
  681. position: fixed;
  682. color:{color:text};
  683. bottom:40px;
  684. right:40px;
  685. font-size:20px;
  686. padding:10px;
  687. }
  688.  
  689.  
  690.  
  691. {CustomCSS}</style>
  692. </head>
  693. <body>
  694. <!---- - BASICS / DONT TOUCH!!! - --->
  695. <div id="sidebar">
  696. <div id="iconimage"><img src="{image:icon}"></a></div>
  697. <div id="description">{description}</div>
  698. <div id="title2">{text:title}</a></div>
  699.  
  700. </div>
  701. <!---- - START ICON LINKS / DONT TOUCH!!! - --->
  702. <div class="ilinks">
  703. <div id="all">
  704. <a href="/">index</a>
  705. <a href="/ask">contact</a>
  706. <a href="{text:link one url}">{text:link one}</a>
  707. <a href="{text:link two url}">{text:link two}</a>
  708. <a href="{text:link three url}">{text:link three} </a>
  709. </div>
  710.  
  711. </div>
  712.  
  713. <!---- - POSTS & ENTRIES / DONT TOUCH!!! - --->
  714. <div id="entries">
  715. {block:Posts}
  716. <div id="post"
  717. <div id="post">
  718. <!--TEXT POSTS-->
  719. {block:Text}
  720. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  721. {Body}
  722. {/block:Text}
  723. <!---- - ANSWER & QUESTION POSTS / DONT TOUCH!!! - --->
  724. {block:Answer}
  725. <div id="askingimage"><img src="{AskerPortraitURL-48}"/></div>
  726. <div class="triangle" style="background:transparent;margin-top:-11px; margin-left:35px;"><t2></t2><t1></t1></div>
  727. <div id="asker"><j>{Asker}</j> asked:</div>
  728. <div id="question">{Question}</div>
  729. {Answer}{/block:Answer}
  730. <!---- - QUOTE POSTS / DONT TOUCH!!! - --->
  731. {block:Quote}
  732. {block:Quote}
  733. <h2>{Quote}</h2>
  734. <div align="right">
  735. {block:Source}<h1>-{Source}</h1>{/block:Source}
  736. </div>
  737. {/block:Quote}
  738. <!---- - LINK POSTS/ DONT TOUCH!!! - --->
  739. {block:Link}
  740. <h2><center><a href="{URL}">{Name}</center></a></h2>
  741. {block:Description}{Description}{/block:Description}
  742. {/block:Link}
  743. <!---- - CHAT POSTS / DONT TOUCH!!! - --->
  744. {block:Chat}
  745. {block:Title}<h2>{Title}</h2>{/block:Title}
  746. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class ="label">{Label}</span>{/block:Label}
  747. {Line}</li>{/block:Lines}</ul>
  748. {/block:Chat}
  749. <!---- - PHOTO POSTS/ DONT TOUCH!!! - --->
  750. {block:Photo}
  751. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  752. {block:Caption}{Caption}{/block:Caption}
  753. {/block:Photo}
  754. <!---- - PHOTOSET POSTS / DONT TOUCH!!! - --->
  755. {block:Photoset}
  756. {Photoset-500}
  757. {block:Caption}{Caption}{/block:Caption}
  758. {/block:Photoset}
  759. <!---- - VIDEO POSTS / DONT TOUCH!!! - --->
  760. {block:Video}
  761. {Video-500}
  762. {block:Caption}{Caption}{/block:Caption}
  763. {/block:Video}
  764. <!---- - AUDIO POSTS / DONT TOUCH!!! - --->
  765. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  766. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  767. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  768. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  769. {/block:Audio}
  770. <!---- - INFO / DONT TOUCH!!! - --->
  771. <div id="info">
  772. <div id="permalink">
  773. <a href="{Permalink}"><i class="fa fa-calendar"style="color:{color:text};font-size:11px"></i>
  774. {DayOfMonth} {ShortMonth} {ShortYear} · </a> {NoteCountWithLabel} {block:RebloggedFrom}
  775. {block:ContentSource}
  776. · <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a> / <a href="{SourceURL}"title="{ReblogRootName}">SRC</a> · {block:RebloggedFrom}
  777. <a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-retweet"style="color:{color:text}"></i></a>
  778. {block:RebloggedFrom}
  779. {/block:RebloggedFrom}
  780. {/block:ContentSource}
  781. {/block:RebloggedFrom}
  782. </a></div></div>
  783. {block:HasTags}<div id="tags"><i class="fa fa-tags"style="color:{color:text};font-size:11px"></i> {block:Tags} <a href="{TagURL}"> {Tag} </a>, {/block:Tags}
  784. </div>
  785. {/block:HasTags}
  786. </div>
  787. {block:PostNotes} {PostNotes} {/block:PostNotes}
  788.  
  789. {/block:Posts}
  790.  
  791. {block:Pagination}
  792. <div class="pagination"style="{color:title text}">
  793. {block:PreviousPage}<a href="{PreviousPage}"title="previous page">BACK</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page"style="color:{color:posts};background:{color:text};padding:4px">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page"style="{color:title text}" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"title="next page">NEXT</a>{/block:NextPage}
  794. {/block:Pagination}</div>
  795. </div>
  796.  
  797. <!---- - CREDIT / DONT TOUCH!!! - --->
  798. <div id="credit">
  799. <a href="http://adf.ly/1Q6OGo"title="moonstar themes">ms</a>
  800. </div>
  801. </html>
  802. </body>
  803. <!---- - END HTML / DONT TOUCH!!! - --->
Add Comment
Please, Sign In to add comment