sexycullen

# 62

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