/[svn]/web/trunk/www.linuxsampler.org/index.css
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/index.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1245 by schoenebeck, Mon Sep 26 21:58:35 2005 UTC revision 1246 by schoenebeck, Thu Jun 21 17:30:38 2007 UTC
# Line 70  table.default { Line 70  table.default {
70          padding: 1em 2.2em;          padding: 1em 2.2em;
71          }          }
72    
73    td.bordered {
74            text-align: center;
75            padding: 0.6em;
76            border: 2px outset White;
77            background-color: #F0F0F0;
78            }
79    
80  td.default {  td.default {
81          padding: 0.6em;          padding: 0.6em;
82          }          }
# Line 223  li.partly      { Line 230  li.partly      {
230          font-family: sans-serif;          font-family: sans-serif;
231          text-align: justify;          text-align: justify;
232          }          }
233    
234    
235    /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
236    a.info {
237            /* This is the key. */
238            position: relative;
239            z-index: 24;
240            text-decoration: none;
241    }
242    a.info:hover {
243            z-index: 25;
244            color: #FFF; background-color: #900;
245    }
246    a.info span { display: none; }
247    a.info:hover span.info {
248            /* The span will display just on :hover state. */
249            display: block;
250            position: absolute;
251            font-size: smaller;
252            top: 2em; left: -5em; width: 15em;
253            padding: 2px; border: 1px solid #333;
254            color: #900; background-color: #DDF;
255            text-align: left;
256    }

Legend:
Removed from v.1245  
changed lines
  Added in v.1246

  ViewVC Help
Powered by ViewVC