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;
}