sexycullen

# 73 2

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