azurethemes

theme 61

Oct 15th, 2015
1,150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.71 KB | None | 0 0
  1. <!----
  2.  
  3. _ _ _
  4. (_) | | | |
  5. _ _ __ ___ ______| |__ __ _| |___ ___ _ _
  6. | | '_ ` _ \______| '_ \ / _` | / __|/ _ \ | | |
  7. | | | | | | | | | | | (_| | \__ \ __/ |_| |
  8. |_|_| |_| |_| |_| |_|\__,_|_|___/\___|\__, |
  9. __/ |
  10. |___/
  11.  
  12. _ _
  13. | | | |
  14. | |_| |__ ___ _ __ ___ ___ ___
  15. | __| '_ \ / _ \ '_ ` _ \ / _ \/ __|
  16. | |_| | | | __/ | | | | | __/\__ \
  17. \__|_| |_|\___|_| |_| |_|\___||___/
  18.  
  19.  
  20.  
  21.  
  22. ᵗʰᵉᵐᵉ ₀₆₁
  23.  
  24. "υɴιcorɴѕ"
  25.  
  26. ᵗʰᶤˢ ᵗʰᵉᵐᵉ ʷᵃˢ ᵐᵃᵈᵉ ᵇʸ ᶤᵐ⁻ʰᵃˡˢᵉʸ
  27. ᵖˡᵉᵃˢᵉ ʳᵉˢᵖᵉᶜᵗ ᵐʸ ᵗʰᵉᵐᵉ ʳᵘˡᵉˢ ᵃᶰᵈ ᵈᵒᶰᵗ ᵇᵉ ᵃ ᵈᶤᶜᵏ
  28. ᶤ ᵈᵒᶰᵗ ᵉˣᵖᵉᶜᵗ ᵐᵘᶜʰ ᶠʳᵒᵐ ᵘ ᵇᵘᵗ ᵖˡˢ ᵏᵉᵉᵖ ᵗʰᵉ ᶜʳᵉᵈᶤᵗ ᵃᶰᵈ ᵈᵒᶰᵗ ᵇᵉ ᵃ ᵈᶤᶜᵏ
  29. ᵃᶰᵈ ᵈᵒᶰᵗ ˢᵗᵉᵃˡ ᵃᶰʸᵗʰᶤᶰᵍ :⁾
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. --->
  37.  
  38. <!---- - START HTML / DONT TOUCH!!! - --->
  39. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  40. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  41. <script type="text/javascript">
  42. WebFontConfig = {
  43. google: { families: [ 'Roboto:400,700:latin' , 'Roboto::latin' , 'Abel::latin', 'Archivo+Narrow::latin', 'Quicksand:700:latin' , 'Josefin+Sans::latin', 'Fira+Sans::latin' , 'Ek+Mukta::latin' , 'Lobster+Two::latin' , 'Rokkitt::latin' ] }
  44. };
  45. (function() {
  46. var wf = document.createElement('script');
  47. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  48. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  49. wf.type = 'text/javascript';
  50. wf.async = 'true';
  51. var s = document.getElementsByTagName('script')[0];
  52. s.parentNode.insertBefore(wf, s);
  53. })(); </script>
  54. <!---- - START TOOLTIPS SCRIPT / DONT TOUCH!!! - --->
  55. <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>
  56. <script>
  57. (function($){
  58. $(document).ready(function(){
  59. $("a[title]").style_my_tooltips({
  60. tip_follows_cursor:true,
  61. tip_delay_time:90,
  62. tip_fade_speed:600,
  63. attribute:"title"
  64. });
  65. });
  66. })(jQuery);
  67. </script>
  68. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  69. <!---- - END TOOLTIPS SCRIPT / DONT TOUCH!!! - --->
  70. <head>
  71. <title>{Title}</title>
  72. <link rel="shortcut icon" href="{Favicon}">
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  74. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  75. <!---- - START BACKGROUND COLORS / DONT TOUCH!!! - --->
  76. <meta name="color:background" content="#ffffff"/>
  77. <meta name="color:blockquote" content="#eeeeee">
  78. <meta name="color:posts" content="#ffffff">
  79. <meta name="color:question" content="#eeeeee">
  80. <meta name="color:scrollbar background" content="#ffffff">
  81. <!---- - END BACKGROUND COLORS / DONT TOUCH!!! - --->
  82. <!---- - START TEXT COLORS / DONT TOUCH!!! - --->
  83. <meta name="color:text" content="#000000"/>
  84. <meta name="color:post text" content="#000000"/>
  85. <!---- - END TEXT COLORS / DONT TOUCH!!! - --->
  86. <!---- - START OTHER COLORS / DONT TOUCH!!! - --->
  87. <meta name="color:hover" content="#888888">
  88. <meta name="color:border" content="#888888">
  89. <meta name="color:links" content="#000000"/>
  90. <meta name="color:accent" content="#cccccc"/>
  91. <meta name="color:box" content="#ffffff"/>
  92. <meta name="color:scrollbar" content="#000000">
  93. <!---- - END OTHER COLORS / DONT TOUCH!!! - --->
  94. <!---- - START BORDER COLORS / DONT TOUCH!!! - --->
  95. <meta name="color:blockquote border" content="#211927">
  96. <meta name="color:border" content="#000000"/>
  97. <!---- - END BORDER COLORS / DONT TOUCH!!! - --->
  98. <!---- - START IMAGES / DONT TOUCH!!! - --->
  99. <meta name="image:background" content=""/>
  100. <meta name="image:sidebar" content=""/>
  101. <!---- - END IMAGES / DONT TOUCH!!! - --->
  102. <meta name="text:title" content="">
  103. <meta name="text:hover 1" content="">
  104. <meta name="text:hover 2" content="">
  105. <meta name="text:hover 3" content="">
  106. <meta name="text:hover 4" content="">
  107. <!---- - START LINKS / DONT TOUCH!!! - --->
  108. <meta name="text:link 1 url" content="/">
  109. <meta name="text:link 2 url" content="/">
  110. <meta name="text:link 3 url" content="/">
  111. <meta name="text:link 4 url" content="/">
  112. <meta name="text:twitter link" content="/">
  113. <meta name="text:instagram link" content="/">
  114. <!---- - END LINKS / DONT TOUCH!!! - --->
  115.  
  116. <style type="text/css">
  117.  
  118.  
  119. @-webkit-keyframes CH {
  120. 0% {-webkit-transform: scale(.3);}
  121. 50% {-webkit-transform: scale(1.05);}
  122. 70% {-webkit-transform: scale(.9);}
  123. 100% {-webkit-transform: scale(1);}
  124. }
  125. ::-webkit-scrollbar-thumb {
  126. height:auto;
  127. background-color:{color:scrollbar};
  128. border:1px solid {color:text};
  129. }
  130. ::-webkit-scrollbar {
  131. height:2px;
  132. width:3px;
  133. background-color:{color:scrollbar background};
  134. }
  135. #s-m-t-tooltip {
  136. max-width:300px;
  137. margin:5px 0px 0px 5px;
  138. padding:3px;
  139. font-weight:700;
  140. background-color:{color:blockquote};
  141. font-family: 'roboto', sans-serif;
  142. border:1px solid {color:border};
  143. font-size:7px;
  144. text-transform:uppercase;
  145. letter-spacing:0.5px;
  146. color:{color:text};
  147. z-index:999999999999999999999999999999999999;
  148. -webkit-animation: CH 600ms;
  149. }
  150. body {
  151. background-color:{color:background};
  152. background-image:url('{image:background}');
  153. background-attachment: fixed;
  154. background-repeat: repeat;
  155. font-weight:none;
  156. font-family: 'arial', sans-serif;
  157. font-size:9px;
  158. text-align:justify;
  159. color:{color:text};
  160. margin:0;
  161. }
  162. a {
  163. text-decoration:none;
  164. color:{color:links};
  165. transition-duration: 0.2s;
  166. -moz-transition-duration: 0.2s;
  167. -webkit-transition-duration: 0.3s;
  168. -o-transition-duration: 0.3s;
  169. }
  170. a:hover {
  171. text-decoration:none;
  172. color:{color:hover};
  173. transition-duration: 0.2s;
  174. -moz-transition-duration: 0.2s;
  175. -webkit-transition-duration: 0.3s;
  176. -o-transition-duration: 0.3s;
  177. }
  178. img {
  179. }
  180. blockquote {
  181. font-size:9px;
  182. max-width:545px;
  183. border-left:1px solid{color:border};
  184. background-color:{color:blockquote};
  185. text-align:left;
  186. padding:1px;
  187. font-weight:none;
  188. letter-spacing:0px;
  189. margin-left:5px;
  190. margin-right:5px;
  191. padding-left:5px;
  192. color:{color:post text};
  193. }
  194. pre{
  195. font-size:9px;
  196. text-align:center;
  197. text-transform:none;
  198. font-family: 'Bitter', serif;
  199. font-weight:bold;
  200. line-height:9px;
  201. border-left:1px solid {color:border};
  202. border-bottom:1px solid {color:border};
  203. letter-spacing:2px;
  204. background-color:{color:blockquote};
  205. color:{color:post text};
  206. padding:6px;
  207. }
  208. small{
  209. font-size:8px;
  210. }
  211. big{
  212. font-size:11px;
  213. }
  214. sub{
  215. font-size:7px;
  216. text-align:left;
  217. }
  218. h1 {
  219. font-size:11px;
  220. text-align:center;
  221. font-family: 'roboto', sans-serif;
  222. letter-spacing:0px;
  223. text-transform:uppercase;
  224. font-weight:700;
  225. line-height:17px;
  226. border:1px solid {color:border};
  227. border-left:3px solid {color:border};
  228. background-color:{color:blockquote};
  229. color:{color:post text};
  230. padding:1px;
  231. }
  232. h1 a{
  233. color:{color:post text};
  234. background-color:{color:blockquote};
  235. }
  236. h2{
  237. color:{color:post text};
  238. text-transform:uppercase;
  239. font-family: 'Roboto', sans-serif;
  240. text-shadow: 1px 1px 0px #ddd;
  241. text-align:left;
  242. }
  243. b {
  244. font-weight:bold;
  245. padding:2px;
  246. color:{color:text};
  247. }
  248. i {
  249. font-weight:italic;
  250. color:{color:text};
  251. }
  252. u {
  253. text-decoration:none;
  254. border-bottom:1px solid {color:text};
  255. }
  256. #description {
  257. overflow:auto;
  258. position:fixed;
  259. text-align:center;
  260. margin-top:166px;
  261. margin-left:430px;
  262. word-wrap: break-word;
  263. font-family: arial;
  264. width:80px;
  265. height:145px;
  266. opacity:1;
  267. line-height:10px;
  268. color:{color:text};
  269. background:{color:box};
  270. padding:10px;
  271. border-radius:5px 5px 5px 5px;
  272. letter-spacing:1px;
  273. font-size:8px;
  274. z-index:999;
  275. transition-duration: 0.9s;
  276. -moz-transition-duration:0.9s;
  277. -webkit-transition-duration:0.9s;
  278. -o-transition-duration:0.9s;
  279. }
  280. .pagination{
  281. padding:2px;
  282. height:24px;
  283. font-weight:700;
  284. font-family: 'Roboto', sans-serif;
  285. margin-left:120px;
  286. width:465px;
  287. position:fixed;
  288. margin-top:487px;
  289. text-decoration:none;
  290. z-index:999;
  291. font-size:10px;
  292. line-height:24px;
  293. color:{color:text};
  294. text-align:center;
  295. }
  296. .pagination a{
  297. padding:3px;
  298. font-family: 'Roboto', sans-serif;
  299. font-weight:700;
  300. bottom:0px;
  301. color:{color:text};
  302. text-transform:uppercase;
  303. -moz-transition-duration:0.5s;
  304. -webkit-transition-duration:0.5s;
  305. -o-transition-duration:0.5s;
  306. transition: all 0.3s ease-out;
  307. }
  308. .pagination a:hover{
  309. color:{color:hover};
  310. -moz-transition-duration:0.5s;
  311. -webkit-transition-duration:0.5s;
  312. -o-transition-duration:0.5s;
  313. transition: all 0.3s ease-out;
  314. }
  315. .links1 {
  316. width:370px;
  317. height:100px;
  318. overflow:hidden;
  319. cursor:pointer;
  320. top:415px;
  321. background:{color:accent};
  322. opacity:1;
  323. z-index:99999;
  324. position:fixed;
  325. border-radius:0px 0px 4px 4px;
  326. margin-left:170px;
  327. text-align:center;
  328. }
  329. .links1 #all {
  330. margin-left:-2px;
  331. margin-top:35px;
  332. padding:5px;
  333. height:14px;
  334. transition-duration: 0.9s;
  335. -moz-transition-duration: 0.9s;
  336. -webkit-transition-duration: 0.9s;
  337. -o-transition-duration: 0.9s;
  338. }
  339. .links1 #all a:hover {
  340. color:{color:hover};
  341. letter-spacing:0px;
  342. transition-duration: 1.9s;
  343. -moz-transition-duration: 1.9s;
  344. -webkit-transition-duration: 1.9s;
  345. -o-transition-duration: 1.9s;
  346. }
  347. .links1 a {
  348. width:auto;
  349. height:auto;
  350. margin-bottom:3px;
  351. text-align:center;
  352. text-transform:lowercase;
  353. padding:4px;
  354. line-height:20px;
  355. color:{color:text};
  356. font-style:none;
  357. z-index:99999;
  358. font-family: 'Roboto', sans-serif;
  359. letter-spacing:0px;
  360. font-size:13px;
  361. display:inline-block;
  362. transition-duration: 0.9s;
  363. -moz-transition-duration: 0.9s;
  364. -webkit-transition-duration: 0.9s;
  365. -o-transition-duration: 0.9s;
  366. }
  367. .links1 .firstlink a{
  368. font-weight:700;
  369. color:{color:title accent};
  370. font-size:13px;
  371. letter-spacing:0px;
  372. font-style:none;
  373. }
  374. #title{
  375. width:470px;
  376. height:20px;
  377. top:190px;
  378. opacity:1;
  379. position:fixed;
  380. font-family: 'roboto', sans-serif;
  381. letter-spacing:-1px;
  382. font-style:italic;
  383. text-align:left;
  384. font-weight:700;
  385. color:{color:text};
  386. text-transform:uppercase;
  387. padding-bottom:0px;
  388. line-height:20px;
  389. font-size:12px;
  390. margin-left:210px;
  391. z-index:9999;
  392. }
  393. #bbackground{
  394. position:fixed;
  395. opacity:1;
  396. width:370px;
  397. height:210px;
  398. border-radius:4px 4px 0px 0px;
  399. background-color:{color:box};
  400. top:205px;
  401. margin-left:170px;
  402. z-index:-9999;
  403. }
  404. #iconn {
  405. position:fixed;
  406. width:70px;
  407. margin-top:190px;
  408. padding:10px;
  409. height:70px;
  410. margin-left:180px;
  411. background:{color:posts};
  412. background-color:transparent;
  413. z-index:9999999999999999;
  414. }
  415. #iconnimage {
  416. width 70px;
  417. z-index:-99999;
  418. }
  419. #iconnimage img {
  420. width:220px;
  421. height:145px;
  422. margin-left:200px;
  423. top:235px;
  424. position:fixed;
  425. opacity:1;
  426. border:1px solid {color:box};
  427. background:{color:box};
  428. z-index:999999;
  429. }
  430. #icon2 {
  431. position:fixed;
  432. width:70px;
  433. margin-top:190px;
  434. padding:10px;
  435. height:70px;
  436. margin-left:180px;
  437. background-color:transparent;
  438. z-index:9999999999999999;
  439. }
  440. #icon2image {
  441. width 70px;
  442. z-index:-99999;
  443. }
  444. #icon2image img {
  445. width:75px;
  446. height:75px;
  447. margin-left:116px;
  448. top:156px;
  449. border-radius:100px;
  450. position:fixed;
  451. opacity:1;
  452. border:9px solid {color:box};
  453. background:{color:background};
  454. z-index:999999;
  455. }
  456. #entries {
  457. overflow-y:auto;
  458. margin-left:690px;
  459. letter-spacing:0px;
  460. margin-top:55px;
  461. }
  462. #post {
  463. font-size:10px;
  464. width:400px;
  465. color:{color:post text};
  466. background-color:{color:posts};
  467. text-align:justify;
  468. padding:20px;
  469. padding-top:5px;
  470. padding-bottom:0px;
  471. overflow:hidden;
  472. line-height:20px;
  473. margin-bottom:70px;
  474. }
  475. #post img{
  476. max-width:400px;
  477. height:auto;
  478. }
  479. #info {
  480. width:420px;
  481. height:30px;
  482. text-align:left;
  483. font-family:arial;
  484. text-transform:none;
  485. margin-left:-20px;
  486. font-size:8px;
  487. margin-top:30px;
  488. overflow:hidden;
  489. font-style:none;
  490. border-radius:0px 0px 4px 4px;
  491. padding:10px;
  492. line-height:20px;
  493. background-color:{color:accent};
  494. color:{color:text};
  495. }
  496. #info a {
  497. text-align:center;
  498. font-family:arial;
  499. line-height:7px;
  500. color:{color:text};
  501. }
  502. #info a:hover{
  503. color:{color:hover};
  504. }
  505. .right{
  506. float:center;
  507. }
  508. #tags {
  509. text-align:left;
  510. opacity:1;
  511. font-size:8px;
  512. font-family:'arial';
  513. margin-top:-24px;
  514. margin-left:-15px;
  515. padding:5px;
  516. font-weight:none;
  517. margin-bottom:4px;
  518. height:15px;
  519. width:530px;
  520. padding-top:0px;
  521. text-transform:lowercase;
  522. transition-duration: 0.5s;
  523. -moz-transition-duration: 0.5s;
  524. -webkit-transition-duration: 0.5s;
  525. -o-transition-duration: 0.5s;
  526. }
  527. #tags a {
  528. padding:0px;
  529. margin-top:-3px;
  530. color:{color:text};
  531. line-height:12px;
  532. letter-spacing:0.5px;
  533. font-weight:none;
  534. font-size:8px;
  535. font-family:'arial';
  536. display:inline-block;
  537. }
  538. #tags a:hover {
  539. -moz-transition-duration:0.3s;
  540. -webkit-transition-duration:0.3s;
  541. -o-transition-duration:0.3s;
  542. color:{color:hover};
  543. }
  544. #asking {
  545. margin-left:15px;
  546. margin-top:-35px;
  547. }
  548. #askingimage {
  549. }
  550. #askingimage img {
  551. margin-left:15px;
  552. width:40px;
  553. height:40px;
  554. margin-top:50px;
  555. }
  556. #question {
  557. padding:20px;
  558. padding-left:60px;
  559. margin-top:-30px;
  560. margin-left:2px;
  561. color:{color:text};
  562. background-color:{color:question};
  563. }
  564. #asker{
  565. margin-top:-50px;
  566. padding:1px;
  567. font-weight:700;
  568. margin-left:60px;
  569. font-family: 'roboto', sans-serif;
  570. text-transform:uppercase;
  571. }
  572. #credit{
  573. position:fixed;
  574. font-size:14px;
  575. font-weight:bold;
  576. padding-bottom:5px;
  577. padding-top:5px;
  578. height:20px;
  579. width:20px;
  580. opacity:1;
  581. padding-left:5px;
  582. padding-right:5px;
  583. margin-left:1325px;
  584. top:645px;
  585. letter-spacing:0px;
  586. line-height:22px;
  587. border-top:1px solid {color:accent};
  588. border-bottom:1px solid {color:accent};
  589. text-align:center;
  590. float:left;
  591. font-family: 'Roboto', sans-serif;
  592. color:{color:text};
  593. text-transform:uppercase;
  594. background-color: rgba(255,255,255, 0.3);
  595. transition-duration: 0.8s;
  596. }
  597. lol {
  598. font-size:11px;
  599. text-align:center;
  600. width:210px;
  601. height:5px;
  602. font-family: 'Calibri';
  603. text-shadow: 1px 1px 3px {color:text shadow};
  604. letter-spacing:1px;
  605. background-color:{color:blockquote background};
  606. color:{color:text};
  607. padding:5px;
  608. }
  609. {CustomCSS}</style>
  610. </head>
  611. <body>
  612. <!---- - BASICS / DONT TOUCH!!! - --->
  613. <div id="sidebar">
  614. <div id="description">{description}</div>
  615. <div id="bbackground"></div>
  616. <div id="iconnimage"><img src="{image:sidebar}"></a></div>
  617. <div id="icon2image"><a href="/"title="{title}"><img src="{PortraitURL-128}"></a></div>
  618. <div id="title">{text:title}</div>
  619. </div>
  620. </div>
  621. <!---- - LINKS / DONT TOUCH!!! unless you want to change the icons - --->
  622. <div class="links1">
  623. <div id="all">
  624. <span class="firstlink"><a href="/"title="refresh"><i class="fa fa-home" style="color:{color:text};"></i></a></span>
  625. <a href="/ask" title="message"><i class="fa fa-envelope"style="color:{color:text}"></i></a>
  626. <a href="{text:link 1 url}"title="{text:hover 1}"><i class="fa fa-cog"style="color:{color:text}"></i></a>
  627. <a href="{text:link 2 url}"title="{text:hover 2}"><i class="fa fa-tags"style="color:{color:text}"></i></a>
  628. <a href="{text:link 3 url}"title="{text:hover 3}"><i class="fa fa-diamond"style="color:{color:text};font-weight:bold"></i></a>
  629. <a href="{text:link 4 url}"title="{text:hover 4}"><i class="fa fa-bolt"style="color:{color:text}"></i>
  630. <a href="{text:twitter link}"title="twitter"><i class="fa fa-twitter" style="color:{color:text}"></i></a></span>
  631. <a href="{text:instagram link}" title="instagram"><i class="fa fa-instagram"style="color:{color:text}"></i></a>
  632. </div>
  633. </div>
  634. </div></div>
  635. <!---- - PAGINATION / DONT TOUCH!!! - --->
  636. <div class="pagination"style="{color:title text}">
  637. {block:Pagination}{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:title accent};text-shadow: 1px 1px 0px #ddd;">{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}
  638. {/block:Pagination}</div></div>
  639. </div>
  640. <!---- - POSTS & ENTRIES / DONT TOUCH!!! - --->
  641. <div id="entries">
  642. {block:Posts}
  643. <div id="post"
  644. <div id="post">
  645. <!--TEXT POSTS-->
  646. {block:Text}
  647. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  648. {Body}
  649. {/block:Text}
  650. <!---- - ANSWER & QUESTION POSTS / DONT TOUCH!!! - --->
  651. {block:Answer}
  652. <div id="askingimage"><img src="{AskerPortraitURL-48}"/></div>
  653. <div id="asker">{Asker} sent:</div>
  654. <div id="question">{Question}</div>
  655. {Answer}{/block:Answer}
  656. <!---- - QUOTE POSTS / DONT TOUCH!!! - --->
  657. {block:Quote}
  658. {block:Quote}
  659. <h2>{Quote}</h2>
  660. <div align="right">
  661. {block:Source}<h1>-{Source}</h1>{/block:Source}
  662. </div>
  663. {/block:Quote}
  664. <!---- - LINK POSTS/ DONT TOUCH!!! - --->
  665. {block:Link}
  666. <h2><center><a href="{URL}">{Name}</center></a></h2>
  667. {block:Description}{Description}{/block:Description}
  668. {/block:Link}
  669. <!---- - CHAT POSTS / DONT TOUCH!!! - --->
  670. {block:Chat}
  671. {block:Title}<h2>{Title}</h2>{/block:Title}
  672. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class ="label">{Label}</span>{/block:Label}
  673. {Line}</li>{/block:Lines}</ul>
  674. {/block:Chat}
  675. <!---- - PHOTO POSTS/ DONT TOUCH!!! - --->
  676. {block:Photo}
  677. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  678. {block:Caption}{Caption}{/block:Caption}
  679. {/block:Photo}
  680. <!---- - PHOTOSET POSTS / DONT TOUCH!!! - --->
  681. {block:Photoset}
  682. {Photoset-400}
  683. {block:Caption}{Caption}{/block:Caption}
  684. {/block:Photoset}
  685. <!---- - VIDEO POSTS / DONT TOUCH!!! - --->
  686. {block:Video}
  687. {Video-400}
  688. {block:Caption}{Caption}{/block:Caption}
  689. {/block:Video}
  690. <!---- - AUDIO POSTS / DONT TOUCH!!! - --->
  691. {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>
  692. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  693. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  694. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  695. {/block:Audio}
  696. <!---- - INFO / DONT TOUCH!!! - --->
  697. <div id="info">
  698. <div id="permalink">
  699. <a href="{Permalink}">{TimeAgo} + {NoteCountWithLabel} </a> <a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-retweet"style="color:{color:text};font-weight:none"></i></a>
  700. <font style="float:right">
  701. {block:RebloggedFrom}
  702. {block:ContentSource}
  703. <a href="{ReblogParentURL}" title="reblogged from: {ReblogParentName}"><i class="fa fa-history"style="color:{color:text};font-weight:none"></i></a> / <a href="{SourceURL}"title="Source"><i class="fa fa-copyright"style="color:{color:text};font-weight:none"></i></a>
  704. {/block:ContentSource}
  705. {/block:RebloggedFrom}
  706. </font style>
  707. </a></div></div>
  708. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag} </a>{/block:Tags}
  709. </div>
  710. {/block:HasTags}
  711. </div>
  712. {block:PostNotes} {PostNotes} {/block:PostNotes} {/block:Posts}</div>
  713. <!---- - END INFO / DONT TOUCH!!! - --->
  714. <!---- - START CREDIT / DONT TOUCH!!! - --->
  715. <div id="credit">
  716. <a href="http://adf.ly/1NFPh1"title="im-halsey themes"><i class="fa fa-moon-o"></i></a>
  717. </div>
  718. </div>
  719. <!---- - END CREDIT / DONT TOUCH!!! - --->
  720. </html>
  721. </body>
  722. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/03/03/tiny-hand-10.html" target="_blank" title="Tiny Hand"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Tiny Hand" /></a>
  723. <!---- - END HTML / DONT TOUCH!!! - --->
Add Comment
Please, Sign In to add comment