Advertisement
sexycullen

# 47 2

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