Advertisement
sexycullen

# 112

Feb 20th, 2015
1,496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.10 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. SPUNKHANDSOME THEMES # 112
  9. THEME BY: http://britishrobert.tumblr.com/ (PREV SPUNKHANDSOME)
  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="#4F4E4E">
  24. <meta name="color:Link Hover" content="#CECECE">
  25. <meta name="color:Text" content="#4F4E4E">
  26. <meta name="color:Scrollbar" content="#000000">
  27. <meta name="color:Blockquote" content="#F8F8F8">
  28. <meta name="color:Info Border" content="#F4F4F4">
  29. <meta name="color:Questions Border" content="#F4F4F4">
  30. <meta name="color:Sidebar Link Border" content="#F4F4F4">
  31.  
  32. <meta name="text:Body Font Size" content="11px"/>
  33. <meta name="text:Body Font" content="Calibri"/>
  34.  
  35. <meta name="image:Sidebar" content=""/>
  36. <meta name="text:Title" content="">
  37.  
  38. <meta name="if:Show 400px posts" content="1"/>
  39. <meta name="if:Show Sidebar Image" content="0"/>
  40. <meta name="if:Hover Sidebar" content="1"/>
  41. <meta name="if:Show Link1" content="0" />
  42. <meta name="if:Show Link2" content="0" />
  43. <meta name="if:Show Link3" content="0" />
  44. <meta name="if:Show Link4" content="0" />
  45.  
  46. <meta name="text:link1" content="">
  47. <meta name="text:link1 url" content="/">
  48. <meta name="text:link2" content="">
  49. <meta name="text:link2 url" content="/">
  50. <meta name="text:link3" content="">
  51. <meta name="text:link3 url" content="/">
  52. <meta name="text:link4" content="">
  53. <meta name="text:link4 url" content="/">
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Rambla:400,700,400italic,700italic|Anaheim|Hammersmith+One&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Oranienbaum&subset=latin,latin-ext,cyrillic-ext,cyrillic' rel='stylesheet' type='text/css'>
  68.  
  69. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  70. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  71. <script>
  72. (function($){
  73. $(document).ready(function(){
  74. $("a[title]").style_my_tooltips({
  75. tip_follows_cursor:true,
  76. tip_delay_time:90,
  77. tip_fade_speed:600,
  78. attribute:"title"
  79. });
  80. });
  81. })(jQuery);
  82. </script>
  83.  
  84.  
  85. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  86.  
  87. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  88.  
  89. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  90.  
  91. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  92.  
  93.  
  94. <style type="text/css">
  95.  
  96.  
  97. #scrollToTop:link,#scrollToTop:visited {
  98. display: none;
  99. font-family:Inconsolata;
  100. text-transform:uppercase;
  101. font-size:10px;
  102. }
  103.  
  104. #s-m-t-tooltip {
  105. max-width:300px;
  106. margin-top:-30px;
  107. margin-left:-20px;
  108. font-size:8px;
  109. padding:2px;
  110. font-family:calibri;
  111. letter-spacing:1px;
  112. font-weight:normal;
  113. text-align:center;
  114. text-transform:uppercase;
  115. background-color:{color:Background};
  116. color:{color:text};
  117. z-index:999999999999999999999999999999999999;
  118. }
  119.  
  120.  
  121. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  122. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  123. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  124.  
  125.  
  126. h1 {
  127. font-weight:normal;
  128. font-size:11px;
  129. text-align:center;
  130. font-style:italic;
  131. line-height:50%;
  132. letter-spacing:0px;
  133. font-family:Josefin Slab;
  134. text-transform:none;
  135. color:{color:text};
  136. }
  137.  
  138. h2 {
  139. font-size: {text:Body Font Size};
  140. font-family: {text:Body Font};
  141. letter-spacing:0px;
  142. margin-bottom:10px;
  143. padding-bottom:7px;
  144. font-weight:normal;
  145. line-height:90%;
  146. text-transform:lowercase;
  147. color: {color:Text};
  148. margin: 0px;
  149. border-bottom:1px solid {color:Info Border};
  150. }
  151.  
  152. pre {
  153. {block:ifNotShow400pxposts}
  154. width:500px;
  155. {/block:ifNotShow400pxposts}
  156. {block:ifShow400pxposts}
  157. width:400px;
  158. {/block:ifShow400pxposts}
  159. font-size:11px;
  160. font-family:cutive mono;
  161. text-align: left;
  162. word-wrap: break-word;
  163. color:{color:Text};
  164. }
  165.  
  166. code {
  167. font-size: {text:Body Font Size};
  168. font-family: {text:Body Font};
  169. }
  170.  
  171. code a {
  172. color: {color:Link};
  173. }
  174.  
  175. blockquote {
  176. border-left:1px solid {color:Blockquote};
  177. padding-left:13px;
  178. padding-top:1px;
  179. padding-bottom:1px;
  180. margin:10px;
  181. margin-top:20px;
  182. margin-bottom:10px;
  183. margin-left:20px;
  184. }
  185.  
  186. blockquote img {
  187. max-width:470px;
  188. }
  189.  
  190. body {
  191. color: {color:Text};
  192. line-height:90%;
  193. background-color:{color:Background};}
  194.  
  195. a {
  196. color: {color:Link};
  197. text-decoration: none;
  198. -moz-transition-duration: 0.5s;
  199. -o-transition-duration: 0.5s;
  200. -webkit-transition-duration: 0.5s;
  201. transition-duration: 0.5s;}
  202.  
  203. a:hover {
  204. color: {color:Link Hover};
  205. -moz-transition-duration: 0.5s;
  206. -o-transition-duration: 0.5s;
  207. -webkit-transition-duration: 0.5s;
  208. transition-duration: 0.5s;}
  209.  
  210.  
  211. .title {
  212. width:160px;
  213. margin-bottom:4px;
  214. margin-top:10px;
  215. padding-bottom:7px;
  216. font-family:times;
  217. font-size:17px;
  218. letter-spacing:-2px;
  219. font-style:none;
  220. font-weight:bold;
  221. line-height:87%;
  222. text-transform:lowercase;
  223. color:{color:Text};
  224. word-spacing:2px;
  225. border-bottom:1px solid {color:Sidebar Link Border};
  226. }
  227.  
  228.  
  229. .sidebar {
  230. width:245px;
  231. color:{color:Text};
  232. position: fixed;
  233. margin-top:120px;
  234. margin-left:-30px;
  235. }
  236.  
  237. .sidebar a {
  238. color:{color:Link};
  239. }
  240.  
  241. .sidebar a:hover {
  242. color:{color:Link Hover};
  243. }
  244.  
  245. .sidebarimage {
  246. width:245px;
  247. padding:3px;
  248. margin-left:40px;
  249. margin-bottom:px;
  250. }
  251.  
  252. .sidebarlinks {
  253. width:120px;
  254. padding-left:2px;
  255. padding-bottom:2px;
  256. margin-bottom:0px;
  257. margin-top:-25px;
  258. margin-left:220px;
  259. font-family:calibri;
  260. font-size:10px;
  261. font-weight:lighter;
  262. text-transform:capitalize;
  263. text-align:left;
  264. position:fixed;
  265. border-left:1px solid {color:Sidebar Link Border};
  266. {block:ifHoverSidebar}
  267. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  268. list-style: none;
  269. -moz-transition-duration: 0.5s;
  270. -o-transition-duration: 0.5s;
  271. -webkit-transition-duration: 0.5s;
  272. transition-duration: 0.5s;
  273. {/block:ifHoverSidebar}
  274. }
  275.  
  276.  
  277. .sidebarlinks a {
  278. color:{color:Text};
  279. padding:3px;
  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. .sidebarlinks a:hover {
  286. color:{color:Link Hover};
  287. text-decoration:underline;
  288. -moz-transition-duration: 0.5s;
  289. -o-transition-duration: 0.5s;
  290. -webkit-transition-duration: 0.5s;
  291. transition-duration: 0.5s;}
  292.  
  293.  
  294. .description {
  295. text-transform:;
  296. width:160px;
  297. padding-left:2px;
  298. padding-bottom:2px;
  299. margin-bottom:0px;
  300. margin-top:10px;
  301. margin-left:-20px;
  302. text-align:right;
  303. font-family:calibri;
  304. font-size:10px;
  305. font-weight:lighter;
  306. color:{color:Text};
  307. letter-spacing:px;
  308. {block:ifHoverSidebar}
  309. margin-top:-0px;
  310. margin-left:30px;
  311. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  312. list-style: none;
  313. -moz-transition-duration: 0.5s;
  314. -o-transition-duration: 0.5s;
  315. -webkit-transition-duration: 0.5s;
  316. transition-duration: 0.5s;
  317. {/block:ifHoverSidebar}
  318. }
  319.  
  320. .description a:hover {
  321. color:{color:Link Hover};
  322. }
  323.  
  324. {block:ifHoverSidebar}
  325. .sidebar:hover .sidebarlinks {
  326. margin-left:220px;margin-top:-25px;filter: alpha(opacity = 100);
  327. opacity:100;-webkit-transition: all 0.5s ease-out;
  328. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  329. }
  330. {/block:ifHoverSidebar}
  331. {block:ifHoverSidebar}
  332. .sidebar:hover .description {
  333. margin-left:30px;margin-top:0px;filter: alpha(opacity = 100);
  334. opacity:100;-webkit-transition: all 0.5s ease-out;
  335. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  336. }
  337. {/block:ifHoverSidebar}
  338.  
  339. .pagination {
  340. {block:ifNotShow400pxposts}
  341. width:500px;
  342. {/block:ifNotShow400pxposts}
  343. {block:ifShow400pxposts}
  344. width:400px;
  345. {/block:ifShow400pxposts}
  346. padding:3px;
  347. text-align:center;
  348. margin-top:10px;
  349. padding-top:5px;
  350. margin-bottom:50px;
  351. font-family:arial;
  352. font-size:11px;
  353. letter-spacing:0px;
  354. font-weight:;
  355. text-transform:lowercase;
  356. border-top:1px solid {color:Sidebar Link Border};
  357. }
  358.  
  359. .pagination a {
  360. padding:3px;
  361. color:{color:Text};
  362. }
  363.  
  364. .pagination a:hover {
  365. color:{color:Link Hover};
  366. }
  367.  
  368. .container {
  369. width:900px;
  370. margin: auto;
  371. margin-top:-8px;
  372. outline:0px solid {color:Posts Border};
  373. }
  374.  
  375. .postscontainer {
  376. max-width:500px;
  377. margin: auto;
  378. margin-top:-60px;
  379. margin-left:350px;
  380. outline:0px solid {color:Posts Border};
  381. }
  382.  
  383. .posts {
  384. font-size: {text:Body Font Size};
  385. font-family: {text:Body Font};
  386. font-weight:lighter;
  387. {block:ifNotShow400pxposts}
  388. width:500px;
  389. {/block:ifNotShow400pxposts}
  390. {block:ifShow400pxposts}
  391. width:400px;
  392. {/block:ifShow400pxposts}
  393. line-height:100%;
  394. margin-top:120px;
  395. text-align:justify;
  396. }
  397.  
  398. .posts img {
  399. {block:ifNotShow400pxposts}
  400. max-width:500px;
  401. {/block:ifNotShow400pxposts}
  402. {block:ifShow400pxposts}
  403. max-width:400px;
  404. {/block:ifShow400pxposts}
  405. }
  406.  
  407. .info {
  408. margin-top:23px;
  409. padding-bottom:1px;
  410. font-family:calibri;
  411. text-align:center;
  412. text-transform:capitalize;
  413. letter-spacing:0px;
  414. font-size:10px;
  415. }
  416.  
  417. .info a {
  418. color:{color:Text};
  419. }
  420.  
  421. .info a:hover {
  422. text-decoration:underline;
  423. color:{color:Link Hover};
  424. }
  425.  
  426. .info2 {
  427. text-align:right;
  428. margin-top:-6px;
  429. font-family:calibri;
  430. text-transform:lowercase;
  431. letter-spacing:0px;
  432. font-size:10px;
  433. }
  434.  
  435. .info2 a {
  436. color:{color:Text};
  437. }
  438.  
  439. .info2 a:hover {
  440. text-decoration:underline;
  441. color:{color:Link Hover};
  442. }
  443.  
  444. .dashicons {
  445. margin-top:5px;
  446. {block:ifNotShow400pxposts}
  447. margin-left:510px;
  448. {/block:ifNotShow400pxposts}
  449. {block:ifShow400pxposts}
  450. margin-left:410px;
  451. {/block:ifShow400pxposts}
  452. padding-bottom:0px;
  453. line-height:0%;
  454. font-family:arial;
  455. text-transform:lowercase;
  456. letter-spacing:0px;
  457. font-size:11px;
  458. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  459. list-style: none;
  460. }
  461.  
  462. .posts:hover .dashicons {
  463. margin-top:5px;filter: alpha(opacity = 100);
  464. opacity:100;-webkit-transition: all 0.5s ease-out;
  465. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  466. }
  467.  
  468. .tags {
  469. {block:ifNotShow400pxposts}
  470. width:500px;
  471. {/block:ifNotShow400pxposts}
  472. {block:ifShow400pxposts}
  473. width:400px;
  474. {/block:ifShow400pxposts}
  475. margin-top:2px;
  476. line-height:110%;
  477. text-transform:none;
  478. font-family:calibri;
  479. letter-spacing:0px;
  480. font-size:10px;
  481. -moz-transition-duration:0.5s;
  482. -webkit-transition-duration:0.5s;
  483. -o-transition-duration:0.5s;
  484. }
  485.  
  486. .tags a {
  487. background-color:none;
  488. color:{color:Link};
  489. }
  490.  
  491. .tags a:hover {
  492. text-decoration:underline;
  493. color:{color:Link Hover};
  494. }
  495.  
  496. .postnote {
  497. {block:ifNotShow400pxposts}
  498. width:500px;
  499. {/block:ifNotShow400pxposts}
  500. {block:ifShow400pxposts}
  501. width:400px;
  502. {/block:ifShow400pxposts}
  503. text-transform:lowercase;
  504. font-size: {text:Body Font Size};
  505. font-family: {text:Body Font};
  506. text-align:left;
  507. line-height:90%;
  508. margin-top:40px;
  509. }
  510.  
  511. .postnote li {
  512. list-style-type:none;
  513. border-bottom:1px solid {color:Info Border};
  514. padding:20px 0px 3px 0px;
  515. padding-bottom:5px;
  516. text-align:left;
  517. margin:0px;
  518. -moz-transition-duration:0.5s;
  519. -webkit-transition-duration:0.5s;
  520. -o-transition-duration:0.5s;
  521. }
  522.  
  523. .postnote img {
  524. width:20px;
  525. padding: 3px;
  526. margin:2px 7px -3px 6px;
  527. text-align:left;
  528. margin:2px 7px -3px 6px;
  529. border:2px solid {color:Info Border};
  530. border-radius:100px;
  531. -webkit-border-radius:100px;
  532. -moz-border-radius:100px;
  533. }
  534.  
  535. .music {
  536. width:500px;
  537. {block:ifShow400pxposts}
  538. width:400px;
  539. {/block:ifShow400pxposts}
  540. padding-bottom:10px;
  541. }
  542.  
  543. .albumart {
  544. float:left;
  545. }
  546.  
  547. .albumart img {
  548. width:50px;
  549. padding: 3px;
  550. margin:2px 7px -3px 6px;
  551. border:2px solid {color:Info Border};
  552. border-radius:100px;
  553. -webkit-border-radius:100px;
  554. -moz-border-radius:100px;
  555. }
  556.  
  557. .playercontainer {
  558. text-align:left;
  559. padding-top:15px;
  560. width:450px;
  561. {block:ifShow400pxposts}
  562. width:350px;
  563. {/block:ifShow400pxposts}
  564. }
  565.  
  566. .musicinfo {
  567. padding:10px;
  568. margin-top:20px;
  569. font-size: {text:Body Font Size};
  570. font-family: {text:Body Font};
  571. color:{color:Text};
  572. }
  573.  
  574. .quote {
  575. font-size: {text:Body Font Size};
  576. font-family: {text:Body Font};
  577. letter-spacing:0px;
  578. line-height:90%;
  579. font-weight:normal;
  580. text-align:center;
  581. text-transform:lowercase;
  582. }
  583.  
  584. .source {
  585. font-family:calibri;
  586. font-size:10px;
  587. font-style:normal;
  588. text-align:center;
  589. line-height:17px;
  590. }
  591.  
  592. .chat ol {
  593. font-size: {text:Body Font Size};
  594. font-family: {text:Body Font};
  595. line-height:100%;
  596. padding:0px;
  597. list-style:none;
  598. }
  599. .label {
  600. text-transform:lowercase;
  601. font-size: {text:Body Font Size};
  602. font-family: {text:Body Font};
  603. font-weight:bold;
  604. color:{color:Text};
  605. }
  606. .line.odd {
  607. padding:4px;
  608. margin-bottom:2px;
  609. }
  610. .line.even {
  611. padding:4px;
  612. margin-bottom:2px;
  613. }
  614.  
  615. .ask {
  616. {block:ifNotShow400pxposts}
  617. width:500px;
  618. {/block:ifNotShow400pxposts}
  619. {block:ifShow400pxposts}
  620. width:400px;
  621. {/block:ifShow400pxposts}
  622. font-size: {text:Body Font Size};
  623. font-family: {text:Body Font};
  624. text-transform:capitalize;
  625. text-align:left;
  626. font-weight: 100;
  627. line-height: 120%;
  628. padding-top:4px;
  629. padding-left:7px;
  630. padding-bottom:8px;
  631. border-bottom: 1px solid {color:Questions Border};
  632. }
  633.  
  634. .ask a {
  635. color:{color:Text};
  636. }
  637.  
  638. .question {
  639. {block:ifNotShow400pxposts}
  640. width:500px;
  641. {/block:ifNotShow400pxposts}
  642. {block:ifShow400pxposts}
  643. width:400px;
  644. {/block:ifShow400pxposts}
  645. letter-spacing:0px;
  646. margin-top:3px;
  647. padding-left:7px;
  648. padding-bottom:8px;
  649. text-align:justify;
  650. color:{color:Text};
  651. font-size: {text:Body Font Size};
  652. font-family: {text:Body Font};
  653. }
  654.  
  655. .answer {
  656. {block:ifNotShow400pxposts}
  657. width:500px;
  658. {/block:ifNotShow400pxposts}
  659. {block:ifShow400pxposts}
  660. width:400px;
  661. {/block:ifShow400pxposts}
  662. letter-spacing:0px;
  663. text-align:justify;
  664. padding-top:5px;
  665. line-height: 120%;
  666. margin-bottom:1px;
  667. font-size: {text:Body Font Size};
  668. font-family: {text:Body Font};
  669. color:{color:Text};
  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:8px;
  681. font-weight:normal;
  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. font-style:normal;
  692. padding:3px;
  693. color:{color:Link};
  694. -moz-transition-duration:0.5s;
  695. -webkit-transition-duration:0.5s;
  696. -o-transition-duration:0.5s;
  697. }
  698.  
  699. </style>
  700. </head>
  701.  
  702. <body>
  703. <div class="container">
  704. <div class="sidebar">
  705. <center>
  706. {block:ifShowSidebarImage}
  707. <img src="{image:sidebar}" class="sidebarimage">
  708. {/block:ifShowSidebarImage}
  709. <div class="title">
  710. {text:Title}</div>
  711. <div class="sidebarlinks">
  712. <a href="/">index</a>
  713. <br><a href="/ask">ask</a>
  714. {block:ifShowLink1}<br>
  715. <a href="{text:link1 url}">{text:link1}</a>
  716. {/block:IfShowLink1}<br>
  717. {block:ifShowLink2}
  718. <a href="{text:link2 url}">{text:link2}</a>
  719. {/block:IfShowLink2}<br>
  720. {block:ifShowLink3}
  721. <a href="{text:link3 url}">{text:link3}</a>
  722. {/block:IfShowLink3}<br>
  723. {block:ifShowLink4}
  724. <a href="{text:link4 url}">{text:link4}</a>
  725. {/block:IfShowLink4}
  726. </div>
  727. <div class="description">
  728. {description}
  729. </div>
  730. </div>
  731.  
  732.  
  733.  
  734. <div class="postscontainer">
  735. {block:Posts}
  736.  
  737. <div class="posts">
  738.  
  739. <div class="dashicons">
  740. {ReblogButton size="13"}
  741. </div>
  742.  
  743. {block:Text}
  744. {block:Title}<h2>{Title}</h2>{/block:Title}
  745. {Body}
  746. {/block:Text}
  747.  
  748. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  749.  
  750. {/block:Quote}
  751.  
  752. {block:Link}
  753. <h2><a href="{URL}">{Name}</a></h2>
  754. {block:Description}{Description}{/block:Description}
  755. {/block:Link}
  756.  
  757. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  758. </ol></div>{/block:Chat}
  759.  
  760. {block:Answer}<div class="ask"><span style="font-weight:bold;">{Asker}:</span><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  761.  
  762. {block:Photo}
  763. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  764. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  765. {/block:Photo}
  766.  
  767. {block:Photoset}
  768. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  769. {block:Caption}{Caption}{/block:Caption}
  770. {/block:Photoset}
  771.  
  772. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  773. <div class="playercontainer">{AudioPlayerWhite}</div>
  774. <br><div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}
  775. {/block:ExternalAudio}</div>
  776. </div>
  777. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  778.  
  779. {block:Video}
  780. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  781. {block:Caption}{Caption}{/block:Caption}
  782. {/block:Video}
  783.  
  784. {block:Date}<div class="info"><span style="text-transform:capitalize;"><a href="{Permalink}"><a title="{timeago}" href="{Permalink}">{12HourWithZero}:{Minutes} {CapitalAmPm}</a>{block:NoteCount}  {NoteCount}{/block:NoteCount} </span> {block:RebloggedFrom}{block:ContentSource}<span style="color:{color:linkinfo}"><a href="{SourceURL}"></a> <a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">©</a></span>{/block:ContentSource} <a href="{ReblogParentURL}">{ReblogParentName}</a></span>{/block:RebloggedFrom} <span style="text-transform:none;">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</span></div>{/block:Date}
  785.  
  786.  
  787. <div class="postnote">
  788. {block:PostNotes}{PostNotes}{/block:PostNotes}
  789. </div>
  790. {/block:Posts}
  791.  
  792. {block:Pagination}
  793. <div class="pagination">
  794. {block:PreviousPage}
  795. <a href="{PreviousPage}">←</a>
  796. {/block:PreviousPage}
  797. {block:NextPage}
  798. <a href="{NextPage}"> →</a>
  799. {/block:NextPage}
  800. </div>
  801. {/block:Pagination}
  802.  
  803. <div class="credit"><div class="credit"><a href="http://britishrobert.tumblr.com/"><u>britishrobert</a></u></div>
  804.  
  805. </div>
  806. </div>
  807. </div>
  808. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement