sexycullen

# 53 2

Dec 9th, 2013
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.70 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9. <!--------------------------------------------
  10. SPUNKHANDSOME THEMES # 53
  11. THEME BY: http://spunkhandsome.tumblr.com/
  12.  
  13. RULES, IMPORTANT:
  14. DON'T REMOVE THE CREDIT
  15. DON'T CLAIM AS YOUR OWN
  16. DON'T USE AS A BASE
  17.  
  18. --------------------------------------------->
  19.  
  20.  
  21. <head>
  22.  
  23.  
  24.  
  25. <meta name="color:background" content="#FFFFFF">
  26. <meta name="color:link" content="#2C2C2C">
  27. <meta name="color:sidebarlink" content="#3C3B3B">
  28. <meta name="color:hover" content="#67D4FD">
  29. <meta name="color:text" content="#3E3E3E">
  30. <meta name="color:scrollbar" content="#777777">
  31. <meta name="color:border" content="#F5F5F5">
  32. <meta name="color:infobg" content="#F5F5F5">
  33.  
  34. <meta name="image:sidebar" content=""/>
  35.  
  36. <meta name="text:link1" content="">
  37. <meta name="text:link1 url" content="/">
  38. <meta name="text:link2" content="">
  39. <meta name="text:link2 url" content="/">
  40. <meta name="text:link3" content="">
  41. <meta name="text:link3 url" content="/">
  42. <meta name="text:link4" content="">
  43. <meta name="text:link4 url" content="/">
  44. <meta name="text:link5" content="">
  45. <meta name="text:link5 url" content="/">
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Lekton:400,700,400italic' rel='stylesheet' type='text/css'>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=BenchNine:300,400,700' rel='stylesheet' type='text/css'>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  58.  
  59.  
  60. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  61. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  62. <link rel="shortcut icon" href="{Favicon}" />
  63. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  64.  
  65. <style type="text/css">
  66.  
  67. ::-webkit-scrollbar {background-color:{color:background}; height:8px; width:8px}
  68. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  69. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  70.  
  71.  
  72. small {font-size:10px;}
  73. sub {font-size:10px;}
  74. sup {font-size:10px;}
  75.  
  76. a {
  77. color:{color:link};
  78. text-decoration:none;
  79. }
  80.  
  81. a:hover {
  82. color:{color:hover};
  83. -moz-transition-duration:0.5s;
  84. -webkit-transition-duration:0.5s;
  85. -o-transition-duration:0.5s;
  86. }
  87.  
  88. body {
  89. background-color:{color:background};
  90. font-family:arial;
  91. font-weight:normal;
  92. font-style:normal;
  93. }
  94.  
  95.  
  96. h1 {
  97. font-weight:normal;
  98. font-size:11px;
  99. text-align:center;
  100. font-style:italic;
  101. line-height:50%;
  102. letter-spacing:0px;
  103. font-family:cambria;
  104. text-transform:none;
  105. color:{color:text};
  106.  
  107. }
  108.  
  109. h2 {
  110. font-size:9px;
  111. text-align:left;
  112. line-height:140%;
  113. letter-spacing:1px;
  114. font-family:cuprum;
  115. color:{color:text};
  116. font-weight:normal;
  117. text-transform:uppercase;
  118. }
  119.  
  120.  
  121. blockquote {
  122. border-left:1px solid {color:infobg};
  123. padding-left:6px;
  124. margin:8px;
  125. }
  126.  
  127. blockquote img {
  128. max-width:470px;
  129. }
  130.  
  131. #theme {
  132. background-color:{color:background};
  133. width:700px;
  134. margin: 0 auto -72px auto;
  135. text-align: center;
  136. }
  137.  
  138. #sidebar {
  139. position:fixed;
  140. width:245px;
  141. height:auto;
  142. margin-top:200px;
  143. margin-left:-90px;
  144. }
  145.  
  146. #sidebar img {
  147. width:190px;
  148. height:auto;
  149. margin-top:0px;
  150. margin-bottom:0px;
  151. margin-left:6px;
  152. }
  153.  
  154. .links {
  155. width:245px;
  156. margin-bottom:0px;
  157. margin-top:4px;
  158. font-family:calibri;
  159. font-size:10px;
  160. text-transform:lowercase;
  161. text-align:center;
  162. font-weight:none;
  163. letter-spacing:0px;
  164. padding:3px;
  165. }
  166.  
  167. .links a {
  168. padding:3px;
  169. text-decoration:underline;
  170. color:{color:sidebarlink};
  171. }
  172.  
  173. .links a:hover{
  174. text-decoration:underline;
  175. color:{color:hover};
  176. }
  177.  
  178. .description {
  179. position:absolute;padding: 3px;
  180. text-transform:lowercase;
  181. width:245px;
  182. margin-left:0px;
  183. margin-top:14px;
  184. text-align:center;
  185. font-size:10px;
  186. font-family:calibri;
  187. font-style:none;
  188. color:{color:text};
  189. letter-spacing:0px;
  190. padding-left:3px;
  191. }
  192.  
  193. .pagination {
  194. position:fixed;
  195. width:200px;
  196. padding-bottom:3px;
  197. margin-top:1px;
  198. margin-left:26px;
  199. font-family:inconsolata;
  200. font-size:8px;
  201. text-transform:lowercase;
  202. letter-spacing:-1x;
  203. font-style:normal;
  204. text-align:center;
  205. border-bottom: 1px solid {color:border};
  206. }
  207.  
  208. .pagination a {
  209. padding:4px;
  210. text-align:left;
  211. color:{color:text};
  212. }
  213.  
  214. .pagination a:hover {
  215. color:{color:hover};
  216. }
  217.  
  218. #postcontainer {
  219. float:left;
  220. margin-left:220px;
  221. margin-top:30px;
  222. text-align:justify;
  223. background-color:{color:background};
  224. color:{color:text};
  225. }
  226.  
  227. #posts {
  228. font-family:calibri;
  229. width:500px;
  230. margin-top:110px;
  231. text-align:justify;
  232. font-size:10px;
  233. line-height:120%;
  234. color:{color:text};
  235. }
  236.  
  237. #info {
  238. text-align:center;
  239. margin-top:23px;
  240. margin-left:-2px;
  241. padding-bottom:4px;
  242. font-family:arial;
  243. line-height:0px;
  244. padding-left:0px;
  245. font-weight:none;
  246. text-transform:lowercase;
  247. letter-spacing:0px;
  248. font-size:9px;
  249. border-top:1px solid;
  250. border-top:1px solid {color:infobg};
  251. }
  252.  
  253. #info a {
  254. color:{color:link};
  255. }
  256.  
  257. #info a:hover {
  258. text-decoration:underline;
  259. color:{color:hover};
  260. }
  261.  
  262. .caption {
  263. width:500px;
  264. text-align:justify;
  265. line-height:120%;
  266. }
  267.  
  268.  
  269. .ask {
  270. text-align:left;
  271. font-size:12px;
  272. padding:5px;
  273. position: relative;
  274. font-weight:bold;
  275. font-family:arial;
  276. text-transform:lowercase;
  277. color: {color:text};
  278. }
  279.  
  280. .question {
  281. width:500px;
  282. font-size:10px;
  283. letter-spacing:0px;
  284. padding-top:12px;
  285. padding-bottom:3px;
  286. align:justify;
  287. color:{color:text};
  288. border-bottom: 1px solid {color:border};
  289. }
  290.  
  291. .answer {
  292. width:500px;
  293. font-size:10px;
  294. letter-spacing:0px;
  295. text-align:justify;
  296. padding:10px;
  297. margin-bottom:1px;
  298. color:{color:text};
  299. }
  300.  
  301. .ask img {
  302. align: left;
  303. margin: 2px 7px 4px 6px;
  304. padding: 1px;
  305. }
  306.  
  307. .music {
  308. width:500px;
  309. padding-bottom:10px;
  310. background-color:{color:bg};
  311. }
  312.  
  313. .albumart {
  314. float:left;
  315. padding:0px 10px 10px 0px;
  316. }
  317.  
  318. .albumart img {
  319. width:45px;
  320. height:45px;
  321. }
  322.  
  323. .playercontainer {
  324. text-align:left;
  325. padding:10px;
  326. background-color:#ffffff;
  327. width:480px;
  328. }
  329.  
  330. .musicinfo {
  331. padding:10px;
  332. color:{color:text};
  333. }
  334.  
  335. .postnote {
  336. font-family:inconsolata;
  337. text-transform:lowercase;
  338. font-style:normal;
  339. letter-spacing:0px;
  340. font-size: 9px;
  341. text-align:left;
  342. line-height:90%;
  343. margin-left:-40px;
  344. margin-top:40px;
  345. }
  346.  
  347. .postnote li {
  348. list-style-type:none;
  349. border-bottom:1px solid {color:border};
  350. padding:19px 55px 10px 25px;
  351. text-align:left;
  352. margin:0px;
  353. -moz-transition-duration:0.5s;
  354. -webkit-transition-duration:0.5s;
  355. -o-transition-duration:0.5s;
  356. }
  357.  
  358. .tags {
  359. width:500px;
  360. font-family:calibri;
  361. text-transform:none;
  362. margin-top:2px;
  363. letter-spacing:0px;
  364. font-style:none;
  365. line-height:140%;
  366. font-size:10px;
  367. text-align:center;
  368. padding:2px;
  369. border-top:0px solid {color:infobg};
  370. -moz-transition-duration:0.5s;
  371. -webkit-transition-duration:0.5s;
  372. -o-transition-duration:0.5s;
  373. }
  374.  
  375. .tags a {
  376. background-color:none;
  377. color:{color:link};
  378. }
  379.  
  380. .tags a:hover {
  381. text-decoration:underline;
  382. color:{color:hover};
  383. }
  384.  
  385. .quote {
  386. font-family:lekton;
  387. font-size:12px;
  388. font-style:none;
  389. text-align:center;
  390. line-height:17px;
  391. }
  392.  
  393. .postlink {
  394. font-family:cambria;
  395. font-size:12px;
  396. font-style:italic;
  397. text-align:center;
  398. line-height:17px;
  399. }
  400.  
  401. .chat ol {
  402. font-family:Inconsolata;
  403. padding:0px;
  404. line-height:100%;
  405. list-style:none;
  406. }
  407. .label {
  408. padding-right:1px;
  409. letter-spacing;1px;
  410. text-transform:lowercase;
  411. font-weight:bold;
  412. color:{color:link};
  413. }
  414. .line.odd {
  415. padding:7px;
  416. margin-bottom:6px;
  417. background:#fafafa;
  418. }
  419. .line.even {
  420. padding:7px;
  421. margin-bottom:6px;
  422. background:#fcfbfb;
  423. }
  424.  
  425. #credit {
  426. position:fixed;
  427. font-family:calibri;
  428. font-size:8px;
  429. font-weight:normal;
  430. line-height:150%;
  431. letter-spacing:2px;
  432. right:5px;
  433. bottom:20px;
  434. text-transform:uppercase;
  435. text-align:center;
  436. }
  437.  
  438. #credit a {
  439. font-style:normal;
  440. padding:3px;
  441. color:{color:link};
  442. -moz-transition-duration:0.5s;
  443. -webkit-transition-duration:0.5s;
  444. -o-transition-duration:0.5s;
  445. }
  446.  
  447. {CustomCSS}
  448.  
  449. </style></head>
  450.  
  451. <body>
  452. <div id="theme">
  453. <div id="sidebar">
  454.  
  455. <center><a href="/"><img src="{image:sidebar}"><a></center>
  456.  
  457. {block:Pagination}
  458. <div class="pagination">
  459. {block:PreviousPage}
  460. <a href="{PreviousPage}"> - </a>
  461. {/block:PreviousPage}
  462. {block:JumpPagination length="5"}
  463. {block:CurrentPage}
  464. <span class="current_page">{PageNumber}</span>
  465. {/block:CurrentPage}
  466. {block:JumpPage}
  467. <a class="jump_page" href="{URL}">{PageNumber}</a>
  468. {/block:JumpPage}
  469. {/block:JumpPagination}
  470. {block:NextPage}
  471. <a href="{NextPage}"> + </a>
  472. {/block:NextPage}
  473. </div>
  474. {/block:Pagination}
  475.  
  476. <div class="description">
  477. {Description}
  478.  
  479. <div class="links">
  480. <span style="font-family:calibri; letter-spacing:-1px; font-size:13px;font-weight:bold;"><a href="/">home</a>
  481. <a href="/ask">ask</a></span>
  482. <a href="{text:link1 url}">{text:link1}</a>
  483. <a href="{text:link2 url}">{text:link2}</a>
  484. <a href="{text:link3 url}">{text:link3}</a>
  485. <a href="{text:link4 url}">{text:link4}</a>
  486. <a href="{text:link5 url}">{text:link5}</a>
  487. </div>
  488.  
  489.  
  490. </div>
  491. </div>
  492.  
  493.  
  494. <div id="postcontainer">
  495.  
  496. {block:Posts}
  497.  
  498. <div id="posts">
  499.  
  500. {block:Text}{block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}{Body}{/block:Text}
  501.  
  502. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="from">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  503.  
  504. {block:Link}<div class="quote"><a href="{URL}">{Name}</a></div>
  505. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  506.  
  507. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  508.  
  509. {block:Photoset}<center>{Photoset-500}</center>
  510. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  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:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  516.  
  517. {block:Answer}<img src="{AskerPortraitURL-48}" width="20px" align="left" class="ask img"> <div class="ask"><u>{Asker}</u>;</div><div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:answer}
  518.  
  519. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  520. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  521. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  522. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  523. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  524.  
  525. {block:Date}<div id="info"><span style="background-color:{color:background};padding:4px;padding-bottom:0px;"><span style="font-family:calibri; letter-spacing:-1px; font-size:13px;font-weight:bold;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span> <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}<span style="font-size:8px;"> &#10075; </span><a href="{SourceURL}">source</a> {/block:ContentSource}<span style="font-size:8px;"><a href="{ReblogURL}">&#8635;</a></span>{/block:RebloggedFrom}</div></span>{/block:Date}
  526.  
  527. {block:HasTags}
  528. <div class="tags">
  529. {block:Tags}<a href="{TagURL}">{Tag}</a>  {/block:Tags}</div>
  530. {/block:HasTags}
  531.  
  532. <div class="postnote">
  533. {block:PostNotes}{PostNotes}{/block:PostNotes}
  534. </div>
  535.  
  536. </div>
  537. {/block:Posts}
  538.  
  539. <div id="credit"><a href="http://spunkhandsome.tumblr.com/"><span style="font-size:10px;">&#10075;</span>s-handsome</a></div>
  540.  
  541. </div>
  542. </div>
  543. </div>
  544. </div>
  545. </body>
  546. </html>
Advertisement
Add Comment
Please, Sign In to add comment