sexycullen

# 81 2

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