sexycullen

# 61

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