svnno****@sourc*****
svnno****@sourc*****
2007年 10月 30日 (火) 12:01:40 JST
Revision: 674 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=674 Author: shinsuke Date: 2007-10-30 12:01:40 +0900 (Tue, 30 Oct 2007) Log Message: ----------- updated pompei layout decorator. Modified Paths: -------------- pompei/portal/trunk/src/custom/portal/files/src/webapp/decorations/layout/pompei/css/styles.css pompei/portal/trunk/src/custom/portal/files/src/webapp/decorations/layout/pompei/header.vm -------------- next part -------------- Modified: pompei/portal/trunk/src/custom/portal/files/src/webapp/decorations/layout/pompei/css/styles.css =================================================================== --- pompei/portal/trunk/src/custom/portal/files/src/webapp/decorations/layout/pompei/css/styles.css 2007-10-30 03:00:38 UTC (rev 673) +++ pompei/portal/trunk/src/custom/portal/files/src/webapp/decorations/layout/pompei/css/styles.css 2007-10-30 03:01:40 UTC (rev 674) @@ -21,7 +21,7 @@ background: #FFF; color: #000000; font-family: Arial, Helvetica, sans-serif; - font-size: 10px; + font-size: 9pt; } /** @@ -31,7 +31,6 @@ a:link, a:visited { color: #335599; - text-decoration: underline; } a:hover { @@ -45,21 +44,28 @@ } -#portal-page-actions A img +#portal-page-actions a img { + vertical-align: middle; display: inline; } #portal-page-actions { text-align:right; + text-decoration: none; } +#portal-page-actions a +{ + text-decoration: none; +} + .layout-pompei .layout-edit-bar { width: 100%; padding-top: 5px; - font-size: 8pt; + font-size: 9pt; color: blue; overflow:hidden; clip:auto; @@ -69,13 +75,13 @@ .layout-pompei .layout-edit-bar input, .layout-pompei .layout-edit-bar select { - font-size: 8pt; + font-size: 9pt; color: blue; } .layout-pompei .layout-edit-bar input { - font-size: 8pt; + font-size: 9pt; } .layout-pompei .layout-edit-bar-left @@ -93,7 +99,7 @@ .layout-pompei .portlet-edit-bar select { - font-size: 8pt; + font-size: 9pt; color: blue; } @@ -144,7 +150,7 @@ .layout-pompei #navbar { margin:0px; padding:0px; - height:25px; + height:30px; background-image: url(../images/tab_bg.gif); } @@ -167,13 +173,12 @@ margin:0px; padding: 8px 5px; font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - color: #ffffff; + font-size: 11pt; + color: #333333; } .layout-pompei #navbar a:hover { - background: #71758a; - color: #ffffff; + background: #ffff00; + color: #333333; } .layout-pompei #navbar span { float: left; @@ -181,9 +186,8 @@ margin:0px; padding: 8px 5px; font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - color: #ffffff; + font-size: 11pt; + color: #999999; } .layout-pompei #navbar img { @@ -207,7 +211,7 @@ border-bottom: 1px dotted #666; voice-family: "\"}\""; voice-family: inherit; - font-size: x-small; + font-size: 9pt; padding: 3px 8px; margin: 3px; } @@ -215,7 +219,7 @@ .layout-pompei #breadcrumbs a { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; + font-size: 9pt; color:#12248d; } @@ -245,7 +249,7 @@ margin:0px; padding: 5px 2px; font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; + font-size: 9pt; font-weight: bold; color: #666666; } @@ -273,7 +277,7 @@ vertical-align: middle; text-align: center; font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; + font-size: 9pt; margin-bottom:10px; margin-top:10px; /*position:relative;*/ Modified: pompei/portal/trunk/src/custom/portal/files/src/webapp/decorations/layout/pompei/header.vm =================================================================== --- pompei/portal/trunk/src/custom/portal/files/src/webapp/decorations/layout/pompei/header.vm 2007-10-30 03:00:38 UTC (rev 673) +++ pompei/portal/trunk/src/custom/portal/files/src/webapp/decorations/layout/pompei/header.vm 2007-10-30 03:01:40 UTC (rev 674) @@ -76,7 +76,7 @@ #else <div class="action"> <a href="#BaseHref()portal/cart.psml">カートを見る</a> | - <a href="#BaseHref()portal/register.psml">会員登録</a> | + <a href="#BaseHref()portal/signup.psml">会員登録</a> | <a href="#BaseHref()login/proxy?org.apache.jetspeed.login.username=&org.apache.jetspeed.login.password=">$messages.getString("portal.loginform.login")</a> </div> #end