sexycullen

# 49 normal

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