sexycullen

# 53

Dec 8th, 2013
1,559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.53 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:200px;
  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. padding: 3px;
  180. text-transform:none;
  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. letter-spacing:0px;
  189. padding-left:3px;
  190. }
  191.  
  192. .description a {
  193. color:{color:text};
  194. }
  195.  
  196. .pagination {
  197. position:fixed;
  198. width:200px;
  199. padding-bottom:3px;
  200. margin-top:1px;
  201. margin-left:26px;
  202. font-family:inconsolata;
  203. font-size:8px;
  204. text-transform:lowercase;
  205. letter-spacing:-1x;
  206. font-style:normal;
  207. text-align:center;
  208. border-bottom: 1px solid {color:border};
  209. }
  210.  
  211. .pagination a {
  212. padding:4px;
  213. text-align:left;
  214. color:{color:text};
  215. }
  216.  
  217. .pagination a:hover {
  218. color:{color:hover};
  219. }
  220.  
  221. #postcontainer {
  222. float:left;
  223. margin-left:220px;
  224. margin-top:30px;
  225. text-align:justify;
  226. background-color:{color:background};
  227. color:{color:text};
  228. }
  229.  
  230. #posts {
  231. font-family:calibri;
  232. width:500px;
  233. margin-top:110px;
  234. text-align:justify;
  235. font-size:10px;
  236. line-height:120%;
  237. color:{color:text};
  238. }
  239.  
  240. #info {
  241. text-align:center;
  242. margin-top:23px;
  243. margin-left:-2px;
  244. padding-bottom:4px;
  245. font-family:arial;
  246. line-height:0px;
  247. padding-left:0px;
  248. font-weight:none;
  249. text-transform:lowercase;
  250. letter-spacing:0px;
  251. font-size:9px;
  252. border-top:1px solid;
  253. border-top:1px solid {color:infobg};
  254. }
  255.  
  256. #info a {
  257. color:{color:link};
  258. }
  259.  
  260. #info a:hover {
  261. text-decoration:underline;
  262. color:{color:hover};
  263. }
  264.  
  265. .caption {
  266. width:500px;
  267. text-align:justify;
  268. line-height:120%;
  269. }
  270.  
  271.  
  272. .ask {
  273. text-align:left;
  274. font-size:12px;
  275. padding:5px;
  276. position: relative;
  277. font-weight:bold;
  278. font-family:arial;
  279. text-transform:lowercase;
  280. color: {color:text};
  281. }
  282.  
  283. .question {
  284. width:500px;
  285. font-size:10px;
  286. letter-spacing:0px;
  287. padding-top:12px;
  288. padding-bottom:3px;
  289. align:justify;
  290. color:{color:text};
  291. border-bottom: 1px solid {color:border};
  292. }
  293.  
  294. .answer {
  295. width:500px;
  296. font-size:10px;
  297. letter-spacing:0px;
  298. text-align:justify;
  299. padding:10px;
  300. margin-bottom:1px;
  301. color:{color:text};
  302. }
  303.  
  304. .ask img {
  305. align: left;
  306. margin: 2px 7px 4px 6px;
  307. padding: 1px;
  308. }
  309.  
  310. .music {
  311. width:500px;
  312. padding-bottom:10px;
  313. background-color:{color:bg};
  314. }
  315.  
  316. .albumart {
  317. float:left;
  318. padding:0px 10px 10px 0px;
  319. }
  320.  
  321. .albumart img {
  322. width:45px;
  323. height:45px;
  324. }
  325.  
  326. .playercontainer {
  327. text-align:left;
  328. padding:10px;
  329. background-color:#ffffff;
  330. width:480px;
  331. }
  332.  
  333. .musicinfo {
  334. padding:10px;
  335. color:{color:text};
  336. }
  337.  
  338. .postnote {
  339. font-family:inconsolata;
  340. text-transform:lowercase;
  341. font-style:normal;
  342. letter-spacing:0px;
  343. font-size: 9px;
  344. text-align:left;
  345. line-height:90%;
  346. margin-left:-40px;
  347. margin-top:40px;
  348. }
  349.  
  350. .postnote li {
  351. list-style-type:none;
  352. border-bottom:1px solid {color:border};
  353. padding:19px 55px 10px 25px;
  354. text-align:left;
  355. margin:0px;
  356. -moz-transition-duration:0.5s;
  357. -webkit-transition-duration:0.5s;
  358. -o-transition-duration:0.5s;
  359. }
  360.  
  361. .tags {
  362. width:500px;
  363. font-family:calibri;
  364. text-transform:none;
  365. margin-top:2px;
  366. letter-spacing:0px;
  367. font-style:none;
  368. line-height:140%;
  369. font-size:10px;
  370. text-align:center;
  371. padding:2px;
  372. border-top:0px solid {color:infobg};
  373. -moz-transition-duration:0.5s;
  374. -webkit-transition-duration:0.5s;
  375. -o-transition-duration:0.5s;
  376. }
  377.  
  378. .tags a {
  379. background-color:none;
  380. color:{color:link};
  381. }
  382.  
  383. .tags a:hover {
  384. text-decoration:underline;
  385. color:{color:hover};
  386. }
  387.  
  388. .quote {
  389. font-family:lekton;
  390. font-size:12px;
  391. font-style:none;
  392. text-align:center;
  393. line-height:17px;
  394. }
  395.  
  396. .postlink {
  397. font-family:cambria;
  398. font-size:12px;
  399. font-style:italic;
  400. text-align:center;
  401. line-height:17px;
  402. }
  403.  
  404. .chat ol {
  405. font-family:Inconsolata;
  406. padding:0px;
  407. line-height:100%;
  408. list-style:none;
  409. }
  410. .label {
  411. padding-right:1px;
  412. letter-spacing;1px;
  413. text-transform:lowercase;
  414. font-weight:bold;
  415. color:{color:link};
  416. }
  417. .line.odd {
  418. padding:7px;
  419. margin-bottom:6px;
  420. background:#fafafa;
  421. }
  422. .line.even {
  423. padding:7px;
  424. margin-bottom:6px;
  425. background:#fcfbfb;
  426. }
  427.  
  428. #credit {
  429. position:fixed;
  430. font-family:calibri;
  431. font-size:8px;
  432. font-weight:normal;
  433. line-height:150%;
  434. letter-spacing:2px;
  435. right:5px;
  436. bottom:20px;
  437. text-transform:uppercase;
  438. text-align:center;
  439. }
  440.  
  441. #credit a {
  442. font-style:normal;
  443. padding:3px;
  444. color:{color:link};
  445. -moz-transition-duration:0.5s;
  446. -webkit-transition-duration:0.5s;
  447. -o-transition-duration:0.5s;
  448. }
  449.  
  450. {CustomCSS}
  451.  
  452. </style></head>
  453.  
  454. <body>
  455. <div id="theme">
  456. <div id="sidebar">
  457.  
  458. <center><a href="/"><img src="{image:sidebar}"><a></center>
  459.  
  460. {block:Pagination}
  461. <div class="pagination">
  462. {block:PreviousPage}
  463. <a href="{PreviousPage}"> - </a>
  464. {/block:PreviousPage}
  465. {block:JumpPagination length="5"}
  466. {block:CurrentPage}
  467. <span class="current_page">{PageNumber}</span>
  468. {/block:CurrentPage}
  469. {block:JumpPage}
  470. <a class="jump_page" href="{URL}">{PageNumber}</a>
  471. {/block:JumpPage}
  472. {/block:JumpPagination}
  473. {block:NextPage}
  474. <a href="{NextPage}"> + </a>
  475. {/block:NextPage}
  476. </div>
  477. {/block:Pagination}
  478.  
  479. <div class="description">
  480. {Description}
  481.  
  482. <div class="links">
  483. <a href="/">home</a>
  484. <a href="/ask">ask</a>
  485. <a href="{text:link1 url}">{text:link1}</a>
  486. <a href="{text:link2 url}">{text:link2}</a>
  487. <a href="{text:link3 url}">{text:link3}</a>
  488. <a href="{text:link4 url}">{text:link4}</a>
  489. <a href="{text:link5 url}">{text:link5}</a>
  490. </div>
  491.  
  492.  
  493. </div>
  494. </div>
  495.  
  496.  
  497. <div id="postcontainer">
  498.  
  499. {block:Posts}
  500.  
  501. <div id="posts">
  502.  
  503. {block:Text}{block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}{Body}{/block:Text}
  504.  
  505. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="from">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  506.  
  507. {block:Link}<div class="quote"><a href="{URL}">{Name}</a></div>
  508. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  509.  
  510. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  511.  
  512. {block:Photoset}<center>{Photoset-500}</center>
  513. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  514.  
  515. {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}
  516. </ol></div>{/block:Chat}
  517.  
  518. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  519.  
  520. {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}
  521.  
  522. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  523. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  524. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  525. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  526. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  527.  
  528. {block:Date}<div id="info"><span style="background-color:{color:background};padding:4px;padding-bottom:0px;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <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}
  529.  
  530. {block:HasTags}
  531. <div class="tags">
  532. {block:Tags}<a href="{TagURL}">{Tag}</a>  {/block:Tags}</div>
  533. {/block:HasTags}
  534.  
  535. <div class="postnote">
  536. {block:PostNotes}{PostNotes}{/block:PostNotes}
  537. </div>
  538.  
  539. </div>
  540. {/block:Posts}
  541.  
  542. <div id="credit"><a href="http://spunkhandsome.tumblr.com/"><span style="font-size:10px;">&#10075;</span>s-handsome</a></div>
  543.  
  544. </div>
  545. </div>
  546. </div>
  547. </div>
  548. </body>
  549. </html>
Advertisement
Add Comment
Please, Sign In to add comment