sexycullen

# 50

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