azurethemes

047 - colors

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