Advertisement
kaitofrph

Wonderland (kaitrps theme 4)

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