sexycullen

# 70

May 3rd, 2014
1,783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.91 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 # 70
  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="#333333">
  24. <meta name="color:Link Hover" content="#9D9D9D">
  25. <meta name="color:Text" content="#333333">
  26. <meta name="color:Title" content="#333333">
  27. <meta name="color:Scrollbar" content="#000000">
  28. <meta name="color:Blockquote" content="#EAEAEA">
  29. <meta name="color:Questions Border" content="#FBFBFB">
  30. <meta name="color:Info Border" content="#F5F5F5">
  31. <meta name="color:Sidebar Img Border" content="#F5F5F5">
  32. <meta name="color:Sidebar Link Border" content="#F5F5F5">
  33.  
  34. <meta name="text:Body Font Size" content="9px"/>
  35. <meta name="text:Body Font" content="Arial"/>
  36.  
  37. <meta name="image:Sidebar" content=""/>
  38. <meta name="text:Title" content="">
  39.  
  40. <meta name="if:Show Sidebar Border" content="1"/>
  41. <meta name="if:Show 400px posts" content="0"/>
  42. <meta name="if:Hover Tags" content="1"/>
  43. <meta name="if:Show Title" 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. <meta name="if:Show Link4" content="0" />
  48.  
  49. <meta name="text:link1" content="">
  50. <meta name="text:link1 url" content="/">
  51. <meta name="text:link2" content="">
  52. <meta name="text:link2 url" content="/">
  53. <meta name="text:link3" content="">
  54. <meta name="text:link3 url" content="/">
  55. <meta name="text:link4" content="">
  56. <meta name="text:link4 url" content="/">
  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=Cutive+Mono' 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. <link href='http://fonts.googleapis.com/css?family=Oranienbaum&subset=latin,latin-ext,cyrillic-ext,cyrillic' rel='stylesheet' type='text/css'>
  69.  
  70. <style type="text/css">
  71.  
  72. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  73. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  74. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  75.  
  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-top:80px;
  164. margin-left:-40px;
  165. }
  166.  
  167. .sidebar a {
  168. color:{color:Link};
  169. }
  170.  
  171. .sidebar a:hover {
  172. color:{color:Link Hover};
  173. }
  174.  
  175. .title {
  176. width:245px;
  177. padding:3px;
  178. margin-bottom:4px;
  179. text-align:center;
  180. font-family:arial;
  181. font-size:8px;
  182. font-weight:lighter;
  183. letter-spacing:2px;
  184. line-height:100%;
  185. text-transform:uppercase;
  186. color:{color:Title};
  187. }
  188.  
  189. .sidebarlinks {
  190. width:245px;
  191. margin-bottom:5px;
  192. line-height:100%;
  193. letter-spacing:1px;
  194. text-transform:lowercase;
  195. font-family:arial;
  196. font-size:9px;
  197. font-weight:lighter;
  198. text-align:center;
  199. padding-top:3px;
  200. border-top:0px solid {color:Sidebar Link Border};
  201. }
  202.  
  203. .sidebarlinks a {
  204. text-decoration:underline;
  205. color:{color:Link};
  206. padding:3px;
  207. -moz-transition-duration: 0.5s;
  208. -o-transition-duration: 0.5s;
  209. -webkit-transition-duration: 0.5s;
  210. transition-duration: 0.5s;
  211. }
  212.  
  213. .sidebarlinks a:hover {
  214. color:{color:Link Hover};
  215. text-decoration:underline;
  216. -moz-transition-duration: 0.5s;
  217. -o-transition-duration: 0.5s;
  218. -webkit-transition-duration: 0.5s;
  219. transition-duration: 0.5s;
  220. }
  221.  
  222. .sidebarimage {
  223. width:245px;
  224. margin-left:0px;
  225. margin-bottom:4px;
  226. padding:3px;
  227. {block:ifShowSidebarBorder}
  228. border-radius:100px;
  229. border:1px solid {color:Sidebar Img Border};
  230. -webkit-border-radius:7px;
  231. -moz-border-radius:0px;
  232. {/block:ifShowSidebarBorder}
  233. }
  234.  
  235. .description {
  236. padding:3px;
  237. text-transform:lowercase;
  238. width:245px;
  239. margin-left:0px;
  240. margin-bottom:5px;
  241. margin-top:0px;
  242. line-height:120%;
  243. text-align:center;
  244. font-size:11px;
  245. font-weight:;
  246. font-family:arial;
  247. color:{color:text};
  248. letter-spacing:0;
  249. padding-left:3px;
  250. }
  251.  
  252. .description a:hover {
  253. color:{color:Hover};
  254. }
  255.  
  256. .pagination {
  257. width:245px;
  258. line-height:190%;
  259. margin-top:0px;
  260. margin-left:0px;
  261. font-family:arial;
  262. font-size:8px;
  263. text-transform:lowercase;
  264. letter-spacing:1px;
  265. font-style:normal;
  266. text-align:center;
  267. }
  268.  
  269. .pagination a {
  270. border-top:1px solid {color:Sidebar Link Border};
  271. padding:4px;
  272. text-align:left;
  273. color:{color:text};
  274. }
  275.  
  276. .pagination a:hover {
  277. color:{color:Link Hover};
  278. }
  279.  
  280. .container {
  281. width:900px;
  282. margin: -40px 50px 75px;
  283. outline:0px solid {color:Posts Border};
  284. }
  285.  
  286.  
  287. .postscontainer {
  288. {block:ifNotShow400pxposts}
  289. width:500px;
  290. {/block:ifNotShow400pxposts}
  291. {block:ifShow400pxposts}
  292. width:400px;
  293. {/block:ifShow400pxposts}
  294. padding:0px;
  295. margin-left:280px;
  296. outline:0px solid {color:Posts Border};
  297. }
  298.  
  299. .posts {
  300. font-size: {text:Body Font Size};
  301. font-family: {text:Body Font};
  302. font-weight:lighter;
  303. {block:ifNotShow400pxposts}
  304. width:500px;
  305. {/block:ifNotShow400pxposts}
  306. {block:ifShow400pxposts}
  307. width:400px;
  308. {/block:ifShow400pxposts}
  309. line-height:100%;
  310. margin-top:120px;
  311. margin-left:0px;
  312. padding-top:5px;
  313. text-align:justify;
  314. }
  315.  
  316. .posts img {
  317. {block:ifNotShow400pxposts}
  318. max-width:500px;
  319. {/block:ifNotShow400pxposts}
  320. {block:ifShow400pxposts}
  321. max-width:400px;
  322. {/block:ifShow400pxposts}
  323. }
  324.  
  325. .info {
  326. text-align:center;
  327. font-size:7px;
  328. font-weight:lighter;
  329. font-family:arial;
  330. letter-spacing:2px;
  331. text-transform:uppercase;
  332. line-height:12px;
  333. margin-top:17px;
  334. padding:5px;
  335. border-left: 0px solid {color:Info Border};
  336. }
  337.  
  338. .info a {
  339. color:{color:Link};
  340. }
  341.  
  342. .info a:hover {
  343. color:{color:Link Hover};
  344. }
  345.  
  346. .postscontainer:hover .tags {
  347. {block:ifHoverTags}
  348. margin-top:-3px;filter: alpha(opacity = 100);
  349. opacity:100;-webkit-transition: all 0.5s ease-out;
  350. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  351. {/block:ifHoverTags}}
  352.  
  353. .tags {{block:ifHoverTags}
  354. -webkit-transition:0.7s ease; position:absolute; text-transform:uppercase; opacity:0;
  355. {/block:ifHoverTags}
  356. {block:ifNotShow400pxposts}
  357. width:500px;
  358. {/block:ifNotShow400pxposts}
  359. {block:ifShow400pxposts}
  360. width:400px;
  361. {/block:ifShow400pxposts}
  362. text-transform:none;
  363. margin-top:-3px;
  364. line-height:140%;
  365. text-align:center;
  366. font-size:10px;
  367. font-family:arial;
  368. letter-spacing:0px;
  369. padding:2px;
  370. border-top:0px solid {color:infobg};
  371. -moz-transition-duration:0.5s;
  372. -webkit-transition-duration:0.5s;
  373. -o-transition-duration:0.5s;
  374. }
  375.  
  376. .tags a {
  377. background-color:none;
  378. color:{color:Link};
  379. }
  380.  
  381. .tags a:hover {
  382. text-decoration:underline;
  383. color:{color:Link Hover};
  384. }
  385.  
  386. .postnote {
  387. {block:ifNotShow400pxposts}
  388. width:500px;
  389. {/block:ifNotShow400pxposts}
  390. {block:ifShow400pxposts}
  391. width:400px;
  392. {/block:ifShow400pxposts}
  393. font-family:calibri;
  394. text-transform:lowercase;
  395. font-style:normal;
  396. letter-spacing:0px;
  397. font-size:10px;
  398. text-align:left;
  399. line-height:90%;
  400. margin-top:40px;
  401. }
  402.  
  403. .postnote li {
  404. list-style-type:none;
  405. border-bottom:1px solid {color:Questions Border};
  406. padding:37px 0px 3px 0px;
  407. text-align:left;
  408. margin:0px;
  409. -moz-transition-duration:0.5s;
  410. -webkit-transition-duration:0.5s;
  411. -o-transition-duration:0.5s;
  412. }
  413.  
  414. .postnote img {
  415. align: left;
  416. margin: 0px 2px -4px 1px;
  417. padding: 3px;
  418. }
  419.  
  420. .music {
  421. width:500px;
  422. {block:ifShow400pxposts}
  423. width:400px;
  424. {/block:ifShow400pxposts}
  425. padding-bottom:10px;
  426. }
  427.  
  428. .albumart {
  429. float:left;
  430. padding:10px 10px 10px 0px;
  431. }
  432.  
  433. .albumart img {
  434. width:30px;
  435. padding: 3px;
  436. margin:2px 7px -3px 6px;
  437. border:2px solid {color:Info Border};
  438. border-radius:100px;
  439. -webkit-border-radius:100px;
  440. -moz-border-radius:100px;
  441. }
  442.  
  443. .playercontainer {
  444. text-align:left;
  445. padding:5px 5px -5px;
  446. width:480px;
  447. }
  448.  
  449. .musicinfo {
  450. padding:10px;
  451. margin-top:9px;
  452. color:{color:text};
  453. }
  454.  
  455. .quote {
  456. font-size:18px;
  457. font-family:Open Sans Condensed;
  458. letter-spacing:0px;
  459. line-height:90%;
  460. font-weight:normal;
  461. text-align:center;
  462. text-transform:lowercase;
  463. }
  464.  
  465. .source {
  466. font-family:calibri;
  467. font-size:10px;
  468. font-style:normal;
  469. text-align:center;
  470. line-height:17px;
  471. }
  472.  
  473. .chat ol {
  474. font-family:Open Sans Condensed;
  475. font-size:12px;
  476. line-height:100%;
  477. padding:0px;
  478. list-style:none;
  479. }
  480. .label {
  481. font-family:Open Sans Condensed;
  482. text-transform:lowercase;
  483. font-size:12px;
  484. font-weight:bold;
  485. color:{color:Text};
  486. }
  487. .line.odd {
  488. padding:4px;
  489. margin-bottom:2px;
  490. }
  491. .line.even {
  492. padding:4px;
  493. margin-bottom:2px;
  494. }
  495.  
  496. .ask {
  497. font-size:18px;
  498. font-family:Open Sans Condensed;
  499. letter-spacing:0px;
  500. text-align:left;
  501. margin-top:3px;
  502. text-transform:lowercase;
  503. }
  504.  
  505. .question {
  506. {block:ifNotShow400pxposts}
  507. width:500px;
  508. {/block:ifNotShow400pxposts}
  509. {block:ifShow400pxposts}
  510. width:400px;
  511. {/block:ifShow400pxposts}
  512. letter-spacing:0px;
  513. margin-top:10px;
  514. padding-bottom:4px;
  515. text-align:justify;
  516. color:{color:Text};
  517. border-bottom: 1px solid {color:Questions Border};
  518. }
  519.  
  520. .answer {
  521. {block:ifNotShow400pxposts}
  522. width:500px;
  523. {/block:ifNotShow400pxposts}
  524. {block:ifShow400pxposts}
  525. width:400px;
  526. {/block:ifShow400pxposts}
  527. letter-spacing:0px;
  528. text-align:justify;
  529. padding-top:5px;
  530. margin-bottom:1px;
  531. color:{color:Text};
  532. }
  533.  
  534. .askimg {
  535. padding: 3px;
  536. margin:2px 7px -3px 6px;
  537. border:2px solid {color:Info Border};
  538. border-radius:100px;
  539. -webkit-border-radius:100px;
  540. -moz-border-radius:100px;
  541. }
  542.  
  543. .credit {
  544. position:fixed;
  545. font-family:calibri;
  546. font-size:8px;
  547. font-weight:normal;
  548. line-height:150%;
  549. letter-spacing:0px;
  550. right:5px;
  551. bottom:20px;
  552. text-transform:uppercase;
  553. text-align:center;
  554. }
  555.  
  556. .credit a {
  557. font-style:normal;
  558. padding:3px;
  559. color:{color:Link};
  560. -moz-transition-duration:0.5s;
  561. -webkit-transition-duration:0.5s;
  562. -o-transition-duration:0.5s;
  563. }
  564.  
  565. </style>
  566. </head>
  567.  
  568. <body>
  569. <div class="container">
  570. <div class="sidebar">
  571. {block:ifShowTitle}
  572. <div class="title">
  573. {text:Title}</div>
  574. {/block:IfShowTitle}
  575. <a href="/">
  576. <center>
  577. <img src="{image:sidebar}" class="sidebarimage">
  578. </a>
  579. <div class="sidebarlinks">
  580. <a href="/">index</a>
  581. <a href="/ask">ask</a>
  582. {block:ifShowLink1}
  583. <a href="{text:link1 url}">{text:link1}</a>
  584. {/block:IfShowLink1}
  585. {block:ifShowLink2}
  586. <a href="{text:link2 url}">{text:link2}</a>
  587. {/block:IfShowLink2}
  588. {block:ifShowLink3}
  589. <a href="{text:link3 url}">{text:link3}</a>
  590. {/block:IfShowLink3}
  591. {block:ifShowLink4}
  592. <a href="{text:link4 url}">{text:link4}</a>
  593. {/block:IfShowLink4}
  594. </div>
  595. <div class="description">
  596. {Description}
  597. </div>
  598. {block:Pagination}
  599. <div class="pagination">
  600. {block:PreviousPage}
  601. <a href="{PreviousPage}">back</a>
  602. {/block:PreviousPage}
  603. {block:CurrentPage}
  604. <span class="current_page">{PageNumber}</span>
  605. {/block:CurrentPage}
  606. {block:NextPage}
  607. <a href="{NextPage}">next</a>
  608. {/block:NextPage}
  609. </div>
  610. {/block:Pagination}
  611. </div>
  612.  
  613.  
  614.  
  615. <div class="postscontainer">
  616. {block:Posts}
  617.  
  618. <div class="posts">
  619.  
  620. {block:Text}
  621. {block:Title}<h2>{Title}</h2>{/block:Title}
  622. {Body}
  623. {/block:Text}
  624.  
  625. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  626.  
  627. {/block:Quote}
  628.  
  629. {block:Link}
  630. <h2><a href="{URL}">{Name}</a></h2>
  631. {block:Description}{Description}{/block:Description}
  632. {/block:Link}
  633.  
  634. {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}
  635. </ol></div>{/block:Chat}
  636.  
  637. {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}
  638.  
  639. {block:Photo}
  640. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  641. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  642. {/block:Photo}
  643.  
  644. {block:Photoset}
  645. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  646. {block:Caption}{Caption}{/block:Caption}
  647. {/block:Photoset}
  648.  
  649. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  650. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  651. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  652. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  653. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  654.  
  655. {block:Video}
  656. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  657. {block:Caption}{Caption}{/block:Caption}
  658. {/block:Video}
  659.  
  660. {block:Date}<div class="info">{ShortMonth} <a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}</a>{block:NoteCount} {NoteCount}{/block:NoteCount} <span style="font-size:7px;"><a href="{ReblogURL}">reblog</a></span></div>{/block:Date}
  661.  
  662. <center>{block:PermalinkPage}<span style="font-size:8px;letter-spacing:1px;font-family:arial;font-weight:lighter;text-transform:lowercase;">{block:RebloggedFrom} <span style="color:{color:link};"> <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} © <span style="color:{color:link};"><a href="{SourceURL}"></a><a href="{ReblogRootURL}">{ReblogRootName}</a></span>{/block:ContentSource}{/block:RebloggedFrom}
  663. {/block:PermalinkPage}</center>
  664.  
  665. {block:HasTags}
  666. <div class="tags">
  667. {block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}</div>
  668. {/block:HasTags}
  669.  
  670. <div class="postnote">
  671. {block:PostNotes}{PostNotes}{/block:PostNotes}
  672. </div>
  673.  
  674. </div>
  675. {/block:Posts}
  676.  
  677. <div class="credit"><a href="http://britishrobert.tumblr.com/"><u>britishrobert</a></u></div>
  678.  
  679. </div>
  680. </div>
  681. </div>
  682.  
  683.  
  684.  
  685.  
  686. </body>
Advertisement
Add Comment
Please, Sign In to add comment