radiantvictor

ohh h y es : ^ )

Aug 20th, 2016
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.56 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="#b8b8b8" />
  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="1" />
  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:140px;
  323. margin-left:115px;
  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:65px;
  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. }
  342.  
  343. #links a:hover {
  344. display:inline-block;
  345. color:#ffffff;
  346. text-shadow:0px 0px 12px #ffffff;
  347. -webkit-text-stroke-width: 2px;
  348. -webkit-text-stroke-color: #ffffff;
  349. -moz-transition-duration:0.3s;
  350. -webkit-transition-duration:0.3s;
  351. -o-transition-duration:0.3s;
  352. -webkit-filter: grayscale( 0 ) blur(0px);
  353. }
  354.  
  355. #blinks {
  356. margin-top:150px;
  357. margin-left:170px;
  358. width:10px;
  359. text-transform:lowercase;
  360. position:fixed;
  361.  
  362. }
  363.  
  364. #blinks a {
  365. margin-right:20px;
  366. display:inline-block;
  367. margin-bottom:5px;
  368. font-size:40px;
  369. color:#ffffff;
  370. text-shadow:0px 0px 6px #828282;
  371. -webkit-text-stroke-width: 2px;
  372. -webkit-text-stroke-color: #ffffff;
  373. -webkit-transition-duration:0.4s;
  374. -moz-transition-duration:0.4s;
  375. -o-transition-duration:0.4s;
  376.  
  377. }
  378.  
  379. #blinks a:hover {
  380. display:inline-block;
  381. margin-bottom:5px;
  382. color:#ffffff;
  383. text-shadow:0px 0px 12px #ffffff;
  384. -webkit-text-stroke-width: 2px;
  385. -webkit-text-stroke-color: #ffffff;
  386. -moz-transition-duration:0.3s;
  387. -webkit-transition-duration:0.3s;
  388. -o-transition-duration:0.3s;
  389. -webkit-filter: grayscale( 0 ) blur(0px);
  390. }
  391.  
  392. #clinks {
  393. margin-top:160px;
  394. margin-left:210px;
  395. width:10px;
  396. text-transform:lowercase;
  397. position:fixed;
  398. }
  399.  
  400. #clinks a {
  401. margin-right:20px;
  402. display:inline-block;
  403. margin-bottom:5px;
  404. font-size:25px;
  405. color:#ffffff;
  406. text-shadow:0px 0px 6px #828282;
  407. -webkit-text-stroke-width: 2px;
  408. -webkit-text-stroke-color: #ffffff;
  409. -webkit-transition-duration:0.4s;
  410. -moz-transition-duration:0.4s;
  411. -o-transition-duration:0.4s;
  412.  
  413. }
  414.  
  415. #clinks a:hover {
  416. display:inline-block;
  417. margin-bottom:5px;
  418. color:#ffffff;
  419. text-shadow:0px 0px 12px #ffffff;
  420. -webkit-text-stroke-width: 2px;
  421. -webkit-text-stroke-color: #ffffff;
  422. -moz-transition-duration:0.3s;
  423. -webkit-transition-duration:0.3s;
  424. -o-transition-duration:0.3s;
  425. -webkit-filter: grayscale( 0 ) blur(0px);
  426. }
  427.  
  428. #dlinks {
  429. margin-top:140px;
  430. margin-left:230px;
  431. width:10px;
  432. text-transform:lowercase;
  433. position:fixed;
  434. }
  435.  
  436. #dlinks a {
  437. display:inline-block;
  438. margin-bottom:5px;
  439. font-size:40px;
  440. color:#ffffff;
  441. text-shadow:0px 0px 10px #828282;
  442. -webkit-text-stroke-width: 2px;
  443. -webkit-text-stroke-color: #ffffff;
  444. -webkit-transition-duration:0.4s;
  445. -moz-transition-duration:0.4s;
  446. -o-transition-duration:0.4s;
  447.  
  448. }
  449.  
  450. #dlinks a:hover {
  451. display:inline-block;
  452. color:#ffffff;
  453. text-shadow:0px 0px 12px #ffffff;
  454. -webkit-text-stroke-width: 2px;
  455. -webkit-text-stroke-color: #ffffff;
  456. -moz-transition-duration:0.3s;
  457. -webkit-transition-duration:0.3s;
  458. -o-transition-duration:0.3s;
  459. -webkit-filter: grayscale( 0 ) blur(0px);
  460. }
  461.  
  462.  
  463. #elinks {
  464. margin-top:150px;
  465. margin-left:265px;
  466. width:10px;
  467. text-transform:lowercase;
  468. position:fixed;
  469. }
  470.  
  471. #elinks a {
  472. margin-right:20px;
  473. display:inline-block;
  474. margin-bottom:5px;
  475. font-size:25px;
  476. color:#ffffff;
  477. text-shadow:0px 0px 10px #828282;
  478. -webkit-text-stroke-width: 2px;
  479. -webkit-text-stroke-color: #ffffff;
  480. -webkit-transition-duration:0.4s;
  481. -moz-transition-duration:0.4s;
  482. -o-transition-duration:0.4s;
  483.  
  484. }
  485.  
  486. #elinks a:hover {
  487. display:inline-block;
  488. margin-bottom:5px;
  489. color:#ffffff;
  490. text-shadow:0px 0px 12px #ffffff;
  491. -webkit-text-stroke-width: 2px;
  492. -webkit-text-stroke-color: #ffffff;
  493. -moz-transition-duration:0.3s;
  494. -webkit-transition-duration:0.3s;
  495. -o-transition-duration:0.3s;
  496. -webkit-filter: grayscale( 0 ) blur(0px);
  497.  
  498. }
  499.  
  500. #description {
  501. position:fixed;
  502. width:0px;
  503. font-family:trebuchet ms;
  504. margin-top:55px;
  505. margin-left:-9px;
  506. text-align:justify;
  507. font-size:9px;
  508. color: {color:text};
  509. letter-spacing:0px;
  510. line-height:130%;
  511. -moz-transition-duration:1s;
  512. -webkit-transition-duration:1s;
  513. -o-transition-duration:1s;
  514. }
  515. /************************************************************************/
  516.  
  517. #entries {
  518. padding:10px;
  519. left:398px;
  520. position:fixed;
  521. background-color:transparent;
  522. width:412px;
  523. top:380px;
  524. height:340px;
  525. padding: 20px;
  526. overflow-x:scroll;
  527. scroll:left;
  528. overflow-x:hidden;
  529. padding:4px;
  530. -webkit-mask-image: -webkit-gradient(linear, left 45%, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  531. }
  532.  
  533.  
  534. #post {width:400px;margin:40px 0px 80px 580px;text-align:left;line-height:14px;opacity:1;
  535. -webkit-transition: all 0.6s ease-in-out;
  536. -moz-transition: all 0.6s ease-in-out;
  537. -o-transition: all 0.6s ease-in-out;
  538. -ms-transition: all 0.6s ease-in-out;
  539. transition: all 0.6s ease-in-out;line-height:20px;
  540. -webkit-filter:grayscale(0%);
  541. -webkit-transition: all 0.6s ease-in-out;}
  542.  
  543. #post:hover {
  544. -webkit-transition: all 0.6s ease-in-out;
  545. -moz-transition: all 0.6s ease-in-out;
  546. -o-transition: all 0.6s ease-in-out;
  547. -ms-transition: all 0.6s ease-in-out;
  548. transition: all 0.6s ease-in-out;
  549.  
  550. }
  551.  
  552.  
  553.  
  554. #post img {max-width:400px;}
  555. #post blockquote div {margin-top:8px;}
  556. #post blockquote img {max-width:320px;}
  557.  
  558.  
  559.  
  560.  
  561. #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;
  562. -webkit-text-stroke-color: #cfcfcf;margin-left:10px;margin-top:10px;}
  563. #permalink a {color:#3b3b3b;font-family: -webkit-text-stroke-width: 0px;
  564. -webkit-text-stroke-color: #3b3b3b;}
  565. #permalink a:hover {color:#595959;-webkit-text-stroke-width: 1px;
  566. -webkit-text-stroke-color: #595959; text-shadow: 0px 0px 5px #3b3b3b;opacity:1;}
  567.  
  568.  
  569. .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;}
  570. .tags a {color:#666666;text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px 2px #ffffff;font-size:13px;}
  571. .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;}
  572.  
  573.  
  574. /************************************************************************/
  575.  
  576.  
  577. #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;}
  578.  
  579. #tagspp {line-height:15px;width:400px;text-align:center;color:{color:links};padding:5px 0px;}
  580. #tagspp a {color:#666666;text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px .5px #666666;font-size:13px;}
  581. #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;}
  582.  
  583. .pagination {
  584. width:{select:posts width}px;
  585. text-align:center;}
  586.  
  587. .pagination a {
  588. cursor:help;
  589. border-bottom:0px solid {color:a};
  590. padding-bottom:10px;
  591. margin:0px 5px;}
  592.  
  593. .pagination a:hover, .pagination span {
  594. text-decoration:none;
  595. border-bottom:0px solid {color:a hover};}
  596.  
  597. .pagination span, .pagination a {padding:10px;}
  598. /************************************************************************/
  599.  
  600. .tumblr_audio_player {border:1px solid {color:border};height:40px;margin-bottom:5px;width:396px;}
  601.  
  602. .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;}
  603.  
  604. .audioart {padding-right:2px;width:100px;height:100px;}
  605. .audioart img {width:100px;}
  606.  
  607. /************************************************************************/
  608.  
  609.  
  610. .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;}
  611. .source {font-weight:normal;padding-left:8px;display:inline-block;font-family:"pixel";}
  612.  
  613. /************************************************************************/
  614. #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;}
  615. #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;}
  616.  
  617.  
  618. /************************************************************************/
  619.  
  620. .notes {margin-left:-15px;margin-top:30px;width:380px;}
  621. .notes a:hover {background-color:transparent;color:{color:links};}
  622. ol.notes {list-style-type:none;}
  623. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  624. ol.notes li.note img.avatar {vertical-align:-6px;}
  625. ol.notes li.note img {padding:2px 5px 2px 2px;}
  626. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  627.  
  628. /************************************************************************/
  629.  
  630. .hidden {display:none;}
  631. .unhidden {display:block;}
  632.  
  633. /************************************************************************/
  634. #boxbyireverent {
  635. position:fixed;
  636. z-index:999;
  637. padding:13px;
  638. background:transparent;
  639. position:fixed;
  640. font-family:corbel;
  641. font-size:11px;
  642. overflow:auto;
  643. text-align:left;
  644. line-height:12px;
  645. position:fixed;
  646. left:120px;
  647. top:290px;
  648. border-radius:5px;
  649. color:#666;
  650. width:220px;
  651. height:90px;
  652. text-transform:none;
  653. border:0px double #eee;
  654. overflow:hidden;
  655. transition: all 0.6s ease-out;
  656. -o-transition-transition: all 0.6s ease-out;
  657. -webkit-transition: all 0.6s ease-out;
  658. -moz-transition: all 0.6s ease-out;
  659. }
  660. </style>
  661. </head>
  662.  
  663. <body>
  664.  
  665. <div id="boxbyireverent">
  666. <div style="overflow:auto; width: 210px;padding-right:4px; height: 50px; border: 0px solid #000000; background-color: transparent;font-family:times;font-size:8px;letter-spacing:1px;text-transform:uppercase; text-align: center;">
  667.  
  668. niles of fe:if / written by leaf.<br><a href="http://winchestheart.tumblr.com/">base code.</a>
  669. <p>
  670.  
  671. </div>
  672.  
  673.  
  674. </div>
  675. </div>
  676. </div>
  677. </div>
  678.  
  679.  
  680.  
  681. <div id="links">
  682. <a href="{text:link 01 url}" title="{text:link 01}">☾</a></div>
  683. <div id="blinks"><a href="{text:link 02 url}" title="{text:link 02}">✦</a></div>
  684. <div id="clinks"><a href="{text:link 03 url}" title="{text:link 03}">✦</a></div>
  685. <div id="dlinks"><a href="{text:link 04 url}" title="{text:link 04}">✦</a>
  686. </div>
  687. <div id="elinks"><a href="{text:link 05 url}" title="{text:link 05}">✦</a></div>
  688. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  689.  
  690.  
  691. {block:Posts}
  692. <div id="post">
  693.  
  694. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  695.  
  696. {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
  697. {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}
  698.  
  699. {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}
  700.  
  701. {block:Quote}<div class="quote">❝ {Quote} </div>{block:Source}<div class="source">» {Source}</div>{/block:Source}{/block:Quote}
  702.  
  703. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  704.  
  705. {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}
  706.  
  707. {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}
  708.  
  709. {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}
  710.  
  711. {block:Answer}<p><div id="sender">{Asker}</div><p><div id="question">❝ {Question} </div>{Answer}{/block:Answer}
  712.  
  713.  
  714. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  715. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  716.  
  717. <!-- {block:NoRebloggedFrom}
  718. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  719. {/block:NoRebloggedFrom} -->
  720.  
  721. {block:IndexPage}
  722. <div id="permalink"><div style="margin-top:-14px;">
  723. {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>
  724. </div></div>{block:HasTags}
  725. <div class="tags">
  726. {block:Tags} <a title="{Tag}" href="{TagURL}"> {Tag}</a> {/block:Tags}</div>
  727. {/block:HasTags}
  728.  
  729. {/block:IndexPage}
  730.  
  731. {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}
  732.  
  733. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}"> {Tag} </a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  734.  
  735. {block:PostNotes}
  736. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  737. <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>
  738. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  739. {/block:PostNotes}
  740.  
  741. </div>
  742.  
  743. {/block:Posts}
  744.  
  745. <p>
  746. {block:Pagination}<div class="pagination">
  747.  
  748. {block:PreviousPage}
  749. <a href="{PreviousPage}" title="previous page">‹</a>
  750. {/block:PreviousPage}
  751.  
  752. {block:JumpPagination length="5"}
  753. {block:CurrentPage}<span>{PageNumber}</span>{/block:CurrentPage}
  754. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  755. {/block:JumpPagination}
  756.  
  757. {block:NextPage}
  758. <a href="{NextPage}" title="next page">›</a>
  759. {/block:NextPage}
  760.  
  761. </div>{/block:Pagination}
  762.  
  763.  
  764.  
  765. <!----------------------------------------------------------------------->
  766.  
  767. </body>
  768. </html
Advertisement
Add Comment
Please, Sign In to add comment