This commit is contained in:
Juti Noppornpitak 2007-03-18 15:31:37 +00:00
parent 132543df38
commit cd10c8126e
2 changed files with 16 additions and 2 deletions

View File

@ -110,7 +110,7 @@
</xsl:template>
<xsl:template match="menuitem">
<td bgcolor="#eeeeee" class="button">
<td class="menuitem button">
<a href="{@href}"><img border="0" src="/buttons/{@icon}.png"
width="40" height="40" alt="" /></a><br />
<a href="{@href}"><xsl:value-of select="@title"/></a>

View File

@ -1,4 +1,4 @@
body {background: white; color: black; font-family: serif}
body {background: white; color: black; font-family:'Lucida Bright',serif}
h1 {font-size: x-large; }
h2 {font-size: large; color: #000055; }
h3 {font-size: medium; color: #0055aa; }
@ -23,6 +23,12 @@ body, .web-framework {
font-size:12px;
}
h2 {
border-left:4px solid #ff9900;
font-family:'Lucida Grande', Sans, Sans-serif;
text-transform:uppercase;
}
p {
font-family:'Lucida Grande', Sans, Sans-serif;
}
@ -31,3 +37,11 @@ p {
border-bottom:1px solid #ccc;
/* background-color:#cee6ff;*/
}
.menuitem {
} .menuitem a {
text-decoration:none;
font-weight:700;
} .menuitem a:hover {
font-weight:700;
}