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

View File

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