sexycullen

header + icon terminar 2

Feb 12th, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.09 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SCOTTISBAE THEMES # 164
  9. THEME BY: http://scottisbae.tumblr.com/ (PREV BRITISHROBERT)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <meta name="color:Background" content="#FFFFFF">
  23. <meta name="color:Header BG" content="#FFFFFF">
  24. <meta name="color:Link" content="#8F8E8E">
  25. <meta name="color:Title" content="#000000">
  26. <meta name="color:Bold" content="#202020">
  27. <meta name="color:Link Hover" content="#222222">
  28. <meta name="color:Text" content="#393939">
  29. <meta name="color:Scrollbar" content="#000000">
  30. <meta name="color:Blockquote" content="#EAEAEA">
  31. <meta name="color:Info Border" content="#F0F0F0">
  32. <meta name="color:Questions Border" content="#FAFAFA">
  33. <meta name="color:Icon Border" content="#F0F0F0">
  34. <meta name="color:Icon BG" content="#FFFFFF">
  35.  
  36. <meta name="text:Body Font Size" content="10px"/>
  37. <meta name="text:Body Font" content="'Hind',arial,sans-serif;"/>
  38.  
  39. <meta name="image:Header" content=""/>
  40. <meta name="image:Icon" content=""/>
  41.  
  42. <meta name="if:Hover Tags" content="0"/>
  43. <meta name="if:Show 400px posts" content="0"/>
  44. <meta name="text:Title" content="">
  45. <meta name="if:Show Link1" content="1" />
  46. <meta name="if:Show Link2" content="1" />
  47. <meta name="if:Show Link3" content="1" />
  48. <meta name="if:Show Link4" content="1" />
  49.  
  50.  
  51.  
  52. <meta name="text:link1" content="">
  53. <meta name="text:link1 url" content="/">
  54. <meta name="text:link2" content="">
  55. <meta name="text:link2 url" content="/">
  56. <meta name="text:link3" content="">
  57. <meta name="text:link3 url" content="/">
  58. <meta name="text:link4" content="">
  59. <meta name="text:link4 url" content="/">
  60.  
  61.  
  62.  
  63. <link href='https://fonts.googleapis.com/css?family=Hind:400,500,700' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
  66.  
  67.  
  68. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  70. <script>
  71. (function($){
  72. $(document).ready(function(){
  73. $("a[title]").style_my_tooltips({
  74. tip_follows_cursor:true,
  75. tip_delay_time:90,
  76. tip_fade_speed:600,
  77. attribute:"title"
  78. });
  79. });
  80. })(jQuery);
  81. </script>
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  90. <script type="text/javascript">
  91. $(document).ready(function(){
  92. $(".hover_body").hide();
  93. $(".hover_head").click(function(){
  94. $(this).next(".hover_body").slideToggle('fast');
  95. }); }); </script>
  96.  
  97.  
  98.  
  99.  
  100. <style type="text/css">
  101.  
  102.  
  103.  
  104. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  105. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  106. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  107.  
  108. #s-m-t-tooltip {
  109. max-width:300px;
  110. margin-top:-25px;
  111. margin-left:-25px;
  112. font-size:9px;
  113. padding:2px;
  114. font-family:hind;
  115. letter-spacing:0px;
  116. text-align:center;
  117. text-transform:lowercase;
  118. background-color:{color:Background};
  119. z-index:999999999999999999999999999999999999;
  120. }
  121.  
  122. small, sub, sup {
  123. font-size: {text:Body Font Size};}
  124.  
  125. h1 {
  126. font-size: {text:Body Font Size};
  127. font-family: {text:Body Font};
  128. text-align:center;
  129. font-style:italic;
  130. line-height:50%;
  131. letter-spacing:px;
  132. text-transform:none;
  133. }
  134.  
  135. h2 {
  136. font-size: {text:Body Font Size};
  137. font-family: {text:Body Font};
  138. letter-spacing:px;
  139. margin-bottom:12px;
  140. padding-bottom:10px;
  141. font-weight:bold;
  142. line-height:90%;
  143. text-transform:lowercase;
  144. color:{color:Text};
  145. margin: 0px;
  146. border-bottom:1px solid {color:Info Border};
  147. }
  148.  
  149.  
  150. strong, b {
  151. color:{color:bold};
  152. }
  153.  
  154. small, sub, sup {letter-spacing:px;}
  155.  
  156. pre {
  157. {block:ifNotShow400pxposts}
  158. width:500px;
  159. {/block:ifNotShow400pxposts}
  160. {block:ifShow400pxposts}
  161. width:400px;
  162. {/block:ifShow400pxposts}
  163. text-align: left;
  164. word-wrap: break-word;
  165. }
  166.  
  167.  
  168. blockquote {
  169. border-left:1px solid {color:Blockquote};
  170. padding-left:6px;
  171. padding-top:0px;
  172. padding-bottom:0px;
  173. margin:10px;
  174. margin-top:20px;
  175. margin-bottom:5px;
  176. margin-left:8px;
  177. }
  178.  
  179. blockquote img {
  180. max-width:470px;
  181. }
  182.  
  183.  
  184. body {
  185. background-color:{color:Background};
  186. color:{color:Text};
  187. letter-spacing:0px;
  188. }
  189.  
  190. a {
  191. color: {color:Link};
  192. text-decoration: none;
  193. -moz-transition-duration: 0.5s;
  194. -o-transition-duration: 0.5s;
  195. -webkit-transition-duration: 0.5s;
  196. transition-duration: 0.5s;
  197. }
  198.  
  199.  
  200. a:hover {
  201. color: {color:Link Hover};
  202. text-decoration:underline;
  203. -moz-transition-duration: 0.5s;
  204. -o-transition-duration: 0.5s;
  205. -webkit-transition-duration: 0.5s;
  206. transition-duration: 0.5s;
  207. }
  208.  
  209. .title {
  210. color:{color:title};
  211. width:245px;
  212. margin-top:20px;
  213. text-align:center;
  214. font-family:arial;
  215. font-size:18px;
  216. letter-spacing:-1px;
  217. font-style:none;
  218. font-weight:bold;
  219. line-height:90%;
  220. text-transform:lowercase;
  221. z-index:2;
  222. color:{color:Bold};
  223. -webkit-transition:0.7s ease; position:absolute;opacity:0;
  224. }
  225.  
  226.  
  227. .sidebar {
  228. margin-left:-50px;
  229. width:245px;
  230. position: fixed;
  231. padding:5px;
  232. margin-top:50px;
  233. border:px solid {color:Sidebar Border};
  234. }
  235.  
  236. .sidebarheader {
  237. width:245px;
  238. height:150px;
  239. margin-bottom:15px;
  240. border-radius:5px;
  241. background-color:{color:Header BG};
  242. -webkit-border-radius:5px;
  243. -moz-border-radius:5px;
  244. -webkit-filter: grayscale(0%); filter: grayscale(0%);
  245. -webkit-transition:0.7s ease; opacity:100;
  246. }
  247.  
  248.  
  249. .sidebaricon {
  250. margin-top:-50px;
  251. width:60px;
  252. height:60px;
  253. margin-bottom:5px;
  254. padding:5px;
  255. background-color:{color:Icon BG};
  256. border:1px solid {color:Icon Border};
  257. border-radius:100px;
  258. z-index:1;
  259. -webkit-border-radius:100px;
  260. -moz-border-radius:100px;
  261. -webkit-filter: grayscale(0%); filter: grayscale(0%);
  262. }
  263.  
  264. .sidebarlinks {
  265. width:245px;
  266. margin-top:70px;
  267. text-align:center;
  268. font-size:10px;
  269. font-weight:;
  270. font-family:'Hind',arial,sans-serif;
  271. line-height:150%;
  272. text-transform:lowercase;
  273. z-index:2;
  274. -webkit-transition:0.7s ease; position:absolute;opacity:0;
  275. }
  276.  
  277. .sidebarlinks a {
  278. color:{color:text};
  279. padding:5px;
  280. -moz-transition-duration: 0.5s;
  281. -o-transition-duration: 0.5s;
  282. -webkit-transition-duration: 0.5s;
  283. transition-duration: 0.5s;
  284. }
  285.  
  286. .sidebarlinks a:hover {
  287. text-decoration:none;
  288. color:{color:bold};
  289. -moz-transition-duration: 0.5s;
  290. -o-transition-duration: 0.5s;
  291. -webkit-transition-duration: 0.5s;
  292. transition-duration: 0.5s;
  293. }
  294.  
  295. .sidebar:hover .sidebarlinks {
  296. margin-top:70px;filter: alpha(opacity = 1);
  297. opacity:1;-webkit-transition: all 0.5s ease-out;
  298. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  299. }
  300.  
  301. .sidebar:hover .sidebarheader {
  302. margin-top:px;filter: alpha(opacity = 1);
  303. opacity:0;-webkit-transition: all 0.5s ease-out;
  304. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  305. }
  306.  
  307. .sidebar:hover .title {
  308. margin-top:20px;filter: alpha(opacity = 1);
  309. opacity:1;-webkit-transition: all 0.5s ease-out;
  310. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  311. }
  312.  
  313. .description {
  314. width:160px;
  315. margin-top:10px;
  316. padding-bottom:10px;
  317. margin-bottom:px;
  318. text-align:center;
  319. line-height:135%;
  320. word-spacing:3px;
  321. font-size:10px;
  322. font-family:'Hind',arial,sans-serif;
  323. text-transform:lowercase;
  324. color:{color:Text};
  325. letter-spacing:0px;
  326. }
  327.  
  328. .description a {
  329. color:{color:Link};
  330. }
  331.  
  332. .description a:hover {
  333. color:{color:Link Hover};
  334. }
  335.  
  336. .pagination {
  337. width:26px;
  338. height:26px;
  339. margin-top:10px;
  340. font-family:'Hind',arial,sans-serif;
  341. text-align:center;
  342. font-size:10px;
  343. }
  344.  
  345. .pagination a {
  346. width:26px;
  347. height:26px;
  348. color:{color:Text};
  349. -moz-transition-duration: 0.5s;
  350. -o-transition-duration: 0.5s;
  351. -webkit-transition-duration: 0.5s;
  352. transition-duration: 0.5s;
  353. }
  354.  
  355. .pagination a:hover {
  356. text-decoration:none;
  357. -moz-transition-duration: 0.5s;
  358. -o-transition-duration: 0.5s;
  359. -webkit-transition-duration: 0.5s;
  360. transition-duration: 0.5s;
  361. }
  362.  
  363.  
  364. .container {
  365. width:900px;
  366. margin: auto;
  367. margin-top:-8px;
  368. }
  369.  
  370.  
  371. .postscontainer {
  372. {block:ifNotShow400pxposts}
  373. max-width:500px;
  374. {/block:ifNotShow400pxposts}
  375. {block:ifShow400pxposts}
  376. max-width:400px;
  377. {/block:ifShow400pxposts}
  378. margin: auto;
  379. margin-top:-10px;
  380. margin-left:370px;
  381. margin-bottom:80px;
  382. }
  383.  
  384. .posts {
  385. {block:ifNotShow400pxposts}
  386. width:500px;
  387. {/block:ifNotShow400pxposts}
  388. {block:ifShow400pxposts}
  389. width:400px;
  390. {/block:ifShow400pxposts}
  391. font-size: {text:Body Font Size};
  392. font-family: {text:Body Font};
  393. margin-top:100px;
  394. line-height:115%;
  395. text-align:justify;
  396. }
  397.  
  398.  
  399. .posts img {
  400. {block:ifNotShow400pxposts}
  401. max-width:500px;
  402. {/block:ifNotShow400pxposts}
  403. {block:ifShow400pxposts}
  404. max-width:400px;
  405. {/block:ifShow400pxposts}
  406. }
  407.  
  408. .border {
  409. border-bottom: 1px solid {color:Info Border};
  410. width:100px;
  411. }
  412.  
  413. .border2 {
  414. border-bottom: 1px solid {color:Info Border};
  415. width:50px;
  416. margin-left:px;
  417. }
  418.  
  419. .info {
  420. {block:ifNotShow400pxposts}
  421. max-width:500px;
  422. {/block:ifNotShow400pxposts}
  423. {block:ifShow400pxposts}
  424. max-width:400px;
  425. {/block:ifShow400pxposts}
  426. margin-top:25px;
  427. margin-left:px;
  428. text-align:;
  429. padding-top:5px;
  430. text-transform:uppercase;
  431. font-size:8px;
  432. line-height:120%;
  433. font-family:'Open Sans',arial,sans-serif;
  434. letter-spacing:px;
  435. color:{color:Text};
  436. border-top:1px solid {color:Info Border};
  437. }
  438.  
  439. .info a {
  440. padding:4px;
  441. border-bottom: px solid {color:Info Border};
  442. color:{color:Text};
  443. }
  444.  
  445. .info a:hover {
  446. text-decoration:underline;
  447. color:{color:Link Hover};
  448. }
  449.  
  450. .dashicons {
  451. margin-top:5px;
  452. {block:ifNotShow400pxposts}
  453. margin-left:520px;
  454. {/block:ifNotShow400pxposts}
  455. {block:ifShow400pxposts}
  456. margin-left:420px;
  457. {/block:ifShow400pxposts}
  458. padding-bottom:0px;
  459. line-height:0%;
  460. font-family:calibri;
  461. text-transform:lowercase;
  462. letter-spacing:0px;
  463. font-size:11px;
  464. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  465. list-style: none;
  466. }
  467.  
  468. .posts:hover .dashicons {
  469. margin-top:5px;filter: alpha(opacity = 100);
  470. opacity:100;-webkit-transition: all 0.5s ease-out;
  471. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  472. }
  473.  
  474. .posts:hover .tags {
  475. {block:ifHoverTags}
  476. margin-top:5px;filter: alpha(opacity = 100);
  477. opacity:100;-webkit-transition: all 0.5s ease-out;
  478. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  479. {/block:ifHoverTags}}
  480.  
  481. .tags {
  482. {block:ifHoverTags}
  483. position:static;
  484. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  485. {/block:ifHoverTags}
  486. {block:ifNotShow400pxposts}
  487. width:500px;
  488. {/block:ifNotShow400pxposts}
  489. {block:ifShow400pxposts}
  490. width:400px;
  491. {/block:ifShow400pxposts}
  492. position:static;
  493. line-height:135%;
  494. text-align:left;
  495. margin-top:5px;
  496. padding-left:px;
  497. text-transform:none;
  498. font-size:9px;
  499. font-family:'Open Sans',arial,sans-serif;
  500. line-height:120%;
  501. letter-spacing:px;
  502. -moz-transition-duration:0.5s;
  503. -webkit-transition-duration:0.5s;
  504. -o-transition-duration:0.5s;
  505. }
  506.  
  507. .tags a {
  508. color:{color:text};
  509. padding:4px;
  510. }
  511.  
  512. .tags a:hover {
  513. text-decoration:underline;
  514. color:{color:Link Hover};
  515. }
  516.  
  517. .postnote {
  518. {block:ifNotShow400pxposts}
  519. width:500px;
  520. {/block:ifNotShow400pxposts}
  521. {block:ifShow400pxposts}
  522. width:400px;
  523. {/block:ifShow400pxposts}
  524. text-transform:lowercase;
  525. font-size: {text:Body Font Size};
  526. font-family: {text:Body Font};
  527. text-align:left;
  528. margin-top:60px;
  529. }
  530.  
  531. .postnote li {
  532. list-style-type:none;
  533. padding:10px 0px 0px 0px;
  534. text-align:left;
  535. -moz-transition-duration:0.5s;
  536. -webkit-transition-duration:0.5s;
  537. -o-transition-duration:0.5s;
  538. }
  539.  
  540. .postnote img {
  541. width:0px;
  542. }
  543.  
  544. .music {
  545. width:500px;
  546. {block:ifShow400pxposts}
  547. width:400px;
  548. {/block:ifShow400pxposts}
  549. padding-bottom:10px;
  550. }
  551.  
  552. .albumart {
  553. float:left;
  554. }
  555.  
  556. .albumart img {
  557. width:50px;
  558. padding: 3px;
  559. margin:2px 7px -3px 6px;
  560. border:2px solid {color:Info Border};
  561. border-radius:100px;
  562. -webkit-border-radius:100px;
  563. -moz-border-radius:100px;
  564. }
  565.  
  566. .playercontainer {
  567. text-align:left;
  568. padding-top:15px;
  569. width:450px;
  570. {block:ifShow400pxposts}
  571. width:350px;
  572. {/block:ifShow400pxposts}
  573. }
  574.  
  575. .musicinfo {
  576. padding:10px;
  577. margin-top:20px;
  578. font-size: {text:Body Font Size};
  579. font-family: {text:Body Font};
  580. }
  581.  
  582. .quote {
  583. font-size: {text:Body Font Size};
  584. font-family: {text:Body Font};
  585. letter-spacing:1px;
  586. font-style:none;
  587. text-transform:uppercase;
  588. font-weight:bold;
  589. text-align:left;
  590. }
  591.  
  592. .source {
  593. font-size: 8px;
  594. font-family: {text:Body Font};
  595. text-transform:uppercase;
  596. font-style:normal;
  597. text-align:left;
  598. line-height:17px;
  599. }
  600.  
  601. .chat {
  602. margin-top:10px;
  603. font-size: {text:Body Font Size};
  604. font-family: {text:Body Font};
  605. }
  606.  
  607. .chat .lines {
  608. margin-left:0;
  609. }
  610.  
  611. .chat .lines span {
  612. font-weight: bold;
  613. color:{color:bold};
  614. }
  615.  
  616.  
  617.  
  618. .ask {
  619. {block:ifNotShow400pxposts}
  620. width:500px;
  621. {/block:ifNotShow400pxposts}
  622. {block:ifShow400pxposts}
  623. width:400px;
  624. {/block:ifShow400pxposts}
  625. font-size: {text:Body Font Size};
  626. font-family: {text:Body Font};
  627. text-transform:capitalize;
  628. text-align:justify;
  629. font-weight:;
  630. padding-top:4px;
  631. padding-left:7px;
  632. padding-bottom:px;
  633. }
  634.  
  635. .ask a {
  636. color:{color:Text};
  637. }
  638.  
  639. .question {
  640. {block:ifNotShow400pxposts}
  641. width:493px;
  642. {/block:ifNotShow400pxposts}
  643. {block:ifShow400pxposts}
  644. width:393px;
  645. {/block:ifShow400pxposts}
  646. letter-spacing:0px;
  647. margin-top:4px;
  648. padding-left:7px;
  649. padding-bottom:8px;
  650. text-align:justify;
  651. font-size: {text:Body Font Size};
  652. font-family: {text:Body Font};
  653. border-bottom: 1px solid {color:Questions Border};
  654. }
  655.  
  656. .answer {
  657. {block:ifNotShow400pxposts}
  658. width:500px;
  659. {/block:ifNotShow400pxposts}
  660. {block:ifShow400pxposts}
  661. width:400px;
  662. {/block:ifShow400pxposts}
  663. letter-spacing:0px;
  664. text-align:justify;
  665. padding-top:5px;
  666. margin-bottom:1px;
  667. font-size: {text:Body Font Size};
  668. font-family: {text:Body Font};
  669. }
  670.  
  671.  
  672. .askimg {
  673. padding: 3px;
  674. margin:2px 7px -3px 6px;
  675. }
  676.  
  677. .credit {
  678. position:fixed;
  679. font-family:calibri;
  680. font-size:10px;
  681. color:{color:text}
  682. line-height:150%;
  683. letter-spacing:0px;
  684. right:5px;
  685. bottom:20px;
  686. text-transform:uppercase;
  687. text-align:center;
  688. }
  689.  
  690. .credit a {
  691. color:{color:text};
  692. font-style:normal;
  693. padding:3px;
  694. -moz-transition-duration:0.5s;
  695. -webkit-transition-duration:0.5s;
  696. -o-transition-duration:0.5s;
  697. }
  698.  
  699.  
  700. </style>
  701.  
  702.  
  703.  
  704. </head>
  705.  
  706. <body>
  707. <div class="container">
  708. <div class="sidebar">
  709. <div class="title">
  710. {text:Title}
  711. <center><p><div class="border"></div></center>
  712. </div>
  713. <div class="sidebarlinks">
  714. <center>
  715. <a href="/faqwhat">ask</a>
  716. {block:ifShowLink1}
  717. <a href="{text:link1 url}">{text:link1}</a>
  718. {/block:IfShowLink1}
  719. {block:ifShowLink2}
  720. <a href="{text:link2 url}">{text:link2}</a>
  721. {/block:IfShowLink2}
  722. {block:ifShowLink3}
  723. <a href="{text:link3 url}">{text:link3}</a>
  724. {/block:IfShowLink3}
  725. {block:ifShowLink4}
  726. <a href="{text:link4 url}">{text:link4}</a>
  727. {/block:IfShowLink4}
  728. </div>
  729.  
  730. <img src="{image:header}" class="sidebarheader">
  731. <center>
  732. <a href="/">
  733. <img src="{image:icon}" class="sidebaricon"></a>
  734.  
  735. <div class="description">
  736. oi <b><i>!</b></i>
  737. name's luciane, brazilian
  738. </div>
  739. <div class="border"></div>
  740. {block:Pagination}
  741. <div class="pagination">
  742. {block:PreviousPage}
  743. <a href="{PreviousPage}"> back </a>
  744. {/block:PreviousPage}
  745. {block:NextPage}
  746. <a href="{NextPage}"> next </a>
  747. {/block:NextPage}
  748. </div>
  749. {/block:Pagination}
  750. </center>
  751. </div>
  752.  
  753.  
  754.  
  755.  
  756. <div class="postscontainer">
  757.  
  758. {block:Posts}
  759. <div class="posts">
  760.  
  761.  
  762. {block:Text}
  763. {block:Title}<h2>{Title}</h2>{/block:Title}
  764. {Body}
  765. {/block:Text}
  766.  
  767. {block:Quote}<div class="quote">&#8220; {Quote} &#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  768.  
  769. {/block:Quote}
  770.  
  771. {block:Link}
  772. <h2><a href="{URL}">{Name}</a></h2>
  773. {block:Description}{Description}{/block:Description}
  774. {/block:Link}
  775.  
  776. {block:Chat}
  777. {block:Title}<h2>{Title}</h2>{/block:Title}
  778. {block:lines}
  779. <div class="chat">
  780. <div class="lines">{block:label}
  781. <span>{label}</span>
  782. {/block:label}
  783. <br>{line}</br></div></div>
  784. {/block:lines}
  785. {/block:Chat}
  786.  
  787. {block:Answer}<div class="ask"><span style="font-weight:bold;letter-spacing:px;text-transform:lowercase;font-family:;font-size:px;">{Asker} </span><span style="font-size:9px;color:{color:bold};"><i class="fa fa-question"></i></span></div><div class="question"><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  788.  
  789.  
  790. {block:Photo}
  791. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  792. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  793.  
  794. {/block:Photo}
  795.  
  796. {block:Photoset}
  797. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  798. {block:Caption}{Caption}{/block:Caption}
  799. {/block:Photoset}
  800.  
  801. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  802. <div class="playercontainer">{AudioPlayerWhite}</div>
  803. <br><div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}
  804. {/block:ExternalAudio}</div>
  805. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  806.  
  807. {block:Video}
  808. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  809. {block:Caption}{Caption}{/block:Caption}
  810. {/block:Video}
  811.  
  812.  
  813. {block:Date}<div class="info"><a href="{Permalink}"><b>{TimeAgo}</b></a> {block:NoteCount} &. {NoteCountwithlabel} {/block:NoteCount} {block:PermalinkPage} {block:RebloggedFrom}— <a href="{ReblogParentURL}">via</a>{block:ContentSource} <span style="color:{color:linkinfo}"><a href="{SourceURL}"></a><a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">©</a></span>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}<span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></span></div>
  814. {/block:Date}
  815.  
  816.  
  817. {block:HasTags}
  818. <div class="tags">
  819. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  820. </div>
  821. {/block:HasTags}
  822.  
  823.  
  824.  
  825.  
  826. <div class="postnote">
  827. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  828.  
  829. </div>
  830. {/block:Posts}
  831.  
  832.  
  833. <div class="credit"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5428013";
  834. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  835. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  836. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  837. </script>
  838. </div>
  839.  
  840.  
  841. </div>
  842. </div>
  843. </div>
  844. </body>
Advertisement
Add Comment
Please, Sign In to add comment