sexycullen

# 32

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