sexycullen

# 40

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