radiantvictor

its me KEEIITH

Aug 7th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.19 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. <style>*, body{ cursor:url("http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png"), auto; }
  21. a, a:hover { cursor:url("http://i.imgur.com/tfUdKbO.png"), auto; }
  22. </style>
  23.  
  24. <script type="text/javascript"
  25. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  26. <script>
  27. $(document).ready(function() {
  28. //
  29. $('a.poplight[href^=#]').click(function() {
  30. var popID = $(this).attr('rel'); //Get Popup Name
  31. var popURL = $(this).attr('href'); //Get Popup href to define size
  32. var query= popURL.split('?');
  33. var dim= query[1].split('&');
  34. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  35. $('#' + 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>');
  36. var popMargTop = ($('#' + popID).height() + 80) / 2;
  37. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  38. //Apply Margin to Popup
  39. $('#' + popID).css({
  40. 'margin-top' : -popMargTop,
  41. 'margin-left' : -popMargLeft
  42. });
  43. $('body').append('<div id="fade"></div>');
  44. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  45. return false;
  46. });
  47. $('a.close, #fade').live('click', function() {
  48. $('#fade , .popup_block').fadeOut(function() {
  49. $('#fade, a.close').remove(); //fade them both out
  50. });
  51. return false;
  52. });
  53. });
  54. </script>
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  59.  
  60. <script>
  61.  
  62. (function($){
  63.  
  64. $(document).ready(function(){
  65.  
  66. $("a[title]").style_my_tooltips({
  67.  
  68. tip_follows_cursor:true,
  69.  
  70. tip_delay_time:50,
  71.  
  72. tip_fade_speed:600,
  73.  
  74. attribute:"title"
  75.  
  76. });
  77.  
  78. });
  79.  
  80. })(jQuery);
  81.  
  82. </script>
  83. <!--basic tooltip from tutorial-baby! Enjoy-->
  84. <style>
  85.  
  86. .tooltip{
  87. display: inline;
  88. position: relative;
  89. }
  90. #s-m-t-tooltip {
  91. max-width:300px; /*how big the tooltip can be at most*/
  92. border-radius: 0px; /*change your border radius*/
  93. padding:3px 4px 3px 3px; /*padding inside tooltip*/
  94. margin:20px 7px -2px 20px; /*distance from word*/
  95. background-color:#373737; /*background color*/
  96. border-left:3px solid #c7c3c4;
  97. border-radius:10px 0px 0px 0px;
  98. font-family:"ernest"; /*tooltip font*/
  99. font-size:14px; /*tooltip font size*/
  100. letter-spacing:2px; /*tooltip letter spacing*/
  101. text-transform:uppercase; /*makes the tooltip title uppercase*/
  102. color:#ffffff; /*tooltip font color*/
  103. z-index:999999999999999999999999999999999999;
  104. line-height:18px;
  105. opacity:.9;
  106. -moz-transition-duration:.3s;
  107. -webkit-transition-duration:.3s;
  108. -o-transition-duration:.3s;
  109. box-shadow:-1px 1px 3px 0px #212121;
  110. text-shadow:0px 0px 3px #282828;
  111. -webkit-text-stroke-width: 0px;
  112. -webkit-text-stroke-color: #121212;
  113. }
  114. </style>
  115. <title>{Title}</title>
  116. <link rel="shortcut icon" href="http://66.media.tumblr.com/tumblr_lkl6peHbYO1qfamg6.gif">
  117.  
  118. <meta name="image:Background" content="" />
  119. <meta name="image:sidebar img" content="" />
  120.  
  121. <meta name="color:Links" content="#727789" />
  122. <meta name="color:Main Color" content="#393939" />
  123. <meta name="color:Text" content="#606465" />
  124. <meta name="color:Background" content="#e2e2e2" />
  125. <meta name="color:Border" content="#646776" />
  126. <meta name="color:Scrollbar" content="#646776" />
  127. <meta name="color:A" content="#8a8484" />
  128. <meta name="color:A Shadow" content="#555c5e" />
  129. <meta name="color:A Hover" content="#aba2a2" />
  130. <meta name="color:Bold" content="#695454" />
  131. <meta name="color:Bold Shadow" content="#593435" />
  132. <meta name="color:Italic" content="#695454" />
  133. <meta name="color:Italic Shadow" content="#593435" />
  134. <meta name="color:h1" content="#fefbf5" />
  135. <meta name="color:h1 Shadow" content="#c7c3c4" />
  136. <meta name="color:h2" content="#ffffff" />
  137. <meta name="color:h2 Shadow" content="#eaeaea" />
  138. <meta name="color:label color" content="#9a8181" />
  139. <meta name="color:chat color" content="#eaeaea" />
  140. <meta name="color:popup bg" content="#c9c9c9" />
  141. <meta name="color:popup border" content="#242424" />
  142. <meta name="color:popup txt color" content="#242424" />
  143.  
  144. <meta name="text:Link 01" content="index" />
  145. <meta name="text:Link 02" content="askbox" />
  146. <meta name="text:Link 03" content="one" />
  147. <meta name="text:Link 04" content="two" />
  148. <meta name="text:Link 05" content="three" />
  149. <meta name="text:Link 01 URL" content="/" />
  150. <meta name="text:Link 02 URL" content="/ask" />
  151. <meta name="text:Link 03 URL" content="/" />
  152. <meta name="text:Link 04 URL" content="/" />
  153. <meta name="text:Link 05 URL" content="/" />
  154. <meta name="text:Background Image Position" content="left" />
  155. <meta name="text:Font Family" content="arial" />
  156. <meta name="text:Font Size" content="14.5" />
  157. <meta name="if:Sidebar Image" content="0" />
  158. <meta name="if:Custom Scrollbar" content="1">
  159. <meta name="if:Background Image Repeat" content="0" />
  160. <meta name="if:Infinite Scrolling" content="0" />
  161. <meta name="if:400px posts" content="0" />
  162. <meta name="if:540px posts" content="0" />
  163. <meta name="if:Sidebar Image" content="0" />
  164.  
  165. <!----------------------------------------------------------------------->
  166.  
  167. <!----------------------------------------------------------------------->
  168.  
  169. <script type="text/javascript">
  170. function unhide(divID) {
  171. var item = document.getElementById(divID);
  172. if (item) {
  173. item.className=(item.className=='hidden')?'unhidden':'hidden';
  174. }
  175. }
  176. </script>
  177.  
  178. <!----------------------------------------------------------------------->
  179.  
  180. <style type="text/css">
  181.  
  182. @font-face { font-family: "bangalore"; src:url('http://static.tumblr.com/rmj06l2/VP8llx2mg/bangalor.ttf'); }
  183.  
  184. @font-face { font-family: "hacked"; src: url('https://dl.dropboxusercontent.com/s/xyju89lrtr12y7q/HACKED.ttf?dl=0'); format("truetype");}
  185.  
  186. @font-face { font-family: "marmellata_jam"; src: url('https://dl.dropboxusercontent.com/s/hfa0g49tzv8gx39/Marmellata%28Jam%29_demo.ttf?dl=0'); format("truetype");}
  187.  
  188. @font-face { font-family: "olympic_branding"; src: url('https://dl.dropboxusercontent.com/s/b0yp3tjzthguism/Olympic%20Branding.ttf?dl=0'); format("truetype");}
  189.  
  190. @font-face { font-family: "silkscreen"; src: url('https://dl.dropboxusercontent.com/s/4bj79wi75v77m0r/slkscr.ttf?dl=1'); format(“truetype”);}
  191.  
  192. @font-face { font-family: "determination"; src: url('https://dl-web.dropbox.com/s/umfv28jfusg9bgt/DeterminationSansWeb.woff?dl=0'); format("truetype");}
  193.  
  194. @font-face { font-family: "allura"; src: url('http://static.tumblr.com/gdh5wux/7hFmeryj6/allura-regular.ttf'); }
  195.  
  196. @font-face { font-family: "master"; src: url('https://dl-web.dropbox.com/s/k445x5liwyqzbfp/master_of_break.ttf?dl=0'); format(“truetype”);}
  197.  
  198. @font-face { font-family: "prelude"; src: url('https://dl-web.dropbox.com/s/2v8jtmjwk7k5taa/PreludeFLF.ttf?dl=0'); format(“truetype”);}
  199.  
  200.  
  201. @font-face { font-family: "limo"; src: url('https://dl-web.dropbox.com/s/qwtxsak8i2dpu06/Champagne%20%26%20Limousines%20Bold.ttf?dl=0'); format(“truetype”);}
  202.  
  203. @font-face { font-family: 'coder'; src: url("https://dl-web.dropbox.com/s/5wwulvdufp1vvvn/coders_crux.ttf?dl=0"); format(“truetype”);}
  204.  
  205. @font-face { font-family: "pixel"; src: url('https://dl-web.dropbox.com/s/jgs6443scpicjfo/pixelmix.ttf?dl=0'); format(“truetype”);}
  206.  
  207. @font-face { font-family: "wendy"; src: url('https://dl-web.dropbox.com/s/1tg3mdw3i790qmt/wendy.ttf?dl=0'); format(“truetype”);}
  208.  
  209. @font-face { font-family: "visitor"; src: url('https://www.dropbox.com/s/mgl1co15ows8kjc/visitor1.ttf?dl=0'); format(“truetype”);}
  210.  
  211. @font-face { font-family: "ernest"; src: url('https://dl-web.dropbox.com/s/47dc45gk5jpujmd/Ernest.ttf?dl=0'); format(“truetype”);}
  212.  
  213. @font-face { font-family: "bn"; src: url('https://dl-web.dropbox.com/s/2rkb2zdpubdomle/BebasNeue.otf?dl=0'); format(“truetype”);}
  214.  
  215. @font-face { font-family: "ag"; src: url('https://dl-web.dropbox.com/s/9tkxep36fhemvr1/Neou-Thin.otf?dl=0'); format(“truetype”);}
  216.  
  217. #fade {
  218. display: none;
  219. background: transparent;
  220. position: fixed;
  221. left: 0;
  222. top: 0;
  223. width: 100%;
  224. height: 100%;
  225. opacity: 0;
  226. z-index: 9999;
  227. }
  228.  
  229. .popup_block{
  230. display: none;
  231. background: transparent;
  232. padding: 20px;
  233. float: left;
  234. position: fixed;
  235. top: 460px;
  236. left: 1020px;
  237. z-index: 9999999999;
  238. height:300px;
  239. background-repeat:no-repeat;
  240. border-top:0px solid {color:popup border};
  241. border-bottom:0px solid {color:popup border};
  242. border-left:0px solid {color:popup border};
  243. border-right:0px solid {color:popup border};
  244. text-align:center;
  245. color:{color:popup txt color};
  246. opacity:1;
  247. overflow-x:scroll;
  248. scroll:left;
  249. overflow-x:hidden;
  250. }
  251.  
  252. img.btn_close {
  253. float: right;
  254. margin: -55px -55px 0 0;
  255. }
  256.  
  257. *html #fade {
  258. position: absolute;
  259. }
  260.  
  261. *html .popup_block {
  262. position: absolute;
  263. }
  264.  
  265.  
  266. {block:IfCustomScrollbar}
  267. ::-webkit-scrollbar {width:5px;height:2px;background:transparent}
  268. ::-webkit-scrollbar-thumb:vertical {height:2px;background:{color:scrollbar};}
  269. ::-webkit-scrollbar-thumb:horizontal {height:2px;background:{color:scrollbar};}
  270. {/block:IfCustomScrollbar}
  271.  
  272. 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;}
  273. 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:left top;background-repeat:no-repeat;}
  274.  
  275. 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 0px #555c5e;}
  276. a:hover { color:#9c8a8a;text-shadow:0px 0px 2px #967474;
  277. -webkit-text-stroke-width: 0px;
  278. -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;}
  279.  
  280. strong, bold, b {font-weight:bold;font-family:times;font-size:18px;color:{color:Bold}; -webkit-text-stroke: 0px #262626; text-shadow:0px 0px 2px {color:Bold Shadow};letter-spacing:1px;line-height:25px;z-index:99;}
  281. italic, i, em {font-weight:italic;font-family: 'prelude' ;font-size:25px;color:{color:Italic}; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 2px {color:Italic Shadow};}
  282.  
  283. small, sub {font-size:{text:font size}px;}
  284. code {font-size:{text:font size}px;font-family:{text:font family};}
  285. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  286.  
  287. blockquote {padding-left:8px;padding-right:8px;margin-top:8px;margin-left:10px;border-left:1px dashed #7d7d7d;border-right:0px solid #7d7d7d;background:transparent;box-shadow:0px 0px 0px #6e6e6e;border-radius:0px;opacity:1;}
  288.  
  289.  
  290. h1 {font-size:30px;font-weight:none;letter-spacing:1px;padding:9px 50px;text-transform:lowercase;text-align:center;line-height:25px;color:{color:h1};line-height:30px;font-family:"bn";text-decoration:;}
  291. h1 a {color:{color:h1};}
  292. h2 {font-size:20px;font-weight:none;letter-spacing:1px;padding:8px 50px;text-transform:uppercase;text-align:center;line-height:45px;color:{color:h2};line-height:40px;text-shadow:0px 0px 1px {color:h2 shadow};font-family:"ag"; border:1px solid {color:h2};}
  293.  
  294.  
  295. .label {font-weight:normal;color:{color:label color};font-size:18px;text-transform:uppercase;text-shadow:0px 0px 2px #9a8181;}
  296. .chat {line-height:25px;margin:8px;font-family:"ernest";font-size:15px;text-transform:lowercase; color:{color:chat color};}
  297. n {line-height:25px;margin:8px;font-family:"ernest";font-size:20px;}
  298.  
  299. ::selection {color:#736262;background:transparent;}
  300. ::-moz-selection {color:#736262;background:transparent;}
  301. ::-webkit-selection {color:#736262;background:transparent;}
  302.  
  303. #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
  304. #credit a {color:{color:main color};}
  305.  
  306.  
  307. /************************************************************************/
  308.  
  309.  
  310. ul {
  311. list-style-type:square;
  312. }
  313. ol {
  314. list-style-type:upper-roman;
  315. }
  316.  
  317.  
  318. .description {margin:13px 0px;line-height:16px;text-align:center;letter-spacing:1px;font-size:10px;}
  319.  
  320. #links {
  321. margin-top:73px;
  322. margin-left:365px;
  323. width:10px;
  324. text-transform:lowercase;
  325. position:fixed;
  326. }
  327.  
  328.  
  329. #links a{
  330. margin-right:20px;
  331. display:inline-block;
  332. margin-bottom:5px;
  333. font-size:20px;
  334. color:#c7c3c4;
  335. text-shadow:0px 0px 10px #282828;
  336. -webkit-text-stroke-width: 2px;
  337. -webkit-text-stroke-color: #c7c3c4;
  338. -webkit-transition-duration:0.4s;
  339. -moz-transition-duration:0.4s;
  340. -o-transition-duration:0.4s;
  341. transform: rotate(15deg);
  342. -ms-transform: rotate(15deg);
  343. -webkit-transform: rotate(15deg);
  344. -o-transform: rotate(15deg);
  345. -moz-transform: rotate(15deg);
  346. }
  347.  
  348. #links a:hover {
  349. display:inline-block;
  350. margin-bottom:5px;
  351. color:#c7c3c4;
  352. text-shadow:0px 0px 12px #c7c3c4;
  353. -webkit-text-stroke-width: 2px;
  354. -webkit-text-stroke-color: #c7c3c4;
  355. -moz-transition-duration:0.3s;
  356. -webkit-transition-duration:0.3s;
  357. -o-transition-duration:0.3s;
  358. -webkit-filter: grayscale( 0 ) blur(0px);
  359. }
  360.  
  361. #blinks {
  362. margin-top:101px;
  363. margin-left:350px;
  364. width:10px;
  365. text-transform:lowercase;
  366. position:fixed;
  367. }
  368.  
  369. #blinks a {
  370. margin-right:20px;
  371. display:inline-block;
  372. margin-bottom:5px;
  373. font-size:35px;
  374. color:#c7c3c4;
  375. text-shadow:0px 0px 6px #282828;
  376. -webkit-text-stroke-width: 2px;
  377. -webkit-text-stroke-color: #c7c3c4;
  378. -webkit-transition-duration:0.4s;
  379. -moz-transition-duration:0.4s;
  380. -o-transition-duration:0.4s;
  381. transform: rotate(-15deg);
  382. -ms-transform: rotate(-15deg);
  383. -webkit-transform: rotate(-15deg);
  384. -o-transform: rotate(-15deg);
  385. -moz-transform: rotate(-15deg);
  386. }
  387.  
  388. #blinks a:hover {
  389. display:inline-block;
  390. margin-bottom:5px;
  391. color:#c7c3c4;
  392. text-shadow:0px 0px 12px #c7c3c4;
  393. -webkit-text-stroke-width: 2px;
  394. -webkit-text-stroke-color: #c7c3c4;
  395. -moz-transition-duration:0.3s;
  396. -webkit-transition-duration:0.3s;
  397. -o-transition-duration:0.3s;
  398. -webkit-filter: grayscale( 0 ) blur(0px);
  399. }
  400.  
  401. #clinks {
  402. margin-top:120px;
  403. margin-left:810px;
  404. width:10px;
  405. text-transform:lowercase;
  406. position:fixed;
  407. }
  408.  
  409. #clinks a {
  410. margin-right:20px;
  411. display:inline-block;
  412. margin-bottom:5px;
  413. font-size:25px;
  414. color:#c7c3c4;
  415. text-shadow:0px 0px 6px #282828;
  416. -webkit-text-stroke-width: 2px;
  417. -webkit-text-stroke-color: #c7c3c4;
  418. -webkit-transition-duration:0.4s;
  419. -moz-transition-duration:0.4s;
  420. -o-transition-duration:0.4s;
  421. transform: rotate(-5deg);
  422. -ms-transform: rotate(-5deg);
  423. -webkit-transform: rotate(-5deg);
  424. -o-transform: rotate(-5deg);
  425. -moz-transform: rotate(-5deg);
  426. }
  427.  
  428. #clinks a:hover {
  429. display:inline-block;
  430. margin-bottom:5px;
  431. color:#c7c3c4;
  432. text-shadow:0px 0px 12px #c7c3c4;
  433. -webkit-text-stroke-width: 2px;
  434. -webkit-text-stroke-color: #c7c3c4;
  435. -moz-transition-duration:0.3s;
  436. -webkit-transition-duration:0.3s;
  437. -o-transition-duration:0.3s;
  438. -webkit-filter: grayscale( 0 ) blur(0px);
  439. }
  440.  
  441. #dlinks {
  442. margin-top:140px;
  443. margin-left:775px;
  444. line-height:16px;
  445. width:10px;
  446. text-transform:lowercase;
  447. position:fixed;
  448. }
  449.  
  450. #dlinks a {
  451. margin-right:20px;
  452. display:inline-block;
  453. margin-bottom:5px;
  454. font-size:45px;
  455. color:#c7c3c4;
  456. text-shadow:0px 0px 10px #282828;
  457. -webkit-text-stroke-width: 2px;
  458. -webkit-text-stroke-color: #c7c3c4;
  459. -webkit-transition-duration:0.4s;
  460. -moz-transition-duration:0.4s;
  461. -o-transition-duration:0.4s;
  462. transform: rotate(50deg);
  463. -ms-transform: rotate(50deg);
  464. -webkit-transform: rotate(50deg);
  465. -o-transform: rotate(50deg);
  466. -moz-transform: rotate(50deg);
  467. }
  468.  
  469. #dlinks a:hover {
  470. display:inline-block;
  471. margin-bottom:5px;
  472. color:#c7c3c4;
  473. text-shadow:0px 0px 12px #c7c3c4;
  474. -webkit-text-stroke-width: 2px;
  475. -webkit-text-stroke-color: #c7c3c4;
  476. -moz-transition-duration:0.3s;
  477. -webkit-transition-duration:0.3s;
  478. -o-transition-duration:0.3s;
  479. -webkit-filter: grayscale( 0 ) blur(0px);
  480. }
  481.  
  482.  
  483. #elinks {
  484. margin-top:140px;
  485. margin-left:830px;
  486. width:10px;
  487. text-transform:lowercase;
  488. position:fixed;
  489. }
  490.  
  491. #elinks a {
  492. margin-right:20px;
  493. display:inline-block;
  494. margin-bottom:5px;
  495. font-size:25px;
  496. color:#c7c3c4;
  497. text-shadow:0px 0px 11px #000000;
  498. -webkit-text-stroke-width: 2px;
  499. -webkit-text-stroke-color: #c7c3c4;
  500. -webkit-transition-duration:0.4s;
  501. -moz-transition-duration:0.4s;
  502. -o-transition-duration:0.4s;
  503. transform: rotate(50deg);
  504. -ms-transform: rotate(50deg);
  505. -webkit-transform: rotate(50deg);
  506. -o-transform: rotate(50deg);
  507. -moz-transform: rotate(50deg);
  508. }
  509.  
  510. #elinks a:hover {
  511. display:inline-block;
  512. margin-bottom:5px;
  513. color:#c7c3c4;
  514. text-shadow:0px 0px 12px #c7c3c4;
  515. -webkit-text-stroke-width: 2px;
  516. -webkit-text-stroke-color: #c7c3c4;
  517. -moz-transition-duration:0.3s;
  518. -webkit-transition-duration:0.3s;
  519. -o-transition-duration:0.3s;
  520. -webkit-filter: grayscale( 0 ) blur(0px);
  521.  
  522. }
  523.  
  524. #description {
  525. position:fixed;
  526. width:0px;
  527. font-family:trebuchet ms;
  528. margin-top:55px;
  529. margin-left:-9px;
  530. text-align:justify;
  531. font-size:9px;
  532. color: {color:text};
  533. letter-spacing:0px;
  534. line-height:130%;
  535. -moz-transition-duration:1s;
  536. -webkit-transition-duration:1s;
  537. -o-transition-duration:1s;
  538. }
  539. /************************************************************************/
  540.  
  541. #entries {
  542. padding:10px;
  543. left:398px;
  544. position:fixed;
  545. background-color:transparent;
  546. width:412px;
  547. top:380px;
  548. height:340px;
  549. padding: 20px;
  550. overflow-x:scroll;
  551. scroll:left;
  552. overflow-x:hidden;
  553. padding:4px;
  554. -webkit-mask-image: -webkit-gradient(linear, left 45%, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  555. }
  556.  
  557.  
  558. #post {width:400px;margin:40px 0px 80px 0px;text-align:left;line-height:14px;opacity:1;
  559. -webkit-transition: all 0.6s ease-in-out;
  560. -moz-transition: all 0.6s ease-in-out;
  561. -o-transition: all 0.6s ease-in-out;
  562. -ms-transition: all 0.6s ease-in-out;
  563. transition: all 0.6s ease-in-out;line-height:20px;
  564. -webkit-filter:grayscale(0%);
  565. -webkit-transition: all 0.6s ease-in-out;}
  566.  
  567. #post:hover {
  568. -webkit-transition: all 0.6s ease-in-out;
  569. -moz-transition: all 0.6s ease-in-out;
  570. -o-transition: all 0.6s ease-in-out;
  571. -ms-transition: all 0.6s ease-in-out;
  572. transition: all 0.6s ease-in-out;
  573.  
  574. }
  575.  
  576.  
  577.  
  578. #post img {max-width:400px;}
  579. #post blockquote div {margin-top:8px;}
  580. #post blockquote img {max-width:320px;}
  581.  
  582.  
  583.  
  584.  
  585. #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;width:380px;color:#666;margin-top:15px;padding-top:8px;text-transform:lowercase;line-height:14px;text-align:center;font-size:25px;letter-spacing:1px;background-image:url();background-repeat:repeat;background-attachment:;height:25px;border-top:1px dashed #978489;border-bottom:0px solid #978489;border-left:0px solid #525b5e;border-right:0px solid #525b5e; -webkit-text-stroke-width: 1px;outline:0px solid #5e5766;
  586. -webkit-text-stroke-color: #cfcfcf;margin-left:10px;margin-top:10px;}
  587. #permalink a {color:#978489;font-family: -webkit-text-stroke-width: 0px;
  588. -webkit-text-stroke-color: #978489;}
  589. #permalink a:hover {color:#b59e9e;-webkit-text-stroke-width: 1px;
  590. -webkit-text-stroke-color: #b59e9e; text-shadow: 0px 0px 5px #c2b2b2;opacity:1;}
  591.  
  592.  
  593. .tags {text-align:center;opacity:1;margin:0px 10px;padding-bottom:20px;-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;border-bottom:1px dashed #7d7777;border-left:0px solid #7d7777;}
  594. .tags a {color:#7d7777;text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px 0px #4f3132;font-size:13px;}
  595. .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;}
  596.  
  597.  
  598. /************************************************************************/
  599.  
  600.  
  601. #permalinkpage {margin-top:15px;text-align:center;padding:5px 0px;text-transform:lowercase;height:35px;border-top:1px dashed #978489;border-bottom:0px solid #4f3132;border-left:0px solid #393939;border-right:0px solid #393939;background:transparent;color:#c2acad;width:380px; margin-left:10px;}
  602.  
  603. #tagspp {line-height:15px;width:400px;text-align:center;color:{color:links};padding:5px 0px;}
  604. #tagspp a {color:#7d7777;text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px .5px #4f3132;font-size:13px;}
  605. #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 #282828;letter-spacing:0px;}
  606.  
  607. .pagination {
  608. width:{select:posts width}px;
  609. text-align:center;}
  610.  
  611. .pagination a {
  612. cursor:help;
  613. border-bottom:0px solid {color:a};
  614. padding-bottom:10px;
  615. margin:0px 5px;}
  616.  
  617. .pagination a:hover, .pagination span {
  618. text-decoration:none;
  619. border-bottom:0px solid {color:a hover};}
  620.  
  621. .pagination span, .pagination a {padding:10px;}
  622. /************************************************************************/
  623.  
  624. .tumblr_audio_player {border:1px solid {color:border};height:40px;margin-bottom:5px;width:396px;}
  625.  
  626. .audio {position:relative;margin-top:-100px;margin-left:102px;height:100px;width:390px;color:{color:links};font-family:"pixel";font-weight:normal;font-size:11px;}
  627.  
  628. .audioart {padding-right:2px;width:100px;height:100px;}
  629. .audioart img {width:100px;}
  630.  
  631. /************************************************************************/
  632.  
  633.  
  634. .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;}
  635. .source {font-weight:normal;padding-left:8px;display:inline-block;font-family:"pixel";}
  636.  
  637. /************************************************************************/
  638. #question {margin:20px 0px;padding:20px 20px;line-height:20px;border-bottom:0px solid #4f3132;border-top:1px dashed #af9f9f;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:'ag';text-transform:uppercase;font-size:25px;-webkit-text-stroke: 0px #697e80;color:#af9f9f;text-shadow:0px 0px 0px #393939;margin-top:-12px;font-size:20px;background:transparent; box-shadow:0px 0px 0px #694646;width:300px;margin-left:30px;}
  639. #sender {font-size:30px; font-style:none;margin-top:-10px;margin-left:30px;font-family:"bn";text-transform:;color:#6b5d5d;text-shadow:0px 0px 0px #6b5d5d;width:380px;text-align:left; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #f3f3f3;}
  640.  
  641.  
  642. /************************************************************************/
  643.  
  644. .notes {margin-left:-15px;margin-top:30px;width:380px;}
  645. .notes a:hover {background-color:transparent;color:{color:links};}
  646. ol.notes {list-style-type:none;}
  647. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  648. ol.notes li.note img.avatar {vertical-align:-6px;}
  649. ol.notes li.note img {padding:2px 5px 2px 2px;}
  650. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  651.  
  652. /************************************************************************/
  653.  
  654. .hidden {display:none;}
  655. .unhidden {display:block;}
  656.  
  657. /************************************************************************/
  658.  
  659. #nav {
  660. width:300px;
  661. background:transparent;
  662. padding:10px; }
  663.  
  664. #nav a{
  665. text-decoration:none;
  666. font: 15px times;
  667. color:{color:popup txt color};
  668. letter-spacing:2px;
  669. display:inline-block;
  670. text-align:center;
  671. background:{color:popup bg};
  672. border-top:2px solid {color:popup border};
  673. border-bottom:2px solid {color:popup border};
  674. border-left:2px solid {color:popup border};
  675. border-right:2px solid {color:popup border};
  676. padding: 2px;
  677. width:280px;
  678. margin:5px;
  679. -webkit-transition:all 0.4s ease-in-out;
  680. -moz-transition:all 0.4s ease-in-out;
  681. -o-transition:all 0.4s ease-in-out;
  682. transition:all 0.4s ease-in-out;}
  683.  
  684. #nav a:hover{
  685. color:{color:popup txt color}
  686. letter-spacing:5px;
  687. display:inline-block;
  688. text-align:center;
  689. background:{color:popup bg};
  690. padding: 2px;
  691. width:280px;
  692. margin:5px;
  693. -webkit-transition:all 0.5s ease-in-out;
  694. -moz-transition:all 0.5s ease-in-out;
  695. -o-transition:all 0.5s ease-in-out;
  696. transition:all 0.5s ease-in-out;
  697. text-shadow:0px 0px 2px {color:popup txt color};
  698. }
  699. </style>
  700. </head>
  701.  
  702. <body>
  703. <!---------------------------------------------------------------------------
  704. ------------------------ updates tab by yearsandsyears ----------------------
  705. ---------------------------------------------------------------------------->
  706.  
  707. <script>$(document).ready(function(){$('.sst').click(function(){
  708. $(this).toggleClass('active'); $('.updates').slideToggle(400);
  709. });});</script>
  710.  
  711. <link href="http://static.tumblr.com/xd6ujov/T8do9plca/cyantists_updates_7.css" rel="stylesheet" type="text/css"/><style type="text/css">
  712.  
  713. /* POSITION: change these if you want the updates tab somewhere else on the
  714. page, you can change the numbers or use bottom:#px; or right:#px; */.ssu {
  715. top:5px; left:5px;}
  716.  
  717. /* WIDTH of text boxes */.update {
  718. width:120px;}
  719.  
  720. /* BACKGROUND */.sst, .update, .sst.active span {
  721. background:#282828;font-size:11px;text-align:center;}
  722.  
  723. /* BORDERS */.sst, .update {
  724. border:1px solid #f0f0f0;}
  725.  
  726. /* LINES */.sst span, .sst:before, .sst:after {
  727. background:#888888;}
  728.  
  729. /* HOVER */.sst:not(.active):hover span, .sst:hover:before, .sst:hover:after {
  730. background:#cccccc;}
  731.  
  732. </style><div class="ssu">
  733.  
  734. <div class="sst tr" title="updates"><span class="tr"></span></div>
  735.  
  736. <div class="updates">
  737.  
  738. <div class="update">
  739. private canon/fandom divergent keith kogane of v:ld.
  740. </div>
  741. <div class="update">
  742. <a href="http://sairusu.flavors.me/">trisha.</a> 15, high school. she/they.
  743. </div>
  744. <div class="update">
  745. <a href="http://lanceous.tumblr.com/" title="the paladin of ice has no fucking chill."><img src="http://i.imgur.com/eNYQd9b.png"></a><a href="http://streleon.tumblr.com/" title="i'm not calling you daddy."><img src="http://i.imgur.com/PzdYvTo.png"></a>
  746. </div>
  747. <div class="update">
  748. <a href="http://winchestheart.tumblr.com/">base code credit.</a><br><a title="artist gives permission to edit." href="http://runmonsterun.tumblr.com/post/147210612252/i-fully-admit-to-this-being-all-about-my-desire">art credit.</a><br><a title="i love sab so much! ❤" href="http://streleon.tumblr.com/">graphic credit.</a>
  749. </div>
  750. <div class="update">
  751. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="100" height="20">
  752. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  753. <param name="bgcolor" value="#282828" />
  754. <param name="FlashVars" value="mp3=https%3A//dl.dropboxusercontent.com/s/aieuzoj1nrr7bnt/%255BGlitch%2520Hop%2520or%2520110BPM%255D%2520-%2520Volant%2520-%2520Minty%2520%255BMonstercat%2520Release%255D.mp3%3Fdl%3D0%7Chttps%3A//dl.dropboxusercontent.com/s/2cbh7h4v8cbwi76/ISAN%2520-%2520Trois%2520Gymnopedies-%2520No.%25202%2520Lent%2520et%2520Triste.mp3%3Fdl%3D0%7Chttps%3A//dl.dropboxusercontent.com/s/71dc7ubf5871mob/Enzalla%2520%2526%2520Myst%2520-%2520Resonant%2520Love.mp3%3Fdl%3D0%7Chttps%3A//dl.dropboxusercontent.com/s/dw5py4vr3rlabkp/01%2520-%2520Only%2520I%2520am%2520missing.mp3%3Fdl%3D0&amp;width=100&amp;height=20&amp;volume=50&amp;showslider=0&amp;bgcolor=282828&amp;bgcolor1=282828&amp;bgcolor2=282828&amp;buttonovercolor=888888&amp;showlist=0" />
  755. </object>
  756. </div>
  757.  
  758. <!-- please leave as is, but you can move it somewhere else --><center><a class="ucr" href="http://yearsandsyears.tumblr.com" title="c. cyantists">&copy;</a></center>
  759.  
  760. </div></div><!----------------------- //updates tab ----------------------->
  761.  
  762.  
  763. <div id="sidebar img"><div style="background-color:transparent; width:405px;padding:06px;text-align:center; text-style:normal;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;font-family:times;margin-left:395px;margin-top:239px;position:fixed;z-index:999999; pointer-events: none;">
  764. <img src="{image:sidebar img}" /></div>
  765.  
  766.  
  767.  
  768. <div id="navi" class="popup_block"><div style="background-color:{color:popup txt color}; width:300px;padding:06px;text-align:center; text-style:normal;color:{color:popup bg};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 {color:popup bg}; outline:0px dashed #4f3132;font-family:times;">✦ PAGES.</div>
  769. <div id="nav">
  770. <a href="http://revedity.tumblr.com/ask">MESSAGE.</a>
  771. <a href="http://revedity.tumblr.com/submit">SUBMIT.</a>
  772. <a href="http://revedity.tumblr.com/archive">ARCHIVE.</a>
  773. <a href="http://revedity.tumblr.com/r">READ.</a>
  774. <a href="http://revedity.tumblr.com/a">ABOUT.</a>
  775. </div>
  776. </div>
  777. </div>
  778. </div>
  779.  
  780.  
  781.  
  782. <div id="links">
  783. <a href="{text:link 01 url}" title="{text:link 01}">★</a></div>
  784. <div id="blinks"><a href="{text:link 02 url}" title="{text:link 02}">✧</a></div>
  785. <div id="clinks"><a href="{text:link 03 url}" title="{text:link 03}">✱</a></div>
  786. <div id="dlinks"><a href="{text:link 04 url}" title="{text:link 04}">✷</a>
  787. </div>
  788. <div id="elinks"><a href="#?w=320" rel="navi" class="poplight" title="{text:link 05}" rel="rules" class="poplight">■</a></div>
  789. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  790.  
  791. <div id="entries">
  792. {block:Posts}
  793. <div id="post">
  794.  
  795. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  796.  
  797. {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
  798. {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}
  799.  
  800. {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}
  801.  
  802. {block:Quote}<div class="quote">❝ {Quote} </div>{block:Source}<div class="source">» {Source}</div>{/block:Source}{/block:Quote}
  803.  
  804. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  805.  
  806. {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}
  807.  
  808. {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}
  809.  
  810. {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}
  811.  
  812. {block:Answer}<p><div id="sender">{Asker}</div><p><div id="question">❝ {Question} </div>{Answer}{/block:Answer}
  813.  
  814.  
  815. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  816. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  817.  
  818. <!-- {block:NoRebloggedFrom}
  819. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  820. {/block:NoRebloggedFrom} -->
  821.  
  822. {block:IndexPage}
  823. <div id="permalink"><div style="margin-top:-14px;">
  824. {block:Date}<a href="{Permalink}" title="{TimeAgo}">✦</a>{/block:Date}&nbsp;<a href="{Permalink}" title="{NoteCount} notes">✦</a>{/block:NoteCount}&nbsp;{block:RebloggedFrom}<a title="via: {ReblogParentName}" href="{ReblogParentURL}">✦</a>&nbsp;{/block:RebloggedFrom}{block:ContentSource}<a title="source: {SourceTitle}" href="{SourceURL}">✦</a>&nbsp;{/block:ContentSource}{/block:RebloggedFrom}<a href="{ReblogURL}" title="reblog?" target="_blank" class="details">✦</a>
  825. </div></div>{block:HasTags}
  826. <div class="tags">
  827. {block:Tags} <a title="{Tag}" href="{TagURL}"> {Tag}</a> {/block:Tags}</div>
  828. {/block:HasTags}
  829.  
  830. {/block:IndexPage}
  831.  
  832. {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}
  833.  
  834. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}"> {Tag} </a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  835.  
  836. {block:PostNotes}
  837. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  838. <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>
  839. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  840. {/block:PostNotes}
  841.  
  842. </div>
  843.  
  844. {/block:Posts}
  845.  
  846. <p>
  847. {block:Pagination}<div class="pagination">
  848.  
  849. {block:PreviousPage}
  850. <a href="{PreviousPage}" title="previous page">‹</a>
  851. {/block:PreviousPage}
  852.  
  853. {block:JumpPagination length="5"}
  854. {block:CurrentPage}<span>{PageNumber}</span>{/block:CurrentPage}
  855. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  856. {/block:JumpPagination}
  857.  
  858. {block:NextPage}
  859. <a href="{NextPage}" title="next page">›</a>
  860. {/block:NextPage}
  861.  
  862. </div>{/block:Pagination}
  863.  
  864.  
  865.  
  866. <!----------------------------------------------------------------------->
  867.  
  868. </body>
  869. </html>
Advertisement
Add Comment
Please, Sign In to add comment