/[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 585 by schoenebeck, Wed May 25 04:39:32 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 58  table th { Line 61  table th {
61          padding-bottom: 3px;          padding-bottom: 3px;
62          }          }
63    
64    table.default {
65            font-size: 12pt;
66            font-family: sans-serif;
67            text-align: justify;
68            font-style: normal;
69            font-weight: normal;
70            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 {
81            padding: 0.6em;
82            }
83    
84  .formatmatrix {  .formatmatrix {
85          font-size: 12pt;          font-size: 12pt;
86          font-family: sans-serif;          font-family: sans-serif;
# Line 207  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.585  
changed lines
  Added in v.1246

  ViewVC Help
Powered by ViewVC