sexycullen

# 97

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