sexycullen

# 66 2

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