sexycullen

# 59

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