radiantvictor

don't forget. (2)

Feb 9th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.77 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://33.media.tumblr.com/tumblr_m2umdzzqaC1qfamg6.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:#c3c3c3; /*background color*/
  93. border-top:2px solid #656c78; /*border info*/
  94. border-bottom:2px solid #656c78; /*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:#5d5f63; /*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://i12.photobucket.com/albums/a213/superkate_2468/favicon-2-2.png">
  109.  
  110. <meta name="image:Background" content="" />
  111. <meta name="image:Sidebar" content="" />
  112.  
  113. <meta name="color:Links" content="#626262" />
  114. <meta name="color:Main Color" content="#6d7070" />
  115. <meta name="color:Text" content="#555555" />
  116. <meta name="color:Background" content="#c3c3c3" />
  117. <meta name="color:Border" content="#3e3e3e" />
  118. <meta name="color:Scrollbar" content="#6d6d6d" />
  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="image:thekey" content="http://i.imgur.com/W0kG1aE.png"/>
  134. <meta name="text:mp3 here" content="put mp3 for autoplay here" />
  135. <meta name="text:song title" content="put title of mp3 here" />
  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: "bangalore"; src:url('http://static.tumblr.com/rmj06l2/VP8llx2mg/bangalor.ttf'); }
  182.  
  183. @font-face { font-family: "hacked"; src: url('https://dl.dropboxusercontent.com/s/xyju89lrtr12y7q/HACKED.ttf?dl=0'); format("truetype");}
  184.  
  185. @font-face { font-family: "marmellata_jam"; src: url('https://dl.dropboxusercontent.com/s/hfa0g49tzv8gx39/Marmellata%28Jam%29_demo.ttf?dl=0'); format("truetype");}
  186.  
  187. @font-face { font-family: "olympic_branding"; src: url('https://dl.dropboxusercontent.com/s/b0yp3tjzthguism/Olympic%20Branding.ttf?dl=0'); format("truetype");}
  188.  
  189. @font-face { font-family: "silkscreen"; src: url('https://dl.dropboxusercontent.com/s/4bj79wi75v77m0r/slkscr.ttf?dl=1'); 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. @font-face { font-family: "master"; src: url('https://dl-web.dropbox.com/s/k445x5liwyqzbfp/master_of_break.ttf?dl=0'); format(“truetype”);}
  196.  
  197. @font-face { font-family: "prelude"; src: url('https://dl-web.dropbox.com/s/2v8jtmjwk7k5taa/PreludeFLF.ttf?dl=0'); format(“truetype”);}
  198.  
  199.  
  200. @font-face { font-family: "limo"; src: url('https://dl-web.dropbox.com/s/qwtxsak8i2dpu06/Champagne%20%26%20Limousines%20Bold.ttf?dl=0'); format(“truetype”);}
  201.  
  202.  
  203. #musicplayer {
  204. position: fixed;
  205. left: 640px;
  206. top: 432px; }
  207.  
  208. .yo {
  209. position: absolute;
  210. left: 35px;
  211. top: 0px;
  212. font-style: oblique; font: 9px georgia;
  213. width: 80px;
  214. height: auto;
  215. padding: 5px;
  216. background-color: #fff;
  217. opacity: 0;
  218. -webkit-transition: all 0.3s ease-in;
  219. -moz-transition: all 0.3s ease-in;
  220. -o-transition: all 0.3s ease-in;
  221. -ms-transition: all 0.3s eease-in;
  222. transition: all 0.3s ease-in; }
  223.  
  224. #musicplayer:hover .yo {
  225. opacity: 1;
  226. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  227. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  228. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
  229.  
  230. .player {
  231. border: 0px solid #666;
  232. padding-top:2px;
  233. padding-right:1px;
  234. position: fixed;
  235. width: 25px;
  236. margin: 3px 0px 0px 0px;
  237. overflow: hidden;
  238. z-index: 9999;
  239. opacity: 0.6; }
  240.  
  241.  
  242. #fade {
  243. display: none;
  244. background: #d1d1d1;
  245. position: fixed;
  246. left: 0;
  247. top: 0;
  248. width: 100%;
  249. height: 100%;
  250. opacity: 1;
  251. z-index: 9999;
  252. }
  253.  
  254. .popup_block{
  255. display: none;
  256. background: #d1d1d1;
  257. background-image:url('http://i.imgur.com/MrBx7S2.png');
  258. padding: 20px;
  259. float: left;
  260. position: fixed;
  261. top: 50%;
  262. left: 50%;
  263. z-index: 99999;
  264. height:470px;
  265. background-repeat:no-repeat;
  266. border:0px solid #5d5f63;
  267. text-align:center;
  268. color:#3b5d5e;
  269. opacity:1;
  270. overflow-x:scroll;
  271. scroll:left;
  272. overflow-x:hidden;
  273. }
  274.  
  275. img.btn_close {
  276. float: right;
  277. margin: -55px -55px 0 0;
  278. }
  279.  
  280. *html #fade {
  281. position: absolute;
  282. }
  283.  
  284. *html .popup_block {
  285. position: absolute;
  286. }
  287.  
  288. /*----------------------------------------
  289. Update Tab #1 (CSS Left) by Incedo
  290. http://incedothemes.tumblr.com
  291. Please do not remove the credit.
  292. Instructions @ http://incedothenes.tumblr.com/tab
  293. Updated 8/7/14
  294. ------------------------------------------*/
  295. #bite
  296. #bite a{
  297. display:block
  298. }
  299. #bite .death {
  300. margin-top:0px;filter: alpha(opacity = 0);
  301. opacity:0;-webkit-transition: all 0.5s ease-out;
  302. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  303. }
  304.  
  305. #bite:hover .death {
  306. margin-top:0px;
  307. -webkit-transition: all 0.8s ease-out;
  308. -moz-transition: all 0.8s ease-out;
  309. transition: all 0.8s ease-out;
  310. filter: alpha(opacity = 100);
  311. filter: alpha(opacity = 100);
  312. opacity:100;
  313. }
  314.  
  315. #actualnews {
  316. font-family:calibri;
  317. font-size:14px;
  318. letter-spacing:1px;
  319. color: #171717;
  320. width:270px;
  321. line-height:15px;
  322. height:auto;
  323. padding-top:3px;
  324. border:0px solid#c3c3c3;
  325. background-color:c3c3c3;
  326. left: 645px;
  327. top:450px;
  328. text-align:center;
  329. position:fixed;
  330. }
  331.  
  332. #thekey img{
  333. width:58px;
  334. bottom: 20px;
  335. right: 45px;
  336. position:fixed;
  337. }
  338.  
  339.  
  340. {block:IfCustomScrollbar}
  341. ::-webkit-scrollbar {width:2px;height:2px;background:{color:background}}
  342. ::-webkit-scrollbar-thumb:vertical {height:2px;background:{color:scrollbar};}
  343. ::-webkit-scrollbar-thumb:horizontal {height:2px;background:{color:scrollbar};}
  344. {/block:IfCustomScrollbar}
  345.  
  346. 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;}
  347. 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('{image:Background}');background-position:{text:Background Image Position};{block:IfNotBackgroundImageRepeat}background-repeat:no-repeat;{/block:IfNotBackgroundImageRepeat}{block:IfBackgroundImageRepeat}background-repeat:repeat;{/block:IfBackgroundImageRepeat}}
  348.  
  349. 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:{color:links};text-shadow:0px 0px 2px #3b3b3b;}
  350. a:hover { color:#404040;text-shadow:0px 0px 3px #292929;
  351. -webkit-text-stroke-width: 0px;
  352. -webkit-text-stroke-color: #c3c3c3;-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
  353.  
  354. strong, bold, b {font-weight:bold;font-family:"limo";font-size:25px;color:#3b3b3b; -webkit-text-stroke: 0px #262626; text-shadow:0px 1px 2px #3b3b3b;letter-spacing:3px;line-height:25px;z-index:99;}
  355. italic, i, em {font-weight:italic;font-family: 'prelude' ;font-size:30px;color:#3b3b3b; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 2px #2b2b2b;}
  356.  
  357. small, sub {font-size:{text:font size}px;}
  358. code {font-size:{text:font size}px;font-family:{text:font family};}
  359. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  360.  
  361. blockquote {padding-left:8px;margin-top:8px;margin-left:8px;border-left:1px solid {color:border};}
  362.  
  363. h1 {font-size:30px;font-weight:bold;letter-spacing:1px;padding:8px 50px;text-transform:lowercase;text-align:center;line-height:25px;color:{color:main color};line-height:30px;font-family:"prelude";}
  364. h2 {font-size:20px;font-weight:bold;letter-spacing:1px;padding:8px 50px;text-transform:uppercase;text-align:center;line-height:25px;color:{color:main color};line-height:20px;text-shadow:0px 1px 2px #626262;}
  365. h1 a {color:{color:main color};}
  366.  
  367. .label {font-weight:normal;color:{color:main color};font-size:20px;}
  368. .chat {line-height:25px;margin:8px;font-family:"determination";font-size:20px;color:#424242;text-transform:lowercase;}
  369. n {line-height:25px;margin:8px;font-family:"determination";font-size:30px;}
  370.  
  371. ::selection {color:#fff;background:#6d6d6d;}
  372. ::-moz-selection {color:#fff;background:#6d6d6d;}
  373. ::-webkit-selection {color:#fff;background:#6d6d6d;}
  374.  
  375. #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
  376. #credit a {color:{color:main color};}
  377.  
  378. #pagination {margin:0px 0px 30px 30px;{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;}
  379.  
  380. /************************************************************************/
  381.  
  382. #sidebar {text-align:left;
  383. position:fixed;
  384. margin-left:-225px;
  385. margin-top:400px;
  386. width:300px;}
  387.  
  388.  
  389. .description {margin:13px 0px;line-height:16px;text-align:center;letter-spacing:1px;font-size:10px;}
  390.  
  391.  
  392.  
  393. #links {
  394. margin-top:250px;
  395. margin-left:590px;
  396. line-height:16px;
  397. width:10px;
  398. text-transform:lowercase;
  399. position:fixed;
  400. }
  401.  
  402.  
  403. #links a{
  404. margin-right:20px;
  405. display:inline-block;
  406. margin-bottom:5px;
  407. font-size:85px;
  408. color:#c3c3c3;
  409. text-shadow:0px 0px 6px #3b3b3b;
  410. -webkit-text-stroke-width: 2px;
  411. -webkit-text-stroke-color: #5d5f63;
  412. -webkit-transition-duration:0.4s;
  413. -moz-transition-duration:0.4s;
  414. -o-transition-duration:0.4s;
  415. }
  416.  
  417. #links a:hover {
  418. display:inline-block;
  419. margin-bottom:5px;
  420. color:#545454;
  421. text-shadow:0px 0px 9px #4e5f63;
  422. -webkit-text-stroke-width: 2px;
  423. -webkit-text-stroke-color: #c3c3c3;
  424. -moz-transition-duration:0.4s;
  425. -webkit-transition-duration:0.4s;
  426. -o-transition-duration:0.4s;
  427. transform: rotate(180deg);
  428. -ms-transform: rotate(180deg);
  429. -webkit-transform: rotate(180deg);
  430. -o-transform: rotate(180deg);
  431. -moz-transform: rotate(180deg);
  432. }
  433.  
  434. #blinks {
  435. margin-top:220px;
  436. margin-left:657px;
  437. line-height:16px;
  438. width:10px;
  439. text-transform:lowercase;
  440. position:fixed;
  441. }
  442.  
  443. #blinks a {
  444. margin-right:20px;
  445. display:inline-block;
  446. margin-bottom:5px;
  447. font-size:65px;
  448. color:#c3c3c3;
  449. text-shadow:0px 0px 6px #3b3b3b;
  450. -webkit-text-stroke-width: 2px;
  451. -webkit-text-stroke-color: #5d5f63;
  452. -webkit-transition-duration:0.4s;
  453. -moz-transition-duration:0.4s;
  454. -o-transition-duration:0.4s;
  455. }
  456.  
  457. #blinks a:hover {
  458. display:inline-block;
  459. margin-bottom:5px;
  460. color:#545454;
  461. text-shadow:0px 0px 9px #4e5f63;
  462. -webkit-text-stroke-width: 2px;
  463. -webkit-text-stroke-color: #c3c3c3;
  464. -moz-transition-duration:0.4s;
  465. -webkit-transition-duration:0.4s;
  466. -o-transition-duration:0.4s;
  467. transform: rotate(180deg);
  468. -ms-transform: rotate(180deg);
  469. -webkit-transform: rotate(180deg);
  470. -o-transform: rotate(180deg);
  471. -moz-transform: rotate(180deg);
  472. }
  473.  
  474. #clinks {
  475. margin-top:254px;
  476. margin-left:705px;
  477. line-height:16px;
  478. width:10px;
  479. text-transform:lowercase;
  480. position:fixed;
  481. }
  482.  
  483. #clinks a {
  484. margin-right:20px;
  485. display:inline-block;
  486. margin-bottom:5px;
  487. font-size:50px;
  488. color:#c3c3c3;
  489. text-shadow:0px 0px 6px #3b3b3b;
  490. -webkit-text-stroke-width: 2px;
  491. -webkit-text-stroke-color: #5d5f63;
  492. -webkit-transition-duration:0.4s;
  493. -moz-transition-duration:0.4s;
  494. -o-transition-duration:0.4s;
  495. }
  496.  
  497. #clinks a:hover {
  498. display:inline-block;
  499. margin-bottom:5px;
  500. color:#545454;
  501. text-shadow:0px 0px 9px #4e5f63;
  502. -webkit-text-stroke-width: 2px;
  503. -webkit-text-stroke-color: #c3c3c3;
  504. -moz-transition-duration:0.4s;
  505. -webkit-transition-duration:0.4s;
  506. -o-transition-duration:0.4s;
  507. transform: rotate(180deg);
  508. -ms-transform: rotate(180deg);
  509. -webkit-transform: rotate(180deg);
  510. -o-transform: rotate(180deg);
  511. -moz-transform: rotate(180deg);
  512. }
  513.  
  514. #dlinks {
  515. margin-top:220px;
  516. margin-left:740px;
  517. line-height:16px;
  518. width:10px;
  519. text-transform:lowercase;
  520. position:fixed;
  521. }
  522.  
  523. #dlinks a {
  524. margin-right:20px;
  525. display:inline-block;
  526. margin-bottom:5px;
  527. font-size:40px;
  528. color:#c3c3c3;
  529. text-shadow:0px 0px 4px #3b3b3b;
  530. -webkit-text-stroke-width: 2px;
  531. -webkit-text-stroke-color: #5d5f63;
  532. -webkit-transition-duration:0.4s;
  533. -moz-transition-duration:0.4s;
  534. -o-transition-duration:0.4s;
  535. }
  536.  
  537. #dlinks a:hover {
  538. display:inline-block;
  539. margin-bottom:5px;
  540. color:#545454;
  541. text-shadow:0px 0px 9px #4e5f63;
  542. -webkit-text-stroke-width: 2px;
  543. -webkit-text-stroke-color: #c3c3c3;
  544. -moz-transition-duration:0.4s;
  545. -webkit-transition-duration:0.4s;
  546. -o-transition-duration:0.4s;
  547. transform: rotate(180deg);
  548. -ms-transform: rotate(180deg);
  549. -webkit-transform: rotate(180deg);
  550. -o-transform: rotate(180deg);
  551. -moz-transform: rotate(180deg);
  552. }
  553.  
  554.  
  555. #elinks {
  556. margin-top:160px;
  557. margin-left:840px;
  558. line-height:16px;
  559. width:10px;
  560. text-transform:lowercase;
  561. position:fixed;
  562. }
  563.  
  564. #elinks a {
  565. margin-right:20px;
  566. display:inline-block;
  567. margin-bottom:5px;
  568. font-size:65px;
  569. color:#c3c3c3;
  570. opacity:1;
  571. text-shadow:0px 0px 4px #3b3b3b;
  572. -webkit-text-stroke-width: 2px;
  573. -webkit-text-stroke-color: #5d5f63;
  574. -webkit-transition-duration:0.4s;
  575. -moz-transition-duration:0.4s;
  576. -o-transition-duration:0.4s;
  577. }
  578.  
  579. #elinks a:hover {
  580. display:inline-block;
  581. margin-bottom:5px;
  582. color:#f0f0f0;
  583. opacity:1;
  584. text-shadow:0px 0px 15px #f0f0f0;
  585. -webkit-text-stroke-width: 0px;
  586. -webkit-text-stroke-color: #f0f0f0;
  587. -moz-transition-duration:0.4s;
  588. -webkit-transition-duration:0.4s;
  589. -o-transition-duration:0.4s;
  590. }
  591.  
  592.  
  593. #description {
  594. position:fixed;
  595. width:0px;
  596. font-family:trebuchet ms;
  597. margin-top:55px;
  598. margin-left:-9px;
  599. text-align:justify;
  600. font-size:9px;
  601. color: {color:text};
  602. letter-spacing:0px;
  603. line-height:130%;
  604. -moz-transition-duration:1s;
  605. -webkit-transition-duration:1s;
  606. -o-transition-duration:1s;
  607. }
  608. /************************************************************************/
  609.  
  610. #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 20px;text-align:left;line-height:14px;opacity:0.9;
  611. -webkit-transition: all 0.6s ease-in-out;
  612. -moz-transition: all 0.6s ease-in-out;
  613. -o-transition: all 0.6s ease-in-out;
  614. -ms-transition: all 0.6s ease-in-out;
  615. transition: all 0.6s ease-in-out;line-height:20px;
  616. -webkit-filter:grayscale(100%);
  617. -webkit-transition: all 0.6s ease-in-out;}
  618.  
  619. #post:hover {
  620. opacity:1;
  621. -webkit-transition: all 0.6s ease-in-out;
  622. -moz-transition: all 0.6s ease-in-out;
  623. -o-transition: all 0.6s ease-in-out;
  624. -ms-transition: all 0.6s ease-in-out;
  625. transition: all 0.6s ease-in-out;
  626. -webkit-filter:none;
  627. }
  628.  
  629.  
  630.  
  631. #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}}
  632. #post blockquote div {margin-top:8px;}
  633. #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}}
  634.  
  635. #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:#454545;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/YSpUAz0.png");background-repeat:repeat;background-attachment:fixed;height:25px;border-top:2px solid #454545;border-bottom:2px solid #454545;border-left:4px solid #454545;border-right:4px solid #454545; -webkit-text-stroke-width: 1px;
  636. -webkit-text-stroke-color: #c3c3c3;}
  637. #permalink a {color:#696969;font-family:"determination"; -webkit-text-stroke-width: 1px;
  638. -webkit-text-stroke-color: #c3c3c3;}
  639. #permalink a:hover {color:#c3c3c3;font-family:"determination";-webkit-text-stroke-width: 1px;
  640. -webkit-text-stroke-color: #696969;}
  641.  
  642. .tags {text-align:center;opacity:0;margin:10px 0px;-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;font-size:13px;text-transform:none;}
  643. .tags a {color:{color:main color};text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px 1px #617887;}
  644. .tags a:hover {text-decoration:underline;color:#42535e;-webkit-transition: all .3s linear;-moz-transition: all 3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;text-shadow:0px 0px 2px #696969;letter-spacing:0px;}
  645.  
  646. #post:hover .tags {opacity:1;}
  647.  
  648. /************************************************************************/
  649.  
  650. #permalinkpage {margin-top:15px;text-align:center;padding:5px 0px;text-transform:lowercase;height:35px;border-top:2px solid #fafafa;border-bottom:2px solid #fafafa;border-left:4px solid #fafafa;border-right:4px solid #fafafa;background:#454545;color:#fafafa;}
  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.  
  668. .quote {font-weight:italic;font-family: 'determination' ;font-size:20px;color:#4a4a4a; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 1px #383838;line-height:25px;word-spacing:2px;text-transform:lowercase;}
  669. .source {font-weight:normal;padding-left:8px;display:inline-block;font-family:"silkscreen";}
  670.  
  671. /************************************************************************/
  672. #sans {font-size:20px; font-style:none;margin-top:10px;margin-left:0px;font-family:"determination";text-transform:;color:#454545;text-shadow:0px 0px 2px #55606b;width:500px;text-align:left; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #c3c3c3;}
  673. #question {margin:10px 0px;padding:10px 20px;line-height:20px;border-bottom:2px solid #454545;border-top:2px solid #454545;border-left:4px solid #454545;border-right:4px solid #454545;border-radius:0px 0px 0px 0px;text-align:center;background-repeat:repeat;background-attachment:fixed;font-family:"silkscreen";text-transform:lowercase;font-size:14px;-webkit-text-stroke: 0px #697e80;color:#454545;text-shadow:0px 0px 0px #121111;margin-top:-12px;font-size:14px;background:#c9c9c9; box-shadow:0px 0px 2px #7a7a7a;}
  674. #sender {font-size:36px; font-style:none;margin-top:-0px;margin-left:0px;font-family:"master";text-transform:;color:#454545;text-shadow:0px 0px 2px #55606b;width:500px;text-align:right; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #c3c3c3;}
  675.  
  676.  
  677. /************************************************************************/
  678.  
  679. .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}}
  680. .notes a:hover {background-color:transparent;color:{color:links};}
  681. ol.notes {list-style-type:none;}
  682. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  683. ol.notes li.note img.avatar {vertical-align:-6px;}
  684. ol.notes li.note img {padding:2px 5px 2px 2px;}
  685. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  686.  
  687. /************************************************************************/
  688.  
  689. .hidden {display:none;}
  690. .unhidden {display:block;}
  691.  
  692. /************************************************************************/
  693.  
  694. #nav {
  695. width:300px;
  696. background:transparent;
  697. padding:10px; }
  698.  
  699. #nav a{
  700. text-decoration:none;
  701. font: 15px "determination";
  702. color:#424242;
  703. letter-spacing:2px;
  704. display:inline-block;
  705. text-align:center;
  706. background:#d1d1d1;
  707. border-top:2px solid #4f4f4f;
  708. border-bottom:2px solid #4f4f4f;
  709. border-left:4px solid #4f4f4f;
  710. border-right:4px solid #4f4f4f;
  711. padding: 2px;
  712. width:280px;
  713. margin:5px;
  714. -webkit-transition:all 0.4s ease-in-out;
  715. -moz-transition:all 0.4s ease-in-out;
  716. -o-transition:all 0.4s ease-in-out;
  717. transition:all 0.4s ease-in-out;}
  718.  
  719. #nav a:hover{
  720. color:#e8e8e7;
  721. letter-spacing:5px;
  722. display:inline-block;
  723. text-align:center;
  724. background:#d1d1d1;
  725. padding: 2px;
  726. width:280px;
  727. margin:5px;
  728. -webkit-transition:all 0.5s ease-in-out;
  729. -moz-transition:all 0.5s ease-in-out;
  730. -o-transition:all 0.5s ease-in-out;
  731. transition:all 0.5s ease-in-out;}
  732.  
  733. </style>
  734. </head>
  735.  
  736. <body>
  737. <div id="bite">
  738. <div id="thekey"><img src="{image:thekey}"></div>
  739. <div class="death">
  740. <div id="actualnews">
  741. <br>
  742. info here.<br><a href="https://twitter.com/cottonwings/status/657204797771124736">info bar art credit.</a><br><a href="http://draikinator.tumblr.com/">sidebar art 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:15px;line-height:23px;overflow-x:scroll;
  749. scroll:left;
  750. overflow-x:hidden;height:320px;-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;">
  752. rules here.</center>
  753. </div>
  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:15px;line-height:23px;overflow-x:scroll;
  759. scroll:left;
  760. overflow-x:hidden;height:320px;-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 style="background-color:#4f4f4f; width:300px;padding:06px;text-align:center; text-style:normal;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:20px; box-shadow: 0px 0px 0px #828282;border-radius:0px 0px 0px 0px;font-size:15px;border:3px solid #d1d1d1; outline:1px dashed #4f4f4f;font-family:silkscreen;">❤ TITLE.</div>
  762. <div id="nav">
  763. <a href="http://bertrugin.tumblr.com">* LINK HERE.</a>
  764. </div>
  765. </div>
  766. </div>
  767. </div>
  768.  
  769.  
  770.  
  771.  
  772. <div id="musicplayer">
  773.  
  774.  
  775. <div class="player">
  776.  
  777. <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">
  778. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  779. <param name="bgcolor" value="#c7c7c7" />
  780. <param name="FlashVars" value="mp3={text:mp3 here}&amp;width=26&amp;volume=50&amp;loop=1&amp;showslider=0&amp;bgcolor=c7c7c7&amp;bgcolor1=c7c7c7&amp;bgcolor2=c7c7c7&amp;buttoncolor=1a1a1a&amp;buttonovercolor=3e3e3e" />
  781. </object></a></div></div>
  782.  
  783. </div>
  784. <!----------------------------------------------------------------------->
  785.  
  786.  
  787. <!----------------------------------------------------------------------->
  788.  
  789. <div id="sidebar">
  790.  
  791. <div id="description"></div>
  792.  
  793. </div>
  794. <div id="links">
  795. <a href="{text:link 01 url}" title="{text:link 01}">✿</a></div>
  796. <div id="blinks"><a href="{text:link 02 url}" title="{text:link 02}">✿</a></div>
  797. <div id="clinks"><a href="#?w=760" rel="rules" class="poplight" title="{text:link 03}">✿</a></div>
  798. <div id="dlinks"><a href="{text:link 04 url}" title="{text:link 04}">✿</a>
  799. </div>
  800. <div id="elinks"><a href="#?w=760" rel="navi" class="poplight" title="{text:link 05}" rel="rules" class="poplight">✦</a></div>
  801. <!----------------------------------------------------------------------->
  802.  
  803. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  804.  
  805. {block:Posts}
  806. <div id="post">
  807.  
  808. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  809.  
  810. {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
  811. {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}
  812.  
  813. {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}
  814.  
  815. {block:Quote}<div class="quote">* {Quote} ❞</div>{block:Source}<div class="source">» {Source}</div>{/block:Source}{/block:Quote}
  816.  
  817. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  818.  
  819. {block:Chat}<div id="chat">{block:Title}<p style="font-size:30px;text-transform:lowercase;line-height:30px;text-align:center;font-family:prelude;"><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}
  820.  
  821. {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}
  822.  
  823. {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}</span></div>{block:caption}{caption}{/block:caption}{/block:Audio}
  824.  
  825. {block:Answer}<div id="sans">* i'll just leave a message.</div><p><div id="question">* {Question} </div><div id="sender">—&nbsp;&nbsp;&nbsp;{Asker}</div>{Answer}{/block:Answer}
  826.  
  827.  
  828. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  829. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  830.  
  831. <!-- {block:NoRebloggedFrom}
  832. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  833. {/block:NoRebloggedFrom} -->
  834.  
  835. {block:IndexPage}
  836. <div id="permalink">
  837. {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>
  838. <div class="tags">{block:HasTags} {block:Tags}<a href="{TagURL}">* {Tag} ;</a>{/block:Tags}{/block:HasTags}</div>
  839. {/block:IndexPage}
  840.  
  841. {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}
  842.  
  843. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}">* {Tag} ;</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  844.  
  845. {block:PostNotes}
  846. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  847. <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>
  848. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  849. {/block:PostNotes}
  850.  
  851. </div>
  852.  
  853. {/block:Posts}
  854.  
  855. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  856.  
  857. {block:IfNotInfiniteScrolling}{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  858. {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}
  859.  
  860. <!----------------------------------------------------------------------->
  861.  
  862. </body>
  863. </html>
Advertisement
Add Comment
Please, Sign In to add comment