Advertisement
sexycullen

# 108 2

Nov 21st, 2014
1,076
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.33 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 2
  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. code {
  143. font-size: {text:Body Font Size};
  144. font-family: {text:Body Font};
  145. }
  146.  
  147. body {
  148. color: {color:Text};
  149. line-height:120%;
  150. background-color:{color:Background};
  151. }
  152.  
  153. a {
  154. color: {color:Link};
  155. text-decoration: none;
  156. -moz-transition-duration: 0.5s;
  157. -o-transition-duration: 0.5s;
  158. -webkit-transition-duration: 0.5s;
  159. transition-duration: 0.5s;
  160. }
  161.  
  162. a:hover {
  163. color: {color:Link Hover};
  164. text-decoration:underline;
  165. -moz-transition-duration: 0.5s;
  166. -o-transition-duration: 0.5s;
  167. -webkit-transition-duration: 0.5s;
  168. transition-duration: 0.5s;
  169. }
  170.  
  171. .sidebar {
  172. width:270px;
  173. position: fixed;
  174. margin-top:70px;
  175. margin-left:10px;
  176. }
  177.  
  178. .sidebarimage {
  179. width:245px;
  180. margin-bottom:8px;
  181. }
  182.  
  183. .sidebarlinks {
  184. width:270px;
  185. padding-bottom:3px;
  186. margin-bottom:3px;
  187. font-size:10px;
  188. font-family:calibri;
  189. font-weight:100;
  190. text-transform:capitalize;
  191. text-align:center;
  192. border-bottom:1px solid {color:Sidebar Link Border};
  193. }
  194.  
  195. .sidebarlinks a {
  196. color:{color:Text};
  197. padding:2px;
  198. -moz-transition-duration: 0.5s;
  199. -o-transition-duration: 0.5s;
  200. -webkit-transition-duration: 0.5s;
  201. transition-duration: 0.5s;
  202. }
  203.  
  204. .sidebarlinks a:hover {
  205. color:{color:Link Hover};
  206. text-decoration:underline;
  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. .description {
  214. width:270px;
  215. padding:2px;
  216. padding-bottom:4px;
  217. line-height:120%;
  218. text-align:center;
  219. font-size:10px;
  220. font-weight:100;
  221. font-family:calibri;
  222. color:{color:Text};
  223. }
  224.  
  225. .description a {
  226. color:{color:Link};
  227. }
  228.  
  229. .description a:hover {
  230. color:{color:Link Hover};
  231. }
  232.  
  233. .pagination {
  234. font-family:arial;
  235. text-align:center;
  236. font-size:14px;
  237. font-weight:100;
  238. text-align:center;
  239. }
  240.  
  241. .pagination a {
  242. color:{color:Text};
  243. padding:3px;
  244. -moz-transition-duration: 0.5s;
  245. -o-transition-duration: 0.5s;
  246. -webkit-transition-duration: 0.5s;
  247. transition-duration: 0.5s;
  248. }
  249.  
  250. .pagination a:hover {
  251. color:{color:Link Hover};
  252. text-decoration:underline;
  253. -moz-transition-duration: 0.5s;
  254. -o-transition-duration: 0.5s;
  255. -webkit-transition-duration: 0.5s;
  256. transition-duration: 0.5s;
  257. }
  258.  
  259. .container {
  260. width:900px;
  261. margin: auto;
  262. margin-top:-8px;
  263. }
  264.  
  265. .postscontainer {
  266. {block:ifNotShow400pxposts}
  267. max-width:500px;
  268. {/block:ifNotShow400pxposts}
  269. {block:ifShow400pxposts}
  270. max-width:400px;
  271. {/block:ifShow400pxposts}
  272. margin: auto;
  273. margin-top:-60px;
  274. margin-left:350px;
  275. }
  276.  
  277. .posts {
  278. {block:ifNotShow400pxposts}
  279. width:500px;
  280. {/block:ifNotShow400pxposts}
  281. {block:ifShow400pxposts}
  282. width:400px;
  283. {/block:ifShow400pxposts}
  284. line-height:100%;
  285. font-size: {text:Body Font Size};
  286. font-family: {text:Body Font};
  287. font-weight:100;
  288. margin-top:120px;
  289. text-align:justify;
  290. }
  291.  
  292. .posts img {
  293. {block:ifNotShow400pxposts}
  294. max-width:500px;
  295. {/block:ifNotShow400pxposts}
  296. {block:ifShow400pxposts}
  297. max-width:400px;
  298. {/block:ifShow400pxposts}
  299. }
  300.  
  301. .info {
  302. margin-top:30px;
  303. padding-top:8px;
  304. padding-bottom:8px;
  305. margin-bottom:1px;
  306. text-align:left;
  307. font-size:10px;
  308. font-weight:100;
  309. line-height:120%;
  310. font-family:calibri;
  311. color:{color:Text};
  312. border-top:1px solid {color:Info Border};
  313. }
  314.  
  315. .info a {
  316. color:{color:Text};
  317. }
  318.  
  319. .info a:hover {
  320. text-decoration:underline;
  321. color:{color:Link Hover};
  322. }
  323.  
  324. .info2 {
  325. text-align:left;
  326. margin-top:-20px;
  327. padding-top:2px;
  328. font-size:10px;
  329. font-weight:100;
  330. text-transform:lowercase;
  331. font-family:calibri;
  332. color:{color:Text};
  333. }
  334.  
  335. .tags {
  336. {block:ifNotShow400pxposts}
  337. width:500px;
  338. {/block:ifNotShow400pxposts}
  339. {block:ifShow400pxposts}
  340. width:400px;
  341. {/block:ifShow400pxposts}
  342. position:absolute;
  343. margin-top:8px;
  344. font-weight:100;
  345. line-height:100%;
  346. font-family:calibri;
  347. font-size:10px;
  348. text-align:left;
  349. }
  350.  
  351. .tags a {
  352. color:{color:Link};
  353. }
  354.  
  355. .tags a:hover {
  356. text-decoration:underline;
  357. color:{color:Link Hover};
  358. }
  359.  
  360. .postnote {
  361. {block:ifNotShow400pxposts}
  362. width:500px;
  363. {/block:ifNotShow400pxposts}
  364. {block:ifShow400pxposts}
  365. width:400px;
  366. {/block:ifShow400pxposts}
  367. text-transform:lowercase;
  368. font-size: {text:Body Font Size};
  369. font-family: {text:Body Font};
  370. text-align:left;
  371. line-height:90%;
  372. margin-top:40px;
  373. }
  374.  
  375. .postnote li {
  376. list-style-type:none;
  377. border-bottom:1px solid {color:Info Border};
  378. padding:20px 0px 3px 0px;
  379. padding-bottom:5px;
  380. text-align:left;
  381. margin:0px;
  382. -moz-transition-duration:0.5s;
  383. -webkit-transition-duration:0.5s;
  384. -o-transition-duration:0.5s;
  385. }
  386.  
  387. .postnote img {
  388. width:20px;
  389. padding: 3px;
  390. margin:2px 7px -3px 6px;
  391. text-align:left;
  392. margin:2px 7px -3px 6px;
  393. border:2px solid {color:Info Border};
  394. border-radius:100px;
  395. -webkit-border-radius:100px;
  396. -moz-border-radius:100px;
  397. }
  398.  
  399. .music {
  400. width:500px;
  401. {block:ifShow400pxposts}
  402. width:400px;
  403. {/block:ifShow400pxposts}
  404. padding-bottom:10px;
  405. }
  406.  
  407. .albumart {
  408. float:left;
  409. }
  410.  
  411. .albumart img {
  412. width:50px;
  413. padding: 3px;
  414. margin:2px 7px -3px 6px;
  415. border:2px solid {color:Info Border};
  416. border-radius:100px;
  417. -webkit-border-radius:100px;
  418. -moz-border-radius:100px;
  419. }
  420.  
  421. .playercontainer {
  422. text-align:left;
  423. padding-top:15px;
  424. width:450px;
  425. {block:ifShow400pxposts}
  426. width:350px;
  427. {/block:ifShow400pxposts}
  428. }
  429.  
  430. .musicinfo {
  431. padding:10px;
  432. margin-top:20px;
  433. font-size: {text:Body Font Size};
  434. font-family: {text:Body Font};
  435. color:{color:Text};
  436. }
  437.  
  438. .quote {
  439. font-size: {text:Body Font Size};
  440. font-family: {text:Body Font};
  441. letter-spacing:0px;
  442. line-height:90%;
  443. font-weight:normal;
  444. text-align:center;
  445. }
  446.  
  447. .source {
  448. font-family:calibri;
  449. font-size:10px;
  450. font-style:normal;
  451. text-align:center;
  452. line-height:17px;
  453. }
  454.  
  455. .chat ol {
  456. font-size: {text:Body Font Size};
  457. font-family: {text:Body Font};
  458. line-height:100%;
  459. padding:0px;
  460. list-style:none;
  461. }
  462.  
  463. .label {
  464. font-size: {text:Body Font Size};
  465. font-family: {text:Body Font};
  466. font-weight:bold;
  467. color:{color:Text};
  468. }
  469.  
  470. .line.odd {
  471. padding:4px;
  472. margin-bottom:2px;
  473. }
  474.  
  475. .line.even {
  476. padding:4px;
  477. margin-bottom:2px;
  478. }
  479.  
  480. .ask {
  481. {block:ifNotShow400pxposts}
  482. width:500px;
  483. {/block:ifNotShow400pxposts}
  484. {block:ifShow400pxposts}
  485. width:400px;
  486. {/block:ifShow400pxposts}
  487. font-size: {text:Body Font Size};
  488. font-family: {text:Body Font};
  489. text-transform:capitalize;
  490. text-align:left;
  491. font-weight: 100;
  492. line-height: 120%;
  493. padding-top:4px;
  494. padding-left:7px;
  495. padding-bottom:8px;
  496. border-bottom: 1px solid {color:Questions Border};
  497. }
  498.  
  499. .ask a {
  500. color:{color:Text};
  501. }
  502.  
  503. .question {
  504. letter-spacing:0px;
  505. margin-top:3px;
  506. padding-left:7px;
  507. padding-bottom:8px;
  508. text-align:justify;
  509. color:{color:Text};
  510. font-size: {text:Body Font Size};
  511. font-family: {text:Body Font};
  512. }
  513.  
  514. .answer {
  515. {block:ifNotShow400pxposts}
  516. width:500px;
  517. {/block:ifNotShow400pxposts}
  518. {block:ifShow400pxposts}
  519. width:400px;
  520. {/block:ifShow400pxposts}
  521. letter-spacing:0px;
  522. text-align:justify;
  523. padding-top:5px;
  524. line-height: 120%;
  525. margin-bottom:1px;
  526. font-size: {text:Body Font Size};
  527. font-family: {text:Body Font};
  528. color:{color:Text};
  529. }
  530.  
  531. .askimg {
  532. padding: 3px;
  533. margin:2px 7px -3px 6px;
  534. }
  535.  
  536. .credit {
  537. position:fixed;
  538. font-family:calibri;
  539. font-size:8px;
  540. font-weight:normal;
  541. line-height:150%;
  542. letter-spacing:0px;
  543. right:5px;
  544. bottom:20px;
  545. text-transform:uppercase;
  546. text-align:center;
  547. }
  548.  
  549. .credit a {
  550. font-style:normal;
  551. padding:3px;
  552. color:{color:text};
  553. -moz-transition-duration:0.5s;
  554. -webkit-transition-duration:0.5s;
  555. -o-transition-duration:0.5s;
  556. }
  557.  
  558. </style>
  559. </head>
  560.  
  561. <body>
  562. <div class="container">
  563. <div class="sidebar">
  564. <center>
  565. <img src="{image:sidebar}" class="sidebarimage">
  566. </center>
  567. <div class="sidebarlinks">
  568. <a href="/">index</a>
  569. <a href="/ask">ask</a>
  570. {block:ifShowLink1}
  571. <a href="{text:link1 url}">{text:link1}</a>
  572. {/block:IfShowLink1}
  573. {block:ifShowLink2}
  574. <a href="{text:link2 url}">{text:link2}</a>
  575. {/block:IfShowLink2}
  576. {block:ifShowLink3}
  577. <a href="{text:link3 url}">{text:link3}</a>
  578. {/block:IfShowLink3}
  579. {block:ifShowLink4}
  580. <a href="{text:link4 url}">{text:link4}</a>
  581. {/block:IfShowLink4}
  582. </div>
  583. <div class="description">
  584. {Description}
  585. </div>
  586. {block:Pagination}
  587. <div class="pagination">
  588. {block:PreviousPage}
  589. <a href="{PreviousPage}"> ← </a>
  590. {/block:PreviousPage}
  591. {block:NextPage}
  592. <a href="{NextPage}"> → </a>
  593. {/block:NextPage}
  594. </div>
  595. {/block:Pagination}
  596. </div>
  597.  
  598.  
  599.  
  600.  
  601. <div class="postscontainer">
  602. {block:Posts}
  603.  
  604. <div class="posts">
  605.  
  606. {block:Text}
  607. {block:Title}<h2>{Title}</h2>{/block:Title}
  608. {Body}
  609. {/block:Text}
  610.  
  611. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  612.  
  613. {/block:Quote}
  614.  
  615. {block:Link}
  616. <h2><a href="{URL}">{Name}</a></h2>
  617. {block:Description}{Description}{/block:Description}
  618. {/block:Link}
  619.  
  620. {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}
  621. </ol></div>{/block:Chat}
  622.  
  623. {block:Answer}<div class="ask"><b>{Asker}:</b><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  624.  
  625. {block:Photo}
  626. {LinkOpenTag}{block:ifNotShow400pxposts}<img style="width:500px;" src="{PhotoURL-500}">{/block:ifNotShow400pxposts}
  627. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  628. {/block:Photo}
  629.  
  630. {block:Photoset}
  631. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  632. {block:Caption}{Caption}{/block:Caption}
  633. {/block:Photoset}
  634.  
  635. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  636. <div class="playercontainer">{AudioPlayerWhite}</div>
  637. <br><div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}
  638. {/block:ExternalAudio}</div>
  639. </div>
  640. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  641.  
  642. {block:Video}
  643. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  644. {block:Caption}{Caption}{/block:Caption}
  645. {/block:Video}
  646.  
  647. {block:Date}<div class="info"><span style="text-transform:capitalize;"><a title="{timeago}" href="{Permalink}"><u>{12HourWithZero}:{Minutes} {CapitalAmPm}</u></a> {block:NoteCount}{NoteCount}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} <span style="font-size:9px;"><a title="{ReblogRootName}" href="{SourceURL}">©</a></span></span>{/block:ContentSource} <span style="text-transform:none;">{block:HasTags} #{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</span>{/block:HasTags}</div>{/block:Date}
  648.  
  649. <div class="postnote">
  650. {block:PostNotes}{PostNotes}{/block:PostNotes}
  651. </div>
  652. {/block:Posts}
  653.  
  654. <div class="credit"><a href="http://britishrobert.tumblr.com/"><u>britishrobert</a></u></div>
  655.  
  656.  
  657. </div>
  658. </div>
  659. </div>
  660. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement