sweet template

This commit is contained in:
Juti Noppornpitak 2007-03-18 16:20:49 +00:00
parent 05ce0368d3
commit 6e84d2f963
2 changed files with 9 additions and 3 deletions

View File

@ -132,8 +132,8 @@
</xsl:template>
<xsl:template match="header" name="header">
<div class="webtitle"><a href="/" alt="Back to the top page"><img
src="/logos/csc_title.png"/></a></div>
<div class="webtitle"><div class="webtitle-inner"><a href="/"><img
src="/logos/csc_title.png"/></a></div></div>
<table cellspacing="0" cellpadding="2" border="0" width="100%"
class="template-header">
<tr>

View File

@ -20,6 +20,7 @@ th { background: #002288; color: white; }
body, .web-framework {
width:760px;
margin:0 auto;
padding:0 20px;
font-size:12px;
}
@ -37,14 +38,19 @@ p {
.template-header {
border-bottom:1px solid #ccc;
/*background-color:#cee6ff;*/
margin-top:100px;
margin-top:65px;
}
.webtitle {
position:absolute;
top:0;
left:0;
width:100%;
background-color:#215498;
} .webtitle .webtitle-inner {
width:760;
margin:0 auto;
padding:0 20px;
}
.menuspace {