/[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 610 by schoenebeck, Sat Jun 4 18:27:05 2005 UTC revision 1246 by schoenebeck, Thu Jun 21 17:30:38 2007 UTC
# Line 5  body    { Line 5  body    {
5  #mainwindow {  #mainwindow {
6          border: 1px solid black;          border: 1px solid black;
7          background: white;          background: white;
8          overflow: hidden;          overflow: auto;
9          width: 100%;          width: 100%;
10          padding: 0;          padding: 0;
11          }          }
# Line 45  img { Line 45  img {
45          }          }
46    
47  table th {  table th {
48          background: rgb(226,226,226);          font-size: 14pt;
49            font-family: sans-serif;
50            font-weight: bold;
51            background: rgb(240,240,240);
52          }          }
53    
54  .code {  .code {
# Line 67  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 220  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.610  
changed lines
  Added in v.1246

  ViewVC Help
Powered by ViewVC