radiantvictor

PIDGE THEME

Aug 6th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.66 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:#c0c0c0; /*background color*/
  96. border-left:3px solid #606060;
  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:#606060; /*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 #606060;
  110. text-shadow:0px 0px 3px #606060;
  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://65.media.tumblr.com/tumblr_lkl62yQ6jp1qfamg6.gif">
  117.  
  118. <meta name="image:Background" content="" />
  119. <meta name="image:sidebar img" content="" />
  120.  
  121. <meta name="color:Links" content="#6b6b6b" />
  122. <meta name="color:Main Color" content="#494949" />
  123. <meta name="color:Text" content="#606060" />
  124. <meta name="color:Background" content="#c0c0c0" />
  125. <meta name="color:Border" content="#eaeaea" />
  126. <meta name="color:Scrollbar" content="#5c5c5c" />
  127. <meta name="color:A" content="#9a9a9a" />
  128. <meta name="color:A Shadow" content="#555c5e" />
  129. <meta name="color:A Hover" content="#e2e2e2" />
  130. <meta name="color:Bold" content="#4f4f4f" />
  131. <meta name="color:Bold Shadow" content="#525252" />
  132. <meta name="color:Italic" content="#707070" />
  133. <meta name="color:Italic Shadow" content="#6b6b6b" />
  134. <meta name="color:h1" content="#686868" />
  135. <meta name="color:h1 Shadow" content="#8c8c8c" />
  136. <meta name="color:h2" content="#ffffff" />
  137. <meta name="color:h2 Shadow" content="#eaeaea" />
  138. <meta name="color:label color" content="#5d5d5d" />
  139. <meta name="color:chat color" content="#6d6d6d" />
  140. <meta name="color:popup bg" content="#c0c0c0" />
  141. <meta name="color:popup border" content="#4f4f4f" />
  142. <meta name="color:popup txt color" content="#4f4f4f" />
  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.  
  218. #fade {
  219. display: none;
  220. background: {color:popup bg};
  221. position: fixed;
  222. left: 0;
  223. top: 0;
  224. width: 100%;
  225. height: 100%;
  226. opacity: 0;
  227. z-index: 9999;
  228. }
  229.  
  230. .popup_block{
  231. display: none;
  232. background: {color:popup bg};
  233. padding: 20px;
  234. float: left;
  235. position: fixed;
  236. top: 50%;
  237. left: 50%;
  238. z-index: 9999999999;
  239. height:300px;
  240. background-repeat:no-repeat;
  241. border-top:0px solid {color:popup border};
  242. border-bottom:0px solid {color:popup border};
  243. border-left:0px solid {color:popup border};
  244. border-right:0px solid {color:popup border};
  245. text-align:center;
  246. color:{color:popup txt color};
  247. opacity:1;
  248. overflow-x:scroll;
  249. scroll:left;
  250. overflow-x:hidden;
  251. }
  252.  
  253. img.btn_close {
  254. float: right;
  255. margin: -55px -55px 0 0;
  256. }
  257.  
  258. *html #fade {
  259. position: absolute;
  260. }
  261.  
  262. *html .popup_block {
  263. position: absolute;
  264. }
  265.  
  266.  
  267. {block:IfCustomScrollbar}
  268. ::-webkit-scrollbar {width:5px;height:2px;background:transparent}
  269. ::-webkit-scrollbar-thumb:vertical {height:2px;background:{color:scrollbar};}
  270. ::-webkit-scrollbar-thumb:horizontal {height:2px;background:{color:scrollbar};}
  271. {/block:IfCustomScrollbar}
  272.  
  273. 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;}
  274. 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;}
  275.  
  276. 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;}
  277. a:hover { color:#303030;text-shadow:0px 0px 2px #c9c9c9;
  278. -webkit-text-stroke-width: 0px;
  279. -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;}
  280.  
  281. 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;}
  282. 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};}
  283.  
  284. small, sub {font-size:{text:font size}px;}
  285. code {font-size:{text:font size}px;font-family:{text:font family};}
  286. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  287.  
  288. 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;}
  289.  
  290.  
  291. 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:;}
  292. h1 a {color:{color:h1};}
  293. 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};}
  294.  
  295.  
  296. .label {font-weight:normal;color:{color:label color};font-size:18px;text-transform:uppercase;text-shadow:0px 0px 1px #303030;}
  297. .chat {line-height:25px;margin:8px;font-family:"ernest";font-size:15px;text-transform:lowercase; color:{color:chat color};}
  298. n {line-height:25px;margin:8px;font-family:"ernest";font-size:20px;}
  299.  
  300. ::selection {color:#9e9e9e;background:transparent;}
  301. ::-moz-selection {color:#9e9e9e;background:transparent;}
  302. ::-webkit-selection {color:#9e9e9e;background:transparent;}
  303.  
  304. #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
  305. #credit a {color:{color:main color};}
  306.  
  307.  
  308. /************************************************************************/
  309.  
  310.  
  311. ul {
  312. list-style-type:square;
  313. }
  314. ol {
  315. list-style-type:upper-roman;
  316. }
  317.  
  318.  
  319. .description {margin:13px 0px;line-height:16px;text-align:center;letter-spacing:1px;font-size:10px;}
  320.  
  321. #links {
  322. margin-top:52px;
  323. margin-left:50px;
  324. width:10px;
  325. text-transform:lowercase;
  326. position:fixed;
  327. }
  328.  
  329.  
  330. #links a{
  331. display:inline-block;
  332. margin-bottom:5px;
  333. font-size:25px;
  334. color:#ffffff;
  335. text-shadow:0px 0px 10px #828282;
  336. -webkit-text-stroke-width: 2px;
  337. -webkit-text-stroke-color: #ffffff;
  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. color:#ffffff;
  351. text-shadow:0px 0px 12px #ffffff;
  352. -webkit-text-stroke-width: 2px;
  353. -webkit-text-stroke-color: #ffffff;
  354. -moz-transition-duration:0.3s;
  355. -webkit-transition-duration:0.3s;
  356. -o-transition-duration:0.3s;
  357. -webkit-filter: grayscale( 0 ) blur(0px);
  358. }
  359.  
  360. #blinks {
  361. margin-top:101px;
  362. margin-left:26px;
  363. width:10px;
  364. text-transform:lowercase;
  365. position:fixed;
  366. }
  367.  
  368. #blinks a {
  369. margin-right:20px;
  370. display:inline-block;
  371. margin-bottom:5px;
  372. font-size:40px;
  373. color:#ffffff;
  374. text-shadow:0px 0px 6px #828282;
  375. -webkit-text-stroke-width: 2px;
  376. -webkit-text-stroke-color: #ffffff;
  377. -webkit-transition-duration:0.4s;
  378. -moz-transition-duration:0.4s;
  379. -o-transition-duration:0.4s;
  380. transform: rotate(-10deg);
  381. -ms-transform: rotate(-10deg);
  382. -webkit-transform: rotate(-10deg);
  383. -o-transform: rotate(-10deg);
  384. -moz-transform: rotate(-10deg);
  385. }
  386.  
  387. #blinks a:hover {
  388. display:inline-block;
  389. margin-bottom:5px;
  390. color:#ffffff;
  391. text-shadow:0px 0px 12px #ffffff;
  392. -webkit-text-stroke-width: 2px;
  393. -webkit-text-stroke-color: #ffffff;
  394. -moz-transition-duration:0.3s;
  395. -webkit-transition-duration:0.3s;
  396. -o-transition-duration:0.3s;
  397. -webkit-filter: grayscale( 0 ) blur(0px);
  398. }
  399.  
  400. #clinks {
  401. margin-top:160px;
  402. margin-left:35px;
  403. width:10px;
  404. text-transform:lowercase;
  405. position:fixed;
  406. }
  407.  
  408. #clinks a {
  409. margin-right:20px;
  410. display:inline-block;
  411. margin-bottom:5px;
  412. font-size:25px;
  413. color:#ffffff;
  414. text-shadow:0px 0px 6px #828282;
  415. -webkit-text-stroke-width: 2px;
  416. -webkit-text-stroke-color: #ffffff;
  417. -webkit-transition-duration:0.4s;
  418. -moz-transition-duration:0.4s;
  419. -o-transition-duration:0.4s;
  420. transform: rotate(-5deg);
  421. -ms-transform: rotate(-5deg);
  422. -webkit-transform: rotate(-5deg);
  423. -o-transform: rotate(-5deg);
  424. -moz-transform: rotate(-5deg);
  425. }
  426.  
  427. #clinks a:hover {
  428. display:inline-block;
  429. margin-bottom:5px;
  430. color:#ffffff;
  431. text-shadow:0px 0px 12px #ffffff;
  432. -webkit-text-stroke-width: 2px;
  433. -webkit-text-stroke-color: #ffffff;
  434. -moz-transition-duration:0.3s;
  435. -webkit-transition-duration:0.3s;
  436. -o-transition-duration:0.3s;
  437. -webkit-filter: grayscale( 0 ) blur(0px);
  438. }
  439.  
  440. #dlinks {
  441. margin-top:210px;
  442. margin-left:60px;
  443. width:10px;
  444. text-transform:lowercase;
  445. position:fixed;
  446. }
  447.  
  448. #dlinks a {
  449. display:inline-block;
  450. margin-bottom:5px;
  451. font-size:35px;
  452. color:#ffffff;
  453. text-shadow:0px 0px 10px #828282;
  454. -webkit-text-stroke-width: 2px;
  455. -webkit-text-stroke-color: #ffffff;
  456. -webkit-transition-duration:0.4s;
  457. -moz-transition-duration:0.4s;
  458. -o-transition-duration:0.4s;
  459. transform: rotate(-05deg);
  460. -ms-transform: rotate(-05deg);
  461. -webkit-transform: rotate(-5deg);
  462. -o-transform: rotate(-5deg);
  463. -moz-transform: rotate(-5deg);
  464. }
  465.  
  466. #dlinks a:hover {
  467. display:inline-block;
  468. color:#ffffff;
  469. text-shadow:0px 0px 12px #ffffff;
  470. -webkit-text-stroke-width: 2px;
  471. -webkit-text-stroke-color: #ffffff;
  472. -moz-transition-duration:0.3s;
  473. -webkit-transition-duration:0.3s;
  474. -o-transition-duration:0.3s;
  475. -webkit-filter: grayscale( 0 ) blur(0px);
  476. }
  477.  
  478.  
  479. #elinks {
  480. margin-top:243px;
  481. margin-left:115px;
  482. width:10px;
  483. text-transform:lowercase;
  484. position:fixed;
  485. }
  486.  
  487. #elinks a {
  488. margin-right:20px;
  489. display:inline-block;
  490. margin-bottom:5px;
  491. font-size:25px;
  492. color:#ffffff;
  493. text-shadow:0px 0px 10px #828282;
  494. -webkit-text-stroke-width: 2px;
  495. -webkit-text-stroke-color: #ffffff;
  496. -webkit-transition-duration:0.4s;
  497. -moz-transition-duration:0.4s;
  498. -o-transition-duration:0.4s;
  499. transform: rotate(50deg);
  500. -ms-transform: rotate(50deg);
  501. -webkit-transform: rotate(50deg);
  502. -o-transform: rotate(50deg);
  503. -moz-transform: rotate(50deg);
  504. }
  505.  
  506. #elinks a:hover {
  507. display:inline-block;
  508. margin-bottom:5px;
  509. color:#ffffff;
  510. text-shadow:0px 0px 12px #ffffff;
  511. -webkit-text-stroke-width: 2px;
  512. -webkit-text-stroke-color: #ffffff;
  513. -moz-transition-duration:0.3s;
  514. -webkit-transition-duration:0.3s;
  515. -o-transition-duration:0.3s;
  516. -webkit-filter: grayscale( 0 ) blur(0px);
  517.  
  518. }
  519.  
  520. #description {
  521. position:fixed;
  522. width:0px;
  523. font-family:trebuchet ms;
  524. margin-top:55px;
  525. margin-left:-9px;
  526. text-align:justify;
  527. font-size:9px;
  528. color: {color:text};
  529. letter-spacing:0px;
  530. line-height:130%;
  531. -moz-transition-duration:1s;
  532. -webkit-transition-duration:1s;
  533. -o-transition-duration:1s;
  534. }
  535. /************************************************************************/
  536.  
  537. #entries {
  538. padding:10px;
  539. left:398px;
  540. position:fixed;
  541. background-color:transparent;
  542. width:412px;
  543. top:380px;
  544. height:340px;
  545. padding: 20px;
  546. overflow-x:scroll;
  547. scroll:left;
  548. overflow-x:hidden;
  549. padding:4px;
  550. -webkit-mask-image: -webkit-gradient(linear, left 45%, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  551. }
  552.  
  553.  
  554. #post {width:400px;margin:40px 0px 80px 540px;text-align:left;line-height:14px;opacity:1;
  555. -webkit-transition: all 0.6s ease-in-out;
  556. -moz-transition: all 0.6s ease-in-out;
  557. -o-transition: all 0.6s ease-in-out;
  558. -ms-transition: all 0.6s ease-in-out;
  559. transition: all 0.6s ease-in-out;line-height:20px;
  560. -webkit-filter:grayscale(0%);
  561. -webkit-transition: all 0.6s ease-in-out;}
  562.  
  563. #post:hover {
  564. -webkit-transition: all 0.6s ease-in-out;
  565. -moz-transition: all 0.6s ease-in-out;
  566. -o-transition: all 0.6s ease-in-out;
  567. -ms-transition: all 0.6s ease-in-out;
  568. transition: all 0.6s ease-in-out;
  569.  
  570. }
  571.  
  572.  
  573.  
  574. #post img {max-width:400px;}
  575. #post blockquote div {margin-top:8px;}
  576. #post blockquote img {max-width:320px;}
  577.  
  578.  
  579.  
  580.  
  581. #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:#3b3b3b;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 #3b3b3b;border-bottom:0px solid #978489;border-left:0px solid #525b5e;border-right:0px solid #525b5e; -webkit-text-stroke-width: 1px;outline:0px solid #5e5766;
  582. -webkit-text-stroke-color: #cfcfcf;margin-left:10px;margin-top:10px;}
  583. #permalink a {color:#3b3b3b;font-family: -webkit-text-stroke-width: 0px;
  584. -webkit-text-stroke-color: #3b3b3b;}
  585. #permalink a:hover {color:#595959;-webkit-text-stroke-width: 1px;
  586. -webkit-text-stroke-color: #595959; text-shadow: 0px 0px 5px #3b3b3b;opacity:1;}
  587.  
  588.  
  589. .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 #3b3b3b;border-left:0px solid #7d7777;}
  590. .tags a {color:#666666;text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px 2px #ffffff;font-size:13px;}
  591. .tags a:hover {text-decoration:none;color:#666666;-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 #666666;}
  592.  
  593.  
  594. /************************************************************************/
  595.  
  596.  
  597. #permalinkpage {margin-top:15px;text-align:center;padding:5px 0px;text-transform:lowercase;height:35px;border-top:1px dashed #3b3b3b;border-bottom:0px solid #4f3132;border-left:0px solid #393939;border-right:0px solid #393939;background:transparent;color:#3b3b3b;width:380px; margin-left:10px;}
  598.  
  599. #tagspp {line-height:15px;width:400px;text-align:center;color:{color:links};padding:5px 0px;}
  600. #tagspp a {color:#666666;text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px .5px #666666;font-size:13px;}
  601. #tagspp a:hover {text-decoration:none;color:#666666;-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 #666666;letter-spacing:0px;}
  602.  
  603. .pagination {
  604. width:{select:posts width}px;
  605. text-align:center;}
  606.  
  607. .pagination a {
  608. cursor:help;
  609. border-bottom:0px solid {color:a};
  610. padding-bottom:10px;
  611. margin:0px 5px;}
  612.  
  613. .pagination a:hover, .pagination span {
  614. text-decoration:none;
  615. border-bottom:0px solid {color:a hover};}
  616.  
  617. .pagination span, .pagination a {padding:10px;}
  618. /************************************************************************/
  619.  
  620. .tumblr_audio_player {border:1px solid {color:border};height:40px;margin-bottom:5px;width:396px;}
  621.  
  622. .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;}
  623.  
  624. .audioart {padding-right:2px;width:100px;height:100px;}
  625. .audioart img {width:100px;}
  626.  
  627. /************************************************************************/
  628.  
  629.  
  630. .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;}
  631. .source {font-weight:normal;padding-left:8px;display:inline-block;font-family:"pixel";}
  632.  
  633. /************************************************************************/
  634. #question {margin:20px 0px;padding:20px 20px;line-height:20px;border-bottom:0px solid #4f3132;border-top:1px dashed #383838;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:#383838;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;}
  635. #sender {font-size:30px; font-style:none;margin-top:-10px;margin-left:30px;font-family:"bn";text-transform:;color:#4f4f4f;text-shadow:0px 0px 0px #6b5d5d;width:380px;text-align:left; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #f3f3f3;}
  636.  
  637.  
  638. /************************************************************************/
  639.  
  640. .notes {margin-left:-15px;margin-top:30px;width:380px;}
  641. .notes a:hover {background-color:transparent;color:{color:links};}
  642. ol.notes {list-style-type:none;}
  643. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  644. ol.notes li.note img.avatar {vertical-align:-6px;}
  645. ol.notes li.note img {padding:2px 5px 2px 2px;}
  646. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  647.  
  648. /************************************************************************/
  649.  
  650. .hidden {display:none;}
  651. .unhidden {display:block;}
  652.  
  653. /************************************************************************/
  654.  
  655. #nav {
  656. width:300px;
  657. background:transparent;
  658. padding:10px; }
  659.  
  660. #nav a{
  661. text-decoration:none;
  662. font: 15px times;
  663. color:{color:popup txt color};
  664. letter-spacing:2px;
  665. display:inline-block;
  666. text-align:center;
  667. background:{color:popup bg};
  668. border-top:2px solid {color:popup border};
  669. border-bottom:2px solid {color:popup border};
  670. border-left:2px solid {color:popup border};
  671. border-right:2px solid {color:popup border};
  672. padding: 2px;
  673. width:280px;
  674. margin:5px;
  675. -webkit-transition:all 0.4s ease-in-out;
  676. -moz-transition:all 0.4s ease-in-out;
  677. -o-transition:all 0.4s ease-in-out;
  678. transition:all 0.4s ease-in-out;}
  679.  
  680. #nav a:hover{
  681. color:{color:popup txt color}
  682. letter-spacing:5px;
  683. display:inline-block;
  684. text-align:center;
  685. background:{color:popup bg};
  686. padding: 2px;
  687. width:280px;
  688. margin:5px;
  689. -webkit-transition:all 0.5s ease-in-out;
  690. -moz-transition:all 0.5s ease-in-out;
  691. -o-transition:all 0.5s ease-in-out;
  692. transition:all 0.5s ease-in-out;
  693. text-shadow:0px 0px 2px {color:popup txt color};
  694. }
  695. #boxbyireverent {
  696. position:fixed;
  697. z-index:999;
  698. padding:13px;
  699. background:transparent;
  700. position:fixed;
  701. font-family:corbel;
  702. font-size:11px;
  703. overflow:auto;
  704. text-align:left;
  705. line-height:12px;
  706. position:fixed;
  707. left:150px;
  708. top:400px;
  709. border-radius:5px;
  710. color:#666;
  711. width:220px;
  712. height:90px;
  713. text-transform:none;
  714. border:0px double #eee;
  715. overflow:hidden;
  716. transition: all 0.6s ease-out;
  717. -o-transition-transition: all 0.6s ease-out;
  718. -webkit-transition: all 0.6s ease-out;
  719. -moz-transition: all 0.6s ease-out;
  720. }
  721. </style>
  722. </head>
  723.  
  724. <body>
  725.  
  726. <div id="boxbyireverent">
  727. <div style="overflow:auto; width: 210px;padding-right:4px; height: 80px; border: 0px solid #000000; background-color: transparent;font-family:times;font-size:8px;letter-spacing:1px;text-transform:uppercase; text-align: center;">
  728.  
  729. PIDGE GUNDERSON OF V:LD.<br>HARU — 15, she/her.<p><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="150" height="20">
  730. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  731. <param name="bgcolor" value="#c0c0c0" />
  732. <param name="FlashVars" value="mp3=https%3A//dl.dropboxusercontent.com/s/7jgw7kgk5wrh9tl/its%2520a%2520mystery.mp3%3Fdl%3D0&amp;width=150&amp;loop=1&amp;autoplay=1&amp;volume=25&amp;buttonwidth=20&amp;bgcolor=c0c0c0&amp;bgcolor1=c0c0c0&amp;bgcolor2=c0c0c0&amp;slidercolor1=666666&amp;slidercolor2=666666&amp;sliderovercolor=ffffff&amp;buttoncolor=666666&amp;buttonovercolor=ffffff" />
  733. </object>
  734.  
  735. </div>
  736.  
  737.  
  738.  
  739.  
  740. <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>
  741. <div id="nav">
  742. <a href="http://revedity.tumblr.com/ask">MESSAGE.</a>
  743. <a href="http://revedity.tumblr.com/submit">SUBMIT.</a>
  744. <a href="http://revedity.tumblr.com/archive">ARCHIVE.</a>
  745. <a href="http://revedity.tumblr.com/r">READ.</a>
  746. <a href="http://revedity.tumblr.com/a">ABOUT.</a>
  747. </div>
  748. </div>
  749. </div>
  750. </div>
  751.  
  752.  
  753.  
  754. <div id="links">
  755. <a href="{text:link 01 url}" title="{text:link 01}">✷</a></div>
  756. <div id="blinks"><a href="{text:link 02 url}" title="{text:link 02}">✧</a></div>
  757. <div id="clinks"><a href="{text:link 03 url}" title="{text:link 03}">✱</a></div>
  758. <div id="dlinks"><a href="{text:link 04 url}" title="{text:link 04}">✭</a>
  759. </div>
  760. <div id="elinks"><a href="{text:link 05 url}" title="{text:link 05}">●</a></div>
  761. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  762.  
  763.  
  764. {block:Posts}
  765. <div id="post">
  766.  
  767. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  768.  
  769. {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
  770. {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}
  771.  
  772. {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}
  773.  
  774. {block:Quote}<div class="quote">❝ {Quote} </div>{block:Source}<div class="source">» {Source}</div>{/block:Source}{/block:Quote}
  775.  
  776. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  777.  
  778. {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}
  779.  
  780. {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}
  781.  
  782. {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}
  783.  
  784. {block:Answer}<p><div id="sender">{Asker}</div><p><div id="question">❝ {Question} </div>{Answer}{/block:Answer}
  785.  
  786.  
  787. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  788. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  789.  
  790. <!-- {block:NoRebloggedFrom}
  791. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  792. {/block:NoRebloggedFrom} -->
  793.  
  794. {block:IndexPage}
  795. <div id="permalink"><div style="margin-top:-14px;">
  796. {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>
  797. </div></div>{block:HasTags}
  798. <div class="tags">
  799. {block:Tags} <a title="{Tag}" href="{TagURL}"> {Tag}</a> {/block:Tags}</div>
  800. {/block:HasTags}
  801.  
  802. {/block:IndexPage}
  803.  
  804. {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}
  805.  
  806. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}"> {Tag} </a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  807.  
  808. {block:PostNotes}
  809. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  810. <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>
  811. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  812. {/block:PostNotes}
  813.  
  814. </div>
  815.  
  816. {/block:Posts}
  817.  
  818. <p>
  819. {block:Pagination}<div class="pagination">
  820.  
  821. {block:PreviousPage}
  822. <a href="{PreviousPage}" title="previous page">‹</a>
  823. {/block:PreviousPage}
  824.  
  825. {block:JumpPagination length="5"}
  826. {block:CurrentPage}<span>{PageNumber}</span>{/block:CurrentPage}
  827. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  828. {/block:JumpPagination}
  829.  
  830. {block:NextPage}
  831. <a href="{NextPage}" title="next page">›</a>
  832. {/block:NextPage}
  833.  
  834. </div>{/block:Pagination}
  835.  
  836.  
  837.  
  838. <!----------------------------------------------------------------------->
  839.  
  840. </body>
  841. </html>
Advertisement
Add Comment
Please, Sign In to add comment