fixing carriage returns again

This commit is contained in:
JT Smith 2006-04-26 19:57:15 +00:00
parent 7b69a01563
commit dc5bb2d61a

View file

@ -2,153 +2,153 @@
#menuTitle:css03.css #menuTitle:css03.css
#url:style3/css03.css #url:style3/css03.css
#mimeType:text/css #mimeType:text/css
body, html { body, html {
margin:0px; margin:0px;
background-color:#b53018; background-color:#b53018;
padding:0px; padding:0px;
} }
#main { #main {
width:98%; width:98%;
/*min-width:790px;*/ /*min-width:790px;*/
margin:0px; margin:0px;
padding:0px; padding:0px;
padding-top:20px; padding-top:20px;
padding-bottom:20px; padding-bottom:20px;
position:relative; position:relative;
} }
#header { #header {
background: url('^FileUrl(style3/header_bg.jpg);') repeat-x; background: url('^FileUrl(style3/header_bg.jpg);') repeat-x;
width:100%; width:100%;
margin:0px; margin:0px;
height:115px; height:115px;
} }
#headerTitle { #headerTitle {
background: url('^FileUrl(style3/header_left.jpg);') no-repeat left top; background: url('^FileUrl(style3/header_left.jpg);') no-repeat left top;
height:100%; height:100%;
width:100%; width:100%;
} }
#headerRight { #headerRight {
background: url('^FileUrl(style3/header_right.jpg);') no-repeat right top; background: url('^FileUrl(style3/header_right.jpg);') no-repeat right top;
width:100%; width:100%;
height:100%; height:100%;
text-align:right; text-align:right;
position:relative; position:relative;
} }
#headerRight #title { #headerRight #title {
position:absolute; position:absolute;
top:25px; top:25px;
left:20px; left:20px;
font-family:arial; font-family:arial;
text-align:left; text-align:left;
} }
#title h1 { #title h1 {
text-transform:uppercase; text-transform:uppercase;
margin-bottom:0px; margin-bottom:0px;
font-weight:normal; font-weight:normal;
font-size:26pt; font-size:26pt;
margin-top:0px; margin-top:0px;
color:white; color:white;
} }
#title h1 a { #title h1 a {
color:white; color:white;
text-decoration:none; text-decoration:none;
} }
#title h2 { #title h2 {
margin:0px; margin:0px;
font-size:12pt; font-size:12pt;
color:#bebebe; color:#bebebe;
padding-left:20px; padding-left:20px;
} }
#title img { #title img {
z-index:5; z-index:5;
} }
#login { #login {
position:absolute; position:absolute;
font-size:8pt; font-size:8pt;
top:45%; top:45%;
right:150px; right:150px;
color:white; color:white;
z-index:6; z-index:6;
font-family:arial; font-family:arial;
} }
#login a { #login a {
color:white; color:white;
} }
.loginBox { .loginBox {
font-size:8pt; font-size:8pt;
margin:0px; margin:0px;
display:inline; display:inline;
} }
.loginBox input { .loginBox input {
font-size:8pt; font-size:8pt;
} }
#mainBody { #mainBody {
width:100%; width:100%;
margin:0px; margin:0px;
height:500px; height:500px;
background: #fff; background: #fff;
position:relative; position:relative;
} }
#main > #mainBody { #main > #mainBody {
height:auto; height:auto;
min-height:500px; min-height:500px;
} }
#contentArea { #contentArea {
z-index:2; z-index:2;
position:relative; position:relative;
padding-top:50px; padding-top:50px;
padding-left:10px; padding-left:10px;
padding-right:20px; padding-right:20px;
padding-bottom:20px; padding-bottom:20px;
-moz-box-sizing:border:box; -moz-box-sizing:border:box;
font-family:verdana; font-family:verdana;
font-size:9pt; font-size:9pt;
} }
html #main #mainBody #contentArea { html #main #mainBody #contentArea {
height:1%; height:1%;
} }
#contentArea a { #contentArea a {
color:#EE963E; color:#EE963E;
font-weight:bold; font-weight:bold;
letter-spacing:1px; letter-spacing:1px;
font-size:8pt; font-size:8pt;
} }
#topCorner { #topCorner {
width:100%; width:100%;
height:214px; height:214px;
position:absolute; position:absolute;
top:0px; top:0px;
left:0px; left:0px;
background: url('^FileUrl(style3/main_top_bg.jpg);') repeat-x; background: url('^FileUrl(style3/main_top_bg.jpg);') repeat-x;
z-index:1; z-index:1;
} }
#bottomCorner { #bottomCorner {
width:100%; width:100%;
height:211px; height:211px;
position:absolute; position:absolute;
bottom:0px; bottom:0px;
right:0px; right:0px;
background: url('^FileUrl(style3/main_bottom.jpg);') no-repeat right; background: url('^FileUrl(style3/main_bottom.jpg);') no-repeat right;
z-index:1; z-index:1;
} }
#footer { #footer {
width:100%; width:100%;
margin:0px; margin:0px;
background:#000 url('^FileUrl(style3/footer_right.jpg);') no-repeat right top; background:#000 url('^FileUrl(style3/footer_right.jpg);') no-repeat right top;
height:57px; height:57px;
border-top:solid #B53018 2px; border-top:solid #B53018 2px;
text-align:right; text-align:right;
position:relative; position:relative;
} }
#footer #copyright { #footer #copyright {
color:#3b3b3b; color:#3b3b3b;
font-family:arial; font-family:arial;
position:absolute; position:absolute;
top:20px; top:20px;
left:30px; left:30px;
font-size:8pt; font-size:8pt;
} }