/[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 782 by schoenebeck, Mon Sep 26 21:58:35 2005 UTC revision 1275 by schoenebeck, Wed Aug 8 17:18:12 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 177  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 223  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    }
290    
291    span.news_footer {
292        margin: 0em 2em;
293    }
294    
295    
296    
297    /* CVS Commits section */
298    
299    table.cvs {
300        table-layout: automatic;
301        font-size: 11pt;
302        font-family: sans-serif;
303        text-align: justify;
304        font-style: normal;
305        font-weight: normal;
306        margin: 0em 2em;
307    }
308    
309    table.cvs_project {
310        table-layout: automatic;
311        border: 1px dotted;
312    }
313    
314    #cvs_content {
315        max-height: 300px;
316        overflow: hidden;
317        font-size: 11pt;
318        font-family: sans-serif;
319        text-align: justify;
320        font-style: normal;
321        font-weight: normal;
322    }
323    
324    span.cvs_footer {
325        font-size: 11pt;
326        font-family: sans-serif;
327        text-align: justify;
328        font-style: normal;
329        font-weight: normal;
330    }

Legend:
Removed from v.782  
changed lines
  Added in v.1275

  ViewVC Help
Powered by ViewVC