sexycullen

# 36

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