sexycullen

# 61 4

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