sexycullen

# 41

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