sexycullen

# 68

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