Added in copyright to style 2 for 7.0

This commit is contained in:
Steve Swanson 2006-04-24 16:42:55 +00:00
parent c4d6c351ec
commit 0ec1722ac2
2 changed files with 35 additions and 12 deletions

View file

@ -12,7 +12,7 @@ body {
width:20%;
height:100%;
background: #eeeeee url('^FileUrl(style02/rightCol_bg.jpg);') repeat-y right;
text-align:center;
text-align:center;
}
.rightColumn #pb_wg_bg {
background: url('^FileUrl(style02/pb_wg_bg.jpg);') repeat-x;
@ -65,6 +65,14 @@ body {
position:relative;
padding-left:1%;
padding-right:1%;
padding-bottom:15px;
}
.leftColumn #context a {
color:#7C9AB0;
font-weight:bold;
}
.leftColumn #context a:hover {
text-decoration:none;
}
.leftColumn #pageTitleBG {
background: url('^FileUrl(style02/page_title_bg.jpg);') repeat-x;
@ -110,6 +118,7 @@ body {
#loginStyles {
font-size:8pt;
font-family:arial;
padding-bottom:25px;
}
#loginStyles a {
color:#89ACCF;
@ -119,4 +128,13 @@ body {
}
#loginStyles a:hover {
border-bottom:dotted #B2C9D9 2px;
}
}
.copyright {
border-top:solid silver 3px;
background-color:gray;
font-family:arial;
font-size:9pt;
color:silver;
text-align:center;
}

View file

@ -3,16 +3,16 @@
#menuTitle:Style 02
#url:style_02
#namespace:style
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<tmpl_var head.tags>
<title>^c; - ^Page(title);</title>
<link href="/css02.css" rel="stylesheet" type="text/css" />
</head>
<body>
^AdminBar();
<body>
^AdminBar();
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="height:100%">
<tr>
<td class="leftColumn" valign="top">
@ -25,12 +25,12 @@
</div>
</div>
<div id="context">
<tmpl_var body.content>
</div>
<tmpl_var body.content>
</div>
</td>
<td class="rightColumn" valign="top">
<div id="pb_wg_bg">
<div id="pb_wg">
<div id="pb_wg">
<a href="http://www.plainblack.com">^AssetProxy(style02/pb.jpg);</a><a href="http://www.plainblack.com/webgui">^AssetProxy(style02/wg.jpg);</a><br />
</div>
</div>
@ -53,10 +53,15 @@
<div id="loginStyles">
^L("","","PBtmpl0000000000000044");
^AdminToggle;
</div>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="copyright">
&copy; ^D(%y); ^c;
</td>
</tr>
</table>
</table>
</body>
</html>
</html>