On Sun, 17 Oct 2010 01:36:18 +0200 Dave Andreoli <d...@gurumeditation.it> said:
before i did it quickly for the beta release to just get it all up there. now i "fixed it". :) kind of a good bit of preparation for full release. while we're at it we have little frame things now too :) > Yeah! now the page looks good !! ... before was really crappy ;) > > 2010/10/16 Enlightenment SVN <no-re...@enlightenment.org>: > > Log: > > make download panels more visible. > > > > > > Author: raster > > Date: 2010-10-16 00:26:24 -0700 (Sat, 16 Oct 2010) > > New Revision: 53484 > > > > Added: > > trunk/web/www/i/dl.png trunk/web/www/i/pn-1.png trunk/web/www/i/pn-2.png > > trunk/web/www/i/pn-3.png trunk/web/www/i/pn-4.png trunk/web/www/i/pn-6.png > > trunk/web/www/i/pn-7.png trunk/web/www/i/pn-8.png trunk/web/www/i/pn-9.png > > Modified: trunk/web/www/p/download/en-body trunk/web/www/site/site.php > > trunk/web/www/style.css > > > > > > Property changes on: trunk/web/www/i/dl.png > > ___________________________________________________________________ > > Added: svn:mime-type > > + application/octet-stream > > > > > > Property changes on: trunk/web/www/i/pn-1.png > > ___________________________________________________________________ > > Added: svn:mime-type > > + application/octet-stream > > > > > > Property changes on: trunk/web/www/i/pn-2.png > > ___________________________________________________________________ > > Added: svn:mime-type > > + application/octet-stream > > > > > > Property changes on: trunk/web/www/i/pn-3.png > > ___________________________________________________________________ > > Added: svn:mime-type > > + application/octet-stream > > > > > > Property changes on: trunk/web/www/i/pn-4.png > > ___________________________________________________________________ > > Added: svn:mime-type > > + application/octet-stream > > > > > > Property changes on: trunk/web/www/i/pn-6.png > > ___________________________________________________________________ > > Added: svn:mime-type > > + application/octet-stream > > > > > > Property changes on: trunk/web/www/i/pn-7.png > > ___________________________________________________________________ > > Added: svn:mime-type > > + application/octet-stream > > > > > > Property changes on: trunk/web/www/i/pn-8.png > > ___________________________________________________________________ > > Added: svn:mime-type > > + application/octet-stream > > > > > > Property changes on: trunk/web/www/i/pn-9.png > > ___________________________________________________________________ > > Added: svn:mime-type > > + application/octet-stream > > > > Modified: trunk/web/www/p/download/en-body > > =================================================================== > > --- trunk/web/www/p/download/en-body 2010-10-16 06:45:54 UTC (rev 53483) > > +++ trunk/web/www/p/download/en-body 2010-10-16 07:26:24 UTC (rev 53484) > > @@ -54,45 +54,55 @@ > > </td> > > > > <td class='main'> > > - <hr><div class="main"><p><b><a href= > > + <?php frame1("width=100%");?> > > + <div class="main"><p><b><a href= > > "http://trac.enlightenment.org/e/wiki/Eina">Eina</a> </b><em> > > 1.0.0 BETA </em></p><p> > > Core data structure library. </p><p align=right><?php blinkdl > > ("i/logo-s.png", "DOWNLOAD EINA", > > "http://download.enlightenment.org/releases/eina-1.0.0.beta.tar.gz" > > );?></p></div> > > + <?php frame2();?> > > > > - <hr><div class="main"><p><b><a href= > > + <?php frame1("width=100%");?> > > + <div class="main"><p><b><a href= > > "http://trac.enlightenment.org/e/wiki/Eet">Eet</a> </b><em> > > 1.4.0 BETA </em></p><p> > > Data encode/decode and storage library. </p><p align=right><?php > > blinkdl("i/logo-s.png", "DOWNLOAD EET", > > "http://download.enlightenment.org/releases/eet-1.4.0.beta.tar.gz" > > );?></p></div> > > + <?php frame2();?> > > > > - <hr><div class="main"><p><b><a href= > > + <?php frame1("width=100%");?> > > + <div class="main"><p><b><a href= > > "http://trac.enlightenment.org/e/wiki/Evas">Evas</a> </b><em> > > 1.0.0 BETA </em></p><p> > > Canvas and scenegraph rendering library. </p><p align=right><?php > > blinkdl("i/logo-s.png", "DOWNLOAD EVAS", > > "http://download.enlightenment.org/releases/evas-1.0.0.beta.tar.gz" > > );?></p></div> > > + <?php frame2();?> > > > > - <hr><div class="main"><p><b><a href= > > + <?php frame1("width=100%");?> > > + <div class="main"><p><b><a href= > > "http://trac.enlightenment.org/e/wiki/Ecore">Ecore</a> </b><em> > > 1.0.0 BETA </em></p><p> > > Core mainloop, display abstraction and utility library. </p><p > > align=right><?php blinkdl("i/logo-s.png", "DOWNLOAD ECORE", > > "http://download.enlightenment.org/releases/ecore-1.0.0.beta.tar.gz" > > );?></p></div> > > + <?php frame2();?> > > > > - <hr><div class="main"><p><b><a href= > > + <?php frame1("width=100%");?> > > + <div class="main"><p><b><a href= > > "http://trac.enlightenment.org/e/wiki/Embryo">Embryo</a> </b><em> > > 1.0.0 BETA </em></p><p> > > Small <a href="http://www.compuphase.com/pawn">Pawn</a> based virtual > > machine and compiler. </p><p align=right><?php blinkdl("i/logo-s.png", > > "DOWNLOAD EMBRYO", > > "http://download.enlightenment.org/releases/embryo-1.0.0.beta.tar.gz" );? > > ></p></div> > > + <?php frame2();?> > > </td> > > > > <td class='main'> > > > > Modified: trunk/web/www/site/site.php > > =================================================================== > > --- trunk/web/www/site/site.php 2010-10-16 06:45:54 UTC (rev 53483) > > +++ trunk/web/www/site/site.php 2010-10-16 07:26:24 UTC (rev 53484) > > @@ -132,6 +132,23 @@ > > echo("</table>"); > > } > > > > + function frame1($w) { > > + echo("<table class='pn' cellpadding='0' $w>"); > > + echo("<tr><td class='pn1'><img src='i/_.gif' width='24' > > height='24'></td>"); > > + echo("<td class='pn2' width='100%'><img src='i/_.gif' width='24' > > height='24'></td>"); > > + echo("<td class='pn3'><img src='i/_.gif' width='24' > > height='24'></td></tr>"); > > + echo("<tr><td class='pn4'><img src='i/_.gif' width='24' > > height='24'></td>"); > > + echo("<td class='pn5' width='100%'>"); > > + } > > + function frame2() { > > + echo("</td>"); > > + echo("<td class='pn6'><img src='i/_.gif' width='24' > > height='24'></td></tr>"); > > + echo("<tr><td class='pn7'><img src='i/_.gif' width='24' > > height='24'></td>"); > > + echo("<td class='pn8' width='100%'><img src='i/_.gif' width='24' > > height='24'></td>"); > > + echo("<td class='pn9'><img src='i/_.gif' width='24' > > height='24'></td></tr>"); > > + echo("</table>"); > > + } > > + > > /* utility functions */ > > function read_var($f) { > > if (file_exists($f)) { > > > > Modified: trunk/web/www/style.css > > =================================================================== > > --- trunk/web/www/style.css 2010-10-16 06:45:54 UTC (rev 53483) > > +++ trunk/web/www/style.css 2010-10-16 07:26:24 UTC (rev 53484) > > @@ -243,6 +243,30 @@ > > text-decoration : none; > > } > > > > +td.pn1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader > > (enabled=true, sizingMethod=scale src='i/pn-1.png'); } +td.pn1[class] > > { background-image:url("i/pn-1.png"); } +td.pn2 > > { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, > > sizingMethod=scale src='i/pn-2.png'); } +td.pn2[class] > > { background-image:url("i/pn-2.png"); } +td.pn3 > > { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, > > sizingMethod=scale src='i/pn-3.png'); } +td.pn3[class] > > { background-image:url("i/pn-3.png"); } +td.pn4 > > { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, > > sizingMethod=scale src='i/pn-4.png'); } +td.pn4[class] > > { background-image:url("i/pn-4.png"); } +td.pn5 { > > + background : #ffffff; > > + font-size : 11px; > > + color : #000000; > > + text-align : center; > > + vertical-align : middle; > > +} > > +td.pn6 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader > > (enabled=true, sizingMethod=scale src='i/pn-6.png'); } +td.pn6[class] > > { background-image:url("i/pn-6.png"); } +td.pn7 > > { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, > > sizingMethod=scale src='i/pn-7.png'); } +td.pn7[class] > > { background-image:url("i/pn-7.png"); } +td.pn8 > > { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, > > sizingMethod=scale src='i/pn-8.png'); } +td.pn8[class] > > { background-image:url("i/pn-8.png"); } +td.pn9 > > { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, > > sizingMethod=scale src='i/pn-9.png'); } +td.pn9[class] > > { background-image:url("i/pn-9.png"); } + /** NEWS STYLE */ > > > > .post { > > > > > > ------------------------------------------------------------------------------ > > Download new Adobe(R) Flash(R) Builder(TM) 4 > > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > > Flex(R) Builder(TM)) enable the development of rich applications that run > > across multiple browsers and platforms. Download your free trials today! > > http://p.sf.net/sfu/adobe-dev2dev > > _______________________________________________ > > enlightenment-svn mailing list > > enlightenment-...@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > > > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel