sexycullen

# 49

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