radiantvictor

KEITH THEME

Jul 24th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.74 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://i.imgur.com/tfUdKbO.png"), 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.  
  84. .tooltip{
  85. display: inline;
  86. position: relative;
  87. }
  88. #s-m-t-tooltip {
  89. max-width:300px; /*how big the tooltip can be at most*/
  90. border-radius: 0px; /*change your border radius*/
  91. padding:3px 4px 3px 3px; /*padding inside tooltip*/
  92. margin:20px 7px -2px 20px; /*distance from word*/
  93. background-color:#7d7777; /*background color*/
  94. border-top:2px solid #4f3132; /*border info*/
  95. border-bottom:2px solid #4f3132; /*border info*/
  96. font-family:"times"; /*tooltip font*/
  97. font-size:13px; /*tooltip font size*/
  98. letter-spacing:2px; /*tooltip letter spacing*/
  99. text-transform:uppercase; /*makes the tooltip title uppercase*/
  100. color:#4f3132; /*tooltip font color*/
  101. z-index:999999999999999999999999999999999999;
  102. -moz-transition-duration:.3s;
  103. -webkit-transition-duration:.3s;
  104. -o-transition-duration:.3s;
  105. box-shadow:-1px 1px 3px 0px #291717;
  106. }
  107. </style>
  108. <title>{Title}</title>
  109. <link rel="shortcut icon" href="http://66.media.tumblr.com/tumblr_lkl64rhggp1qfamg6.gif">
  110.  
  111. <meta name="image:Background" content="" />
  112. <meta name="image:Sidebar" content="" />
  113.  
  114. <meta name="color:Links" content="#727789" />
  115. <meta name="color:Main Color" content="#393939" />
  116. <meta name="color:Text" content="#606465" />
  117. <meta name="color:Background" content="#e2e2e2" />
  118. <meta name="color:Border" content="#646776" />
  119. <meta name="color:Scrollbar" content="#646776" />
  120.  
  121. <meta name="text:Link 01" content="index" />
  122. <meta name="text:Link 02" content="askbox" />
  123. <meta name="text:Link 03" content="one" />
  124. <meta name="text:Link 04" content="two" />
  125. <meta name="text:Link 05" content="three" />
  126. <meta name="text:Link 01 URL" content="/" />
  127. <meta name="text:Link 02 URL" content="/ask" />
  128. <meta name="text:Link 03 URL" content="/" />
  129. <meta name="text:Link 04 URL" content="/" />
  130. <meta name="text:Link 05 URL" content="/" />
  131. <meta name="text:Background Image Position" content="left" />
  132. <meta name="text:Font Family" content="arial" />
  133. <meta name="text:Font Size" content="14.5" />
  134.  
  135. <meta name="if:Lazy Load" content="0" />
  136. <meta name="if:Custom Scrollbar" content="1">
  137. <meta name="if:Background Image Repeat" content="0" />
  138. <meta name="if:Infinite Scrolling" content="0" />
  139. <meta name="if:400px posts" content="0" />
  140. <meta name="if:540px posts" content="0" />
  141. <meta name="if:Sidebar Image" content="0" />
  142.  
  143. <!----------------------------------------------------------------------->
  144.  
  145. {block:IfLazyLoad}
  146. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  147. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  148. <script type="text/javascript" charset="utf-8">
  149. var $j = jQuery.noConflict();
  150. $j(function() {
  151. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  152. $j("img").lazyload({
  153. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  154. effect: "fadeIn",
  155. });
  156. });
  157. </script>
  158. {/block:IfLazyLoad}
  159.  
  160. <!----------------------------------------------------------------------->
  161.  
  162. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  163.  
  164. <!----------------------------------------------------------------------->
  165.  
  166. <script type="text/javascript">
  167. function unhide(divID) {
  168. var item = document.getElementById(divID);
  169. if (item) {
  170. item.className=(item.className=='hidden')?'unhidden':'hidden';
  171. }
  172. }
  173. </script>
  174.  
  175. <!----------------------------------------------------------------------->
  176.  
  177. <style type="text/css">
  178.  
  179. @font-face { font-family: "bangalore"; src:url('http://static.tumblr.com/rmj06l2/VP8llx2mg/bangalor.ttf'); }
  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: "silkscreen"; src: url('https://dl.dropboxusercontent.com/s/4bj79wi75v77m0r/slkscr.ttf?dl=1'); format(“truetype”);}
  188.  
  189. @font-face { font-family: "determination"; src: url('https://dl-web.dropbox.com/s/umfv28jfusg9bgt/DeterminationSansWeb.woff?dl=0'); format("truetype");}
  190.  
  191. @font-face { font-family: "allura"; src: url('http://static.tumblr.com/gdh5wux/7hFmeryj6/allura-regular.ttf'); }
  192.  
  193. @font-face { font-family: "master"; src: url('https://dl-web.dropbox.com/s/k445x5liwyqzbfp/master_of_break.ttf?dl=0'); format(“truetype”);}
  194.  
  195. @font-face { font-family: "prelude"; src: url('https://dl-web.dropbox.com/s/2v8jtmjwk7k5taa/PreludeFLF.ttf?dl=0'); format(“truetype”);}
  196.  
  197.  
  198. @font-face { font-family: "limo"; src: url('https://dl-web.dropbox.com/s/qwtxsak8i2dpu06/Champagne%20%26%20Limousines%20Bold.ttf?dl=0'); format(“truetype”);}
  199.  
  200. #fade {
  201. display: none;
  202. background: #d1d1d1;
  203. position: fixed;
  204. left: 0;
  205. top: 0;
  206. width: 100%;
  207. height: 100%;
  208. opacity: .2;
  209. z-index: 9999;
  210. }
  211.  
  212. .popup_block{
  213. display: none;
  214. background: #7d7777;
  215. padding: 20px;
  216. float: left;
  217. position: fixed;
  218. top: 50%;
  219. left: 50%;
  220. z-index: 99999;
  221. height:300px;
  222. background-repeat:no-repeat;
  223. border-top:2px solid #4f3132;
  224. border-bottom:2px solid #4f3132;
  225. border-left:0px solid #4f3132;
  226. border-right:0px solid #4f3132;
  227. text-align:center;
  228. color:#3b5d5e;
  229. opacity:1;
  230. overflow-x:scroll;
  231. scroll:left;
  232. overflow-x:hidden;
  233. }
  234.  
  235. img.btn_close {
  236. float: right;
  237. margin: -55px -55px 0 0;
  238. }
  239.  
  240. *html #fade {
  241. position: absolute;
  242. }
  243.  
  244. *html .popup_block {
  245. position: absolute;
  246. }
  247.  
  248.  
  249.  
  250. {block:IfCustomScrollbar}
  251. ::-webkit-scrollbar {width:5px;height:2px;background:transparent}
  252. ::-webkit-scrollbar-thumb:vertical {height:2px;background:{color:scrollbar};}
  253. ::-webkit-scrollbar-thumb:horizontal {height:2px;background:{color:scrollbar};}
  254. {/block:IfCustomScrollbar}
  255.  
  256. 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;}
  257. 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}}
  258.  
  259. 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:#8a8484;text-shadow:0px 0px 1px #555c5e;}
  260. a:hover { color:#aba2a2;text-shadow:0px 0px .5px #301515;
  261. -webkit-text-stroke-width: 0px;
  262. -webkit-text-stroke-color: #f3f3f3;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
  263.  
  264. strong, bold, b {font-weight:bold;font-family:times;font-size:18px;color:#695454; -webkit-text-stroke: 0px #262626; text-shadow:0px 0px 2px #593435;letter-spacing:1px;line-height:25px;z-index:99;}
  265. italic, i, em {font-weight:italic;font-family: 'prelude' ;font-size:35px;color:#91797a; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 2px #4f3132;}
  266.  
  267. small, sub {font-size:{text:font size}px;}
  268. code {font-size:{text:font size}px;font-family:{text:font family};}
  269. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  270.  
  271. blockquote {padding-left:8px;padding-right:8px;margin-top:8px;margin-left:10px;border-left:1px solid #7d7d7d;border-right:0px solid #7d7d7d;background:transparent;box-shadow:0px 0px 0px #6e6e6e;border-radius:5px;}
  272.  
  273.  
  274. h1 {font-size:30px;font-weight:bold;letter-spacing:1px;padding:8px 50px;text-transform:lowercase;text-align:center;line-height:25px;color:#6b5555;line-height:30px;font-family:"master";}
  275. h2 {font-size:20px;font-weight:bold;letter-spacing:1px;padding:8px 50px;text-transform:uppercase;text-align:center;line-height:45px;color:#6b5555;line-height:40px;text-shadow:0px 0px 2px #6b5555;font-family:"prelude";}
  276. h1 a {color:{color:main color};}
  277.  
  278. .label {font-weight:normal;color:{color:main color};font-size:20px;}
  279. .chat {line-height:25px;margin:8px;font-family:"silkscreen";font-size:13px;color:#f3f3f3;text-transform:lowercase;}
  280. n {line-height:25px;margin:8px;font-family:"determination";font-size:20px;}
  281.  
  282. ::selection {color:#736262;background:transparent;}
  283. ::-moz-selection {color:#736262;background:transparent;}
  284. ::-webkit-selection {color:#736262;background:transparent;}
  285.  
  286. #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
  287. #credit a {color:{color:main color};}
  288.  
  289. #pagination {margin:0px 0px 30px 10px;{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;}
  290.  
  291. /************************************************************************/
  292.  
  293. #sidebar {text-align:left;
  294. position:fixed;
  295. margin-left:-225px;
  296. margin-top:400px;
  297. width:300px;}
  298.  
  299.  
  300. .description {margin:13px 0px;line-height:16px;text-align:center;letter-spacing:1px;font-size:10px;}
  301.  
  302.  
  303.  
  304.  
  305.  
  306. #links {
  307. margin-top:510px;
  308. margin-left:370px;
  309. line-height:16px;
  310. width:400px;
  311. text-transform:lowercase;
  312. position:fixed;
  313. }
  314.  
  315.  
  316. #links a{
  317. margin-right:20px;
  318. display:inline-block;
  319. margin-bottom:5px;
  320. font-size:50px;
  321. color:#7d7979;
  322. text-shadow:0px 0px 6px #212121;
  323. -webkit-text-stroke-width: 2px;
  324. -webkit-text-stroke-color: #212121;
  325. -webkit-transition-duration:0.3s;
  326. -moz-transition-duration:0.3s;
  327. -o-transition-duration:0.3s;
  328. }
  329.  
  330. #links a:hover {
  331. display:inline-block;
  332. margin-bottom:5px;
  333. color:#bbbbbb;
  334. text-shadow:0px 0px 2px #f0f0f0;
  335. -webkit-text-stroke-width: 0px;
  336. -webkit-text-stroke-color: #474759;
  337. -moz-transition-duration:0.3s;
  338. -webkit-transition-duration:0.3s;
  339. -o-transition-duration:0.3s;
  340. -webkit-filter: grayscale( 0 ) blur(10px);
  341. }
  342.  
  343.  
  344.  
  345. #elinks {
  346. margin-top:440px;
  347. margin-left:520px;
  348. line-height:16px;
  349. width:10px;
  350. text-transform:lowercase;
  351. position:fixed;
  352. transform: rotate(10deg);
  353. -ms-transform: rotate(10deg);
  354. -webkit-transform: rotate(10deg);
  355. -o-transform: rotate(10deg);
  356. -moz-transform: rotate(10deg);
  357. }
  358.  
  359. #elinks a {
  360. margin-right:20px;
  361. display:inline-block;
  362. margin-bottom:5px;
  363. font-size:65px;
  364. color:#7d7979;
  365. opacity:1;
  366. text-shadow:0px 0px 4px #212121;
  367. -webkit-text-stroke-width: 2px;
  368. -webkit-text-stroke-color: #4f2f30;
  369. -webkit-transition-duration:0.4s;
  370. -moz-transition-duration:0.4s;
  371. -o-transition-duration:0.4s;
  372. }
  373.  
  374. #elinks a:hover {
  375. display:inline-block;
  376. margin-bottom:5px;
  377. color:#7d7777;
  378. opacity:1;
  379. text-shadow:4px 5px 0px rgb(77, 25, 25),
  380. 4px -6px 0px rgb(51, 0, 0),
  381. 6px 12px 0px rgb(77, 25, 25),
  382. -8px 5px 0px rgb(51, 0, 0),
  383. -3px -8px 0px rgb(77, 25, 25);
  384. -webkit-text-stroke-width: 2px;
  385. -webkit-text-stroke-color: #7d7979;
  386. -moz-transition-duration:0.5s;
  387. -webkit-transition-duration:0.5s;
  388. -o-transition-duration:0.5s;
  389. -webkit-filter: grayscale( 0 ) blur(0px);
  390. -o-transition-duration:.5s;
  391. -webkit-transform: rotate(360deg);
  392. -moz-transform: rotate(360deg);
  393. -o-transform: rotate(360deg);
  394.  
  395. }
  396.  
  397.  
  398. #description {
  399. position:fixed;
  400. width:0px;
  401. font-family:trebuchet ms;
  402. margin-top:55px;
  403. margin-left:-9px;
  404. text-align:justify;
  405. font-size:9px;
  406. color: {color:text};
  407. letter-spacing:0px;
  408. line-height:130%;
  409. -moz-transition-duration:1s;
  410. -webkit-transition-duration:1s;
  411. -o-transition-duration:1s;
  412. }
  413. /************************************************************************/
  414.  
  415. #entries {
  416. padding:10px;
  417. left:574px;
  418. position:fixed;
  419. background-color:transparent;
  420. width:412px;
  421. height:415px;
  422. top:23px;
  423. padding: 20px;
  424. overflow-x:scroll;
  425. scroll:left;
  426. overflow-x:hidden;
  427. padding:4px;
  428. -webkit-mask-image: -webkit-gradient(linear, left 65%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  429. }
  430.  
  431.  
  432. #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 0px;text-align:left;line-height:14px;opacity:0.9;
  433. -webkit-transition: all 0.6s ease-in-out;
  434. -moz-transition: all 0.6s ease-in-out;
  435. -o-transition: all 0.6s ease-in-out;
  436. -ms-transition: all 0.6s ease-in-out;
  437. transition: all 0.6s ease-in-out;line-height:20px;
  438. -webkit-filter:grayscale(0%);
  439. -webkit-transition: all 0.6s ease-in-out;}
  440.  
  441. #post:hover {
  442. -webkit-transition: all 0.6s ease-in-out;
  443. -moz-transition: all 0.6s ease-in-out;
  444. -o-transition: all 0.6s ease-in-out;
  445. -ms-transition: all 0.6s ease-in-out;
  446. transition: all 0.6s ease-in-out;
  447.  
  448. }
  449.  
  450.  
  451.  
  452. #post img {{block:IfNot400pxPosts}{block:IfNot540pxPosts}max-width:400px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:400px;{/block:If400pxPosts}{block:If540pxPosts}max-width:400px;{/block:If540pxPosts}}
  453. #post blockquote div {margin-top:8px;}
  454. #post blockquote img {{block:IfNot400pxPosts}{block:IfNot540pxPosts}max-width:300px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:300px;{/block:If400pxPosts}{block:If540pxPosts}max-width:300px;{/block:If540pxPosts}}
  455.  
  456.  
  457. #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:380px;{/block:If400pxPosts}{block:If540pxPosts}width:400px;{/block:If540pxPosts}color:#525b5e;margin-top:15px;padding-top:8px;text-transform:lowercase;line-height:14px;text-align:center;font-size:25px;letter-spacing:1px;background:transparent;background-repeat:repeat;background-attachment:fixed;height:25px;border-top:2px solid #4f3132;border-bottom:2px solid #4f3132;border-left:0px solid #525b5e;border-right:0px solid #525b5e; -webkit-text-stroke-width: 1px;outline:0px solid #5e5766;
  458. -webkit-text-stroke-color: #cfcfcf;margin-left:10px;}
  459. #permalink a {color:#4f3132;font-family:"determination"; -webkit-text-stroke-width: 0px;
  460. -webkit-text-stroke-color: #212121;}
  461. #permalink a:hover {color:#4f3132;font-family:"determination";-webkit-text-stroke-width: 0px;
  462. -webkit-text-stroke-color: #4f3132; text-shadow: 0px 0px 5px #4f3132;}
  463.  
  464. .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;font-size:12px;width:380px;}
  465. .tags a {color:#7d7777;text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px .5px #4f3132;font-size:13px;}
  466. .tags a:hover {text-decoration:none;color:#c2acad;-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 4px #c2acad;letter-spacing:0px;}
  467.  
  468. #post:hover .tags {opacity:1;}
  469.  
  470. /************************************************************************/
  471.  
  472.  
  473. #permalinkpage {margin-top:15px;text-align:center;padding:5px 0px;text-transform:lowercase;height:35px;border-top:2px solid #4f3132;border-bottom:2px solid #4f3132;border-left:0px solid #393939;border-right:0px solid #393939;background:transparent;color:#c2acad;width:380px; margin-left:10px;}
  474.  
  475. #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;}
  476. #tagspp a {color:#7d7777;text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px .5px #4f3132;font-size:13px;}
  477. #tagspp a:hover {text-decoration:none;color:#c2acad;-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 4px #c2acad;letter-spacing:0px;}
  478.  
  479.  
  480. /************************************************************************/
  481.  
  482. .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}}
  483.  
  484. .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;}
  485.  
  486. .audioart {padding-right:2px;width:100px;height:100px;}
  487. .audioart img {width:100px;}
  488.  
  489. /************************************************************************/
  490.  
  491.  
  492. .quote {font-weight:italic;font-family: 'times' ;font-size:20px;color:#f8f8f8; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 3px #f8f8f8;line-height:25px;word-spacing:2px;text-transform:lowercase;}
  493. .source {font-weight:normal;padding-left:8px;display:inline-block;font-family:"silkscreen";}
  494.  
  495. /************************************************************************/
  496. #sans {font-size:24px; font-style:none;margin-top:10px;margin-left:5px;font-family:"prelude";text-transform:lowercase;color:#bfbfbf;text-shadow:0px 0px 2px #291f1f;width:500px;text-align:left; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #f3f3f3;padding-bottom:10px;}
  497. #question {margin:20px 0px;padding:20px 20px;line-height:20px;border-bottom:2px solid #4f3132;border-top:2px solid #4f3132;border-left:0px solid #545a5c;border-right:0px solid #545a5c;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:#9e9e9e;text-shadow:0px 0px 0px #393939;margin-top:-12px;font-size:14px;background:transparent; box-shadow:0px 0px 0px #262626;width:300px;margin-left:30px;}
  498. #sender {font-size:30px; font-style:none;margin-top:-0px;margin-left:0px;font-family:"hacked";text-transform:;color:#bfbfbf;text-shadow:0px 0px 2px #291f1f;width:380px;text-align:right; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #f3f3f3;}
  499.  
  500.  
  501. /************************************************************************/
  502.  
  503. .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}}
  504. .notes a:hover {background-color:transparent;color:{color:links};}
  505. ol.notes {list-style-type:none;}
  506. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  507. ol.notes li.note img.avatar {vertical-align:-6px;}
  508. ol.notes li.note img {padding:2px 5px 2px 2px;}
  509. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  510.  
  511. /************************************************************************/
  512.  
  513. .hidden {display:none;}
  514. .unhidden {display:block;}
  515.  
  516. /************************************************************************/
  517.  
  518. #nav {
  519. width:300px;
  520. background:transparent;
  521. padding:10px; }
  522.  
  523. #nav a{
  524. text-decoration:none;
  525. font: 15px times;
  526. color:#4f3132;
  527. letter-spacing:2px;
  528. display:inline-block;
  529. text-align:center;
  530. background:#7d7777;
  531. border-top:2px solid #4f3132;
  532. border-bottom:2px solid #4f3132;
  533. border-left:4px solid #4f3132;
  534. border-right:4px solid #4f3132;
  535. padding: 2px;
  536. width:280px;
  537. margin:5px;
  538. -webkit-transition:all 0.4s ease-in-out;
  539. -moz-transition:all 0.4s ease-in-out;
  540. -o-transition:all 0.4s ease-in-out;
  541. transition:all 0.4s ease-in-out;}
  542.  
  543. #nav a:hover{
  544. color:#4f3132;
  545. letter-spacing:5px;
  546. display:inline-block;
  547. text-align:center;
  548. background:#7d7777;
  549. padding: 2px;
  550. width:280px;
  551. margin:5px;
  552. -webkit-transition:all 0.5s ease-in-out;
  553. -moz-transition:all 0.5s ease-in-out;
  554. -o-transition:all 0.5s ease-in-out;
  555. transition:all 0.5s ease-in-out;}
  556.  
  557. /* --- UPDATES ---*/
  558.  
  559. #updates {
  560. font-size:14px;
  561. color:{color:Text};
  562. text-align:left;
  563. height:13px;
  564. width:150px;
  565. padding:4px;
  566. top:15px;
  567. left:20px;
  568. z-index:10;
  569. position:fixed;
  570. overflow:hidden;
  571. -webkit-transition: all 0.5s ease-in-out;
  572. -moz-transition: all 0.5s ease-in-out;
  573. -o-transition: all 0.5s ease-in-out;
  574. text-shadow:0px 0px 1px #1c1c1c;
  575. }
  576.  
  577. #updates:hover {
  578. height:185px;
  579. -webkit-transition: all 0.5s ease-in-out;
  580. -moz-transition: all 0.5s ease-in-out;
  581. -o-transition: all 0.5s ease-in-out;
  582. }
  583.  
  584. #updatestitle {
  585. font-size:16px;
  586. text-transform:uppercase;
  587. font-family:times;
  588. font-weight:bold;
  589. color:#7d7979;
  590. text-shadow:0px 0px 1px #7d7979;
  591. }
  592. </style>
  593. </head>
  594.  
  595. <body>
  596.  
  597. <!-- begin updates tab -->
  598.  
  599. <div id="updates">
  600. <div id="updatestitle">DATA.</div>
  601.  
  602. <div style="padding-top:10px;">
  603.  
  604. <center>private keith of voltron legendary defender.<br>by <a href="http://sairusu.flavors.me/">trisha.</a><p><a href="http://whthemes.tumblr.com/">base code credit.</a> <br><a href="http://gloryfell.tumblr.com/">theme graphic credit.</a> <br><a href="http://nonjaboard.tumblr.com/">art credit.</a><p>personals will be blocked.<p><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="100" height="20">
  605. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  606. <param name="bgcolor" value="#212121" />
  607. <param name="FlashVars" value="mp3=https%3A//dl.dropboxusercontent.com/s/m3xcxpy4jt5drbc/Oh%2520Wonder%2520-%2520White%2520Blood.mp3%3Fdl%3D0%7Chttps%3A//dl.dropboxusercontent.com/s/7kha98juyp40rai/Emarosa%2520-%2520I%2527ll%2520Just%2520Wait%2520%2528Reimagined%2529.mp3%3Fdl%3D0%7Chttps%3A//dl.dropboxusercontent.com/s/l6sqwm8xzndcl0c/Radical%2520Face%2520All%2520Is%2520Well%2520%2528It%2527s%2520Only%2520Blood%2529.mp3%3Fdl%3D0&amp;width=100&amp;height=20&amp;volume=50&amp;loop=1&amp;showslider=0&amp;bgcolor=212121&amp;bgcolor1=212121&amp;bgcolor2=212121&amp;buttoncolor=7d7777&amp;buttonovercolor=9c9797&amp;showlist=0" />
  608. </object></center>
  609.  
  610. </div></div>
  611.  
  612. <!-- end updates tab -->
  613.  
  614. <div id="navi" class="popup_block"><div style="background-color:#4f3132; width:300px;padding:06px;text-align:center; text-style:normal;color:#7d7777;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 #7d7777; outline:1px dashed #4f3132;font-family:times;">✦ PAGES.</div>
  615. <div id="nav">
  616. <a href="http://revedity.tumblr.com/ask">MESSAGE.</a>
  617. <a href="http://revedity.tumblr.com/submit">SUBMIT.</a>
  618. <a href="http://revedity.tumblr.com/archive">ARCHIVE.</a>
  619. <a href="http://revedity.tumblr.com/r">READ.</a>
  620. <a href="http://revedity.tumblr.com/a">ABOUT.</a>
  621. </div>
  622. </div>
  623. </div>
  624. </div>
  625.  
  626.  
  627.  
  628.  
  629. <!----------------------------------------------------------------------->
  630.  
  631.  
  632. <!----------------------------------------------------------------------->
  633.  
  634. <div id="sidebar">
  635.  
  636. </div>
  637.  
  638. <!----------------------------------------------------------------------->
  639.  
  640. <div id="links">
  641. <a href="{text:link 01 url}" title="{text:link 01}">●</a>
  642. <a href="{text:link 02 url}" title="{text:link 02}">●</a>
  643. <a href="{text:link 03 url}" title="{text:link 03}">●</a>
  644. <a href="{text:link 04 url}" title="{text:link 04}">●</a>
  645. </div>
  646. <div id="elinks"><a href="#?w=320" rel="navi" class="poplight" title="{text:link 05}" rel="rules" class="poplight">★</a></div>
  647. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  648. <div id="entries">
  649. {block:Posts}
  650. <div id="post">
  651.  
  652. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  653.  
  654. {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
  655. {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}
  656.  
  657. {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}
  658.  
  659. {block:Quote}<div class="quote">* {Quote} ❞</div>{block:Source}<div class="source">» {Source}</div>{/block:Source}{/block:Quote}
  660.  
  661. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  662.  
  663. {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}
  664.  
  665. {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}
  666.  
  667. {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}
  668.  
  669. {block:Answer}<div id="sans">message loading...</div><p><div id="question">* {Question} </div><div id="sender">—&nbsp;&nbsp;&nbsp;{Asker}</div>{Answer}{/block:Answer}
  670.  
  671.  
  672. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  673. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  674.  
  675. <!-- {block:NoRebloggedFrom}
  676. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  677. {/block:NoRebloggedFrom} -->
  678.  
  679. {block:IndexPage}
  680. <div id="permalink">
  681. {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>
  682. <div class="tags">{block:HasTags} {block:Tags}●<a href="{TagURL}"> {Tag} ;</a>{/block:Tags}{/block:HasTags}</div>
  683. {/block:IndexPage}
  684.  
  685. {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}
  686.  
  687. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}●<a href="{TagURL}"> {Tag} ;</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  688.  
  689. {block:PostNotes}
  690. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  691. <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>
  692. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  693. {/block:PostNotes}
  694.  
  695. </div>
  696.  
  697. {/block:Posts}
  698.  
  699. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  700.  
  701. {block:IfNotInfiniteScrolling}{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  702. {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}
  703.  
  704. <!----------------------------------------------------------------------->
  705.  
  706. </body>
  707. </html>
Advertisement
Add Comment
Please, Sign In to add comment