Advertisement
kaitofrph

Greedy (kaitrps theme 3)

May 20th, 2016
908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.62 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.  
  4.  
  5. <head>
  6.  
  7. </style>
  8.  
  9. <script src="http://tympanus.net/Tutorials/CaptionHoverEffects/js/modernizr.custom.js"></script>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!---- ☰ theme made with basecode with hover #1 by azureofrp ☰ --->
  16.  
  17. <!---- ««««««««« theme #3 greedy by kaitrps
  18. please don't steal anything and don't remove the credit. if you do, a kitten will cry. we don't want that.»»»»»»»»»»
  19. --->
  20.  
  21.  
  22.  
  23. <!--META NAMES-->
  24.  
  25. <meta name="color:background" content="#d9d5dc"/>
  26. <meta name="color:txt" content="#0e0219"/>
  27. <meta name="color:links" content="#f2e3fe"/>
  28. <meta name="color:hover" content="#000000">
  29. <meta name="color:hover bg" content="#030006">
  30. <meta name="color:blockquote" content="#decee3">
  31. <meta name="color:blockquote border" content="#b2a6b6">
  32. <meta name="color:accent" content="#dcbcba">
  33. <meta name="color:accent2" content="#dcbcba">
  34. <meta name="color:bold" content="#b5c7d0">
  35. <meta name="color:italic" content="#b5c7d0">
  36. <meta name="color:post bg" content="#fbc6c4">
  37. <meta name="color:links bg" content="#f0bfb3">
  38. <meta name="color:title" content="#f0bfb3">
  39. <meta name="color:desc bg" content="#f0bfb3">
  40. <meta name="color:info bg" content="#fbc6c4">
  41. <meta name="color:container bg" content="#fbc6c4">
  42. <meta name="color:border" content="#dcbcba">
  43. <meta name="color:scrollbar" content="#aaaaaa">
  44. <meta name="color:scrollbar bg" content="#ffffff">
  45.  
  46. <meta name="image:background" content=""/>
  47. <meta name="image:sidebar" content=""/>
  48. <meta name="image:sidebar2" content=""/>
  49. <meta name="image:icon1" content=""/>
  50. <meta name="image:icon2" content=""/>
  51.  
  52. <meta name="text:link 1" content="link 1">
  53. <meta name="text:link 2" content="link 2">
  54. <meta name="text:link 3" content="link 3">
  55. <meta name="text:link 4" content="link 4">
  56.  
  57. <meta name="text:link 1 URL" content="/">
  58. <meta name="text:link 2 URL" content="/">
  59. <meta name="text:link 3 URL" content="/">
  60. <meta name="text:link 4 URL" content="/">
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76. ::-webkit-scrollbar-thumb {
  77. height:auto;
  78. background-color:{color:scrollbar};
  79.  
  80. }
  81.  
  82. ::-webkit-scrollbar {
  83. height:5px;
  84. width:3px;
  85. background-color:{color:scrollbar bg};
  86.  
  87. }
  88.  
  89. body {
  90. background-color:{color:background};
  91. background-image:url('{image:background}');
  92. background-attachment: fixed;
  93. background-repeat: repeat;
  94. font-family:arial;
  95. font-size:10px;
  96. text-align:justify;
  97. color:{color:txt};
  98. margin:0;
  99.  
  100.  
  101. }
  102.  
  103. a {
  104. text-decoration:none;
  105. color:{color:Links};
  106. -webkit-transition: all 0.5s ease-out;
  107. -moz-transition: all 0.5s ease-out;
  108. transition: all 0.5s ease-out;
  109. }
  110.  
  111. a:hover {
  112. text-decoration:none;
  113. color:{color:Hover};
  114. -webkit-transition: all 0.5s ease-out;
  115. -moz-transition: all 0.5s ease-out;
  116. transition: all 0.5s ease-out;
  117.  
  118. }
  119.  
  120. img {
  121. border:none;
  122.  
  123.  
  124.  
  125. }
  126.  
  127. blockquote {
  128. background:{color:blockquote};
  129. border-left:2px solid {color:blockquote border};
  130. padding:8px;
  131.  
  132. }
  133.  
  134.  
  135. h1{
  136. margin-top:0px;
  137. margin-bottom:5px;
  138. font-size:11px;
  139. padding:5px;
  140. text-transform:lowercase;
  141. text-align:center;
  142. font-weight:bold;
  143. }
  144.  
  145. h2{
  146. margin-top:0px;
  147. margin-bottom:5px;
  148. font-size:12px;
  149. padding:5px;
  150. text-transform:uppercase;
  151. text-align:center;
  152. font-weight:bold;
  153. font-style:italic;
  154. }
  155.  
  156. b{
  157. color:{color:bold};
  158. }
  159.  
  160. i{
  161. color:{color:italic};
  162. }
  163.  
  164. small{
  165. font-size:9.5px;
  166. }
  167.  
  168. pre{
  169. margin-top:0px;
  170. margin-bottom:5px;
  171. font-family:arial;
  172. font-size:10px;
  173. background-color:{color:blockquote};
  174. padding:5px;
  175. text-transform:uppercase;
  176. font-weight:bold;
  177. text-align:center;
  178. }
  179.  
  180. /*TITLE*/
  181. #titlez {
  182. height:15px;
  183. width:275px;
  184. font-size:14px;
  185. font-style:italic;
  186. font-family:sans-serif;
  187. font-weight:bold;
  188. text-align:center;
  189. text-transform:uppercase;
  190. text-shadow:2px 2px 2px {color:accent2};
  191. margin-top:170px;
  192. margin-left:305px;
  193. color:{color:title};
  194. position:fixed;
  195. }
  196.  
  197.  
  198. /*DESC*/
  199.  
  200.  
  201. #desc {
  202. width:275px;
  203. height:100px;
  204. position:fixed;
  205. padding-top:10px;
  206. padding-bottom:10px;
  207. padding-left:10px;
  208. padding-right:10px;
  209. line-height:120%;
  210. top:195px;
  211. margin-left:300px;
  212. font-size:9px;
  213. text-align:center;
  214. overflow:auto;
  215. background:{color:desc bg};
  216. z-index:99999;
  217. opacity:1;
  218.  
  219. }
  220.  
  221.  
  222.  
  223.  
  224.  
  225. /*PAGINAITON*/
  226.  
  227. #pagi {
  228. font-size:10px;
  229. text-transform:uppercase;
  230. font-weight:bold;
  231. font-style:normal;
  232. position:fixed;
  233. text-align:center;
  234. margin-left:295px;
  235. margin-top:635px;
  236. background:{color:links bg};
  237. text-shadow:2px 2px 2px {color:accent2};
  238. padding:5px;
  239. line-height:100%;
  240. width:753px;
  241. height:10px;
  242. display:inline-block;
  243. color:{color:links};
  244. z-index:99999999;
  245. opacity:1;
  246. font-family:calibri;
  247. transition-duration: 0.9s;
  248. -moz-transition-duration:0.9s;
  249. -webkit-transition-duration:0.9s;
  250. -o-transition-duration:0.9s;
  251.  
  252.  
  253.  
  254.  
  255.  
  256. }
  257.  
  258. #pagi:hover{
  259. color:{color:hover};
  260. transition-duration: 0.9s;
  261. -moz-transition-duration:0.9s;
  262. -webkit-transition-duration:0.9s;
  263. -o-transition-duration:0.9s;
  264.  
  265. }
  266.  
  267.  
  268.  
  269. /*IMAGES*/
  270.  
  271.  
  272. #sidebar1 {
  273. position:fixed;
  274. opacity:1;
  275. background-image:url('{image:sidebar}');
  276. width:750px;
  277. height:150px;
  278. top:10px;
  279. margin-left:300px;
  280. background:{color:title bg};
  281. border:solid 2px {color:border};
  282. z-index:9999999;
  283.  
  284. }
  285.  
  286. #sidebar2 {
  287. position:fixed;
  288. opacity:1;
  289. background-image:url('{image:sidebar2}');
  290. width:208px;
  291. height:311px;
  292. top:317px;
  293. margin-left:383px;
  294. background:{color:title bg};
  295. border:solid 2px {color:border};
  296. z-index:9999999;
  297.  
  298. }
  299.  
  300. #icon1 {
  301. position:fixed;
  302. opacity:1;
  303. background-image:url('{image:icon1}');
  304. width:70px;
  305. height:70px;
  306. top:317px;
  307. margin-left:300px;
  308. background:{color:title bg};
  309. border:solid 5px {color:border};
  310. z-index:9999999;
  311.  
  312. }
  313.  
  314. #icon2 {
  315. position:fixed;
  316. opacity:1;
  317. background-image:url('{image:icon2}');
  318. width:70px;
  319. height:70px;
  320. top:552px;
  321. margin-left:300px;
  322. background:{color:title bg};
  323. border:solid 5px {color:border};
  324. z-index:9999999;
  325.  
  326. }
  327.  
  328.  
  329. /*LINKS*/
  330.  
  331.  
  332. .navi{
  333. width:548px;
  334. height:112px;
  335. padding-left:13px;
  336. padding-bottom:15px;
  337. padding-top:13px;
  338. margin-top:75px;
  339. margin-left:55px;
  340. line-height:20%;
  341. position:fixed;
  342. display:block;
  343. z-index:99999999;
  344. opacity:0;
  345. transition-delay:0.1s;
  346. -webkit-transition-delay:0.1s;
  347. transition-duration: 0.4s;
  348. -moz-transition-duration:0.2s;
  349. -webkit-transition-duration:0.8s;
  350. -o-transition-duration:0.2s;
  351.  
  352. }
  353.  
  354. .navi:hover{
  355. opacity:1;
  356. transition-delay:0.1s;
  357. -webkit-transition-delay:0.1s;
  358. transition-duration: 0.4s;
  359. -moz-transition-duration:0.2s;
  360. -webkit-transition-duration:0.8s;
  361. -o-transition-duration:0.2s;
  362.  
  363.  
  364.  
  365. }
  366.  
  367.  
  368. #navbg {
  369. width:548px;
  370. height:378px;
  371. position:fixed;
  372. padding-top:10px;
  373. padding-bottom:10px;
  374. padding-left:10px;
  375. padding-right:10px;
  376. line-height:100%;
  377. top:70px;
  378. margin-left:-17px;
  379. font-size:11px;
  380. text-align:right;
  381. letter-spacing:1px;
  382. overflow:auto;
  383. background:{color:sidebar bg};
  384. border:solid 10px {color:border};
  385. z-index:-9;
  386. opacity:1;
  387.  
  388.  
  389. }
  390.  
  391. #links{
  392. font-size:10px;
  393. text-align:center;
  394. position:fixed;
  395. line-height:20%;
  396. letter-spacing:5%;
  397. font-family:sans-serif;
  398. font-style:italic;
  399. text-shadow:2px 2px 2px {color:accent2};
  400. margin-left:300px;
  401. margin-top:400px;
  402. width:150px;
  403. z-index:99999;
  404.  
  405. -webkit-column-count: 1;
  406. -moz-column-count: 1;
  407. column-count: 1;
  408. -webkit-column-gap: 0.5;
  409. -moz-column-gap: 0.5;
  410. column-gap: 0.5;
  411.  
  412. }
  413.  
  414. #links a{
  415. opacity:1;
  416. display:inline-block;
  417. text-transform:uppercase;
  418. color:{color:sblinks};
  419. background-color:{color:links bg};
  420. width:75px;
  421. font-weight:bold;
  422. height:15px;
  423. padding-right:5px;
  424. padding-top:5px;
  425. display:block;
  426. line-height:130%;
  427. padding-bottom:3px;
  428. transition-duration: 1s;
  429. -moz-transition-duration: 1s;
  430. -webkit-transition-duration: 1s;
  431. -o-transition-duration: 1s;
  432.  
  433.  
  434.  
  435. }
  436.  
  437. #links a:hover{
  438. color:{color:hover};
  439. background:{color:hover bg};
  440. opacity:1;
  441. transition-duration: 1s;
  442. -moz-transition-duration: 1s;
  443. -webkit-transition-duration: 1s;
  444. -o-transition-duration: 1s;
  445.  
  446. }
  447.  
  448. #container {
  449. position: fixed;
  450. height: 650px;
  451. overflow-y: auto;
  452. overflow-x: hidden;
  453. width: 763px;
  454. background-color:{color:container bg};
  455. margin-top: 5px;
  456. margin-left: 295px;
  457. border-bottom-right-radius: 4px;
  458. }
  459.  
  460.  
  461.  
  462.  
  463. /*ENTRIES*/
  464.  
  465.  
  466.  
  467. #box {
  468. position: absolute;
  469. z-index:99999;
  470. height:475px;
  471. width:457px;
  472. overflow:auto;
  473. margin-left:594px;
  474. margin-top:165px;
  475.  
  476.  
  477. }
  478.  
  479. #post{
  480. padding:15px;
  481. width:400px;
  482. background-color:{color:post bg};
  483. overflow:hidden;
  484. margin-bottom:10px;
  485. margin-top:9px;
  486. margin-left:10px;
  487. float:left;
  488. z-index:9999;
  489.  
  490. }
  491.  
  492.  
  493. /*POST INFO*/
  494.  
  495. #info {
  496. width:520px;
  497. text-align:left;
  498. font-family:arial;
  499. font-size:9px;
  500. padding:7px;
  501. color:{color:txt};
  502. line-height:10px;
  503. background-color:{color:info bg};
  504. margin-top:5px;
  505. margin-left:-15px;
  506. font-size:9px;
  507. margin-bottom:-15px;
  508. font-style:none;
  509. padding:5px;
  510. line-height:10px;
  511. transition-duration: 1.0s;
  512. -moz-transition-duration: 1.0s;
  513. -webkit-transition-duration: 1.0s;
  514. -o-transition-duration: 1.0s;
  515.  
  516. }
  517.  
  518. #info hover{
  519. color:{color:hover};
  520. transition-duration: 1.0s;
  521. -moz-transition-duration: 1.0s;
  522. -webkit-transition-duration: 1.0s;
  523. -o-transition-duration: 1.0s;
  524.  
  525.  
  526. }
  527.  
  528. #info a {
  529. text-align:center;
  530. font-family:arial;
  531. color:{color:txt};
  532.  
  533. }
  534.  
  535. .right{
  536. float:right
  537.  
  538. }
  539.  
  540.  
  541. /*ASKS*/
  542.  
  543. #asks {
  544. font-size:11px;
  545. text-align:center;
  546. width:450px;
  547. padding:5px;
  548. margin-left:-30px;
  549. margin-top:-15px;
  550. background-color:{color:info bg}
  551.  
  552. }
  553.  
  554.  
  555. /*-- Just leave this please*/
  556.  
  557. #c{
  558. font-size:13px;
  559. position:fixed;
  560. bottom:6px;
  561. right:16px;
  562. z-index:10;
  563. text-align:right;
  564. letter-spacing:1px;
  565. padding:2px;
  566. color:{color:border};
  567. transition-duration: 0.8s;
  568.  
  569.  
  570. }
  571.  
  572.  
  573.  
  574. </style>
  575.  
  576. </head>
  577.  
  578.  
  579. <body>
  580.  
  581.  
  582. <div id="sidebar">
  583. <div id="sidebar1"><img src="{image:sidebar}"></div>
  584. <div id="sidebar2"><img src="{image:sidebar2}"></div>
  585. <div id="icon1"><img src="{image:icon1}"></div>
  586. <div id="icon2"><img src="{image:icon2}"></div>
  587. <div id="container"></div>
  588.  
  589.  
  590. </div>
  591. </div>
  592. </div>
  593. <div id="links">
  594. <a href="/" href="">refresh</a><br>
  595. <a href="ask" href="/ask">message</a><br>
  596. <a href="{text:link 1 url}">{text:Link 1}</a><br>
  597. <a href="{text:link 2 url}">{text:Link 2}</a><br>
  598. <a href="{text:link 3 url}">{text:Link 3}</a><br>
  599. <a href="{text:link 4 url}">{text:Link 4}</a><br>
  600. </div>
  601.  
  602. </div>
  603. <!---- if you want anything to appear when you hover over the sidebar, you have to add the code below under "navi"!!!
  604. --->
  605.  
  606.  
  607. <div class="navi">
  608.  
  609.  
  610. </div>
  611.  
  612. <div id="desc">{Description}</div>
  613.  
  614. <div id="titlez">{title}</div>
  615.  
  616.  
  617.  
  618.  
  619. </div>
  620.  
  621.  
  622.  
  623.  
  624.  
  625. </div>
  626. <div id="pagi">{block:Pagination}
  627. {block:PreviousPage}
  628. <a href="{PreviousPage}"><big><big>back&nbsp;&nbsp;&nbsp;&nbsp;</big></big></a>
  629. {/block:PreviousPage}
  630.  
  631. {block:NextPage}
  632. <a href="{NextPage}"><big><big>next</big></big></a>
  633. {/block:NextPage}
  634. {/block:Pagination}</div>
  635. </div></div>
  636. </div>
  637.  
  638.  
  639.  
  640.  
  641. <div id="box">
  642.  
  643. {block:Posts}
  644. <div id="post">
  645.  
  646. <!--TEXT POSTS-->
  647.  
  648. {block:Text}
  649. {block:Title}<h2><center>{Title}</center></h2>{/block:Title}
  650. {Body}
  651. {/block:Text}
  652.  
  653. <!--ASKS-->
  654.  
  655. {block:Answer}
  656. {QUESTION-400px}
  657. <div id="asks">
  658. <div style="margin-left:-280px; padding-bottom:8px; font-size:11px;"><b><i>{Asker} asked:</b></i></span></div><br /> <div style="text-align:center; padding-left:15px; margin-top:-18px; margin-right:10px; font-size:9px;">{Question}</div>
  659. </div>
  660. {Answer}
  661. {/block:Answer}
  662.  
  663. <!--QUOTE POSTS-->
  664. {block:Quote}
  665.  
  666. {block:Quote}
  667. <h2>{Quote}</h2>
  668. <div align="right">
  669. {block:Source}<h1>-{Source}</h1>{/block:Source}
  670. </div>
  671. {/block:Quote}
  672. <!--LINK POSTS-->
  673.  
  674. {block:Link}
  675. <h2><center><a href="{URL}">{Name}</center></a></h2>
  676. {block:Description}{Description}{/block:Description}
  677. {/block:Link}
  678.  
  679. <!--CHAT POSTS-->
  680.  
  681. {block:Chat}
  682. {block:Title}<h2>{Title}</h2>{/block:Title}
  683. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  684. {Line}</li>{/block:Lines}</ul>
  685. {/block:Chat}
  686.  
  687. <!--PHOTO POSTS-->
  688.  
  689. {block:Photo}
  690. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  691.  
  692. {block:Caption}{Caption}{/block:Caption}
  693. {/block:Photo}
  694.  
  695. <!--PHOTOSET POSTS-->
  696.  
  697. {block:Photoset}
  698. {Photoset-400}
  699. {block:Caption}{Caption}{/block:Caption}
  700. {/block:Photoset}
  701.  
  702. <!--VIDEO POSTS-->
  703.  
  704. {block:Video}
  705. {Video-400}
  706. {block:Caption}{Caption}{/block:Caption}
  707. {/block:Video}
  708.  
  709.  
  710. <!--AUDIO-->
  711.  
  712. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  713. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  714. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  715. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  716. {/block:Audio}
  717.  
  718.  
  719. <!--POST INFO-->
  720.  
  721.  
  722. <div id="info">
  723. <div id="permalink">
  724. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> <div class=right>{NoteCount}</div></a></div>
  725.  
  726. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}</div>
  727.  
  728.  
  729.  
  730. </div>{/block:Posts}{/block:Posts}</div></div></div></div>
  731. </div>
  732.  
  733. <!--Simply don't remove it pls.-->
  734.  
  735. </div>
  736. </div>
  737.  
  738. </div>
  739. <div id="c">
  740. <a href="http://kaitrps.tumblr.com/">♚ </a>
  741.  
  742. </div>
  743. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement