sexycullen

# 43

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