sexycullen

# 46

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