sexycullen

# 44

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