Advertisement
sexycullen

# 60

Feb 1st, 2014
1,440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.53 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 # 60
  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="#333333">
  24. <meta name="color:Link Hover" content="#000000">
  25. <meta name="color:Text" content="#333333">
  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="#A3D3DB">
  30.  
  31. <meta name="color:Sidebar Link" content="#393838">
  32. <meta name="color:Sidebar Link Hover" content="#CCCCCC">
  33. <meta name="color:Sidebar Link Border" content="#F5F5F5">
  34.  
  35. <meta name="text:Body Font Size" content="9px"/>
  36. <meta name="text:Body Font" content="Helvetica"/>
  37.  
  38. <meta name="image:Sidebar" content=""/>
  39.  
  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.  
  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.  
  51. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  56.  
  57. <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'>
  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:245px;
  144. color:{color:Text};
  145. position: fixed;
  146. margin-left: 50px;
  147. margin-top: 80px;
  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:0px;
  162. margin-bottom:1px;
  163. padding:3px;
  164. }
  165.  
  166. .sidebarlinks {
  167. width:245px;
  168. padding-top:2px;
  169. padding-bottom:1px;
  170. text-transform:lowercase;
  171. font-family:helvetica;
  172. font-size:9px;
  173. text-align:center;
  174. border-bottom:1px solid {color:Sidebar Link Border};
  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. border-bottom:3px solid {color:Sidebar Link Border};
  191. font-weight:bold;
  192. -moz-transition-duration: 0.5s;
  193. -o-transition-duration: 0.5s;
  194. -webkit-transition-duration: 0.5s;
  195. transition-duration: 0.5s;}
  196.  
  197. .description {
  198. width:245px;
  199. position:absolute;
  200. margin-left:0px;
  201. padding-top:6px;
  202. text-align:right;
  203. font-size:11px;
  204. font-family:calibri;
  205. font-style:none;
  206. color:{color:Text};
  207. letter-spacing:0px;
  208. }
  209.  
  210. .description a:hover {
  211. color:{color:Sidebar Link Hover};
  212. }
  213.  
  214. .pagination {
  215. position:fixed;
  216. width:245px;
  217. line-height:190%;
  218. margin-top:-10px;
  219. margin-left:0px;
  220. font-family:arial;
  221. font-size:9px;
  222. text-transform:lowercase;
  223. letter-spacing:-1x;
  224. font-style:normal;
  225. text-align:right;
  226. }
  227.  
  228. .pagination a {
  229. padding:4px;
  230. text-align:left;
  231. color:{color:text};
  232. }
  233.  
  234. .pagination a:hover {
  235. color:{color:hover};
  236. }
  237.  
  238. .container {
  239. width:900px;
  240. margin: auto 50px 75px;
  241. outline:0px solid {color:Posts Border};
  242. }
  243.  
  244. .postscontainer {
  245. position:fixed;
  246. margin-left:10px;
  247. margin-top:20px;
  248. }
  249.  
  250. .posts {
  251. font-size: {text:Body Font Size};
  252. font-family: {text:Body Font};
  253. width:500px;
  254. line-height:100%;
  255. margin-top:60px;
  256. margin-left:370px;
  257. text-align:justify;
  258. }
  259.  
  260. .info {
  261. margin-top:16px;
  262. margin-left:3px;
  263. line-height:0%;
  264. padding-top:12px;
  265. font-family:helvetica;
  266. text-transform:lowercase;
  267. font-size:9px;
  268. }
  269.  
  270. .info a {
  271. color:{color:Link};
  272. }
  273.  
  274. .info a:hover {
  275. text-decoration:underline;
  276. color:{color:Link Hover};
  277. }
  278.  
  279. .info2 {
  280. margin-top:-3px;
  281. text-align:right;
  282. line-height:0%;
  283. font-family:helvetica;
  284. padding:3px;
  285. text-transform:lowercase;
  286. font-size:9px;
  287. }
  288.  
  289. .info2 a {
  290. color:{color:Link};
  291. }
  292.  
  293. .info2 a:hover {
  294. text-decoration:underline;
  295. color:{color:Link Hover};
  296. }
  297.  
  298. .tags {
  299. width:500px;
  300. font-family:calibri;
  301. text-transform:none;
  302. margin-top:8px;
  303. letter-spacing:0px;
  304. font-style:none;
  305. font-size:11px;
  306. text-align:left;
  307. padding:2px;
  308. -moz-transition-duration:0.5s;
  309. -webkit-transition-duration:0.5s;
  310. -o-transition-duration:0.5s;
  311. }
  312.  
  313. .tags a {
  314. background-color:none;
  315. color:{color:Text};
  316. }
  317.  
  318. .tags a:hover {
  319. text-decoration:underline;
  320. color:{color:Link Hover};
  321. letter-spacing:0px;
  322. -moz-transition-duration: 0.5s;
  323. -o-transition-duration: 0.5s;
  324. -webkit-transition-duration: 0.5s;
  325. transition-duration: 0.5s;}
  326. }
  327.  
  328. .postnote {
  329. font-family:calibri;
  330. text-transform:lowercase;
  331. font-style:normal;
  332. letter-spacing:0px;
  333. font-size:10px;
  334. text-align:left;
  335. line-height:90%;
  336. margin-left:-40px;
  337. margin-top:40px;
  338. }
  339.  
  340. .postnote li {
  341. list-style-type:none;
  342. border-bottom:1px solid {color:Questions Border};
  343. padding:17px 55px 10px 25px;
  344. text-align:left;
  345. margin:0px;
  346. -moz-transition-duration:0.5s;
  347. -webkit-transition-duration:0.5s;
  348. -o-transition-duration:0.5s;
  349. }
  350.  
  351. .postnote img {
  352. align: left;
  353. margin: 0px 2px -4px 1px;
  354. padding: 3px;
  355. }
  356.  
  357. .music {
  358. width:500px;
  359. padding-bottom:10px;
  360. }
  361.  
  362. .albumart {
  363. float:left;
  364. padding:10px 10px 10px 0px;
  365. }
  366.  
  367. .albumart img {
  368. width:45px;
  369. height:45px;
  370. }
  371.  
  372. .playercontainer {
  373. text-align:left;
  374. padding:5px 5px -5px;
  375. width:480px;
  376. }
  377.  
  378. .musicinfo {
  379. padding:10px;
  380. color:{color:text};
  381. }
  382.  
  383. .quote {
  384. font-size:18px;
  385. font-family:arial;
  386. letter-spacing:-2px;
  387. line-height:90%;
  388. font-weight:bold;
  389. text-align:center;
  390. text-transform:lowercase;
  391. }
  392.  
  393. .source {
  394. font-family:georgia;
  395. font-size:9px;
  396. font-style:normal;
  397. text-align:center;
  398. line-height:17px;
  399. }
  400.  
  401. .chat ol {
  402. font-family:anaheim;
  403. font-size:10px;
  404. line-height:100%;
  405. padding:0px;
  406. list-style:none;
  407. }
  408. .label {
  409. font-family:cambria;
  410. text-transform:lowercase;
  411. font-size:9px;
  412. font-weight:bold;
  413. color:{color:Text};
  414. }
  415. .line.odd {
  416. padding:4px;
  417. margin-bottom:6px;
  418. }
  419. .line.even {
  420. padding:4px;
  421. margin-bottom:6px;
  422. }
  423.  
  424. .ask {
  425. font-size:18px;
  426. font-family:arial;
  427. letter-spacing:-2px;
  428. font-weight:bold;
  429. text-align:left;
  430. text-transform:lowercase;
  431. }
  432.  
  433. .question {
  434. width:500px;
  435. letter-spacing:0px;
  436. margin-top:6px;
  437. padding-bottom:3px;
  438. text-align:justify;
  439. color:{color:Text};
  440. border-bottom: 1px solid {color:Questions Border};
  441. }
  442.  
  443. .answer {
  444. width:500px;
  445. letter-spacing:0px;
  446. text-align:justify;
  447. padding-top:5px;
  448. margin-bottom:1px;
  449. color:{color:Text};
  450. }
  451.  
  452. </style>
  453. </head>
  454.  
  455. <body>
  456.  
  457. <div class="container">
  458. <div class="sidebar">
  459. <a href="/">
  460. <img src="{image:sidebar}" class="sidebarimage">
  461. </a>
  462. <div class="sidebarlinks">
  463. <a href="http://britishrobert.tumblr.com/">theme</a>
  464. <a href="/">index</a>
  465. <a href="/ask">mssg</a>
  466. {block:ifShowLink1}
  467. <a href="{text:link1 url}">{text:link1}</a>
  468. {/block:IfShowLink1}
  469. {block:ifShowLink2}
  470. <a href="{text:link2 url}">{text:link2}</a>
  471. {/block:IfShowLink2}
  472. {block:ifShowLink3}
  473. <a href="{text:link3 url}">{text:link3}</a>
  474. {/block:IfShowLink3}
  475. </div>
  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"><a href="{Permalink}"><u>{TimeAgo}</u></a> {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>  <span style="font-size:7px;
  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
Advertisement