sexycullen

# 48

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