Advertisement
manon15

kindroyal theme code

Nov 5th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- BACKGROUND & CODE BY ╰☆╮MANON / BUTSCREWMEFIRST╰☆╮
  5. DO NOT:
  6. -claim as your own.
  7. -steal.
  8. -use on another blog without asking.
  9. -take parts of this theme to use in your own.
  10. I AM ALWAYS WILLING TO HELP, SO YOU NEED ONLY ASK!
  11. for commissions for yourself, just contact me @butscrewmefirst.tumblr.com
  12. -->
  13.  
  14. <head>
  15.  
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC' rel='stylesheet' type='text/css'>
  24. <link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
  25. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  26. <link href='http://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
  27. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  28. <link href='http://fonts.googleapis.com/css?family=Tillana' rel='stylesheet' type='text/css'>
  29. <link href='http://fonts.googleapis.com/css?family=Aguafina+Script' rel='stylesheet' type='text/css'>
  30. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  31. <link href='http://fonts.googleapis.com/css?family=PT+Mono' rel='stylesheet' type='text/css'>
  32. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  33. <link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
  34. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  35. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  36. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  37. <link href='http://fonts.googleapis.com/css?family=Fondamento' rel='stylesheet' type='text/css'>
  38. <link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  39. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  40. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  41. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  42. <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  43. <link href='https://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  44. <link href='https://fonts.googleapis.com/css?family=Roboto:700' rel='stylesheet' type='text/css'>
  45. <link href='https://fonts.googleapis.com/css?family=Ubuntu:700' rel='stylesheet' type='text/css'>
  46. <link href='https://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
  47. <link href='https://fonts.googleapis.com/css?family=Meddon' rel='stylesheet' type='text/css'>
  48. <link href='https://fonts.googleapis.com/css?family=Khand' rel='stylesheet' type='text/css'>
  49. <link href='https://fonts.googleapis.com/css?family=Black+Ops+One' rel='stylesheet' type='text/css'>
  50. <link href='https://fonts.googleapis.com/css?family=Kristi' rel='stylesheet' type='text/css'>
  51. <link href='https://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise' rel='stylesheet' type='text/css'>
  52. <link href='https://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  53. <link href='https://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
  54. <link href='https://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
  55. <link href='https://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  56. <link href="https://fonts.googleapis.com/css?family=Over+the+Rainbow" rel='stylesheet' type='text/css'>
  57. <link href="https://fonts.googleapis.com/css?family=Reenie+Beanie" rel='stylesheet' type='text/css'>
  58. <link href="https://fonts.googleapis.com/css?family=Seaweed+Script" rel="stylesheet">
  59.  
  60.  
  61. <script type="text/javascript"
  62. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  63. <script>
  64. $(document).ready(function() {
  65. //
  66. $('a.poplight[href^=#]').click(function() {
  67. var popID = $(this).attr('rel'); //Get Popup Name
  68. var popURL = $(this).attr('href'); //Get Popup href to define size
  69. var query= popURL.split('?');
  70. var dim= query[1].split('&');
  71. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  72. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  73. var popMargTop = ($('#' + popID).height() + 80) / 2;
  74. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  75. //Apply Margin to Popup
  76. $('#' + popID).css({
  77. 'margin-top' : -popMargTop,
  78. 'margin-left' : -popMargLeft
  79. });
  80. $('body').append('<div id="fade"></div>');
  81. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  82. return false;
  83. });
  84. $('a.close, #fade').live('click', function() {
  85. $('#fade , .popup_block, .question_block').fadeOut(function() {
  86. $('#fade, a.close').remove(); //fade them both out
  87. });
  88. return false;
  89. });
  90. });
  91. </script>
  92.  
  93.  
  94. <style type="text/css">
  95.  
  96. .popup_block{
  97. display:none;
  98. float:left;
  99. background-image: url('http://i.imgur.com/7aKl9rC.png');
  100. background-color: #fff;
  101. height:500px;
  102. position:fixed;
  103. top:50%; left: 50%;
  104. z-index:9999999999999;
  105. opacity:1;
  106. }
  107.  
  108.  
  109. *html #fade {position: absolute;}
  110. *html .popup_block {position: absolute;}
  111. #fade {
  112. display:none;
  113. position:fixed;
  114. left:0px;
  115. top:0px;
  116. width:100%;
  117. height:100%;
  118. z-index:999999;
  119. background:#000001;
  120. opacity:.5;
  121. }
  122.  
  123.  
  124. #text {
  125. top:50%;
  126. left:50%;
  127. margin-top:50px;
  128. margin-left:450px;
  129. width:270px;
  130. height:200px;
  131. overflow:scroll;
  132. text-align:justify;
  133. font-family:calibri;
  134. font-size:10px;
  135. color:#000;
  136. background:transparent;
  137. }
  138.  
  139. #heading {
  140. top:50%;
  141. left:50%;
  142. margin-top:300px;
  143. text-align:left;
  144. margin-left:5px;
  145. font-family:"prata";
  146. font-size:40px;
  147. color:#fff;
  148. background:transparent;
  149. text-shadow: 0px 0px 14px #fff;
  150. }
  151.  
  152. #poptext2 {
  153. margin-top:-200px;
  154. margin-left:350px;
  155. width:268px;
  156. height:348px;
  157. font-family:'calibri';
  158. font-size:12px;
  159. overflow:scroll;
  160. text-align:justify;
  161. }
  162.  
  163. #poptext {
  164. margin-top:-272px;
  165. margin-left:273px;
  166. width:268px;
  167. height:422px;
  168. font-family:'calibri';
  169. font-size:12px;
  170. overflow:scroll;
  171. text-align:justify;
  172. }
  173.  
  174. .question_block{
  175. height:300px;
  176. display: none;
  177. float: left;
  178. position: fixed;
  179. top: 50%; left: 50%;
  180. z-index: 999999999999;
  181. }
  182.  
  183.  
  184.  
  185.  
  186.  
  187. para {
  188. font-family: 'Prata', serif;
  189. color:#000;
  190. text-shadow:0 0 2px #fff;
  191. font-size:15px;
  192.  
  193. }
  194.  
  195. /*edit scrollbar*/
  196.  
  197. ::-webkit-scrollbar-thumb {
  198. height:auto;
  199. }
  200.  
  201. ::-webkit-scrollbar {
  202. height:4px;
  203. width:3px;
  204. padding-right:2px;
  205. }
  206. /*edit the body this is what post text looks like, background color, etc.*/
  207.  
  208. body {
  209. background-image:url("http://i.imgur.com/Y1vakOx.png");
  210. background-position:left bottom;
  211. background-attachment:fixed;
  212. background-repeat:no-repeat;
  213. margin:0px;
  214. background-color:#b4b4b3;
  215. color:#000;
  216. font-family:"prata";
  217. font-size:10px;
  218. line-height:120%;
  219. overflow-x:hidden;
  220. overflow-y:hidden;
  221. }
  222.  
  223.  
  224. /*edit links*/
  225.  
  226. a {
  227. text-decoration:none;
  228. outline:#fff;
  229. -moz-outline-style:none;
  230. color:#761f1f;
  231. -moz-transition-duration:0.8s;
  232. -webkit-transition-duration:0.8s;
  233. -o-transition-duration:0.8s;
  234. text-transform:uppercase;
  235. text-shadow:0px 0px 1px #000;
  236. }
  237.  
  238. /*edit link hover*/
  239.  
  240. a:hover {
  241. color:#000;
  242. outline:none;
  243. -moz-outline-style:none;
  244. text-decoration:none;
  245. border-radius: 20px 20px 20px 20px #000;
  246. -webkit-filter: blur(0px);
  247. }
  248.  
  249. img {
  250. opacity:.8;
  251. -webkit-filter: Grayscale(50%);
  252. -webkit-transition-duration: 0.8s;
  253. -moz-transition-duration:0.8s;
  254. transition-duration:0.8s;
  255. -o-transition-duration:0.8s;
  256. -webkit-filter: blur(0px);
  257. border-radius: 20px 20px 20px 20px #000;
  258. }
  259.  
  260. img:hover {
  261. opacity:1;
  262. -webkit-filter: Grayscale(0%);
  263. -webkit-transition: all 0.8s ease-out;
  264. -moz-transition: all 0.8s ease-out;
  265. transition: all 0.8s ease-out;
  266. -webkit-filter: blur(0px);
  267. border-radius: 20px 20px 20px 20px #000;
  268.  
  269. }
  270.  
  271. blockquote {
  272. padding-left:5px;
  273. border-left:1px solid #000;
  274. border-radius:6px;
  275.  
  276. }
  277.  
  278. blockquote blockquote {
  279. padding-left:5px;
  280. border-left:2px solid;
  281. }
  282.  
  283. h1 {
  284. font-size:15px;
  285. text-align:left;
  286. font-family:"permanent marker";
  287. text-align:center;
  288. line-height:115%;
  289. letter-spacing:1px;
  290. color:#fff;
  291. text-transform:uppercase;
  292. }
  293.  
  294. h2 {
  295. font-size:16px;
  296. text-align:left;
  297. font-family:"indie flower";
  298. text-align:center;
  299. line-height:110%;
  300. letter-spacing:1px;
  301. color:#cb8d83;
  302. }
  303.  
  304. h3 {
  305. font-size:17px;
  306. text-align:left;
  307. font-family:"shadows into light";
  308. text-align:center;
  309. line-height:110%;
  310. letter-spacing:1px;
  311. color:#fff;
  312. }
  313.  
  314. h4 {
  315. font-size:16px;
  316. text-align:left;
  317. font-family:"seaweed script";
  318. text-align:center;
  319. line-height:110%;
  320. letter-spacing:1px;
  321. color:#cb8d83;
  322. }
  323.  
  324. h5 { /*this is for home link*/
  325. font-size:20px;
  326. text-align:left;
  327. font-family:"prata";
  328. text-align:center;
  329. line-height:110%;
  330. letter-spacing:1px;
  331. color:#fff;
  332. }
  333.  
  334. h6 { /*this is for pagination*/
  335. font-size:8px;
  336. font-family:"prata";
  337. text-align:center;
  338. line-height:110%;
  339. letter-spacing:1px;
  340. width:250px;
  341. color:#fff;
  342. }
  343.  
  344. pre {
  345. font-family:"prata";
  346. font-size:10px;
  347. color:#fff;
  348. text-shadow:0px 0px 1px #222;
  349. letter-spacing:1px;
  350. text-align:center;
  351. text-transform:lowercase;
  352. padding:5px;
  353. background-position:top center;
  354. border-radius:10px 3px 10px 3px;
  355. border-bottom:1px double #fff;
  356. border-top:1px double #fff;
  357. }
  358.  
  359.  
  360.  
  361. #title {
  362. color:#fff;
  363. font-family:arial;
  364. font-size:16px;
  365. text-transform:lowercase;
  366. border-bottom:1px solid #fff;
  367. font-weight:bold;
  368. letter-spacing:0px;
  369. padding:4px;
  370. margin-top:-20px;
  371. margin-left:-14px;
  372. position:fixed;
  373. text-align:left;
  374. }
  375.  
  376.  
  377. #navi {
  378. float:left;
  379. width:115px;
  380. padding:3px;
  381. }
  382.  
  383. #muses {
  384. width:125px;
  385. float:left;
  386. overflow:auto;
  387. margin:1px 2px;
  388. }
  389.  
  390. .muses text {
  391. height:50px;
  392. overflow:scroll;
  393. }
  394.  
  395.  
  396. /*sidebar links*/
  397.  
  398. .links {
  399. position: fixed;
  400. font-style:none;
  401. bottom:647px;
  402. margin-left:785px;
  403. font-size:25px;
  404. line-height: 850%;
  405. text-align: left;
  406. width:300px;
  407. margin-right: auto;
  408. -ms-transform: rotate(-55deg); /* IE 9 */
  409. -webkit-transform: rotate(-55deg); /* Safari */
  410. transform: rotate(-55deg)
  411.  
  412. }
  413.  
  414. .links a {
  415. -webkit-filter:blur(0px);
  416. letter-spacing: 1px;
  417. padding:3px;
  418. text-shadow: 1px 0px 1px #000;
  419.  
  420. }
  421.  
  422. .links a:hover {
  423. color:#000;
  424. opacity:1;
  425. -webkit-transition: all 0.8s ease-out;
  426. -moz-transition: all 0.8s ease-out;
  427. transition: all 0.8s ease-out;
  428. -webkit-filter:blur(3px);
  429. }
  430.  
  431. .alinks {
  432. position: fixed;
  433. font-style:none;
  434. bottom:420px;
  435. margin-left:895px;
  436. font-size:25px;
  437. word-spacing:2px;
  438. line-height: 850%;
  439. text-align: left;
  440. width:20px;
  441. margin-right: auto;
  442. -ms-transform: rotate(30deg); /* IE 9 */
  443. -webkit-transform: rotate(30deg); /* Safari */
  444. transform: rotate(30deg)
  445.  
  446.  
  447. }
  448.  
  449. .alinks a {
  450. -webkit-filter:blur(0px);
  451. letter-spacing: 1px;
  452. padding:3px;
  453. text-shadow: 1px 0px 1px #000;
  454.  
  455. }
  456.  
  457. .alinks a:hover {
  458. color:#000;
  459. opacity:1;
  460. -webkit-transition: all 0.8s ease-out;
  461. -moz-transition: all 0.8s ease-out;
  462. transition: all 0.8s ease-out;
  463. -webkit-filter:blur(3px);
  464. }
  465.  
  466. .blinks {
  467. position: fixed;
  468. font-style:none;
  469. bottom:310px;
  470. margin-left:872px;
  471. font-size:21px;
  472. word-spacing:2px;
  473. line-height: 850%;
  474. text-align: left;
  475. width:20px;
  476. margin-right: auto;
  477. -ms-transform: rotate(-10deg); /* IE 9 */
  478. -webkit-transform: rotate(-10deg); /* Safari */
  479. transform: rotate(-10deg)
  480.  
  481. }
  482.  
  483. .blinks a {
  484. -webkit-filter:blur(0px);
  485. letter-spacing: 1px;
  486. padding:3px;
  487. text-shadow: 1px 0px 1px #000;
  488. }
  489.  
  490. .blinks a:hover {
  491. color:#000;
  492. opacity:1;
  493. -webkit-transition: all 0.8s ease-out;
  494. -moz-transition: all 0.8s ease-out;
  495. transition: all 0.8s ease-out;
  496. -webkit-filter:blur(3px);
  497. }
  498.  
  499. .clinks {
  500. position: fixed;
  501. font-style:none;
  502. bottom:270px;
  503. margin-left:985px;
  504. font-size:21px;
  505. word-spacing:2px;
  506. line-height: 850%;
  507. text-align: left;
  508. width:20px;
  509. margin-right: auto;
  510. -ms-transform: rotate(0deg); /* IE 9 */
  511. -webkit-transform: rotate(0deg); /* Safari */
  512. transform: rotate(0deg)
  513. }
  514.  
  515. .clinks a {
  516. -webkit-filter:blur(0px);
  517. letter-spacing: 1px;
  518. padding:3px;
  519. text-shadow: 1px 0px 1px #000;
  520. }
  521.  
  522. .clinks a:hover {
  523. color:#000;
  524. opacity:1;
  525. -webkit-transition: all 0.8s ease-out;
  526. -moz-transition: all 0.8s ease-out;
  527. transition: all 0.8s ease-out;
  528. -webkit-filter:blur(3px);
  529. }
  530.  
  531.  
  532.  
  533. /* this is the box that comes up when you hover over something with a title*/
  534.  
  535. #s-m-t-tooltip {
  536. margin-left:15px;
  537. margin-top:-21px;
  538. letter-spacing:0px;
  539. font-family:"helvetica";
  540. text-transform:auto;
  541. font-size:10px;
  542. text-transform:lowercase;
  543. color:#fff;
  544. background-color:#000;
  545. border-bottom:1px double #fff;
  546. border-top:1px double #fff;
  547. text-shadow:0px 2px 7px #fff;
  548. padding: 3px;
  549. z-index:99999999999999999999999;
  550. -webkit-transition:all 1.5s;
  551. -moz-transition:all 1.5s;
  552. -ms-transition:all 1.5s;
  553. -o-transition:all 1.5s;
  554. transition:all 1.5s;
  555. }
  556.  
  557. .buttons {
  558. display:inline-block;
  559. width:90px;
  560. border-top:1px solid #fff;
  561. border-bottom:1px solid #fff;
  562. border-radius:2px;
  563. margin:5px;
  564. padding:5px;
  565. text-align:center;
  566. }
  567.  
  568. .buttons:hover {
  569. background:url('http://i.imgur.com/K1omvdX.png');
  570. }
  571.  
  572. /*next page and previous page*/
  573.  
  574. #pagination {
  575. bottom:220px;
  576. font-size:10px;
  577. margin-left:162px;
  578. color:#fff;
  579. position: absolute;
  580. font-family:"prata";
  581. text-align: left;
  582. letter-spacing:2px;
  583. padding-left:87px;
  584. width:300px;
  585. word-spacing:2px;
  586. text-transform:lowercase;
  587. -ms-transform: rotate(-90deg); /* IE 9 */
  588. -webkit-transform: rotate(-90deg); /* Safari */
  589. transform: rotate(-90deg)
  590.  
  591.  
  592. }
  593.  
  594. #pagination a {
  595. padding:0 3px;
  596. opacity:2;
  597. -webkit-filter: Grayscale(0%);
  598. -webkit-transition: all 0.8s ease-out;
  599. -moz-transition: all 0.8s ease-out;
  600. transition: all 0.8s ease-out;
  601. -webkit-filter: blur(0px)
  602.  
  603. }
  604.  
  605. #pagination a:hover {
  606. color:#18191b;
  607. opacity:1;
  608. -webkit-transition: all 0.8s ease-out;
  609. -moz-transition: all 0.8s ease-out;
  610. transition: all 0.8s ease-out;
  611. -webkit-filter:blur(.8px);
  612. }
  613.  
  614.  
  615. #container {
  616. position: fixed;
  617. width:405px;
  618. height:558px;
  619. bottom:70px;
  620. margin-left:414px;
  621. overflow: auto;
  622. text-align:justify;
  623. -webkit-mask-image: -webkit-gradient(linear, left bottom, left 80%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));
  624.  
  625. }
  626.  
  627.  
  628. #post {
  629. width:400px;
  630. margin-top:5px;
  631. font-size:10px;
  632. line-height:110%;
  633. padding-top:10px;
  634. margin-bottom:20px;
  635. margin-left:auto;
  636. margin-right:auto;
  637. }
  638.  
  639. #post blockquote {
  640. padding-left:10px;
  641. margin-left:10px;
  642. border-left:#000 1px solid;
  643. }
  644.  
  645.  
  646. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  647.  
  648. b, strong, bold {
  649. color:#514e4c;
  650. text-shadow:0px 0px 1px #514e4c;
  651. font-size:12px;
  652. letter-spacing:2px;
  653. line-height:115%;
  654. font-weight: bold;
  655. text-transform:none;
  656. }
  657.  
  658. i, em, italic {
  659. color: #fff;
  660. text-shadow:none;
  661. font-size:15px;
  662. line-height:115%;
  663. font-family:"over the rainbow";
  664. text-transform:lowercase;
  665. letter-spacing:2px;
  666.  
  667. }
  668.  
  669. /*time posted, note count, via and source*/
  670.  
  671. #info {
  672. width:200px;
  673. font-size:16px;
  674. padding:4px 0px 1px 0px;
  675. margin:0px 0px 40px 0px;
  676. letter-spacing:4px;
  677. font-size:22px;
  678. color:#27100a;
  679. }
  680.  
  681. #info a {
  682. color:#27100a;
  683. text-shadow:1px 2px 4px #000;
  684. }
  685.  
  686. #info a:hover {
  687. color:#27100a;
  688. text-shadow:0px 0px 1px #000;
  689. }
  690.  
  691.  
  692. /*tags*/
  693.  
  694. .tags {
  695. width:350px;
  696. margin:-20px 0px 0px 30px;
  697. line-height:115%;
  698. padding:5px;
  699. font-size:10px;
  700. word-break:keep-all;
  701. text-align:center;
  702. font-family:calibri;
  703. background:#fff;
  704. border-top:solid 1px #fff;
  705. border-radius:3px 3px 8px 8px;
  706. background:url('http://i.imgur.com/K1omvdX.png');
  707. }
  708.  
  709. .tags a {
  710. color:#000;
  711. text-shadow:0px 0px 5px #fff;
  712. }
  713.  
  714. .tags a:hover {
  715. color:#fff;
  716. text-shadow:0px 0px 1px #fff;
  717. }
  718.  
  719. .postnote {
  720. width:350px;
  721. margin-top:40px;
  722. font-family:arial;
  723. text-transform:lowercase;
  724. font-style:normal;
  725. letter-spacing:0px;
  726. font-size:10px;
  727. text-align:left;
  728. }
  729.  
  730. .verses img {
  731. float:center;
  732. -webkit-filter: grayscale(0%);
  733. width:260px;
  734. height:100px;
  735. }
  736.  
  737. .pic img {
  738. float: center;
  739. padding: 0px;
  740. margin-right: 10px;
  741. width: 100px;
  742. height: 100px;
  743. }
  744.  
  745. /*here go asks*/
  746.  
  747. #ask {
  748. width:320px;
  749. margin-left:30px;
  750. font-size:25px;
  751. text-align:center;
  752. font-family:"kristi";
  753. font-style:none;
  754. text-transform:lowercase;
  755. color:#000;
  756. }
  757.  
  758. #ask a {
  759. color:#000;
  760. text-transform:lowercase;
  761. text-shadow:0px 2px 7px #000;
  762.  
  763. }
  764.  
  765. #ask a:hover {
  766. color:#fff;
  767. letter-spacing:2px;
  768. text-shadow:0px 2px 7px #fff;
  769. }
  770.  
  771. #q {
  772. width:380px;
  773. margin-left:-1px;
  774. padding:10px;
  775. text-align:center;
  776. font-family:calibri;
  777. font-size:12px;
  778. color:#fff;
  779. text-shadow:0px 0px 5px #000;
  780. border-radius:0px 0px 0px 2px;
  781. border-top:1px solid #000;
  782. background:url('http://i.imgur.com/K1omvdX.png');
  783. }
  784.  
  785. #ans {
  786. text-align:justify;
  787. padding:5px;
  788. }
  789.  
  790.  
  791.  
  792.  
  793. /*audio player container*/
  794.  
  795. .playerbuttonbg {
  796. position: absolute;
  797. left: 10px;
  798. top: 10px;
  799. width: 18px;
  800. height: 18px;
  801. background-color:#fff;
  802. padding: 10px;
  803. -webkit-border-radius: 40px;
  804. -moz-border-radius: 40px;
  805. border-radius: 40px;
  806. opacity: .4;
  807. filter: alpha(opacity=40);
  808. -moz-opacity: 0.4;
  809. -khtml-opacity: 0.4;
  810. transition: opacity .7s ease-in-out;
  811. -moz-transition: opacity .7s ease-in-out;
  812. -webkit-transition: opacity .7s ease-in-out;
  813. }
  814.  
  815. .playerbuttonbg:hover {
  816. opacity: 1;
  817. filter: alpha(opacity=100);
  818. -moz-opacity: 1;
  819. -khtml-opacity: 1;
  820. }
  821.  
  822. .newplayerbutton {
  823. position: relative;
  824. width: 19px;height: 19px;
  825. overflow: hidden;
  826. }
  827.  
  828. .playerbuttonhug {
  829. position: absolute;
  830. top: -18px;left: -7px;
  831. }
  832.  
  833. .tumblr_audio_player {
  834. border:none;
  835. height: 50px;
  836. width: 240px;
  837. margin-left:3px;
  838. margin-top:3px;
  839. }
  840.  
  841. .audioimgwrapper {
  842. position: absolute;
  843. left: 0px;
  844. top: 0px;
  845. overflow: hidden;
  846. width: 60px;
  847. height: 60px;
  848. }
  849.  
  850. .audioimgwrapper img {
  851. width: 100%;
  852. height: auto;
  853. }
  854. .trackdetails {
  855. width: auto;
  856. display:inline-block;
  857. margin-left: 90px;
  858. min-height: 85px;
  859. }
  860.  
  861. .audiowrapper {
  862. position: relative
  863. ;display:inline-block;
  864. }
  865.  
  866. #updates {
  867. position:fixed;
  868. width:185px;
  869. height:208px;
  870. bottom:70px;
  871. margin-left:857px;
  872. font-size:11px;
  873. padding:5px;
  874. overflow:scroll;
  875. text-align:center;
  876. -webkit-mask-image: -webkit-gradient(linear, left bottom, left 80%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));
  877. }
  878.  
  879. /*credit. only change this if you actually make the code your own*/
  880.  
  881. #credit {
  882. position:fixed;
  883. font-size:18px;
  884. color:#000;
  885. font-weight:none;
  886. line-height:50%;
  887. letter-spacing:2px;
  888. font-family:'prata';
  889. right:20px;
  890. bottom:15px;
  891. text-transform:UPPERCASE;
  892. text-align:left;
  893. -webkit-transition: all 0.5s ease-in-out;
  894. -moz-transition: all 0.5s ease-in-out;
  895. -o-transition: all 0.5s ease-in-out;
  896. }
  897.  
  898. #credit a {
  899. letter-spacing: 0px;
  900. padding:3px;
  901. color:#000;
  902. }
  903.  
  904. #credit a:hover {
  905. background:#b4b4b3;
  906. color:#fff;
  907. }
  908.  
  909.  
  910.  
  911.  
  912. {CustomCSS}
  913.  
  914. }
  915.  
  916. </style></head><body>
  917. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  918. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  919. <script>
  920. (function($){
  921. $(document).ready(function(){
  922. $("a[title]").style_my_tooltips({
  923. tip_follows_cursor:true,
  924. tip_delay_time:7,
  925. tip_fade_speed:7,
  926. attribute:"title"
  927. });
  928. });
  929. })(jQuery);
  930. </script>
  931.  
  932.  
  933. <!-- YOUR UPDATES TAB -->
  934. <div id="updates">
  935. <h2>hey big title here</h2>
  936. yo wuddup peeps<br>
  937. <HR WIDTH="50%">
  938. another line here yada yada yada<br>
  939. pcan u say <b>hi</b>???<br>
  940. <i>it's italics eeyyy</i><br>
  941. let's see how many lines<br>
  942. <h3>we can get until this can scroll</h3>
  943. yoloooooo
  944. <HR WIDTH="30%">
  945. i hate trying to get this to scroll<br>
  946. this is hella difficult lmfao<br>
  947. <h4>blah blah blah blah blah</h4><br>
  948. few more lines then we're good!<br>
  949. damn this is the last line here.
  950.  
  951. </div>
  952. <!-- END UPDATES TAB -->
  953.  
  954.  
  955. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  956. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  957. <script>
  958.  
  959. (function($){
  960.  
  961. $(document).ready(function(){
  962.  
  963. $("a[title]").style_my_tooltips({
  964.  
  965. tip_follows_cursor:true,
  966.  
  967. tip_delay_time:50,
  968.  
  969. tip_fade_speed:600,
  970.  
  971. attribute:"title"
  972.  
  973. });
  974.  
  975. });
  976.  
  977. })(jQuery);
  978.  
  979. </script>
  980.  
  981.  
  982.  
  983.  
  984. <div class="links">
  985. <a href="/" title="home">👑<a></div>
  986.  
  987. <div class="alinks">
  988. <a href="#?w=500" title="ask" rel="box1" class="poplight">❤️</a></div>
  989.  
  990. <div class="blinks">
  991. <a href="#?w=600" title="biography" rel="box6" class="poplight">👑</a></div>
  992.  
  993. <div class="clinks">
  994. <a href="#?w=600" title="verses" rel="box3" class="poplight">❤️</a></div>
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008. </div>
  1009.  
  1010. <div id="description">{Description}</div>
  1011.  
  1012.  
  1013. <div id="pagination">
  1014. {block:Pagination}
  1015. {block:PreviousPage}
  1016. <a href="{PreviousPage}">back</a>
  1017. {/block:PreviousPage}
  1018.  
  1019.  
  1020. {block:NextPage}
  1021. <a href="{NextPage}">/ forth</a>
  1022. {/block:NextPage}
  1023. {/block:Pagination}
  1024. </div>
  1025.  
  1026.  
  1027.  
  1028. </div>
  1029.  
  1030.  
  1031. <div id="container">
  1032. <div id="content">
  1033.  
  1034. {block:Posts}<div id="post">
  1035.  
  1036. {block:Text}
  1037. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  1038. {Body}
  1039. {/block:Text}
  1040.  
  1041. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1042.  
  1043. <center>{block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  1044.  
  1045. {block:Quote}
  1046. <h2>{Quote}</h2>
  1047. <h1>—{Source}</h1>
  1048. {/block:Quote}
  1049.  
  1050. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1051.  
  1052. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1053.  
  1054. {block:AudioPlayer}
  1055. <div class="audiowrapper">
  1056. {block:AlbumArt}
  1057. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1058. {/block:AlbumArt}
  1059.  
  1060. <div class="playerbuttonbg">
  1061. <div class="newplayerbutton">
  1062. <div class="playerbuttonhug">
  1063. {AudioPlayerWhite}
  1064. </div></div></div>
  1065.  
  1066. <div class="trackdetails">
  1067. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1068. {block:Artist}{Artist}{/block:Artist}<br/>
  1069. {PlayCountWithLabel}
  1070. </div></div>
  1071. {block:Caption}{Caption}{/block:Caption}
  1072. {/block:AudioPlayer}
  1073.  
  1074. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1075.  
  1076. {block:Answer}
  1077.  
  1078. <div id="ask">{Asker}</div>
  1079. <div id="q">{Question}</div>
  1080. <br/>{Answer}{/block:Answer}
  1081.  
  1082. {block:Date}
  1083. <div id="info">
  1084. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; font-size: 20px; margin-left:15px; margin-top:5px;-webkit-transform: rotate(-20deg);-ms-transform: rotate(-20deg);transform: rotate(-20deg);">△</a>
  1085. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:0px; margin-top:9px;font-size:20px;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);">△</a>
  1086. <a href={ReblogURL} target=”_blank” class=”details” title="Reblog" style="position:absolute; margin-left:7px; margin-top:20px;font-size:19px;-webkit-transform: rotate(-50deg);-ms-transform: rotate(-50deg);transform: rotate(-50deg);">△</a>
  1087. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1088. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1089. </div>
  1090. {/block:Date}
  1091.  
  1092.  
  1093. {block:HasTags}
  1094. <div class="tags">
  1095. {block:Tags} <a href="{TagURL}" title="{Tag}">&nbsp;#{Tag}&nbsp;</a> {/block:Tags}</div>
  1096. {/block:HasTags}
  1097.  
  1098.  
  1099. <div class="postnote">
  1100. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1101. </div>
  1102. </div>
  1103. {/block:Posts}
  1104. </div>
  1105. </div>
  1106. </div>
  1107. </div></div>
  1108.  
  1109.  
  1110.  
  1111.  
  1112. </div></div></div></div>
  1113. </div>
  1114.  
  1115. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="theme by manon"><big>Ⓜ</big></a></div>
  1116.  
  1117. </body>
  1118.  
  1119. <div id="box1" class="question_block">
  1120. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1121. </div>
  1122. </div></div></div></div></div></div></div></div></div></div>
  1123.  
  1124. <div id="box3" class="popup_block">
  1125. <div id="heading">VERSES</div>
  1126. <div id="poptext">
  1127. <!-- to make another verse, copy from here... -->
  1128. <center><img src="http://i.imgur.com/4ujzWQN.gif" class="verses"></center>
  1129. <b><center><a href="/verse link here" style="text-align:center;">VERSE TITLE</a></center></b>
  1130. <br>
  1131. <b>IMAGE SIZE IS 260 X 140.</b><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1132. <HR WIDTH="90%">
  1133.  
  1134. <!-- to here, and then paste! -->
  1135.  
  1136. <!-- to make another verse, copy from here... -->
  1137. <center><img src="http://i.imgur.com/4ujzWQN.gif" class="verses"></center>
  1138. <b><center><a href="/verse link here" style="text-align:center;">VERSE TITLE</a></center></b>
  1139. <br>
  1140. <b>IMAGE SIZE IS 260 X 140.</b><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1141. <HR WIDTH="90%">
  1142.  
  1143. <!-- to here, and then paste! -->
  1144.  
  1145.  
  1146.  
  1147. </center>
  1148. </div>
  1149. </div>
  1150. </div>
  1151. </div></div></div></div></div></div></div></div></div></div>
  1152.  
  1153.  
  1154.  
  1155. <div id="box6" class="popup_block">
  1156. <div id="heading">BIOGRAPHY</div>
  1157. <div id="poptext">
  1158. <center><img src="http://i.imgur.com/4ujzWQN.gif" class="verses"></center><br>
  1159. <b>IMAGE SIZE IS 260 X 140.</b><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1160. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1161. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1162.  
  1163. </div>
  1164. </div>
  1165. </div>
  1166.  
  1167. </div></div></div></div></div></div></div></div></div></div>
  1168.  
  1169.  
  1170. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement