Advertisement
kaitofrph

Queen Chey (kaitrps theme 8)

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