sexycullen

161 flawlessycons + search bar

Mar 5th, 2017
193
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 # 161
  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:Link" content="#0C0C0C">
  24. <meta name="color:Bold" content="#9FC9CE">
  25. <meta name="color:Link Hover" content="#BDE2EA">
  26. <meta name="color:Text" content="#393939">
  27. <meta name="color:Scrollbar" content="#000000">
  28. <meta name="color:Blockquote" content="#EAEAEA">
  29. <meta name="color:Info Border" content="#F0F0F0">
  30. <meta name="color:Questions Border" content="#FAFAFA">
  31. <meta name="color:Sidebar Image Border" content="#F0F0F0">
  32. <meta name="color:Sidebar Image BG" content="#FFFFFF">
  33. <meta name="color:Sidebar Details" content="#E5E5E5">
  34.  
  35. <meta name="text:Body Font Size" content="10px"/>
  36. <meta name="text:Body Font" content="'Hind',arial,sans-serif;"/>
  37.  
  38. <meta name="image:icon1" content=""/>
  39. <meta name="image:icon2" content=""/>
  40. <meta name="image:icon3" content=""/>
  41.  
  42. <meta name="if:Show 400px posts" content="1"/>
  43. <meta name="if:Show Link1" content="1" />
  44. <meta name="if:Show Link2" content="1" />
  45. <meta name="if:Show Link3" content="1" />
  46.  
  47.  
  48. <meta name="text:link1" content="">
  49. <meta name="text:link1 url" content="/">
  50. <meta name="text:link2" content="">
  51. <meta name="text:link2 url" content="/">
  52. <meta name="text:link3" content="">
  53. <meta name="text:link3 url" content="/">
  54.  
  55.  
  56.  
  57. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  58.  
  59. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  60.  
  61.  
  62.  
  63. <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='https://fonts.googleapis.com/css?family=Hind:400,500,700' rel='stylesheet' type='text/css'>
  66.  
  67. <link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
  70.  
  71. <link href='https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic-ext,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
  74.  
  75. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  76. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  77. <script>
  78. (function($){
  79. $(document).ready(function(){
  80. $("a[title]").style_my_tooltips({
  81. tip_follows_cursor:true,
  82. tip_delay_time:90,
  83. tip_fade_speed:600,
  84. attribute:"title"
  85. });
  86. });
  87. })(jQuery);
  88. </script>
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  97. <script type="text/javascript">
  98. $(document).ready(function(){
  99. $(".hover_body").hide();
  100. $(".hover_head").click(function(){
  101. $(this).next(".hover_body").slideToggle('fast');
  102. }); }); </script>
  103.  
  104.  
  105.  
  106. <script type="text/javascript">
  107. <!--
  108. function handleThis(formElm)
  109. {
  110. window.location="http://yourtumblrURLhere.tumblr.com/tagged/"+formElm.number.value+"";
  111. return false;
  112. }
  113. // -->
  114. </script>
  115.  
  116.  
  117.  
  118. <style type="text/css">
  119.  
  120. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  121. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  122. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  123.  
  124. #s-m-t-tooltip {
  125. max-width:300px;
  126. margin-top:-25px;
  127. margin-left:-25px;
  128. font-size:9px;
  129. padding:2px;
  130. font-family:hind;
  131. letter-spacing:0px;
  132. text-align:center;
  133. text-transform:lowercase;
  134. background-color:{color:Background};
  135. z-index:999999999999999999999999999999999999;
  136. }
  137.  
  138.  
  139. svg {
  140. width:10px;
  141. height:auto;
  142. opacity:.5;
  143. padding:1px;
  144. display:block;
  145. overflow:visible;
  146. }
  147. .controls a {
  148. position:relative;
  149. display:inline-block;
  150. overflow:hidden;
  151. padding:5px;
  152. width:8px;
  153. height:8px;
  154. }
  155. .controls .reblog {
  156. opacity:.93;
  157. }
  158. .controls .reblog svg {
  159. width:8px;
  160. margin-top:1px;
  161. }
  162. .controls .like .liked + svg {
  163. opacity:1;
  164. }
  165. .controls .like .liked + svg path {
  166. fill:#b9dde5;
  167. }
  168. .controls .like .like_button {
  169. position:relative;
  170. }
  171. .controls .like .like_button iframe {
  172. position:absolute;
  173. top:0;
  174. left:0;
  175. bottom:0;
  176. right:0;
  177. z-index:2;
  178. opacity:0;
  179. }
  180.  
  181.  
  182. h1 {
  183. font-size: {text:Body Font Size};
  184. font-family: {text:Body Font};
  185. text-align:center;
  186. font-style:italic;
  187. line-height:50%;
  188. letter-spacing:px;
  189. text-transform:none;
  190. }
  191.  
  192. h2 {
  193. font-size: {text:Body Font Size};
  194. font-family: {text:Body Font};
  195. letter-spacing:px;
  196. margin-bottom:12px;
  197. padding-bottom:10px;
  198. font-weight:normal;
  199. line-height:90%;
  200. text-transform:uppercase;
  201. color:{color:Text};
  202. margin: 0px;
  203. border-bottom:0px solid {color:Info Border};
  204. }
  205.  
  206.  
  207. strong, b {
  208. color:{color:bold};
  209. }
  210.  
  211. small, sub, sup {letter-spacing:px;
  212. font-size: {text:Body Font Size};}
  213.  
  214. pre {
  215. {block:ifNotShow400pxposts}
  216. width:500px;
  217. {/block:ifNotShow400pxposts}
  218. {block:ifShow400pxposts}
  219. width:400px;
  220. {/block:ifShow400pxposts}
  221. text-align: left;
  222. word-wrap: break-word;
  223. }
  224.  
  225.  
  226. blockquote {
  227. border-left:1px solid {color:Blockquote};
  228. padding-left:6px;
  229. padding-top:0px;
  230. padding-bottom:0px;
  231. margin:10px;
  232. margin-top:20px;
  233. margin-bottom:5px;
  234. margin-left:8px;
  235. }
  236.  
  237. blockquote img {
  238. max-width:470px;
  239. }
  240.  
  241.  
  242. body {
  243. background-color:{color:Background};
  244. color:{color:Text};
  245. letter-spacing:0px;
  246. }
  247.  
  248. a {
  249. color: {color:Link};
  250. text-decoration: none;
  251. -moz-transition-duration: 0.5s;
  252. -o-transition-duration: 0.5s;
  253. -webkit-transition-duration: 0.5s;
  254. transition-duration: 0.5s;
  255. }
  256.  
  257.  
  258. a:hover {
  259. color: {color:Link Hover};
  260. text-decoration:underline;
  261. -moz-transition-duration: 0.5s;
  262. -o-transition-duration: 0.5s;
  263. -webkit-transition-duration: 0.5s;
  264. transition-duration: 0.5s;
  265. }
  266.  
  267. #sf {background: url('http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png') #fff left center no-repeat; background-size: 10px 10px;}
  268.  
  269. .sfm input {background-color: #fff;
  270. font-size: 8px;
  271. text-transform: uppercase;
  272. margin-top: 10px;
  273. margin-right:px;
  274. color: {color:text};
  275. letter-spacing: 1px;
  276. padding: 5px 10px;
  277. font-family: calibri, helvetica, arial;
  278. border:1px solid {color:Sidebar Details};
  279. }
  280.  
  281. .sidebar {
  282. width:160px;
  283. position: fixed;
  284. margin-top:50px;
  285. margin-left:30px;
  286. }
  287.  
  288. .sidebarimage {
  289. padding:3px;
  290. border-radius: 10%; padding: 2px; width: 43px;
  291. -webkit-filter: grayscale(0%); filter: grayscale(0%);
  292. }
  293.  
  294. .sidebarlinks {
  295. width:160px;
  296. margin-top:15px;
  297. margin-bottom:-16px;
  298. font-size:9px;
  299. line-height:200%;
  300. font-family: 'Hind',arial,sans-serif;
  301. text-transform:lowercase;
  302. text-align:center;
  303. font-weight:bold;
  304. letter-spacing:0px;
  305. }
  306.  
  307. .sidebarlinks a {
  308. color:{color:bold};
  309. padding:4px;
  310. -moz-transition-duration: 0.5s;
  311. -o-transition-duration: 0.5s;
  312. -webkit-transition-duration: 0.5s;
  313. transition-duration: 0.5s;
  314. }
  315.  
  316. .sidebarlinks a:hover {
  317. color:{color:Link Hover};
  318. text-decoration:underline;
  319. -moz-transition-duration: 0.5s;
  320. -o-transition-duration: 0.5s;
  321. -webkit-transition-duration: 0.5s;
  322. transition-duration: 0.5s;
  323. }
  324.  
  325. .description {
  326. width:160px;
  327. padding:3px;
  328. margin-top:8px;
  329. padding-bottom:0px;
  330. text-align:center;
  331. line-height:200%;
  332. font-size:9px;
  333. font-family:'Hind',arial,sans-serif;
  334. text-transform:none;
  335. letter-spacing:0px;
  336. }
  337.  
  338. .pagination {
  339. width:160px;
  340. margin-top:px;
  341. margin-bottom:px;
  342. font-size:9px;
  343. line-height:200%;
  344. font-family: 'Hind',arial,sans-serif;
  345. text-transform:lowercase;
  346. text-align:center;
  347. font-weight:bold;
  348. letter-spacing:0px;
  349. }
  350.  
  351. .pagination a {
  352. color:{color:text};
  353. padding:3px;
  354. -moz-transition-duration: 0.5s;
  355. -o-transition-duration: 0.5s;
  356. -webkit-transition-duration: 0.5s;
  357. transition-duration: 0.5s;
  358. }
  359.  
  360. .pagination a:hover {
  361. color:{color:Link Hover};
  362. text-decoration:underline;
  363. -moz-transition-duration: 0.5s;
  364. -o-transition-duration: 0.5s;
  365. -webkit-transition-duration: 0.5s;
  366. transition-duration: 0.5s;
  367. }
  368.  
  369.  
  370. .container {
  371. width:900px;
  372. margin: auto;
  373. margin-top:-8px;
  374. }
  375.  
  376.  
  377. .postscontainer {
  378. {block:ifNotShow400pxposts}
  379. max-width:500px;
  380. {/block:ifNotShow400pxposts}
  381. {block:ifShow400pxposts}
  382. max-width:400px;
  383. {/block:ifShow400pxposts}
  384. margin: auto;
  385. margin-top:-10px;
  386. margin-left:330px;
  387. margin-bottom:80px;
  388. }
  389.  
  390. .posts {
  391. {block:ifNotShow400pxposts}
  392. width:500px;
  393. {/block:ifNotShow400pxposts}
  394. {block:ifShow400pxposts}
  395. width:400px;
  396. {/block:ifShow400pxposts}
  397. font-size: {text:Body Font Size};
  398. font-family: {text:Body Font};
  399. margin-top:100px;
  400. line-height:115%;
  401. text-align:justify;
  402. }
  403.  
  404.  
  405. .posts img {
  406. {block:ifNotShow400pxposts}
  407. max-width:500px;
  408. {/block:ifNotShow400pxposts}
  409. {block:ifShow400pxposts}
  410. max-width:400px;
  411. {/block:ifShow400pxposts}
  412. }
  413.  
  414.  
  415. .photoset {
  416. padding:10px;
  417. outline:1px solid {color:Info Border};
  418. border-right:0px solid {color:Container Border};
  419. border-bottom:0px solid {color:Container Border};
  420. }
  421.  
  422. .border {
  423. border-bottom: 1px solid {color:Info Border};
  424. width:100px;
  425. }
  426.  
  427. .border2 {
  428. border-bottom: 1px solid {color:Info Border};
  429. width:100px;
  430. }
  431.  
  432. .info {
  433. {block:ifNotShow400pxposts}
  434. max-width:500px;
  435. {/block:ifNotShow400pxposts}
  436. {block:ifShow400pxposts}
  437. max-width:400px;
  438. {/block:ifShow400pxposts}
  439. margin-top:25px;
  440. margin-left:px;
  441. text-align:;
  442. padding-top:5px;
  443. text-transform:uppercase;
  444. font-size:7px;
  445. line-height:120%;
  446. font-family:'Open Sans',arial,sans-serif;
  447. letter-spacing:0.5px;
  448. color:{color:Text};
  449. border-top:1px solid {color:Info Border};
  450. }
  451.  
  452. .info a {
  453. padding:4px;
  454. border-bottom: px solid {color:Info Border};
  455. color:{color:Text};
  456. }
  457.  
  458. .info a:hover {
  459. text-decoration:underline;
  460. color:{color:Link Hover};
  461. }
  462.  
  463. .dashicons {
  464. margin-top:5px;
  465. {block:ifNotShow400pxposts}
  466. margin-left:520px;
  467. {/block:ifNotShow400pxposts}
  468. {block:ifShow400pxposts}
  469. margin-left:420px;
  470. {/block:ifShow400pxposts}
  471. padding-bottom:0px;
  472. line-height:0%;
  473. font-family:calibri;
  474. text-transform:lowercase;
  475. letter-spacing:0px;
  476. font-size:11px;
  477. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  478. list-style: none;
  479. }
  480.  
  481. .posts:hover .dashicons {
  482. margin-top:5px;filter: alpha(opacity = 100);
  483. opacity:100;-webkit-transition: all 0.5s ease-out;
  484. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  485. }
  486.  
  487. .posts:hover .tags {
  488. {block:ifHoverTags}
  489. margin-top:5px;filter: alpha(opacity = 100);
  490. opacity:100;-webkit-transition: all 0.5s ease-out;
  491. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  492. {/block:ifHoverTags}}
  493.  
  494. .tags {
  495. {block:ifHoverTags}
  496. position:static;
  497. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  498. {/block:ifHoverTags}
  499. {block:ifNotShow400pxposts}
  500. width:500px;
  501. {/block:ifNotShow400pxposts}
  502. {block:ifShow400pxposts}
  503. width:400px;
  504. {/block:ifShow400pxposts}
  505. position:static;
  506. line-height:135%;
  507. text-align:left;
  508. margin-top:5px;
  509. padding-left:px;
  510. text-transform:none;
  511. font-size:9px;
  512. font-family:'Open Sans',arial,sans-serif;
  513. line-height:120%;
  514. letter-spacing:px;
  515. -moz-transition-duration:0.5s;
  516. -webkit-transition-duration:0.5s;
  517. -o-transition-duration:0.5s;
  518. }
  519.  
  520. .tags a {
  521. color:{color:text};
  522. padding:4px;
  523. }
  524.  
  525. .tags a:hover {
  526. text-decoration:underline;
  527. color:{color:Link Hover};
  528. }
  529.  
  530. .postnote {
  531. {block:ifNotShow400pxposts}
  532. width:500px;
  533. {/block:ifNotShow400pxposts}
  534. {block:ifShow400pxposts}
  535. width:400px;
  536. {/block:ifShow400pxposts}
  537. text-transform:lowercase;
  538. font-size: {text:Body Font Size};
  539. font-family: {text:Body Font};
  540. text-align:left;
  541. margin-top:60px;
  542. }
  543.  
  544. .postnote li {
  545. list-style-type:none;
  546. padding:10px 0px 0px 0px;
  547. text-align:left;
  548. -moz-transition-duration:0.5s;
  549. -webkit-transition-duration:0.5s;
  550. -o-transition-duration:0.5s;
  551. }
  552.  
  553. .postnote img {
  554. width:0px;
  555. }
  556.  
  557. .music {
  558. width:500px;
  559. {block:ifShow400pxposts}
  560. width:400px;
  561. {/block:ifShow400pxposts}
  562. padding-bottom:10px;
  563. }
  564.  
  565. .albumart {
  566. float:left;
  567. }
  568.  
  569. .albumart img {
  570. width:50px;
  571. padding: 3px;
  572. margin:2px 7px -3px 6px;
  573. border:2px solid {color:Info Border};
  574. border-radius:100px;
  575. -webkit-border-radius:100px;
  576. -moz-border-radius:100px;
  577. }
  578.  
  579. .playercontainer {
  580. text-align:left;
  581. padding-top:15px;
  582. width:450px;
  583. {block:ifShow400pxposts}
  584. width:350px;
  585. {/block:ifShow400pxposts}
  586. }
  587.  
  588. .musicinfo {
  589. padding:10px;
  590. margin-top:20px;
  591. font-size: {text:Body Font Size};
  592. font-family: {text:Body Font};
  593. }
  594.  
  595. .quote {
  596. font-size: {text:Body Font Size};
  597. font-family: {text:Body Font};
  598. letter-spacing:1px;
  599. font-style:none;
  600. text-transform:uppercase;
  601. font-weight:bold;
  602. text-align:left;
  603. }
  604.  
  605. .source {
  606. font-size: 8px;
  607. font-family: {text:Body Font};
  608. text-transform:uppercase;
  609. font-style:normal;
  610. text-align:left;
  611. line-height:17px;
  612. }
  613.  
  614. .chat {
  615. margin-top:10px;
  616. font-size: {text:Body Font Size};
  617. font-family: {text:Body Font};
  618. }
  619.  
  620. .chat .lines {
  621. margin-left:0;
  622. }
  623.  
  624. .chat .lines span {
  625. font-weight: bold;
  626. color:{color:bold};
  627. }
  628.  
  629.  
  630.  
  631. .ask {
  632. {block:ifNotShow400pxposts}
  633. width:500px;
  634. {/block:ifNotShow400pxposts}
  635. {block:ifShow400pxposts}
  636. width:400px;
  637. {/block:ifShow400pxposts}
  638. font-size: {text:Body Font Size};
  639. font-family: {text:Body Font};
  640. text-transform:capitalize;
  641. text-align:justify;
  642. font-weight:;
  643. padding-top:4px;
  644. padding-left:7px;
  645. padding-bottom:px;
  646. }
  647.  
  648. .ask a {
  649. color:{color:Text};
  650. }
  651.  
  652. .question {
  653. {block:ifNotShow400pxposts}
  654. width:500px;
  655. {/block:ifNotShow400pxposts}
  656. {block:ifShow400pxposts}
  657. width:400px;
  658. {/block:ifShow400pxposts}
  659. letter-spacing:0px;
  660. margin-top:4px;
  661. padding-left:7px;
  662. padding-bottom:8px;
  663. text-align:justify;
  664. font-size: {text:Body Font Size};
  665. font-family: {text:Body Font};
  666. border-bottom: 1px solid {color:Questions Border};
  667. }
  668.  
  669. .answer {
  670. {block:ifNotShow400pxposts}
  671. width:500px;
  672. {/block:ifNotShow400pxposts}
  673. {block:ifShow400pxposts}
  674. width:400px;
  675. {/block:ifShow400pxposts}
  676. letter-spacing:0px;
  677. text-align:justify;
  678. padding-top:5px;
  679. margin-bottom:1px;
  680. font-size: {text:Body Font Size};
  681. font-family: {text:Body Font};
  682. }
  683.  
  684.  
  685. .askimg {
  686. padding: 3px;
  687. margin:2px 7px -3px 6px;
  688. }
  689.  
  690. .credit {
  691. position:fixed;
  692. font-family:calibri;
  693. font-size:8px;
  694. line-height:150%;
  695. letter-spacing:0px;
  696. right:5px;
  697. bottom:20px;
  698. text-transform:uppercase;
  699. text-align:center;
  700. }
  701.  
  702. .credit a {
  703. color:{color:Text};
  704. font-style:normal;
  705. padding:3px;
  706. -moz-transition-duration:0.5s;
  707. -webkit-transition-duration:0.5s;
  708. -o-transition-duration:0.5s;
  709. }
  710.  
  711. </style>
  712.  
  713. </head>
  714.  
  715. <body>
  716. <div class="container">
  717. <div class="sidebar">
  718. <center>
  719. <img src="{image:icon1}" class="sidebarimage">
  720. <img src="{image:icon2}" class="sidebarimage">
  721. <img src="{image:icon3}" class="sidebarimage">
  722. </center>
  723. <div class="description">
  724.  
  725. {description}
  726.  
  727. <form action="/search" method="get" class="sfm" name="theform">
  728. <input type="text" name="q" value="" id="sf"/>
  729. </form>
  730.  
  731. </form>
  732. </div>
  733. <div class="sidebarlinks">
  734. <center><p><div class="border"></div></p></center>
  735. <a href="/">index.</a>
  736. <a href="ask">request.</a>
  737. {block:ifShowLink1}
  738. <a href="{text:link1 url}">{text:link1}.</a>
  739. {/block:IfShowLink1}
  740. {block:ifShowLink2}
  741. <a href="{text:link2 url}">{text:link2}.</a>
  742. {/block:IfShowLink2}
  743. {block:ifShowLink3}
  744. <a href="{text:link3 url}">{text:link3}.</a>
  745. {/block:IfShowLink3}
  746. </div>
  747. <div class="pagination">
  748. {block:Pagination}
  749. <br>
  750. <span style="font-weight:normal;font-size:8px;text-transform:uppercase;font-family:calibri;letter-spacing:1px;color:{color:text};">
  751. {block:PreviousPage}
  752. <a href="{PreviousPage}"><big> ‹</big> back </a>
  753. {/block:PreviousPage}
  754. {block:NextPage}
  755. <a href="{NextPage}"> forth<big> › </big></a>
  756. {/block:NextPage}</span>
  757. {/block:Pagination}
  758. </div>
  759. </div>
  760.  
  761. <div class="postscontainer">
  762.  
  763. {block:Posts}
  764. <div class="posts" id="{PostID}">
  765.  
  766. {block:Text}
  767. {block:Title}<h2>{Title}</h2>{/block:Title}
  768. {Body}
  769. {/block:Text}
  770.  
  771. {block:Quote}<div class="quote">&#8220; {Quote} &#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  772.  
  773. {/block:Quote}
  774.  
  775. {block:Link}
  776. <h2><a href="{URL}">{Name}</a></h2>
  777. {block:Description}{Description}{/block:Description}
  778. {/block:Link}
  779.  
  780. {block:Chat}
  781. {block:Title}<h2>{Title}</h2>{/block:Title}
  782. {block:lines}
  783. <div class="chat">
  784. <div class="lines">{block:label}
  785. <span>{label}</span>
  786. {/block:label}
  787. <br>{line}</br></div></div>
  788. {/block:lines}
  789. {/block:Chat}
  790.  
  791. {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}
  792.  
  793. {block:Photo}
  794. {LinkOpenTag}{block:ifNotShow400pxposts}<div style="padding:10px;outline:1px solid {color:Info Border};width:100%;"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></div>{/block:ifNotShow400pxposts}
  795. {block:ifShow400pxposts}<div style="padding:10px;outline:1px solid {color:Info Border};width:100%;"><img src="{PhotoURL-400}" alt="{PhotoAlt}"></div>{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  796.  
  797. {/block:Photo}
  798.  
  799. {block:Photoset}
  800. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  801. {block:Caption}{Caption}{/block:Caption}
  802. {/block:Photoset}
  803.  
  804. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  805. <div class="playercontainer">{AudioPlayerWhite}</div>
  806. <br><div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}
  807. {/block:ExternalAudio}</div>
  808. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  809.  
  810. {block:Video}
  811. {block:ifNotShow400pxposts}<div style="padding:10px;outline:1px solid {color:Info Border};width:100%;">{Video-500}</div>{/block:ifNotShow400pxposts}{block:ifShow400pxposts}<div style="padding:10px;outline:1px solid {color:Info Border};width:100%;">{Video-400}</div>{/block:ifShow400pxposts}
  812. {block:Caption}{Caption}{/block:Caption}
  813. {/block:Video}
  814.  
  815.  
  816. {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}
  817. <span style="float:right;">
  818. <div class="controls">
  819. <a href="#" class="like">{LikeButton}
  820. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
  821. </a>
  822. </div></div>
  823. {/block:Date}
  824.  
  825. {block:HasTags}<div class="tags">
  826. <span style="color:{color:bold};font-size:8px;"><i class="fa fa-tags"></i></span>
  827. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  828. </div>
  829. {/block:HasTags}
  830. {/block:Date}
  831.  
  832.  
  833.  
  834. <div class="postnote">
  835. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  836.  
  837. </div>
  838. {/block:Posts}
  839.  
  840.  
  841.  
  842.  
  843. <div class="credit"><a href="http://scottisbae.tumblr.com/">scottisbae</a></div>
  844.  
  845. </div>
  846. </div>
  847. </div>
  848. </body>
Advertisement
Add Comment
Please, Sign In to add comment