sexycullen

# 69 (59 3)

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