sexycullen

# 64

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