/[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 1268 by schoenebeck, Tue Aug 7 19:56:17 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 174  span.default  { Line 184  span.default  {
184          }          }
185    
186  ul      {  ul      {
         /* list-style-type:circle; */  
187          border: none;          border: none;
188          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
189          list-style-image: url("gfx/okay.png");          list-style-image: url("gfx/okay.png");
# Line 220  li.partly      { Line 229  li.partly      {
229          font-family: sans-serif;          font-family: sans-serif;
230          text-align: justify;          text-align: justify;
231          }          }
232    
233    
234    /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
235    a.info {
236            /* This is the key. */
237            position: relative;
238            z-index: 24;
239            text-decoration: none;
240    }
241    a.info:hover {
242            z-index: 25;
243            color: #FFF; background-color: #900;
244    }
245    a.info span { display: none; }
246    a.info:hover span.info {
247            /* The span will display just on :hover state. */
248            display: block;
249            position: absolute;
250            font-size: smaller;
251            top: 2em; left: -5em; width: 15em;
252            padding: 2px; border: 1px solid #333;
253            color: #900; background-color: #DDF;
254            text-align: left;
255    }
256    
257    
258    
259    /* News section */
260    
261    div.news {
262        border: 1px dotted;
263        margin: 0.8em 2em;
264        padding: 0.4em 0.4em;
265        font-size: 11pt;
266        font-family: sans-serif;
267        text-align: justify;
268        font-style: normal;
269        font-weight: normal;
270    }
271    
272    ul.news {
273        background: transparent;
274        list-style-type: disc;
275        margin: 0em 0em 0em 0em;
276        padding: 0em 0em 0em 1.5em;
277    }
278    
279    li.news {
280        font-size: 11pt;
281        font-family: sans-serif;
282        text-align: justify;
283        font-style: normal;
284        font-weight: normal;
285    }
286    
287    span.news_date {
288        font-weight: bold;
289    }

Legend:
Removed from v.610  
changed lines
  Added in v.1268

  ViewVC Help
Powered by ViewVC