Advertisement
manon15

superintcndent theme code

Sep 30th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.60 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" cmontent="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <link href="https://fonts.googleapis.com/css?family=Caveat|Clicker+Script|Cookie|Creepster|Damion|Dancing+Script|Finger+Paint|Fredericka+the+Great|Great+Vibes|Homemade+Apple|Kaushan+Script|Knewave|Marck+Script|Mr+Dafoe|Nothing+You+Could+Do|Pacifico|Permanent+Marker|Playball|Reenie+Beanie|Rock+Salt|Sacramento|Satisfy|Tangerine|Walter+Turncoat|Yellowtail" rel="stylesheet">
  24. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre|Josefin+Sans" rel="stylesheet">
  25.  
  26. <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Engagement|Great+Vibes|Parisienne|Qwigley|Rouge+Script" rel="stylesheet">
  27.  
  28. <link href="https://fonts.googleapis.com/css?family=Oswald|Yellowtail" rel="stylesheet">
  29.  
  30.  
  31. <link href="https://fonts.googleapis.com/css?family=Prata" rel="stylesheet">
  32.  
  33.  
  34. <script type="text/javascript"
  35. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  36. <script>
  37. $(document).ready(function() {
  38. //
  39. $('a.poplight[href^=#]').click(function() {
  40. var popID = $(this).attr('rel'); //Get Popup Name
  41. var popURL = $(this).attr('href'); //Get Popup href to define size
  42. var query= popURL.split('?');
  43. var dim= query[1].split('&');
  44. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  45. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  46. var popMargTop = ($('#' + popID).height() + 80) / 2;
  47. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  48. //Apply Margin to Popup
  49. $('#' + popID).css({
  50. 'margin-top' : -popMargTop,
  51. 'margin-left' : -popMargLeft
  52. });
  53. $('body').append('<div id="fade"></div>');
  54. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  55. return false;
  56. });
  57. $('a.close, #fade').live('click', function() {
  58. $('#fade , .popup_block, .question_block').fadeOut(function() {
  59. $('#fade, a.close').remove(); //fade them both out
  60. });
  61. return false;
  62. });
  63. });
  64. </script>
  65.  
  66. <!--tabs two script-->
  67. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  68. <script type="text/javascript">
  69. $(document).ready(function(){
  70. $(".links_body").hide();
  71. $(".links_head").click(function(){
  72. $(this).next(".links_body").slideToggle("fast");
  73. }); }); </script>
  74. <style type="text/css">
  75. .links_list { margin:0px; padding:0px; width:100%;}
  76. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  77. .links_body { padding:10px; text-align:left; display:none;}
  78. </style>
  79.  
  80. <!-- verses script -->
  81. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  82.  
  83. <style type="text/css">
  84.  
  85.  
  86. .popup_block {
  87. display:none;
  88. text-align:justify;
  89. position:fixed;
  90. top:20%; left: 94%;
  91. z-index:9999999999999;
  92. opacity:1;
  93. }
  94.  
  95. .popcont {
  96. left:149px;
  97. top:55px;
  98. width:194px;
  99. height:492px;
  100. padding-right:900px;
  101. position:fixed;
  102. overflow-y:scroll;
  103. overflow-x:hidden;
  104. }
  105.  
  106. *html #fade {position: absolute;}
  107. *html .popup_block {position: absolute;}
  108. #fade {
  109. display:none;
  110. position:fixed;
  111. left:0px;
  112. top:0px;
  113. width:100%;
  114. height:100%;
  115. z-index:999999;
  116. background:#000;
  117. opacity:.6;
  118. }
  119.  
  120. #headerbar{
  121. left:50%;
  122. top:50%;
  123. margin-left:-50px;
  124. margin-top:13px;
  125. width:400px;
  126. overflow:auto;
  127. text-align:justify;
  128. color:#000;
  129. font-family:"calibri";
  130. font-size:12px;
  131. }
  132.  
  133. #tabbar{
  134. left:50%;
  135. top:50%;
  136. margin-left:1px;
  137. margin-top:07px;
  138. width:300px;
  139. height:340px;
  140. overflow: auto;
  141. text-align:justify;
  142. color:;
  143. font-family:"calibri";
  144. font-size:12px;
  145. }
  146.  
  147. ul#tab, ul#tabs{
  148. list-style-type:none;
  149.  
  150. }
  151. ul#tab li.active {
  152. display:inline-block;
  153. text-align:left;
  154.  
  155. }
  156. ul#tab li {
  157. display:none;
  158. overflow:hidden;
  159.  
  160. }
  161.  
  162. #sidelinks {
  163. z-index: 999999999999999;
  164. width:190px;
  165. top:140px;
  166. left:245px;
  167. position:fixed;
  168. text-align:left;
  169.  
  170. }
  171. ul#tabs li:first {
  172. display:inline-block;
  173. padding:3px;
  174. cursor:pointer;
  175. text-align:right;
  176.  
  177. }
  178. ul#tabs li {
  179. font-family:"calibri";
  180. font-weight:bold;
  181. font-size:8px;
  182. margin-bottom:1px;
  183. z-index: 999999999999;
  184. padding:3px;
  185. width:auto;
  186. cursor:pointer;
  187.  
  188. }
  189. .rules {
  190. height:420px;
  191. width:400px;
  192. position:fixed;
  193. background-image:url('');
  194. background-repeat:no-repeat;
  195. top:0px;
  196. left:0px;
  197. text-align:center;
  198.  
  199. }
  200. .dossier {
  201. height:420px;
  202. width:400px;
  203. position:fixed;
  204. background-image:url('');
  205. background-repeat:no-repeat;
  206. top:0px;
  207. left:0px;
  208. text-align:center;
  209.  
  210. }
  211. .verses {
  212. height:420px;
  213. width:400px;
  214. position:fixed;
  215. background-image:url('');
  216. background-repeat:no-repeat;
  217. top:0px;
  218. left:0px;
  219. text-align:center;
  220.  
  221. }
  222. .relations {
  223. height:420px;
  224. width:400px;
  225. position:fixed;
  226. background-image:url('');
  227. background-repeat:no-repeat;
  228. top:0px;
  229. left:0px;
  230. text-align:center;
  231.  
  232. }
  233. .navigation {
  234. height:420px;
  235. width:400px;
  236. position:fixed;
  237. background-repeat:no-repeat;
  238. top:0px;
  239. left:0px;
  240. text-align:center;
  241.  
  242. }
  243. .askbox {
  244. height:420px;
  245. width:400px;
  246. position:fixed;
  247. background-repeat:no-repeat;
  248. top:0px;
  249. left:0px;
  250. text-align:center;
  251.  
  252. }
  253. .poptext {
  254. position:fixed;
  255. overflow-x:hidden;
  256. overflow-y:scroll;
  257. background-color:#000;
  258. border:1px solid #d70000;
  259. outline:1px dashed #d70000;
  260. outline-offset:2px;
  261. font-family:"roboto";
  262. text-align:left;
  263. font-size:12px;
  264. top:180px;
  265. left:580px;
  266. width:283px;
  267. height:300px;
  268. padding:15px;
  269.  
  270. }
  271.  
  272.  
  273. .buttons {
  274. background-color: #8b979f;
  275. border:1px solid #464b54;
  276. font-family:"roboto";
  277. text-align:center;
  278. font-weight:bold;
  279. display:inline-block;
  280. font-size:10px;
  281. margin:2px;
  282. padding:2px;
  283. width:100px;
  284. }
  285. .buttons:hover {
  286. background-color:#8b979f;
  287. color:#000;
  288. }
  289. .buttons:active {
  290. position:relative;
  291. top:1px;}
  292.  
  293.  
  294. .question_block{
  295. height:300px;
  296. display: none;
  297. float: left;
  298. position: fixed;
  299. top: 50%; left: 50%;
  300. z-index: 999999999999;
  301. }
  302.  
  303. para {
  304. font-family: 'Prata', serif;
  305. color:#000;
  306. text-shadow:0 0 2px #fff;
  307. font-size:15px;
  308.  
  309. }
  310.  
  311. /*edit scrollbar*/
  312.  
  313. ::-webkit-scrollbar-thumb {
  314. height:auto;
  315. }
  316.  
  317. ::-webkit-scrollbar {
  318. height:4px;
  319. width:3px;
  320. padding-right:2px;
  321. }
  322. /*edit the body this is what post text looks like, background color, etc.*/
  323.  
  324. body {
  325. background-image:url("https://i.imgur.com/LRzgzSr.png");
  326. background-position:top left;
  327. background-attachment:fixed;
  328. background-repeat:no-repeat;
  329. margin:0px;
  330. background-color:#000;
  331. color:#fff;
  332. font-family:"roboto";
  333. font-size:16px;
  334. line-height:120%;
  335. overflow-x:hidden;
  336. overflow-y:hidden;
  337. }
  338.  
  339.  
  340. /*edit links*/
  341.  
  342. a {
  343. text-decoration:none;
  344. outline:none;
  345. -moz-outline-style:none;
  346. color:#d70000;
  347. -moz-transition-duration:0.8s;
  348. -webkit-transition-duration:0.8s;
  349. -o-transition-duration:0.8s;
  350. text-transform:lowercase;
  351. }
  352.  
  353. /*edit link hover*/
  354.  
  355. a:hover {
  356. color:#fff;
  357. outline:none;
  358. -moz-outline--tyle:none;
  359. text-decoration:none;
  360. border-radius: 20px 20px 20px 20px #fff;
  361. -webkit-filter: blur(0px);
  362. }
  363.  
  364. img {
  365. opacity:1;
  366. -webkit-filter: Grayscale(50%);
  367. -webkit-transition-duration: 0.8s;
  368. -moz-transition-duration:0.8s;
  369. transition-duration:0.8s;
  370. -o-transition-duration:0.8s;
  371. -webkit-filter: blur(0px);
  372. border-radius: 20px 20px 20px 20px #000;
  373. }
  374.  
  375. img:hover {
  376. opacity:1;
  377. -webkit-filter: Grayscale(0%);
  378. -webkit-transition: all 0.8s ease-out;
  379. -moz-transition: all 0.8s ease-out;
  380. transition: all 0.8s ease-out;
  381. -webkit-filter: blur(0px);
  382. border-radius: 20px 20px 20px 20px #000;
  383.  
  384. }
  385.  
  386. h1 {
  387. width:250px;
  388. font-size:22px;
  389. text-align:center;
  390. font-family:"oswald";
  391. padding-left:100px;
  392. line-height:115%;
  393. letter-spacing:2px;
  394. color:#c90000;
  395. text-transform:lowercase;
  396. }
  397.  
  398. h2 {
  399. width:350px;
  400. padding-left:20px;
  401. margin-left:4px;
  402. font-size:15px;
  403. text-align:center;
  404. font-family:"Reenie Beanie", cursive;
  405. text-transform:lowercase;
  406. line-height:110%;
  407. letter-spacing:2px;
  408. color:#000;
  409. }
  410.  
  411. h5 {
  412. font-size:15px;
  413. font-family:"roboto";
  414. text-transform:lowercase;
  415. text-align:center;
  416. margin-top:0px;
  417. margin-bottom:0px;
  418. letter-spacing:2px;
  419. color:#c90000;
  420. }
  421.  
  422. h6 {
  423. font-size:15px;
  424. font-family:"roboto";
  425. text-align:center;
  426. margin-top:0px;
  427. margin-bottom:0px;
  428. letter-spacing:2px;
  429. color:#d70000;
  430. }
  431.  
  432. h3 {
  433. font-size:15px;
  434. font-family:"cookie", cursive;
  435. text-align:center;
  436. line-height:110%;
  437. letter-spacing:2px;
  438. color:#000;
  439. }
  440.  
  441. h4 {
  442. font-size:20px;
  443. font-family:"Satisfy", cursive;
  444. text-align:center;
  445. line-height:105%;
  446. letter-spacing:2px;
  447. color:#2d2936;
  448. }
  449.  
  450. pre {
  451. width:140px;
  452. letter-spacing:1px;
  453. text-align:center;
  454. text-transform:uppercase;
  455. padding:2px;
  456. border-radius:2px;
  457. color:#d70000;
  458. font-family:"oswald";
  459. font-size:12px;
  460. background-color:#000;
  461. border:#d70000 solid 1px;
  462. outline:#d70000 dashed 1px;
  463. outline-offset:3px;
  464. text-shadow:0px 0px 5px #000;
  465. }
  466.  
  467.  
  468.  
  469.  
  470. #title {
  471. color:#fff;
  472. font-family:arial;
  473. font-size:16px;
  474. text-transform:lowercase;
  475. font-weight:bold;
  476. letter-spacing:0px;
  477. padding:4px;
  478. margin-top:-20px;
  479. margin-left:-14px;
  480. position:fixed;
  481. text-align:left;
  482. }
  483.  
  484.  
  485. #navi {
  486. float:left;
  487. width:115px;
  488. padding:3px;
  489. }
  490.  
  491. #muses {
  492. width:125px;
  493. float:left;
  494. overflow:auto;
  495. margin:1px 2px;
  496. }
  497.  
  498. .muses text {
  499. height:50px;
  500. overflow:scroll;
  501. }
  502.  
  503.  
  504. @-webkit-keyframes sally{
  505. from {-webkit-filter: blur(0px);}
  506. 60% {-webkit-filter: blur(2px);}
  507. to {-webkit-filter: blur(0px);}
  508. }
  509.  
  510.  
  511. /*sidebar links*/
  512.  
  513. .links {
  514. position: fixed;
  515. font-size:65px;
  516. font-style:none;
  517. margin-top:20px;
  518. margin-left:1175px;
  519. line-height: 100%;
  520. text-align: center;
  521. width:0px;
  522. opacity:1;
  523. margin-right: auto;
  524. transform: rotate(20deg);
  525. -webkit-transform: rotate(20deg);
  526. -webkit-animation-iteration-count: infinite;
  527. -webtkit-animation-timing-function: ease-in-out;
  528.  
  529. }
  530.  
  531. .links a {
  532. opacity:1;
  533. letter-spacing: 1px;
  534. padding:3px;
  535.  
  536. }
  537.  
  538. .links a:hover {
  539. color:#2d2936;
  540. opacity:1;
  541. }
  542.  
  543. .alinks {
  544. position: fixed;
  545. font-size:30px;
  546. font-style:none;
  547. margin-top:90px;
  548. margin-left:1135px;
  549. word-spacing:2px;
  550. line-height: 100%;
  551. text-align: center;
  552. width:0px;
  553. margin-right: auto;
  554. opacity:1;
  555. transform: rotate(-10deg);
  556. -webkit-transform: rotate(-10deg);
  557. -webkit-animation-iteration-count: infinite;
  558. -webtkit-animation-timing-function: ease-in-out;
  559.  
  560. }
  561.  
  562. .alinks a {
  563. -webkit-filter:blur(0px);
  564. letter-spacing: 1px;
  565. padding:3px;
  566.  
  567. }
  568.  
  569. .alinks a:hover {
  570. color:#2d2936;
  571. opacity:1;
  572. }
  573.  
  574. .blinks {
  575. position: fixed;
  576. font-size:30px;
  577. font-style:none;
  578. margin-top:68px;
  579. margin-left:1165px;
  580. word-spacing:2px;
  581. line-height: 100%;
  582. text-align: center;
  583. width:0px;
  584. opacity:1;
  585. margin-right: auto;
  586. transform: rotate(10deg);
  587. -webkit-transform: rotate(10deg);
  588. -webkit-animation-iteration-count: infinite;
  589. -webtkit-animation-timing-function: ease-in-out;
  590.  
  591. }
  592.  
  593. .blinks a {
  594. -webkit-filter:blur(0px);
  595. letter-spacing: 1px;
  596. padding:3px;
  597. }
  598.  
  599. .blinks a:hover {
  600. color:#2d2936;
  601. opacity:1;
  602. }
  603.  
  604. .clinks {
  605. position: fixed;
  606. font-size:30px;
  607. font-style:none;
  608. margin-top:160px;
  609. margin-left:1205px;
  610. word-spacing:2px;
  611. line-height: 100%;
  612. text-align: center;
  613. width:0px;
  614. opacity:1;
  615. margin-right: auto;
  616. transform: rotate(0deg);
  617. -webkit-transform: rotate(0deg);
  618. -webkit-animation-iteration-count: infinite;
  619. -webtkit-animation-timing-function: ease-in-out;
  620. -webkit-animation-duration:5s;
  621.  
  622. }
  623.  
  624. .clinks a {
  625. -webkit-filter:blur(0px);
  626. letter-spacing: 1px;
  627. padding:3px;
  628. }
  629.  
  630. .clinks a:hover {
  631. color:#2d2936;
  632. opacity:1;
  633. }
  634.  
  635. .dlinks {
  636. position: fixed;
  637. font-size:30px;
  638. font-style:none;
  639. margin-top:100px;
  640. margin-left:1231px;
  641. word-spacing:2px;
  642. line-height: 100%;
  643. text-align: center;
  644. width:0px;
  645. opacity:1;
  646. margin-right: auto;
  647. transform: rotate(-20deg);
  648. -webkit-transform: rotate(-20deg);
  649. -webkit-animation-iteration-count: infinite;
  650. -webtkit-animation-timing-function: ease-in-out;
  651. -webkit-animation-duration:5s;
  652.  
  653. }
  654.  
  655. .dlinks a {
  656. -webkit-filter:blur(0px);
  657. letter-spacing: 1px;
  658. padding:3px;
  659. }
  660.  
  661. .dlinks a:hover {
  662. color:#2d2936;
  663. opacity:1;
  664. }
  665.  
  666.  
  667. /* this is the box that comes up when you hover over something with a title*/
  668.  
  669. #s-m-t-tooltip {
  670. margin-left:15px;
  671. margin-top:-21px;
  672. letter-spacing:0px;
  673. font-family:"roboto";
  674. text-transform:auto;
  675. font-size:10px;
  676. text-transform:none;
  677. color:#d70000;
  678. background-color:#000;
  679. border:#d70000 solid 1px;
  680. outline:#d70000 dashed 1px;
  681. outline-offset:3px;
  682. padding: 3px;
  683. z-index:999999999999999999;
  684. -webkit-transition:all 1.5s;
  685. -moz-transition:all 1.5s;
  686. -ms-transition:all 1.5s;
  687. -o-transition:all 1.5s;
  688. transition:all 1.5s;
  689. }
  690.  
  691. /*next page and previous page*/
  692.  
  693. #pagination {
  694. -ms-transform: rotate(0deg); /* IE 9 */
  695. -webkit-transform: rotate(0deg); /* Safari */
  696. transform: rotate(0deg)
  697.  
  698.  
  699. }
  700.  
  701. #pagination a {
  702. -webkit-filter: Grayscale(0%);
  703. -webkit-transition: all 0.8s ease-out;
  704. -moz-transition: all 0.8s ease-out;
  705. transition: all 0.8s ease-out;
  706. -webkit-filter: blur(0px)
  707.  
  708. }
  709.  
  710. #pagination a:hover {
  711. color:#2d2936;
  712. opacity:1;
  713. -webkit-transition: all 0.8s ease-out;
  714. -moz-transition: all 0.8s ease-out;
  715. transition: all 0.8s ease-out;
  716. -webkit-filter:blur(0px);
  717. }
  718.  
  719.  
  720. #container {
  721. position:fixed;
  722. width:402px;
  723. height:445px;
  724. top:160px;
  725. margin-left:538px;
  726. background-color:transparent;
  727. text-align:left;
  728. opacity:1;
  729. overflow: auto;
  730. }
  731.  
  732. #container:hover {
  733. overflow:auto;
  734.  
  735. }
  736.  
  737. #post {
  738. width:400px;
  739. font-size:10px;
  740. line-height:110%;
  741. padding-top:10px;
  742. margin-top:20px;
  743. margin-left:auto;
  744. margin-right:auto;
  745. opacity:1;
  746. -webkit-filter: grayscale(0%);
  747. filter: grayscale(0%);
  748. -webkit-transition: all .5s ease-in-out;
  749. -moz-transition: all .5s ease-in-out;
  750. -o-transition: all .5s ease-in-out;
  751. transition: all .5s ease-in-out;
  752. }
  753.  
  754. #post:hover{
  755. opacity:1;
  756. -webkit-transition: all .5s ease-in-out;
  757. -moz-transition: all .5s ease-in-out;
  758. -o-transition: all .5s ease-in-out;
  759. transition: all .5s ease-in-out;
  760. -webkit-filter: grayscale(0);
  761. filter: grayscale(0);
  762. }
  763.  
  764. #post blockquote {
  765. padding-left:5px;
  766. margin-right:0px;
  767. margin-left:5px;
  768. margin-top:2px;
  769. border-left:1px solid #d70000;
  770. border-radius:3px;
  771.  
  772. }
  773.  
  774. #post blockquote blockquote {
  775. padding-left:10px;
  776. margin-top:2px;
  777. margin-right:0px;
  778. margin-left:5px;
  779. border-left:1px solid #d70000;
  780. border-radius:3px;
  781.  
  782. }
  783.  
  784. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  785.  
  786. b, strong {
  787. font-size:12px;
  788. letter-spacing:2px;
  789. font-family:"calibri", sans-serif";
  790. text-transform:uppercase;
  791. color:#464b54;
  792. text-shadow:0px 0px 2px #464b54;
  793. }
  794.  
  795. i, em, italics {
  796. font-size:19px;
  797. font-family:"Dancing Script", cursive;
  798. text-transform:none;
  799. color:#d70000;
  800. letter-spacing:2px;
  801. }
  802.  
  803. sup, sub, small {
  804. font-size:11px;
  805. color:#fff;
  806. }
  807.  
  808.  
  809. /*time posted, note count, via and source*/
  810.  
  811. #info {
  812. font-size:16px;
  813. padding:4px 0px 1px 0px;
  814. margin:0px 0px 50px 10px;
  815. letter-spacing:4px;
  816. font-size:22px;
  817. color:#464b54;
  818. text-transform:none;
  819. }
  820.  
  821. #info a {
  822. color:#464b54;
  823. text-shadow:none;
  824. text-transform:none;
  825. }
  826.  
  827. #info a:hover {
  828. color:#fff;
  829. }
  830.  
  831. #forward {
  832. opacity:.8;
  833. font-weight:bold;
  834. font-size:40px;
  835. color:#464b54;
  836. top:570px;
  837. margin-left:1100px;
  838. outline:#000;
  839. position: fixed;
  840. font-family:"calibri", sans-serif;
  841. text-align: left;
  842. letter-spacing:2px;
  843. word-spacing:2px;
  844. }
  845.  
  846. #forward:hover {
  847. opacity: 1;
  848. color:#fff;
  849. -webkit-transition: all 0.8s ease-out;
  850. -moz-transition: all 0.8s ease-out;
  851. transition: all 0.8s ease-out;
  852. -webkit-filter:blur(.8px);
  853. }
  854.  
  855. #backward {
  856. opacity:.8;
  857. font-weight:bold;
  858. font-size:40px;
  859. color:#464b54;
  860. top:570px;
  861. margin-left:1018px;
  862. outline:#000;
  863. position: fixed;
  864. font-family:"calibri", sans-serif;
  865. text-align: left;
  866. letter-spacing:2px;
  867. word-spacing:2px;
  868. }
  869.  
  870. #backward:hover {
  871. opacity: 1;
  872. color:#fff;
  873. -webkit-transition: all 0.8s ease-out;
  874. -moz-transition: all 0.8s ease-out;
  875. transition: all 0.8s ease-out;
  876. -webkit-filter:blur(.8px);
  877. }
  878.  
  879.  
  880.  
  881. /*tags*/
  882.  
  883. .tags {
  884. width:310px;
  885. margin:-30px 0px 0px 55px;
  886. line-height:115%;
  887. padding:5px;
  888. font-size:9px;
  889. word-break:keep-all;
  890. text-align:center;
  891. font-family:"roboto";
  892. background-color:;
  893. outline-offset:2px;
  894. border-top:1px solid #464b54;
  895. border-bottom:1px solid #464b54;
  896. letter-spacing:1px;
  897. }
  898.  
  899. .tags a {
  900. color:#464b54;
  901. text-shadow:0px 0px 4px #464b54;
  902. }
  903.  
  904. .tags a:hover {
  905. color:#fff;
  906. text-shadow:0px 0px 1px #464b54;
  907. letter-spacing:2px;
  908. }
  909.  
  910. .postnote {
  911. width:370px;
  912. margin-top:40px;
  913. font-family:arial;
  914. text-transform:lowercase;
  915. font-style:normal;
  916. letter-spacing:0px;
  917. font-size:10px;
  918. text-align:left;
  919. }
  920.  
  921. .verses img {
  922. float:center;
  923. -webkit-filter: grayscale(100%);
  924. width:260px;
  925. height:100px;
  926. }
  927.  
  928. .pic img {
  929. float: center;
  930. padding: 0px;
  931. margin-right: 10px;
  932. width: 100px;
  933. height: 100px;
  934. }
  935.  
  936.  
  937. img {
  938. -webkit-filter: grayscale(0%);}
  939.  
  940. img:hover {
  941. -webkit-filter: grayscale(0%);}
  942.  
  943.  
  944.  
  945. /*here go asks*/
  946.  
  947. #ask {
  948. width:397px;
  949. margin-left:0px;
  950. margin-top:20px;
  951. margin-bottom:10px;
  952. font-size:30px;
  953. text-align:center;
  954. font-family:"Playball";
  955. font-style:none;
  956. text-transform:uppercase;
  957. color:#d70000;
  958. }
  959.  
  960. #ask a {
  961. color:#464b54;
  962. text-transform:lowercase;
  963. }
  964.  
  965. #ask a:hover {
  966. color:#fff;
  967. letter-spacing:1px;
  968. }
  969.  
  970. #askheader {
  971. position:absolute;
  972. margin-left:28px;
  973. margin-top:-22px;
  974. }
  975.  
  976. #q {
  977. width:366px;
  978. margin-left:5px;
  979. margin-top:3px;
  980. padding:10px;
  981. text-align:center;
  982. color:#fff;
  983. font-family:"roboto";
  984. font-size:12px;
  985. background-color:#000;
  986. border:1px solid #d70000;
  987. outline:1px dashed #d70000;
  988. outline-offset:2px;
  989. text-shadow:0px 0px 5px #999;
  990. }
  991.  
  992. #ans {
  993. text-align:justify;
  994. margin-top:5px;
  995. padding:5px;
  996. }
  997.  
  998.  
  999.  
  1000.  
  1001. .playerbuttonbg {
  1002. position: absolute;
  1003. left: 10px;
  1004. top: 10px;
  1005. width: 18px;
  1006. height: 18px;
  1007. background-color:#fff;
  1008. padding: 10px;
  1009. -webkit-border-radius: 40px;
  1010. -moz-border-radius: 40px;
  1011. border-radius: 40px;
  1012. opacity: .4;
  1013. filter: alpha(opacity=40);
  1014. -moz-opacity: 0.4;
  1015. -khtml-opacity: 0.4;
  1016. transition: opacity .7s ease-in-out;
  1017. -moz-transition: opacity .7s ease-in-out;
  1018. -webkit-transition: opacity .7s ease-in-out;
  1019. }
  1020.  
  1021. .playerbuttonbg:hover {
  1022. opacity: 1;
  1023. filter: alpha(opacity=100);
  1024. -moz-opacity: 1;
  1025. -khtml-opacity: 1;
  1026. }
  1027.  
  1028. .newplayerbutton {
  1029. position: relative;
  1030. width: 19px;height: 19px;
  1031. overflow: hidden;
  1032. }
  1033.  
  1034. .playerbuttonhug {
  1035. position: absolute;
  1036. top: -18px;left: -7px;
  1037. }
  1038.  
  1039. .tumblr_audio_player {
  1040. border:none;
  1041. height: 50px;
  1042. width: 240px;
  1043. margin-left:3px;
  1044. margin-top:3px;
  1045. }
  1046.  
  1047. .audioimgwrapper {
  1048. position: absolute;
  1049. left: 0px;
  1050. top: 0px;
  1051. overflow: hidden;
  1052. width: 60px;
  1053. height: 60px;
  1054. }
  1055.  
  1056. .audioimgwrapper img {
  1057. width: 100%;
  1058. height: auto;
  1059. }
  1060. .trackdetails {
  1061. width: auto;
  1062. display:inline-block;
  1063. margin-left: 90px;
  1064. min-height: 85px;
  1065. }
  1066.  
  1067. .audiowrapper {
  1068. position: relative;
  1069. display:inline-block;
  1070. }
  1071.  
  1072.  
  1073.  
  1074. /* --- UPDATES ---*/
  1075.  
  1076. #updates {
  1077. position:fixed;
  1078. width:175px;
  1079. height:400px;
  1080. top:160px;
  1081. margin-left:979px;
  1082. font-size:9px;
  1083. padding:5px;
  1084. overflow:auto;
  1085. text-align:justify;
  1086. opacity:1;
  1087. -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1)70%, rgba(0,0,0,0));
  1088. }
  1089.  
  1090.  
  1091. /*credit. only change this if you actually make the code your own*/
  1092.  
  1093. #credit {
  1094. position:fixed;
  1095. font-size:18px;
  1096. color:#d70000;
  1097. font-weight:none;
  1098. line-height:50%;
  1099. letter-spacing:2px;
  1100. font-family:'prata';
  1101. right:20px;
  1102. bottom:8px;
  1103. text-transform:none;
  1104. text-align:left;
  1105. -webkit-transition: all 0.5s ease-in-out;
  1106. -moz-transition: all 0.5s ease-in-out;
  1107. -o-transition: all 0.5s ease-in-out;
  1108. }
  1109.  
  1110. #credit a {
  1111. letter-spacing: 0px;
  1112. padding:3px;
  1113. color:#d70000;
  1114. }
  1115.  
  1116. #credit a:hover {
  1117. background:#000;
  1118. color:#000;
  1119. }
  1120.  
  1121.  
  1122.  
  1123.  
  1124. {CustomCSS}
  1125.  
  1126. }
  1127.  
  1128. </style></head><body>
  1129.  
  1130.  
  1131. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  1132. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  1133. <script>
  1134. (function($){
  1135. $(document).ready(function(){
  1136. $("a[title]").style_my_tooltips({
  1137. tip_follows_cursor:true,
  1138. tip_delay_time:7,
  1139. tip_fade_speed:7,
  1140. attribute:"title"
  1141. });
  1142. });
  1143. })(jQuery);
  1144. </script>
  1145.  
  1146.  
  1147. <!-- begin updates tab -->
  1148.  
  1149. <div id="updates">
  1150. <center>
  1151. Lorem ipsum dolor sit <i>amet</i>, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. <b>Suspendisse</b> 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.
  1152. <h3>look another title</h3>
  1153. <pre>pre title it pretty</pre>
  1154. 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.
  1155. <HR WIDTH=35%>
  1156. 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.
  1157.  
  1158. </center>
  1159.  
  1160.  
  1161.  
  1162. </div>
  1163.  
  1164. <!-- end updates tab -->
  1165.  
  1166.  
  1167.  
  1168. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1169. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1170. <script>
  1171.  
  1172. (function($){
  1173.  
  1174. $(document).ready(function(){
  1175.  
  1176. $("a[title]").style_my_tooltips({
  1177.  
  1178. tip_follows_cursor:true,
  1179.  
  1180. tip_delay_time:50,
  1181.  
  1182. tip_fade_speed:600,
  1183.  
  1184. attribute:"title"
  1185.  
  1186. });
  1187.  
  1188. });
  1189.  
  1190. })(jQuery);
  1191.  
  1192. </script>
  1193.  
  1194.  
  1195.  
  1196. <div class="links">
  1197. <a href="/" title="refresh."><div id="linksys1">❖</div></a></div>
  1198.  
  1199. <div class="alinks">
  1200. <a href="#?w=500" title="message." rel="box1" class="poplight"><div id="linksys2">◆</div></a></div>
  1201.  
  1202. <div class="blinks">
  1203. <a href="/tagged/;; diagnostics" title="about.">✦</a></div>
  1204.  
  1205. <div class="clinks">
  1206. <a href="/tagged/;; guidelines" title="guidelines.">❖</a></div>
  1207.  
  1208. <div class="dlinks">
  1209. <a href="/tagged/;; verses" title="verses.">◆</a></div>
  1210.  
  1211.  
  1212.  
  1213. </div>
  1214.  
  1215. <div id="description">{Description}</div>
  1216.  
  1217.  
  1218. <div id="pagination">
  1219. {block:Pagination}
  1220. {block:PreviousPage}
  1221. <a href="{PreviousPage}"><div id="backward">«</div></a>
  1222. {/block:PreviousPage}
  1223.  
  1224.  
  1225. {block:NextPage}
  1226. <a href="{NextPage}"><div id="forward">»</div></a>
  1227. {/block:NextPage}
  1228. {/block:Pagination}
  1229. </div>
  1230.  
  1231.  
  1232.  
  1233.  
  1234. </div>
  1235.  
  1236.  
  1237. <div id="container">
  1238. <div id="content">
  1239.  
  1240.  
  1241. {block:Posts}<div id="post">
  1242.  
  1243. {block:Text}
  1244. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  1245. {Body}
  1246. {/block:Text}
  1247.  
  1248. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1249.  
  1250. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1251.  
  1252. {block:Quote}
  1253. <h2><div style="position:absolute; margin-left:-2px; margin-top:-5px;font-size:35px;-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);transform: rotate(30deg);">❛</div>{Quote}</h2>
  1254. <h1>—{Source}</h1>
  1255. {/block:Quote}
  1256.  
  1257. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1258.  
  1259. {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}
  1260.  
  1261. {block:AudioPlayer}
  1262. <div class="audiowrapper">
  1263. {block:AlbumArt}
  1264. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1265. {/block:AlbumArt}
  1266.  
  1267. <div class="playerbuttonbg">
  1268. <div class="newplayerbutton">
  1269. <div class="playerbuttonhug">
  1270. {AudioPlayerWhite}
  1271. </div></div></div>
  1272.  
  1273. <div class="trackdetails">
  1274. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1275. {block:Artist}{Artist}{/block:Artist}<br/>
  1276. {PlayCountWithLabel}
  1277. </div></div>
  1278. {block:Caption}{Caption}{/block:Caption}
  1279. {/block:AudioPlayer}
  1280.  
  1281. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1282.  
  1283. {block:Answer}
  1284. <div id="askheader"></div>
  1285. <div id="ask">{Asker}</div>
  1286. <span style="color:#999;font-size:10px;letter-spacing:2px;"><center>ASKED:</center></span>
  1287. <div id="q">{Question}</div>
  1288. <div id="ans">{Answer}</div>
  1289. {/block:Answer}
  1290.  
  1291. {block:Date}
  1292. <div id="info">
  1293. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; margin-left:25px;font-size:20px; margin-top:35px;-webkit-transform: rotate(-20deg);-ms-transform: rotate(-20deg);transform: rotate(-20deg);text-shadow:0px 0px 6px #2d2936;">◆</a>
  1294. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:9px; margin-top:12px;font-size:45px;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);text-shadow:0px 0px 6px #2d2936;">✦</a>
  1295. <a href={ReblogURL} target=”_blank” class=”details” title="reblog" style="position:absolute; margin-left:-6px; margin-top:22px;font-size:20px;-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);transform: rotate(30deg);text-shadow:0px 0px 6px #2d2936;">❖</a>
  1296. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1297. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1298. </div>
  1299. {/block:Date}
  1300.  
  1301.  
  1302. {block:HasTags}
  1303. <div class="tags">
  1304. {block:Tags}<a href="{TagURL}" title="{Tag}">&nbsp;#&nbsp;{Tag}&nbsp;</a> {/block:Tags}</div>
  1305. {/block:HasTags}
  1306.  
  1307.  
  1308. <div class="postnote">
  1309. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1310. </div>
  1311. </div>
  1312. {/block:Posts}
  1313. </div>
  1314. </div>
  1315. </div>
  1316. </div></div>
  1317.  
  1318.  
  1319.  
  1320.  
  1321. </div></div></div></div>
  1322. </div>
  1323.  
  1324.  
  1325.  
  1326. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="code & image by manon"><big><big>ᶬ</big></big></a></div>
  1327.  
  1328. </body>
  1329.  
  1330. </div></div></div></div></div></div></div></div></div></div>
  1331.  
  1332.  
  1333. <div id="box1" class="question_block">
  1334. <div class="askbox"><div class="poptext">
  1335. <p><center><h6>C O N T A C T</h6></center>
  1336. <p><iframe frameborder="0" border="0" scrolling="yes" width="100%" height="275px" allowtransparency="true" src="http://www.tumblr.com/ask_form/starktonystark.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  1337. </div></div></div>
  1338. </div></div></div></div></div></div></div></div></div></div>
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement