sexycullen

42 edited

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