Advertisement
sexycullen

# 108

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