sexycullen

# 52

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