sexycullen

# 66

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