Advertisement
ladytimpani

Final Fantasy VII Theme 2.0

Oct 23rd, 2017 (edited)
772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 18.13 KB | None | 0 0
  1. <!--
  2.  
  3.         2023 update: I no longer regularly use tumblr and haven't kept up with any changes with theme documentation,
  4.         but feel free to message me @j-304 if you encounter any issues; I'll do my best to help.
  5.  
  6.  
  7.   _______
  8. ===| |─────── /    FINAL FANTASY VII THEME 2.0
  9.    ̄ ̄ ̄ ̄ ̄           [clloudstrife.tumblr.com]
  10.                        [j-304.tumblr.com]
  11.  
  12. An earlier version of this theme was made in 2015.
  13. Last updated: May 11th 2020
  14.     - 12/15/17 Added high res link to photo posts
  15.     - 10/25/17 Fixed issue with sidebar links + added ask enable / submit enable
  16.     - 2020: HTTPS issues fixed; credit links updated to current URL.
  17.  
  18. --->
  19.  
  20.  
  21. <!DOCTYPE html>
  22. <html>
  23. <head>
  24. <title>{Title}</title>
  25. <link rel="shortcut icon" href="{Favicon}">
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27. {block:Description}
  28.     <meta name="description" content="{MetaDescription}" />
  29. {/block:Description}  
  30.  
  31. <link href="https://fonts.googleapis.com/css?family=Maven+Pro" rel="stylesheet">
  32.  
  33. <meta name="image:Background" content="#ffffff" />
  34.  
  35. <meta name="text:Name" content="Cloud" />
  36. <meta name="text:Level" content="99" />
  37. <meta name="text:HP" content="900" />
  38. <meta name="text:Max HP" content="9999" />
  39. <meta name="text:MP" content="50" />
  40. <meta name="text:Max MP" content="999" />
  41. <meta name="text:Next Level" content="50" />
  42. <meta name="text:Limit Level" content="50" />
  43. <meta name="text:Location" content="7th Heaven" />
  44.  
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49. body {
  50.     background: #000000 url({image:Background}) top fixed repeat;
  51.     color: #ffffff;
  52.     font: 12px 'Maven Pro', verdana;
  53.     line-height: 17px;
  54.     margin: 0;
  55.     text-shadow: 2px 2px #000021;
  56.     word-wrap: break-word;
  57. }
  58.  
  59. .iframe-controls--desktop {
  60.    -webkit-transform:scale(0.8,0.8);
  61.    -webkit-transform-origin: 100% 0%;
  62.    -ms-transform-origin: 100% 0%;
  63.    -ms-transform: scale(0.8,0.8);
  64.    transform: scale(0.8,0.8);
  65.    transform-origin:100% 0%;
  66. }
  67.  
  68. ::-webkit-scrollbar {
  69.     width: 14px;
  70.     height: 0;
  71.     background: transparent;
  72. }
  73.  
  74. ::-webkit-scrollbar-thumb {
  75.     background: #0000ad;
  76.     background: -moz-linear-gradient(top, #0000ad 0%, #0e0d37 100%);
  77.     background: -webkit-linear-gradient(top, #0000ad 0%,#0e0d37 100%);
  78.     background: linear-gradient(to bottom, #0000ad 0%,#0e0d37 100%);
  79.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#0e0d37',GradientType=0 );
  80.     border: 2px ridge #dfdde8;
  81.     border-radius: 6px;
  82. }
  83.  
  84. ::-moz-selection {
  85.     color: #ff0000
  86. }
  87.  
  88. ::selection {
  89.     color: #ff0000
  90. }
  91.  
  92. img {
  93.     max-width: 100%;
  94.     border: 0;
  95. }
  96.  
  97. a {
  98.     color: #00ffff;
  99.     text-decoration: none;
  100. }
  101.  
  102. pre {
  103.     font: 11px calibri;
  104. }
  105.  
  106. b, strong, i, em{
  107.    color: #ffff00;
  108. }
  109.  
  110. h1 {
  111.     font-weight: normal;
  112.     margin: 5px 0 15px 0;
  113. }
  114.  
  115. blockquote {
  116.     margin: 1px 10px 10px 10px;
  117.     padding-left: 7px;
  118.     border-left: 1px solid {color:Borders};
  119. }
  120.  
  121. #s-m-t-tooltip {
  122.     background: #730d96;
  123.     background: -moz-linear-gradient(top, #730d96 0%, #6e1137 100%);
  124.     background: -webkit-linear-gradient(top, #730d96 0%,#6e1137 100%);
  125.     background: linear-gradient(to bottom, #730d96 0%,#6e1137 100%);
  126. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#730d96', endColorstr='#6e1137',GradientType=0 );
  127.     border: 4px ridge #c9c9c9;
  128.     border-radius: 7px;
  129.     margin: -24px 14px 7px 12px;
  130.     padding: 3px;
  131. }
  132.  
  133. #content {
  134.     margin: 50px auto;
  135.     width: 500px;
  136. }
  137.  
  138. .sidebar {
  139.     height: 100%;
  140.     margin: -50px 0 0 -340px;
  141.     position: fixed;
  142.     width: 300px;
  143.     z-index: 500;
  144. }
  145.  
  146. .status, .bio, .navigation, .timer, .location {
  147.     background: #0000ad;
  148.     background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
  149.     background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
  150.     background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
  151.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
  152.     border: 4px ridge #c9c9c9;
  153.     border-radius: 7px;
  154.     padding: 10px;
  155. }
  156.  
  157. .status {
  158.     margin-top: 70px;
  159.     padding-top: 14px;
  160.     height: 80px;
  161. }
  162.  
  163. .stats {
  164.     font: 11px consolas;
  165. }
  166.  
  167. .avipoint a:hover {
  168.     position: relative;
  169. }
  170.  
  171. .avipoint a:hover:after {
  172.     content: url(https://static.tumblr.com/gz5o3ld/HFHoy5g0u/linkpointer.png);
  173.     display: block;
  174.     left: -25px;
  175.     position: absolute;
  176.     top: -30px;
  177. }
  178.  
  179. .stats b, .stats strong {
  180.     font-family: lucida console;
  181.     text-transform: uppercase;
  182.     color: #00f0f6;
  183. }
  184.  
  185. .statbar {
  186.     background: #370108;
  187.     width: 50px;
  188.     height: 2px;
  189.     overflow: hidden; }
  190.  
  191. .hpbar, .mpbar {
  192.     display: block;
  193.     border-bottom: 1px solid #370108;
  194.     height: 1px;
  195. }
  196.  
  197. .hpbar {
  198.     background-color: #bedae5;
  199.     width: {text:HP}%;
  200. }
  201.    
  202. .mpbar {
  203.     background-color: #bedae5;
  204.     width: {text:MP}%;
  205. }
  206.    
  207. .level {
  208.     width: 80px;
  209.     height: 4px;
  210.     margin-left: 10px;
  211.     overflow: hidden;
  212.     background: #5b5b5b;
  213.     background: -moz-linear-gradient(top, #5b5b5b 0%, #c7c7d1 100%);
  214.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#c7c7d1));
  215.     background: -webkit-linear-gradient(top, #5b5b5b 0%,#c7c7d1 100%);
  216.     background: -o-linear-gradient(top, #5b5b5b 0%,#c7c7d1 100%);
  217.     background: -ms-linear-gradient(top, #5b5b5b 0%,#c7c7d1 100%); background: linear-gradient(to bottom, #5b5b5b 0%,#c7c7d1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#c7c7d1',GradientType=0 );
  218.     border: 2px ridge #dfdde8;
  219. }
  220.    
  221. .nextlev, .limitlev {
  222.     display: block; }
  223.    
  224. .nextlev {
  225.     background-color: #f4cbc9;
  226.     width: {text:Next Level}%;
  227.     height: 4px;}
  228.    
  229. .limitlev {
  230.     background-color: #cbe8a5;
  231.     width: {text:Limit Level}%;
  232.     height: 4px; }
  233.  
  234. .bio {
  235.     margin-top: 1px;
  236.     text-align: justify;
  237. }
  238.  
  239. .biodisk {
  240.     max-width: 200px;
  241. }
  242.  
  243. .navicont {
  244.     margin-left: 280px;
  245.     margin-top: 40px;
  246.     position: fixed;
  247.     width: 100px;
  248. }
  249.  
  250. .navigation {
  251.     width: 100px;
  252. }
  253.  
  254. .link {
  255.     line-height: 15px;
  256. }
  257.  
  258. .link a {
  259.     color: #ffffff;
  260.     display: block;
  261.     margin-left: 3px;
  262. }
  263.  
  264. .link a:hover {
  265.     position: relative;
  266. }
  267.  
  268. .link a:hover:after {
  269.     content: url(https://static.tumblr.com/gz5o3ld/HFHoy5g0u/linkpointer.png);
  270.     display: block;
  271.     left: -38px;
  272.     position: absolute;
  273.     top: 6px;
  274. }
  275.  
  276. .save {
  277.     margin-top: 20px;
  278. }
  279.  
  280. .timer {
  281.     margin-top: 20px;
  282.     width: 100px;
  283. }
  284.  
  285. .tinfo {
  286.     float: right;
  287.     font-weight: bold;
  288. }
  289.  
  290. .location {
  291.     color: #ffffff;
  292.     margin-left: -47px;
  293.     margin-top: 0px;
  294.     padding: 3px;
  295.     width: 160px
  296. }
  297.  
  298. .posts {    
  299.     background: #0000ad;
  300.     background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
  301.     background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
  302.     background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
  303.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
  304.     border: 4px ridge #c9c9c9;
  305.     border-radius: 7px;
  306.     margin: 0 auto 130px 110px;
  307.     padding: 20px;
  308.     position: relative;
  309.     width: 500px;
  310. }
  311.  
  312. .permalink {    
  313.     background: #0000ad;
  314.     background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
  315.     background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
  316.     background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
  317.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
  318.     border: 4px ridge #c9c9c9;
  319.     border-radius: 7px;
  320.     color: #ffffff;
  321.     display: block;
  322.     margin-bottom: 3px;
  323.     margin-left: 110px;
  324.     position: relative;
  325.     padding: 5px 10px 5px 10px;
  326.     width: 520px;
  327. }
  328.  
  329. .permalink a {
  330.     color: #ffffff;
  331. }
  332.  
  333. .viasir {
  334.     float: right;
  335. }
  336.  
  337. .tags {
  338.     background: #0000ad;
  339.     background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
  340.     background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
  341.     background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
  342.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
  343.     border: 4px ridge #c9c9c9;
  344.     border-radius: 7px;
  345.     display: block;
  346.     margin-left: 110px;
  347.     margin-top: -126px;
  348.     position: absolute;
  349.     padding: 5px 10px 5px 10px;
  350.     width: 520px;
  351. }
  352.  
  353. .tags a {
  354.     display: inline-block;
  355.     margin-right: 2px;
  356. }
  357.  
  358. .message {
  359.     background: #0000ad;
  360.     background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
  361.     background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
  362.     background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
  363.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
  364.     border: 4px ridge #c9c9c9;
  365.     border-radius: 7px;
  366.     padding: 10px;
  367. }
  368.  
  369. .speaker, .speaker a {
  370.     color: #ffffff;
  371.     display: block;
  372.     font-size: 12px;
  373.     margin-bottom: 2px;
  374. }
  375.  
  376. .speaker::first-letter, .speaker a::first-letter {
  377.     text-transform: uppercase;
  378. }
  379.  
  380. .pagination {
  381.     margin-left: 110px;
  382.     padding: 20px;
  383.     text-align: center;
  384.     width: 500px;
  385. }
  386.  
  387. .jump_page {    
  388.     background: #0000ad;
  389.     background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
  390.     background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
  391.     background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
  392.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
  393.     border: 4px ridge #c9c9c9;
  394.     border-radius: 7px;
  395.     margin-right: 10px;
  396.     padding: 10px 15px;
  397. }
  398.  
  399. .current_page, .jump_page:hover {
  400.     background: #0000ad;
  401.     background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
  402.     background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
  403.     background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
  404.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
  405.     border: 4px ridge #c9c9c9;
  406.     border-radius: 7px;
  407.     margin-right: 10px;
  408.     padding: 10px 15px;
  409. }
  410.  
  411. #scrollToTop {
  412.     display: none;
  413.     position: fixed;
  414.     bottom: 5px;
  415.     right: 5px;
  416. }
  417.  
  418. .donottouch a {
  419.     background: rgba(68,68,68,.4);
  420.     border-radius: 2px;
  421.     color: #fefefe;
  422.     display: block;
  423.     font: 700 11px helvetica;
  424.     padding: 6px 12px;
  425.     position: fixed;
  426.     right: 9px;
  427.     text-shadow: none;
  428.     top: 42px;
  429. }
  430.  
  431. .postmates {    
  432.     margin-top: 20px;
  433.     max-height: 190px;
  434.     overflow: auto;
  435. }
  436.  
  437. .postmates img.avatar {
  438.     display: none;
  439. }
  440.  
  441. .postmates li {
  442.     background: #0000ad;
  443.     background: -moz-linear-gradient(top, #0000ad 0%, #0e0d37 100%);
  444.     background: -webkit-linear-gradient(top, #0000ad 0%,#0e0d37 100%);
  445.     background: linear-gradient(to bottom, #0000ad 0%,#0e0d37 100%);
  446. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#0e0d37',GradientType=0 );
  447.     border: 4px ridge #c9c9c9;
  448.     border-radius: 7px;
  449.     list-style-type: none;
  450.     margin: 0 0 5px -25px;
  451.     padding: 8px;
  452. }
  453.  
  454. </style>
  455. </head>
  456.  
  457.  
  458. <body>
  459.  
  460. <div id="content">
  461.  
  462. <!--Please do not move/remove this link! I'd appreciate it!-->
  463. <div class="donottouch">
  464.     <a href="https://url-not-found.tumblr.com/">Theme</a>
  465. </div>
  466. <!-- -->
  467.  
  468.  
  469.  
  470. <div class="sidebar">
  471.  
  472.            <div class="navicont">
  473.                     <div class="navigation">
  474.                         <div class="link">
  475.                             <a href="/">Home</a>
  476.                             {block:AskEnabled}
  477.                             <a href="/ask">Ask</a>
  478.                             {/block:AskEnabled}
  479.                             {block:SubmissionsEnabled}
  480.                             <a href="/submit">Submit</a>
  481.                             {/block:SubmissionsEnabled}
  482.                             {block:HasPages}
  483.                             {block:Pages}
  484.                             <a href="{URL}">{Label}</a>
  485.                             {/block:Pages}
  486.                             {/block:HasPages}
  487.                             <a href="/archive">Archive</a>
  488.                             <div class="save">
  489.                             <a href="/">Save</a>
  490.                             <a href="https://www.tumblr.com/dashboard">Quit</a>                          </div>
  491.                     </div>
  492.            </div>
  493.            
  494.             <div class="timer">
  495.                 Time <span class="tinfo">10:05:44</span><br>
  496.                 Gil <span class="tinfo">999999</span>
  497.             </div>
  498.             <div class="location">
  499.                 {text:Location}
  500.             </div>
  501.    
  502. </div>
  503.  
  504.  
  505.     <div class="status">
  506.         <table>
  507.         <tr>
  508.             <td>
  509.                 <div class="avipoint">
  510.                 <a href="/"><img src="{PortraitURL-64}"></a>
  511.                 </div>
  512.             </td>
  513.             <td style="padding-left: 10px;">
  514.                 <div class="stats"> {text:Name}<br>
  515.                     <strong>LV</strong> {text:Level}<br>
  516.                         <strong>HP</strong> {text:HP}/{text:Max HP}
  517.                             <div class="statbar">
  518.                                 <span class="hpbar"></span>
  519.                             </div>
  520.                             <strong>MP</strong> {text:MP}/{text:Max MP}
  521.                                 <div class="statbar">
  522.                                 <span class="mpbar"></span>
  523.                                 </div>
  524.                 </div>
  525.                 </td>
  526.     <td style="padding-left: 12px;">
  527.         next level<br>
  528.         <div class="level"><span class="nextlev"></span></div>
  529.         Limit level 1<br>
  530.         <div class="level"><span class="limitlev"></span></div>
  531.     </td>
  532.     </tr>
  533.     </table>
  534.    
  535.                  
  536.     </div>
  537.    
  538.       <div class="bio">
  539.         <div class="biodisk">{Description}</div>
  540.       </div>
  541.    
  542.    
  543.  
  544. </div>
  545.  
  546. {block:Posts}
  547.  
  548. {block:Date}
  549. <div class="permalink">
  550.     <a href="{Permalink}" title="View post">{TimeAgo}</a>
  551.    
  552.         {block:NoteCount} |
  553.         <a href="{Permalink}" title="Notes">{NoteCount}</a>
  554.         {/block:NoteCount}
  555.        
  556.        
  557.         {block:RebloggedFrom} |
  558.             <a href="{ReblogParentURL}" title="Via">V</a>
  559.             {block:ContentSource} |
  560.             <a href="{SourceURL}" title="Source">S</a>
  561.             {/block:ContentSource}
  562.         {/block:RebloggedFrom}
  563.  
  564.        
  565.         <span class="viasir">
  566.         <img src="https://static.tumblr.com/gz5o3ld/aotoy5nk9/materia_summon.png">
  567.         <img src="https://static.tumblr.com/gz5o3ld/yRToy5nmd/materia_magic.png">
  568.         <img src="https://static.tumblr.com/gz5o3ld/MWZoy5nkt/materia_support.png">
  569.         <img src="https://static.tumblr.com/gz5o3ld/46Xoy5nkg/materia_command.png">
  570.         <img src="https://static.tumblr.com/gz5o3ld/ADVoy5nkl/materia_independent.png">
  571.         </span>
  572.        
  573. </div>
  574. {/block:Date}
  575.  
  576. <div class="posts">
  577.  
  578. {block:Text}
  579.     {block:Title}<h1>{Title}</h1>{/block:Title}
  580.     {Body}
  581. {/block:Text}
  582.  
  583. {block:Photo}
  584.     {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%">{LinkCloseTag}
  585.         {block:Caption}
  586.         {Caption}
  587.         {/block:Caption}
  588. {/block:Photo}
  589.  
  590. {block:Photoset}
  591.     {Photoset}
  592.         {block:Caption}
  593.         {Caption}
  594.         {/block:Caption}
  595. {/block:Photoset}
  596.  
  597. {block:Quote}
  598.     <h1>{Quote}</h1>
  599.     {block:Source}– {Source}{/block:Source}
  600. {/block:Quote}
  601.  
  602. {block:Link}
  603.     <a href="{URL}">{Name}</a>
  604.         {block:Description}
  605.         {Description}
  606.         {/block:Description}
  607. {/block:Link}
  608.  
  609. {block:Chat}
  610.     {block:Title}<h1>{Title}</h1>{/block:Title}
  611.     {block:Lines}
  612.     {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br>
  613.     {/block:Lines}
  614. {/block:Chat}
  615.  
  616. {block:Video}
  617.     {Video-500}
  618.         {block:Caption}
  619.         {Caption}
  620.         {/block:Caption}
  621. {/block:Video}
  622.  
  623. {block:Audio}
  624.     {AudioEmbed}
  625.         {block:Caption}
  626.         {Caption}
  627.         {/block:Caption}
  628. {/block:Audio}
  629.  
  630. {block:Answer}
  631.     <div class="message">
  632.         <div class="speaker">{Asker}</div>
  633.             &ldquo; {Question} &rdquo;
  634.     </div>
  635.         {Answer}
  636. {/block:Answer}
  637.  
  638.     {block:PostNotes}
  639.     <div class="postmates">
  640.         {PostNotes}
  641.     </div>
  642.     {/block:PostNotes}
  643.  
  644.  
  645. </div>
  646.  
  647.  
  648.     {block:HasTags}
  649.         <div class="tags">
  650.             {block:Tags}
  651.             <a href="{TagURL}">#{Tag}</a>
  652.             {/block:Tags}
  653.         </div>
  654.     {/block:HasTags}
  655.    
  656.  
  657.        
  658. {/block:Posts}
  659.  
  660. <div class="pagination">      
  661.     {block:Pagination}
  662.     {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">Previous</a>{/block:PreviousPage}
  663.     {block:JumpPagination length="5"}
  664.     {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  665.     {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  666.     {block:NextPage}<a href="{NextPage}" class="jump_page">Next</a>{/block:NextPage}
  667.     {/block:Pagination}
  668. </div>
  669.  
  670.  
  671. </div>
  672.  
  673. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  674. <script type="text/javascript" src="https://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  675. <a href="javascript:;" id="scrollToTop" rel="nofollow" title="Go to Top"><img src="https://static.tumblr.com/gz5o3ld/Iccoy5lmr/save.png" title="Scroll to top" alt="Go to Top"/></a>
  676.  
  677. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  678. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  679. <script>
  680.    (function($){
  681.        $(document).ready(function(){
  682.            $("[title]").style_my_tooltips({
  683.                tip_follows_cursor:true,
  684.                tip_delay_time:10,
  685.                tip_fade_speed:100
  686.            }
  687.                );
  688.        });
  689.    })(jQuery);
  690. </script>
  691.  
  692.  
  693. </body>
  694. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement