User: foral Date: 2010-05-31 05:08:45+0000 Added: ja/www/stylesheets/bgimages/base.gif ja/www/stylesheets/bgimages/calc.gif ja/www/stylesheets/bgimages/draw.gif ja/www/stylesheets/bgimages/impress.gif ja/www/stylesheets/bgimages/math.gif ja/www/stylesheets/bgimages/menu-forum.jpg ja/www/stylesheets/bgimages/menu-ml.jpg ja/www/stylesheets/bgimages/menu-project.jpg ja/www/stylesheets/bgimages/menu-showcase.jpg ja/www/stylesheets/bgimages/topimg-bottom.jpg ja/www/stylesheets/bgimages/topimg-top.jpg ja/www/stylesheets/bgimages/writer.gif
Modified: ja/www/stylesheets/style.css Log: add mouse over File Changes: Directory: /ja/www/stylesheets/ =============================== File [changed]: style.css Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/style.css?r1=1.8&r2=1.9 Delta lines: +99 -17 --------------------- --- style.css 2010-05-26 10:44:29+0000 1.8 +++ style.css 2010-05-31 05:08:43+0000 1.9 @@ -6,10 +6,9 @@ Description: Theme for OpenOffice.org JA Version: 1.0 Author: KAZUHIRO TERADA -Modify: Makoto Takizawa Tags: blue, white, OpenOffice.org, cool, web2.0 */ - +/********** add by Makoto Takizawa **********/ td#navcol{ display:none; } @@ -21,6 +20,7 @@ margin:0px; } + /********** Initial Setting Start **********/ * { font-family : "ã¡ã¤ãªãª", "Arial", "sans-serif"; @@ -100,7 +100,7 @@ } .topimg-left ul { - background : url(/images/topimg-bottom.jpg) no-repeat 50% 50%; + background : url(bgimages/topimg-bottom.jpg) no-repeat 50% 50%; width : 780px; height : 96px; } @@ -137,6 +137,9 @@ .topimg-right li { width : 72px; + color : #333; + font-size : 80%; + _font-size : 70%; text-align : center; list-style : none; float : left; @@ -145,8 +148,6 @@ .topimg-right li a { color : #333; - font-size : 80%; - _font-size : 70%; text-decoration : none; } @@ -158,6 +159,72 @@ width : 104px; } +.img-calc a { + background : url(bgimages/calc.gif) no-repeat 50% 0%; + height : 64px; + text-indent : -9999px; + display : block; +} + +.img-calc a:hover { + background : url(bgimages/calc.gif) no-repeat 50% 100%; +} + +.img-writer a { + background : url(bgimages/writer.gif) no-repeat 50% 0%; + height : 64px; + text-indent : -9999px; + display : block; +} + +.img-writer a:hover { + background : url(bgimages/writer.gif) no-repeat 50% 100%; +} + +.img-impress a { + background : url(bgimages/impress.gif) no-repeat 50% 0%; + height : 64px; + text-indent : -9999px; + display : block; +} + +.img-impress a:hover { + background : url(bgimages/impress.gif) no-repeat 50% 100%; +} + +.img-base a { + background : url(bgimages/base.gif) no-repeat 50% 0%; + height : 64px; + text-indent : -9999px; + display : block; +} + +.img-base a:hover { + background : url(bgimages/base.gif) no-repeat 50% 100%; +} + +.img-draw a { + background : url(bgimages/draw.gif) no-repeat 50% 0%; + height : 64px; + text-indent : -9999px; + display : block; +} + +.img-draw a:hover { + background : url(bgimages/draw.gif) no-repeat 50% 100%; +} + +.img-math a { + background : url(bgimages/math.gif) no-repeat 50% 0%; + height : 64px; + text-indent : -9999px; + display : block; +} + +.img-math a:hover { + background : url(bgimages/math.gif) no-repeat 50% 100%; +} + .content-left { width : 632px; float : left; @@ -182,19 +249,19 @@ } .content-left li.menu-showcase h3 { - background : url(/images/menu-showcase.jpg) no-repeat 0% 0%; + background : url(bgimages/menu-showcase.jpg) no-repeat 0% 0%; } .content-left li.menu-project h3 { - background : url(/images/menu-project.jpg) no-repeat 0% 0%; + background : url(bgimages/menu-project.jpg) no-repeat 0% 0%; } .content-left li.menu-forum h3 { - background : url(/images/menu-forum.jpg) no-repeat 0% 0%; + background : url(bgimages/menu-forum.jpg) no-repeat 0% 0%; } .content-left li.menu-ml h3 { - background : url(/images/menu-ml.jpg) no-repeat 0% 0%; + background : url(bgimages/menu-ml.jpg) no-repeat 0% 0%; } .content-left li h3 a { @@ -206,30 +273,45 @@ .content-left li p { height : 120px; font-size : 90%; - padding : 0 100px 0 6px; + padding : 0 100px 0 6px!important; margin : 0; } .content-left li.menu-showcase p { - background : url(/images/menu-showcase.jpg) no-repeat 100% 100%; + background : url(bgimages/menu-showcase.jpg) no-repeat 0% 100%; +} + +.content-left li.menu-showcase p:hover { + background : url(bgimages/menu-showcase.jpg) no-repeat 100% 100%; } .content-left li.menu-project p { - background : url(/images/menu-project.jpg) no-repeat 100% 100%; + background : url(bgimages/menu-project.jpg) no-repeat 0% 100%; +} + +.content-left li.menu-project p:hover { + background : url(bgimages/menu-project.jpg) no-repeat 100% 100%; } .content-left li.menu-forum p { - background : url(/images/menu-forum.jpg) no-repeat 100% 100%; + background : url(bgimages/menu-forum.jpg) no-repeat 0% 100%; +} + +.content-left li.menu-forum p:hover { + background : url(bgimages/menu-forum.jpg) no-repeat 100% 100%; } .content-left li.menu-ml p { - background : url(/images/menu-ml.jpg) no-repeat 100% 100%; + background : url(bgimages/menu-ml.jpg) no-repeat 0% 100%; +} + +.content-left li.menu-ml p:hover { + background : url(bgimages/menu-ml.jpg) no-repeat 100% 100%; } .content-right { float : left; - margin-top : 8px!important; + margin-top : 8px; } /********** Content End **********/ - Directory: /ja/www/stylesheets/bgimages/ ======================================== File [added]: base.gif Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/bgimages/base.gif?rev=1.1&content-type=text/vnd.viewcvs-markup File [added]: calc.gif Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/bgimages/calc.gif?rev=1.1&content-type=text/vnd.viewcvs-markup File [added]: draw.gif Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/bgimages/draw.gif?rev=1.1&content-type=text/vnd.viewcvs-markup File [added]: impress.gif Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/bgimages/impress.gif?rev=1.1&content-type=text/vnd.viewcvs-markup File [added]: math.gif Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/bgimages/math.gif?rev=1.1&content-type=text/vnd.viewcvs-markup File [added]: menu-forum.jpg Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/bgimages/menu-forum.jpg?rev=1.1&content-type=text/vnd.viewcvs-markup File [added]: menu-ml.jpg Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/bgimages/menu-ml.jpg?rev=1.1&content-type=text/vnd.viewcvs-markup File [added]: menu-project.jpg Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/bgimages/menu-project.jpg?rev=1.1&content-type=text/vnd.viewcvs-markup File [added]: menu-showcase.jpg Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/bgimages/menu-showcase.jpg?rev=1.1&content-type=text/vnd.viewcvs-markup File [added]: topimg-bottom.jpg Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/bgimages/topimg-bottom.jpg?rev=1.1&content-type=text/vnd.viewcvs-markup File [added]: topimg-top.jpg Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/bgimages/topimg-top.jpg?rev=1.1&content-type=text/vnd.viewcvs-markup File [added]: writer.gif Url: http://ja.openoffice.org/source/browse/ja/www/stylesheets/bgimages/writer.gif?rev=1.1&content-type=text/vnd.viewcvs-markup --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
