radiantvictor

mtt theme

Jan 22nd, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.37 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!-- Theme 24; the dark side by ~winchestheart.
  5. // http://winchestheart.tumblr.com © //
  6.  
  7. This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
  8. > http://creativecommons.org/licenses/by-nc/3.0/
  9.  
  10. Read the rules before using any of my themes:
  11. > http://winchestheart.tumblr.com/rules
  12.  
  13. Do not remove the credit or use as your own work.
  14. Thank you.
  15.  
  16. -->
  17.  
  18.  
  19. <html><head>
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51. <style>*, body{ cursor:url("http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png"), auto; }
  52. a, a:hover { cursor:url("http://38.media.tumblr.com/tumblr_m2umdv9v8d1qfamg6.gif"), auto; }
  53. </style>
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55.  
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57.  
  58. <script>
  59.  
  60. (function($){
  61.  
  62. $(document).ready(function(){
  63.  
  64. $("a[title]").style_my_tooltips({
  65.  
  66. tip_follows_cursor:true,
  67.  
  68. tip_delay_time:50,
  69.  
  70. tip_fade_speed:600,
  71.  
  72. attribute:"title"
  73.  
  74. });
  75.  
  76. });
  77.  
  78. })(jQuery);
  79.  
  80. </script>
  81. <!--basic tooltip from tutorial-baby! Enjoy-->
  82. <style>
  83. .tooltip{
  84. display: inline;
  85. position: relative;
  86. }
  87. #s-m-t-tooltip {
  88. max-width:300px; /*how big the tooltip can be at most*/
  89. border-radius: 0px; /*change your border radius*/
  90. padding:3px 4px 3px 3px; /*padding inside tooltip*/
  91. margin:20px 7px -2px 20px; /*distance from word*/
  92. background-color:#c9c9c9; /*background color*/
  93. border-top:2px solid #947882; /*border info*/
  94. border-bottom:2px solid #947882; /*border info*/
  95. font-family:"determination"; /*tooltip font*/
  96. font-size:16px; /*tooltip font size*/
  97. letter-spacing:2px; /*tooltip letter spacing*/
  98. text-transform:uppercase; /*makes the tooltip title uppercase*/
  99. color:#947882; /*tooltip font color*/
  100. z-index:999999999999999999999999999999999999;
  101. -moz-transition-duration:.5s;
  102. -webkit-transition-duration:.5s;
  103. -o-transition-duration:.5s;
  104. box-shadow:-1px 1px 3px 0px #6e6e6e;
  105. }
  106. </style>
  107. <title>{Title}</title>
  108. <link rel="shortcut icon" href="http://static.tumblr.com/6oysso7/dQals7lnx/1favicon__3_.ico">
  109.  
  110. <meta name="image:Background" content="" />
  111. <meta name="image:Sidebar" content="" />
  112.  
  113. <meta name="color:Links" content="#000000" />
  114. <meta name="color:Main Color" content="#6d7070" />
  115. <meta name="color:Text" content="#8a8f8e" />
  116. <meta name="color:Background" content="#c9c9c9" />
  117. <meta name="color:Border" content="#b095a1" />
  118. <meta name="color:Scrollbar" content="#000000" />
  119.  
  120. <meta name="text:Link 01" content="index" />
  121. <meta name="text:Link 02" content="askbox" />
  122. <meta name="text:Link 03" content="one" />
  123. <meta name="text:Link 04" content="two" />
  124. <meta name="text:Link 05" content="three" />
  125. <meta name="text:Link 01 URL" content="/" />
  126. <meta name="text:Link 02 URL" content="/ask" />
  127. <meta name="text:Link 03 URL" content="/" />
  128. <meta name="text:Link 04 URL" content="/" />
  129. <meta name="text:Link 05 URL" content="/" />
  130. <meta name="text:Background Image Position" content="left" />
  131. <meta name="text:Font Family" content="arial" />
  132. <meta name="text:Font Size" content="14.5" />
  133. <meta name="text:mp3 here" content="put mp3 for autoplay here" />
  134. <meta name="text:song title" content="put title of mp3 here" />
  135. <meta name="image:thekey" content="http://orig07.deviantart.net/49e2/f/2015/290/4/4/mettaton_icon_by_baconpandas-d9ddhr1.png"/>
  136.  
  137. <meta name="if:Lazy Load" content="0" />
  138. <meta name="if:Custom Scrollbar" content="1">
  139. <meta name="if:Background Image Repeat" content="0" />
  140. <meta name="if:Infinite Scrolling" content="0" />
  141. <meta name="if:400px posts" content="0" />
  142. <meta name="if:540px posts" content="0" />
  143. <meta name="if:Sidebar Image" content="0" />
  144.  
  145. <!----------------------------------------------------------------------->
  146.  
  147. {block:IfLazyLoad}
  148. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  149. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  150. <script type="text/javascript" charset="utf-8">
  151. var $j = jQuery.noConflict();
  152. $j(function() {
  153. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  154. $j("img").lazyload({
  155. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  156. effect: "fadeIn",
  157. });
  158. });
  159. </script>
  160. {/block:IfLazyLoad}
  161.  
  162. <!----------------------------------------------------------------------->
  163.  
  164. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  165.  
  166. <!----------------------------------------------------------------------->
  167.  
  168. <script type="text/javascript">
  169. function unhide(divID) {
  170. var item = document.getElementById(divID);
  171. if (item) {
  172. item.className=(item.className=='hidden')?'unhidden':'hidden';
  173. }
  174. }
  175. </script>
  176.  
  177. <!----------------------------------------------------------------------->
  178.  
  179. <style type="text/css">
  180.  
  181. @font-face { font-family: "hacked"; src: url('https://dl.dropboxusercontent.com/s/xyju89lrtr12y7q/HACKED.ttf?dl=0'); format("truetype");}
  182.  
  183. @font-face { font-family: "marmellata_jam"; src: url('https://dl.dropboxusercontent.com/s/hfa0g49tzv8gx39/Marmellata%28Jam%29_demo.ttf?dl=0'); format("truetype");}
  184.  
  185. @font-face { font-family: "olympic_branding"; src: url('https://dl.dropboxusercontent.com/s/b0yp3tjzthguism/Olympic%20Branding.ttf?dl=0'); format("truetype");}
  186.  
  187. @font-face { font-family: "determination"; src: url('https://dl.dropboxusercontent.com/s/4bj79wi75v77m0r/slkscr.ttf?dl=1'); format(“truetype”);}
  188.  
  189. @font-face { font-family: "las_enter"; src: url('https://dl.dropboxusercontent.com/s/q6d1zi1vra4xqye/LasEnter_PersonalUseOnly.ttf?dl=0'); format("truetype");}
  190.  
  191. @font-face { font-family: "determination"; src: url('https://dl-web.dropbox.com/s/umfv28jfusg9bgt/DeterminationSansWeb.woff?dl=0'); format("truetype");}
  192.  
  193. @font-face { font-family: "allura"; src: url('http://static.tumblr.com/gdh5wux/7hFmeryj6/allura-regular.ttf'); }
  194.  
  195.  
  196.  
  197. #musicplayer {
  198. position: fixed;
  199. left: 650px;
  200. top: 240px; }
  201.  
  202. .yo {
  203. position: absolute;
  204. left: 35px;
  205. top: 0px;
  206. font-style: oblique; font: 9px georgia;
  207. width: 80px;
  208. height: auto;
  209. padding: 5px;
  210. background-color: #fff;
  211. opacity: 0;
  212. -webkit-transition: all 0.3s ease-in;
  213. -moz-transition: all 0.3s ease-in;
  214. -o-transition: all 0.3s ease-in;
  215. -ms-transition: all 0.3s eease-in;
  216. transition: all 0.3s ease-in; }
  217.  
  218. #musicplayer:hover .yo {
  219. opacity: 1;
  220. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  221. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  222. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
  223.  
  224. .player {
  225. border: 0px solid #666;
  226. padding-top:2px;
  227. padding-right:1px;
  228. position: fixed;
  229. width: 25px;
  230. margin: 3px 0px 0px 0px;
  231. overflow: hidden;
  232. z-index: 9999;
  233. opacity: 0.6; }
  234.  
  235.  
  236. #fade {
  237. display: none;
  238. background: #d1d1d1;
  239. position: fixed;
  240. left: 0;
  241. top: 0;
  242. width: 100%;
  243. height: 100%;
  244. opacity: 1;
  245. z-index: 9999;
  246. }
  247.  
  248. .popup_block{
  249. display: none;
  250. background: #d1d1d1;
  251. background-image:url('http://i.imgur.com/YMbbFx5.png');
  252. padding: 20px;
  253. float: left;
  254. position: fixed;
  255. top: 50%;
  256. left: 50%;
  257. z-index: 99999;
  258. height:510px;
  259. background-repeat:no-repeat;
  260. border:0px solid #947882;
  261. text-align:center;
  262. color:#3b5d5e;
  263. opacity:1;
  264. overflow-x:scroll;
  265. scroll:left;
  266. overflow-x:hidden;
  267. }
  268.  
  269. img.btn_close {
  270. float: right;
  271. margin: -55px -55px 0 0;
  272. }
  273.  
  274. *html #fade {
  275. position: absolute;
  276. }
  277.  
  278. *html .popup_block {
  279. position: absolute;
  280. }
  281.  
  282. /*----------------------------------------
  283. Update Tab #1 (CSS Left) by Incedo
  284. http://incedothemes.tumblr.com
  285. Please do not remove the credit.
  286. Instructions @ http://incedothenes.tumblr.com/tab
  287. Updated 8/7/14
  288. ------------------------------------------*/
  289. #bite
  290. #bite a{
  291. display:block
  292. }
  293. #bite .death {
  294. margin-top:0px;filter: alpha(opacity = 0);
  295. opacity:0;-webkit-transition: all 0.5s ease-out;
  296. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  297. }
  298.  
  299. #bite:hover .death {
  300. margin-top:0px;
  301. -webkit-transition: all 0.8s ease-out;
  302. -moz-transition: all 0.8s ease-out;
  303. transition: all 0.8s ease-out;
  304. filter: alpha(opacity = 100);
  305. filter: alpha(opacity = 100);
  306. opacity:100;
  307. }
  308.  
  309. #actualnews {
  310. font-family:calibri;
  311. font-size:13px;
  312. letter-spacing:1px;
  313. color: #802e37;
  314. width:210px;
  315. line-height:15px;
  316. height:auto;
  317. padding-top:3px;
  318. border:0px solid#c9c9c9;
  319. background-color:c9c9c9;
  320. right: 110px;
  321. bottom:20px;
  322. border:0px solid;
  323. text-align:center;
  324. position:fixed;
  325. text-shadow:0px 0px 3px #a8515c;
  326. }
  327.  
  328. #thekey img{
  329. width:50px;
  330. bottom: 20px;
  331. right: 45px;
  332. position:fixed;
  333. }
  334.  
  335.  
  336. {block:IfCustomScrollbar}
  337. ::-webkit-scrollbar {width:2px;height:2px;background:{color:background}}
  338. ::-webkit-scrollbar-thumb:vertical {height:2px;background:{color:scrollbar};}
  339. ::-webkit-scrollbar-thumb:horizontal {height:2px;background:{color:scrollbar};}
  340. {/block:IfCustomScrollbar}
  341.  
  342. iframe#tumblr_controls {white-space:nowrap;-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter: invert(100%);filter:invert(100%);opacity:.2;}
  343. body {margin:0;font-family:{text:font family};font-size:{text:font size}px;line-height:11px;color:{color:text};background-color:{color:background};background-attachment:fixed;background-image:url('http://i.imgur.com/n8s6S0g.png');background-position:{text:Background Image Position};{block:IfNotBackgroundImageRepeat}background-repeat:no-repeat;{/block:IfNotBackgroundImageRepeat}{block:IfBackgroundImageRepeat}background-repeat:repeat;{/block:IfBackgroundImageRepeat}}
  344.  
  345. a {text-decoration:none;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color:#b04a6c;text-shadow:0px 0px 2px #7a1b3b;}
  346. a:hover {color:#bf6f8a;text-shadow:0px 0px 2px #782842;letter-spacing:3px;}
  347.  
  348.  
  349. strong, bold, b {font-weight:bold;font-family:"marmellata_jam";font-size:35px;color:#3b3b3b; -webkit-text-stroke: 0px #262626; text-shadow:0px 1px 2px #3b3b3b;letter-spacing:3px;line-height:25px;}
  350. italic, i {font-weight:italic;font-family: 'lobster' cursive;font-size:20px;color:#4a4a4a; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 3px #383838;}
  351.  
  352. small, sub {font-size:{text:font size}px;}
  353. code {font-size:{text:font size}px;font-family:{text:font family};}
  354. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  355.  
  356. blockquote {padding-left:8px;margin-top:8px;margin-left:8px;border-left:1px solid {color:border};}
  357.  
  358. h1 {font-size:40px;font-weight:bold;letter-spacing:1px;padding:8px 50px;text-transform:uppercase;text-align:center;line-height:25px;color:{color:main color};line-height:40px;}
  359. h1 a {color:{color:main color};}
  360.  
  361. .label {font-weight:normal;color:{color:main color};}
  362. .chat {line-height:12px;margin:8px;}
  363.  
  364. ::selection {color:#fff;background:#874a5f;}
  365. ::-moz-selection {color:#fff;background:#874a5f;}
  366. ::-webkit-selection {color:#fff;background:#874a5f;}
  367.  
  368. #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
  369. #credit a {color:{color:main color};}
  370.  
  371. #pagination {margin:0px 0px 30px 50px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}text-align:center;letter-spacing:20px;}
  372.  
  373. /************************************************************************/
  374.  
  375. #sidebar {text-align:left;
  376. position:fixed;
  377. margin-left:-225px;
  378. margin-top:400px;
  379. width:300px;}
  380.  
  381.  
  382. .description {margin:13px 0px;line-height:16px;text-align:center;letter-spacing:1px;font-size:10px;}
  383.  
  384.  
  385.  
  386. #links {
  387. margin-top:260px;
  388. margin-left:610px;
  389. line-height:16px;
  390. width:10px;
  391. text-transform:lowercase;
  392. position:fixed;
  393. }
  394.  
  395.  
  396. #links a{
  397. margin-right:20px;
  398. display:inline-block;
  399. margin-bottom:5px;
  400. font-size:85px;
  401. color:#c9c9c9;
  402. text-shadow:0px 0px 6px #947882;
  403. -webkit-text-stroke-width: 2px;
  404. -webkit-text-stroke-color: #947882;
  405. -webkit-transition-duration:0.4s;
  406. -moz-transition-duration:0.4s;
  407. -o-transition-duration:0.4s;
  408. }
  409.  
  410. #links a:hover {
  411. display:inline-block;
  412. margin-bottom:5px;
  413. color:#947882;
  414. text-shadow:0px 0px 9px #947882;
  415. -webkit-text-stroke-width: 2px;
  416. -webkit-text-stroke-color: #c9c9c9;
  417. -moz-transition-duration:0.4s;
  418. -webkit-transition-duration:0.4s;
  419. -o-transition-duration:0.4s;
  420. transform: rotate(180deg);
  421. -ms-transform: rotate(180deg);
  422. -webkit-transform: rotate(180deg);
  423. -o-transform: rotate(180deg);
  424. -moz-transform: rotate(180deg);
  425. }
  426.  
  427. #blinks {
  428. margin-top:280px;
  429. margin-left:670px;
  430. line-height:16px;
  431. width:10px;
  432. text-transform:lowercase;
  433. position:fixed;
  434. }
  435.  
  436. #blinks a {
  437. margin-right:20px;
  438. display:inline-block;
  439. margin-bottom:5px;
  440. font-size:65px;
  441. color:#c9c9c9;
  442. text-shadow:0px 0px 6px #947882;
  443. -webkit-text-stroke-width: 2px;
  444. -webkit-text-stroke-color: #947882;
  445. -webkit-transition-duration:0.4s;
  446. -moz-transition-duration:0.4s;
  447. -o-transition-duration:0.4s;
  448. }
  449.  
  450. #blinks a:hover {
  451. display:inline-block;
  452. margin-bottom:5px;
  453. color:#947882;
  454. text-shadow:0px 0px 9px #947882;
  455. -webkit-text-stroke-width: 2px;
  456. -webkit-text-stroke-color: #c9c9c9;
  457. -moz-transition-duration:0.4s;
  458. -webkit-transition-duration:0.4s;
  459. -o-transition-duration:0.4s;
  460. transform: rotate(180deg);
  461. -ms-transform: rotate(180deg);
  462. -webkit-transform: rotate(180deg);
  463. -o-transform: rotate(180deg);
  464. -moz-transform: rotate(180deg);
  465. }
  466.  
  467. #clinks {
  468. margin-top:260px;
  469. margin-left:715px;
  470. line-height:16px;
  471. width:10px;
  472. text-transform:lowercase;
  473. position:fixed;
  474. }
  475.  
  476. #clinks a {
  477. margin-right:20px;
  478. display:inline-block;
  479. margin-bottom:5px;
  480. font-size:50px;
  481. color:#c9c9c9;
  482. text-shadow:0px 0px 6px #947882;
  483. -webkit-text-stroke-width: 2px;
  484. -webkit-text-stroke-color: #947882;
  485. -webkit-transition-duration:0.4s;
  486. -moz-transition-duration:0.4s;
  487. -o-transition-duration:0.4s;
  488. }
  489.  
  490. #clinks a:hover {
  491. display:inline-block;
  492. margin-bottom:5px;
  493. color:#947882;
  494. text-shadow:0px 0px 9px #947882;
  495. -webkit-text-stroke-width: 2px;
  496. -webkit-text-stroke-color: #c9c9c9;
  497. -moz-transition-duration:0.4s;
  498. -webkit-transition-duration:0.4s;
  499. -o-transition-duration:0.4s;
  500. transform: rotate(180deg);
  501. -ms-transform: rotate(180deg);
  502. -webkit-transform: rotate(180deg);
  503. -o-transform: rotate(180deg);
  504. -moz-transform: rotate(180deg);
  505. }
  506.  
  507. #dlinks {
  508. margin-top:280px;
  509. margin-left:750px;
  510. line-height:16px;
  511. width:10px;
  512. text-transform:lowercase;
  513. position:fixed;
  514. }
  515.  
  516. #dlinks a {
  517. margin-right:20px;
  518. display:inline-block;
  519. margin-bottom:5px;
  520. font-size:40px;
  521. color:#c9c9c9;
  522. text-shadow:0px 0px 4px #947882;
  523. -webkit-text-stroke-width: 2px;
  524. -webkit-text-stroke-color: #947882;
  525. -webkit-transition-duration:0.4s;
  526. -moz-transition-duration:0.4s;
  527. -o-transition-duration:0.4s;
  528. }
  529.  
  530. #dlinks a:hover {
  531. display:inline-block;
  532. margin-bottom:5px;
  533. color:#947882;
  534. text-shadow:0px 0px 9px #947882;
  535. -webkit-text-stroke-width: 2px;
  536. -webkit-text-stroke-color: #c9c9c9;
  537. -moz-transition-duration:0.4s;
  538. -webkit-transition-duration:0.4s;
  539. -o-transition-duration:0.4s;
  540. transform: rotate(180deg);
  541. -ms-transform: rotate(180deg);
  542. -webkit-transform: rotate(180deg);
  543. -o-transform: rotate(180deg);
  544. -moz-transform: rotate(180deg);
  545. }
  546.  
  547.  
  548. #elinks {
  549. margin-top:122px;
  550. margin-left:627px;
  551. line-height:16px;
  552. width:10px;
  553. text-transform:lowercase;
  554. position:fixed;
  555. }
  556.  
  557. #elinks a {
  558. margin-right:20px;
  559. display:inline-block;
  560. margin-bottom:5px;
  561. font-size:85px;
  562. color:#c9c9c9;
  563. opacity:1;
  564. text-shadow:0px 0px 6px #947882;
  565. -webkit-text-stroke-width: 2px;
  566. -webkit-text-stroke-color: #947882;
  567. -webkit-transition-duration:0.6s;
  568. -moz-transition-duration:0.6s;
  569. -o-transition-duration:0.6s;
  570. }
  571.  
  572. #elinks a:hover {
  573. display:inline-block;
  574. margin-bottom:5px;
  575. color:#947882;
  576. opacity:1;
  577. text-shadow:0px 0px 9px #947882;
  578. -webkit-text-stroke-width: 2px;
  579. -webkit-text-stroke-color: #c9c9c9;
  580. -moz-transition-duration:0.4s;
  581. -webkit-transition-duration:0.4s;
  582. -o-transition-duration:0.4s;
  583. transform: rotate(360deg);
  584. -ms-transform: rotate(360deg);
  585. -webkit-transform: rotate(360deg);
  586. -o-transform: rotate(360deg);
  587. -moz-transform: rotate(360deg);
  588. }
  589.  
  590.  
  591. #description {
  592. position:fixed;
  593. width:0px;
  594. font-family:trebuchet ms;
  595. margin-top:55px;
  596. margin-left:-9px;
  597. text-align:justify;
  598. font-size:9px;
  599. color: {color:text};
  600. letter-spacing:0px;
  601. line-height:130%;
  602. -moz-transition-duration:1s;
  603. -webkit-transition-duration:1s;
  604. -o-transition-duration:1s;
  605. }
  606. /************************************************************************/
  607.  
  608. #post {{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}margin:40px 0px 80px 50px;text-align:left;line-height:14px;opacity:0.9;
  609. -webkit-transition: all 0.6s ease-in-out;
  610. -moz-transition: all 0.6s ease-in-out;
  611. -o-transition: all 0.6s ease-in-out;
  612. -ms-transition: all 0.6s ease-in-out;
  613. transition: all 0.6s ease-in-out;line-height:20px;}
  614.  
  615. #post:hover {
  616.  
  617. opacity:1;
  618. -webkit-transition: all 0.6s ease-in-out;
  619. -moz-transition: all 0.6s ease-in-out;
  620. -o-transition: all 0.6s ease-in-out;
  621. -ms-transition: all 0.6s ease-in-out;
  622. transition: all 0.6s ease-in-out;
  623. }
  624.  
  625.  
  626.  
  627. #post img {{block:IfNot400pxPosts}{block:IfNot540pxPosts}max-width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:400px;{/block:If400pxPosts}{block:If540pxPosts}max-width:540px;{/block:If540pxPosts}}
  628. #post blockquote div {margin-top:8px;}
  629. #post blockquote img {{block:IfNot400pxPosts}{block:IfNot540pxPosts}max-width:450px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:350px;{/block:If400pxPosts}{block:If540pxPosts}max-width:490px;{/block:If540pxPosts}}
  630.  
  631. #permalink {-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;border-top:1px solid {color:border};{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}color:#998d92;margin-top:15px;padding-top:8px;text-transform:lowercase;line-height:14px;text-align:center;font-size:25px;letter-spacing:1px;background-image:url("http://i.imgur.com/VkBESFr.png"); background-attachment:fixed;
  632. background-position:top left;
  633. background-repeat: no-repeat;height:25px;border-top:2px solid #998d92;border-bottom:2px solid #998d92;border-left:4px solid #998d92;border-right:4px solid #998d92; -webkit-text-stroke-width: 3px;
  634. -webkit-text-stroke-color: #873a46;}
  635. #permalink a {color:#998d92;font-family:"determination"; -webkit-text-stroke-width: 2px;
  636. -webkit-text-stroke-color: #c9c9c9;letter-spacing:3px;}
  637. #permalink a:hover {color:#c9c9c9;font-family:"determination";-webkit-text-stroke-width: 2px;
  638. -webkit-text-stroke-color: #998d92;letter-spacing:3px;}
  639.  
  640. .tags {text-align:center;font-size:11px;opacity:0;margin:10px 0px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
  641. .tags a {color:#872a49;text-transform:none;padding:0px 5px;text-shadow:0px 0px 2px #594149;}
  642. .tags a:hover {text-decoration:underline;letter-spacing:3px;text-shadow:0px 0px 2px #c27891;color:#9e576f;}
  643.  
  644. #post:hover .tags {opacity:1;}
  645.  
  646. /************************************************************************/
  647.  
  648. #permalinkpage {margin-top:15px;text-align:center;padding:5px 0px;text-transform:lowercase;background-image:url("http://i.imgur.com/VkBESFr.png"); background-attachment:fixed;
  649. background-position:top left;
  650. background-repeat: no-repeat;height:35px;border-top:2px solid #998d92;border-bottom:2px solid #998d92;border-left:4px solid #998d92;border-right:4px solid #998d92;}
  651.  
  652. #tagspp {line-height:15px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}text-align:center;color:{color:links};padding:5px 0px;}
  653. #tagspp a {padding:0px 5px;}
  654. #tagspp a:hover {text-decoration:underline;}
  655.  
  656. /************************************************************************/
  657.  
  658. .tumblr_audio_player {border:1px solid {color:border};height:40px;margin-bottom:5px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:396px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:296px;{/block:If400pxPosts}{block:If540pxPosts}width:436px;{/block:If540pxPosts}}
  659.  
  660. .audio {position:relative;margin-top:-100px;margin-left:102px;height:100px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:390px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:296px;{/block:If400pxPosts}{block:If540pxPosts}width:436px;{/block:If540pxPosts};color:{color:links};font-family:"silkscreen";font-weight:normal;font-size:11px;}
  661.  
  662. .audioart {padding-right:2px;width:100px;height:100px;}
  663. .audioart img {width:100px;}
  664.  
  665. /************************************************************************/
  666.  
  667. .quote {font-size:24px;font-family:"marmellata_jam";line-height:18px;display:inline;}
  668. .source {font-weight:normal;padding-left:8px;display:inline-block;}
  669.  
  670. /************************************************************************/
  671.  
  672. #question {margin:10px 0px;padding:10px 20px;line-height:15px;border-bottom:1px solid {color:border};text-align:center;}
  673.  
  674. /************************************************************************/
  675.  
  676. .notes {margin-left:-15px;margin-top:30px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:480px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:380px;{/block:If400pxPosts}{block:If540pxPosts}width:520px;{/block:If540pxPosts}}
  677. .notes a:hover {background-color:transparent;color:{color:links};}
  678. ol.notes {list-style-type:none;}
  679. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  680. ol.notes li.note img.avatar {vertical-align:-6px;}
  681. ol.notes li.note img {padding:2px 5px 2px 2px;}
  682. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  683.  
  684. /************************************************************************/
  685.  
  686. .hidden {display:none;}
  687. .unhidden {display:block;}
  688.  
  689. /************************************************************************/
  690.  
  691. #nav {
  692. width:300px;
  693. background:transparent;
  694. padding:10px; }
  695.  
  696. #nav a{
  697. text-decoration:none;
  698. font: 15px "determination";
  699. color:#424242;
  700. letter-spacing:2px;
  701. display:inline-block;
  702. text-align:center;
  703. background:#d1d1d1;
  704. border-top:2px solid #4f4f4f;
  705. border-bottom:2px solid #4f4f4f;
  706. border-left:4px solid #4f4f4f;
  707. border-right:4px solid #4f4f4f;
  708. padding: 2px;
  709. width:280px;
  710. margin:5px;
  711. -webkit-transition:all 0.4s ease-in-out;
  712. -moz-transition:all 0.4s ease-in-out;
  713. -o-transition:all 0.4s ease-in-out;
  714. transition:all 0.4s ease-in-out;
  715. text-shadow:0px 0px 3px #2e2e2e;
  716. }
  717.  
  718. #nav a:hover{
  719. color:#e8e8e7;
  720. letter-spacing:5px;
  721. display:inline-block;
  722. text-align:center;
  723. background:#d1d1d1;
  724. padding: 2px;
  725. width:280px;
  726. margin:5px;
  727. -webkit-transition:all 0.5s ease-in-out;
  728. -moz-transition:all 0.5s ease-in-out;
  729. -o-transition:all 0.5s ease-in-out;
  730. transition:all 0.5s ease-in-out;}
  731.  
  732. </style>
  733. </head>
  734.  
  735. <body>
  736. <div id="bite">
  737. <div id="thekey"><img src="http://orig07.deviantart.net/49e2/f/2015/290/4/4/mettaton_icon_by_baconpandas-d9ddhr1.png"></div>
  738. <div class="death">
  739. <div id="actualnews">
  740.  
  741. <p>
  742. theme for cherry's mettaton !<br><a href="https://twitter.com/alphyies/status/688483444280676352">art credit.</a><br><a href="http://winchestheart.tumblr.com">base code credit.</a><br><a href="http://baconpandas.deviantart.com/art/Mettaton-icon-566660125">update image credit.</a>
  743. </div></div>
  744. </div>
  745. </div></div>
  746.  
  747. <div id="rules" class="popup_block">
  748. <div style="background-color:transparent; width:360px;padding:06px;text-align:center; text-style:normal;border:0px dashed #90909e;border-radius:0px; color:#5d5d5d;opacity:1; letter-spacing:1px;font-size:13px;margin-top:0px;margin-left:380px;line-height:23px;overflow-x:scroll;
  749. scroll:left;
  750. overflow-x:hidden;height:360px;-webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  751. padding:4px;">rules here<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam aliquam, nisl nec ultricies ullamcorper, nisi dolor ultrices turpis, id ullamcorper velit est non felis. Donec ut vulputate diam, vel porttitor eros. Curabitur ultrices dui libero, id iaculis erat placerat vel. Etiam et enim id lorem feugiat molestie. Suspendisse euismod nunc vel diam posuere, in dictum ipsum aliquam. Aenean sagittis ligula eu euismod mollis. Cras vehicula, tortor ullamcorper rhoncus congue, justo est accumsan nisl, id pulvinar risus augue vitae nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse convallis, felis ut laoreet molestie, nunc enim porttitor elit, ac tincidunt nunc turpis eu quam. Phasellus auctor, libero sed eleifend dapibus, odio tortor mattis nisi, ut finibus nulla nisl vitae dui. Nam venenatis, sapien id dignissim auctor, libero ipsum suscipit odio, id venenatis purus elit eu velit.<p>
  752.  
  753. Etiam pulvinar dui at rutrum tincidunt. Nunc convallis ex id velit tempus, in aliquam massa auctor. Nunc dignissim, nibh vitae euismod tristique, sapien mauris pharetra libero, vel pretium ligula leo finibus massa. Praesent malesuada, tellus sit amet volutpat convallis, tellus nulla bibendum sapien, at accumsan odio erat eu nunc. Nunc consectetur, nisl vel congue dignissim, nulla sem dapibus felis, nec pretium libero nulla a ante. Nunc rutrum placerat odio vel suscipit. Cras at augue ut quam luctus dictum. Donec felis nisl, vehicula sit amet imperdiet in, tincidunt at tellus. Nunc semper et est ac tincidunt. Donec quis nisi nulla. Donec gravida quam sed efficitur sagittis. Suspendisse blandit laoreet augue quis fermentum. Etiam tristique, turpis id luctus condimentum, ipsum diam porttitor libero, ut fringilla odio lacus non lacus.
  754. </div>
  755. </div>
  756.  
  757. <div id="navi" class="popup_block">
  758. <div style="background-color:transparent; width:360px;padding:06px;text-align:center; text-style:normal;border:0px dashed #90909e;border-radius:0px; color:#5d5d5d;opacity:1; letter-spacing:1px;font-size:13px;margin-top:0px;margin-left:380px;line-height:23px;overflow-x:scroll;
  759. scroll:left;
  760. overflow-x:hidden;height:360px;-webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  761. padding:4px;"><div id="nav"><a href="http://killettos.tumblr.com">link.</a><a href="http://killettos.tumblr.com">link.</a><a href="http://killettos.tumblr.com">link.</a>
  762. </div>
  763. </div>
  764. </div>
  765.  
  766.  
  767.  
  768.  
  769. <div id="musicplayer">
  770.  
  771.  
  772. <div class="player">
  773. <a title="{text:song title}"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="26" height="20">
  774. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  775. <param name="bgcolor" value="#c9c9c9" />
  776. <param name="FlashVars" value="mp3={text:mp3 here}&amp;width=26&amp;volume=25&amp;autoplay=0&amp;loop=1&amp;showslider=0&amp;bgcolor=c9c9c9&amp;bgcolor1=c9c9c9&amp;bgcolor2=c9c9c9&amp;buttoncolor=7d5a62&amp;buttonovercolor=8a4856" />
  777. </object></a></div></div>
  778.  
  779. </div>
  780. <!----------------------------------------------------------------------->
  781.  
  782.  
  783. <!----------------------------------------------------------------------->
  784.  
  785. <div id="sidebar">
  786.  
  787. <div id="description"></div>
  788.  
  789. </div>
  790. <div id="links">
  791. <a href="{text:link 01 url}" title="{text:link 01}">✦</a></div>
  792. <div id="blinks"><a href="{text:link 02 url}" title="{text:link 02}">✦</a></div>
  793. <div id="clinks"><a href="#?w=760" rel="rules" class="poplight" title="{text:link 03}">✦</a></div>
  794. <div id="dlinks"><a href="{text:link 04 url}" title="{text:link 04}">✦</a>
  795. </div>
  796. <div id="elinks"><a href="#?w=760" rel="navi" class="poplight" title="{text:link 05}" rel="rules" class="poplight">❤</a></div>
  797. <!----------------------------------------------------------------------->
  798.  
  799. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  800.  
  801. {block:Posts}
  802. <div id="post">
  803.  
  804. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  805.  
  806. {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
  807. {block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:If400pxPosts}{block:If540pxPosts}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  808.  
  809. {block:Photoset}{block:IfNot400pxPosts}{block:IfNot540pxPosts}{Photoset-500}{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:If540pxPosts}<center>{Photoset}</center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  810.  
  811. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="source">— {Source}</div>{/block:Source}{/block:Quote}
  812.  
  813. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  814.  
  815. {block:Chat}<div id="chat">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}<div class="chat">{block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</div>{/block:Lines}</div></div>{/block:Chat}
  816.  
  817. {block:Video}{block:IfNot400pxPosts}{block:IfNot540pxPosts}{Video-500}{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:If540pxPosts}<center>{Video-500}</center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  818.  
  819. {block:Audio}<div class="audioart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div><div class="audio">{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}<span class="height:60px;">{block:TrackName}&nbsp;&nbsp;&nbsp;TRACK NAME: {TrackName}{/block:TrackName} <br> {block:Artist}&nbsp;&nbsp;&nbsp;ARTIST: {Artist}{/block:Artist} <br> {block:Album}&nbsp;&nbsp;&nbsp;ALBUM: {Album}{/block:Album}<p></span></div>{block:caption}<p>{caption}{/block:caption}{/block:Audio}
  820.  
  821. {block:Answer}<div id="question">« {Question} » — <i>{Asker}</i></div>{Answer}{/block:Answer}
  822.  
  823. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  824. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  825.  
  826. <!-- {block:NoRebloggedFrom}
  827. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  828. {/block:NoRebloggedFrom} -->
  829.  
  830. {block:IndexPage}
  831. <div id="permalink">
  832. {block:Date}<a href="{Permalink}" title="{TimeAgo}">✦</a>{/block:Date} <a href="{Permalink}" title="{NoteCount} notes">✦</a>{/block:NoteCount}&nbsp;{block:RebloggedFrom}<a title="via: {ReblogParentName}" href="{ReblogParentURL}">✦</a>{/block:RebloggedFrom}{block:ContentSource} <a title="source: {SourceTitle}" href="{SourceURL}">✦</a>{/block:ContentSource}{/block:RebloggedFrom} <a href="{ReblogURL}" title="reblog?" target="_blank" class="details">✦</a></div>
  833. <div class="tags">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  834. {/block:IndexPage}
  835.  
  836. {block:PermalinkPage}{block:Date}<div id="permalinkpage">shared {TimeAgo} on {ShortDayOfWeek}, {DayOfMonthWithZero}{DayOfMonthSuffix}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}<br>Originally made by <a href="{ReblogRootURL}">{ReblogRootName}</a>, reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} </div>{/block:Date}{/block:PermalinkPage}
  837.  
  838. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  839.  
  840. {block:PostNotes}
  841. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  842. <div style="margin-top:-6px;text-align:center;color:{color:text};"><span style="background-color:{color:background};padding:0px 5px;"><a href="javascript:unhide('notes');">show notes</a></span></div>
  843. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  844. {/block:PostNotes}
  845.  
  846. </div>
  847.  
  848. {/block:Posts}
  849.  
  850. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  851.  
  852. {block:IfNotInfiniteScrolling}{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  853. {block:JumpPagination length="5"}{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}</div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
  854.  
  855. <!----------------------------------------------------------------------->
  856.  
  857. </body>
  858. </html>
Add Comment
Please, Sign In to add comment