User: wyrfel  
Date: 2007-10-08 13:04:53+0000
Modified:
   marketing/www/tryouts/Why.OpenOffice.org/css/main.css
   marketing/www/tryouts/Why.OpenOffice.org/css/nav.css
   marketing/www/tryouts/Why.OpenOffice.org/css/figures/migration.css
   marketing/www/tryouts/Why.OpenOffice.org/en/index.html
   marketing/www/tryouts/Why.OpenOffice.org/en/easy/migration.htm
   marketing/www/tryouts/Why.OpenOffice.org/images/bd_product.jpg

Log:
 style fixes

File Changes:

Directory: /marketing/www/tryouts/Why.OpenOffice.org/css/
=========================================================

File [changed]: main.css
Url: 
http://marketing.openoffice.org/source/browse/marketing/www/tryouts/Why.OpenOffice.org/css/main.css?r1=1.14&r2=1.15
Delta lines:  +6 -16
--------------------
--- main.css    2007-08-27 16:24:47+0000        1.14
+++ main.css    2007-10-08 13:04:50+0000        1.15
@@ -52,25 +52,13 @@
 /* === general formatting === */

 /* ========================== */

 

-a {

+a, a:link, a:visited, #bodycol a, #bodycol a:link, #bodycol a:visited {

        color: #06348c;

        text-decoration: none !important;

        font-weight: bold;

 }

 

-a:link {

-       color: #06348c;

-       text-decoration: none !important;

-       font-weight: bold;

-}

-

-a:visited {

-       color: #06348c;

-       text-decoration: none !important;

-       font-weight: bold;

-}

-

-a:hover {

+a:hover, a:active, #bodycol a:hover, #bodycol a:active {

        color: #06348c !important;

        text-decoration:underline !important;

 }

@@ -84,8 +72,10 @@
        padding:0px;

        font-family:verdana, arial, bitstream vera sans;

        font-size:8pt;

-       overflow:hidden;

+       overflow: hidden;

        min-width: 660px;

+       height: 100%;
+       width: 100%;

 }

 

 ul.links li {


File [changed]: nav.css
Url: 
http://marketing.openoffice.org/source/browse/marketing/www/tryouts/Why.OpenOffice.org/css/nav.css?r1=1.13&r2=1.14
Delta lines:  +11 -4
--------------------
--- nav.css     2007-08-27 16:06:27+0000        1.13
+++ nav.css     2007-10-08 13:04:50+0000        1.14
@@ -212,16 +212,15 @@
 }

 

 ul#menu li.menu a, ul#menu li.menu a:link, ul#menu li.menu a:visited, ul#menu 
li.menu a:active {

-       box-sizing: border-box !important; /* needed for Opera 9 */

        float: left !important;

        display: block !important;

-       height: 43px !important;

+       height: 31px !important;

        /*width:3em;*/

        margin: 0px !important;

        padding-left: 20px !important;

        padding-right: 20px !important;

        padding-top: 12px !important;

-       padding-bottom: 15px !important;

+       padding-bottom: 0px !important;

        background-image: url(../images/bg_menubar.jpg) !important;

        background-repeat: repeat-x !important;

        text-align: center !important;

@@ -231,6 +230,10 @@
        color: #ddddff !important;

 }
 
+* html ul#menu li.menu a, * html ul#menu li.menu a:link, * html ul#menu 
li.menu a:visited, * html ul#menu li.menu a:active {
+       height: 43px !important;
+}
+
 ul#menu li.menu a:hover, ul#menu li.menu a:focus {
        text-decoration: underline !important;
 }

@@ -600,7 +603,7 @@
 ul#menu li.menu ul.submenu {

        display: none;

        position: absolute;

-       top: 42px;

+       top: 43px;

        left: 2px;

        float: none;

        padding: 0px;

@@ -666,6 +669,10 @@
        color: #ccccff !important;

 }

 

+* html ul#menu li.submenu a, * html ul#menu li.submenu a:link, * html ul#menu 
li.submenu a:visited, * html ul#menu li.submenu a:active {
+       height: auto !important;
+}

+

 ul#menu li.submenu a:hover, ul#menu li.submenu a:focus {

        display: block !important;

        line-height: 100% !important;


Directory: /marketing/www/tryouts/Why.OpenOffice.org/css/figures/
=================================================================

File [changed]: migration.css
Url: 
http://marketing.openoffice.org/source/browse/marketing/www/tryouts/Why.OpenOffice.org/css/figures/migration.css?r1=1.2&r2=1.3
Delta lines:  +20 -35
---------------------
--- migration.css       2007-06-18 14:29:16+0000        1.2
+++ migration.css       2007-10-08 13:04:50+0000        1.3
@@ -28,49 +28,34 @@
        white-space: nowrap;

 }

 

-img.seagull_gif {

-       display: none;

-       width: 100%;

-}

-

-img.seagull_png {

-       width: 100%;

-}

-

-* html img.seagull_gif {

-       display: block;

-       width: 100%;

-}

-

-* html img.seagull_png {

-       display: none;

-       width: 100%;

-}

-

 img.shadow {

        position: absolute;

        bottom: 0px;
        display: none;

 }

 

-div#seagull {

+/*img#switch {

        position: absolute;

-       left: 10%;

-       width: 70%;

+       left: 20%;
+       width: 50%;

        bottom: 10%;

-       height: 50%;

-       font-size: 105%;

-       z-index:6;

-}

+       z-index: 0;

+}*/
 

-div#seagull img {

+div#main div#bd_switch {

+       position: absolute;

+       top: 0%;

+       left: 0%;

+       margin-top: 80px;

+       height: 80%;

        width: 100%;

+       z-index: -1;

 }

 
-img#switch {

-       position: absolute;

-       left: 20%;
-       width: 50%;

-       bottom: 10%;

-       z-index: 0;

+div#main div#bd_switch img#switch {

+       position: relative;

+       left: 0%;

+       top: 4%;

+       height: 82%;

+       /*width: 70%;*/

 }

Directory: /marketing/www/tryouts/Why.OpenOffice.org/en/
========================================================

File [changed]: index.html
Url: 
http://marketing.openoffice.org/source/browse/marketing/www/tryouts/Why.OpenOffice.org/en/index.html?r1=1.7&r2=1.8
Delta lines:  +1 -1
-------------------
--- index.html  2007-08-09 09:43:34+0000        1.7
+++ index.html  2007-10-08 13:04:51+0000        1.8
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">

 <html>

 <head>

        <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">


Directory: /marketing/www/tryouts/Why.OpenOffice.org/en/easy/
=============================================================

File [changed]: migration.htm
Url: 
http://marketing.openoffice.org/source/browse/marketing/www/tryouts/Why.OpenOffice.org/en/easy/migration.htm?r1=1.5&r2=1.6
Delta lines:  +4 -2
-------------------
--- migration.htm       2007-06-18 14:29:16+0000        1.5
+++ migration.htm       2007-10-08 13:04:51+0000        1.6
@@ -81,7 +81,9 @@
                <div class="content">

                        <h1>Switching was never so easy.</h1>

                        <h2>OpenOffice.org works as you expect it to.</h2>

-                       <img id="switch" src="../../images/content/switch.png" 
/>

+                       <div id="bd_switch">

+                               <img id="switch" 
src="../../images/bd_switch.jpg" />
+                       </div>

                </div>

        </div>

        <div id="markets">


Directory: /marketing/www/tryouts/Why.OpenOffice.org/images/
============================================================

File [changed]: bd_product.jpg
Url: 
http://marketing.openoffice.org/source/browse/marketing/www/tryouts/Why.OpenOffice.org/images/bd_product.jpg?rev=1.3&content-type=text/vnd.viewcvs-markup



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to