trying to fix the new styles which are all broke to hell!!!!

removed convertCarriageReturns from article
added two of the new content items for 7
This commit is contained in:
JT Smith 2006-04-26 01:59:13 +00:00
parent 8e219cdc75
commit ac15407a7e
14 changed files with 373 additions and 354 deletions

View file

@ -1,35 +1,36 @@
#title:css02.css
#menuTitle:css02.css
#url:css02.css
#url:style/css02.css
#mimeType:text/css
body, html {
height:100%;
}
body {
background:#7c9ab0 url('^FileUrl(style02/main_bg.jpg);') repeat-y right;
background:#7c9ab0 url('^FileUrl(style2/main_bg.jpg);') repeat-y right;
margin:0px;
}
.rightColumn {
width:20%;
height:100%;
background: #eeeeee url('^FileUrl(style02/rightCol_bg.jpg);') repeat-y right;
background: #eeeeee url('^FileUrl(style2/rightCol_bg.jpg);') repeat-y right;
text-align:center;
}
.rightColumn #pb_wg_bg {
background: url('^FileUrl(style02/pb_wg_bg.jpg);') repeat-x;
background: url('^FileUrl(style2/pb_wg_bg.jpg);') repeat-x;
width:100%;
text-align:left;
}
.rightColumn #pb_wg {
background: url('^FileUrl(style02/pb_wg.jpg);') left no-repeat;
background: url('^FileUrl(style2/pb_wg.jpg);') left no-repeat;
height:53px;
}
.leftColumn {
width:80%;
background: white url('^FileUrl(style02/context_bg.jpg);') repeat-y right;
background: white url('^FileUrl(style2/context_bg.jpg);') repeat-y right;
}
.leftColumn #header {
width:100%;
background:#7c9ab0 url('^FileUrl(style02/leftCol_header.jpg);') right no-repeat;
background:#7c9ab0 url('^FileUrl(style2/leftCol_header.jpg);') right no-repeat;
height:86px;
position:relative;
}
@ -56,7 +57,7 @@ body {
left:7px;
}
.leftColumn #context {
/*background: #fff url('^FileUrl(style02/context_bg.jpg);') repeat-y right; */
/*background: #fff url('^FileUrl(style2/context_bg.jpg);') repeat-y right; */
width:95%;
font-family:verdana;
font-size:9pt;
@ -75,11 +76,11 @@ body {
text-decoration:none;
}
.leftColumn #pageTitleBG {
background: url('^FileUrl(style02/page_title_bg.jpg);') repeat-x;
background: url('^FileUrl(style2/page_title_bg.jpg);') repeat-x;
width:100%;
}
.leftColumn #pageTitleBG #pageTitle {
background: url('^FileUrl(style02/page_title.jpg);') right no-repeat;
background: url('^FileUrl(style2/page_title.jpg);') right no-repeat;
width:100%;
height:50px;
}
@ -95,7 +96,7 @@ body {
}
.rightColumn #nav {
width:85%;
background: #b5b5b5 url('^FileUrl(style02/nav_bg.jpg);') repeat-x top;
background: #b5b5b5 url('^FileUrl(style2/nav_bg.jpg);') repeat-x top;
border-right:solid #848484 1px;
margin-left:auto;
margin-right:auto;
@ -137,4 +138,4 @@ body {
font-size:9pt;
color:silver;
text-align:center;
}
}

View file

@ -9,7 +9,7 @@
<head>
<tmpl_var head.tags>
<title>^c; - ^Page(title);</title>
<link href="/css02.css" rel="stylesheet" type="text/css" />
<link href="/style2/css02.css" rel="stylesheet" type="text/css" />
</head>
<body>
^AdminBar();
@ -31,23 +31,23 @@
<td class="rightColumn" valign="top">
<div id="pb_wg_bg">
<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 />
<a href="http://www.plainblack.com">^AssetProxy(style2/pb.jpg);</a><a href="http://www.plainblack.com/webgui">^AssetProxy(style2/wg.jpg);</a><br />
</div>
</div>
<br />
<table style="width:90%;margin-left:auto;margin-right:auto;background: url('^FileUrl(style02/navbar_bg.jpg);') repeat-x;" cellpadding="0" cellspacing="0" border="0">
<table style="width:90%;margin-left:auto;margin-right:auto;background: url('^FileUrl(style2/navbar_bg.jpg);') repeat-x;" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="background: url('^FileUrl(style02/navbar_left.jpg);') no-repeat left;height:9px;width:10%;" align="left"></td>
<td style="background: url('^FileUrl(style02/navbar_right.jpg);') no-repeat right;height:9px;width:90%;" align="right"></td>
<td style="background: url('^FileUrl(style2/navbar_left.jpg);') no-repeat left;height:9px;width:10%;" align="left"></td>
<td style="background: url('^FileUrl(style2/navbar_right.jpg);') no-repeat right;height:9px;width:90%;" align="right"></td>
</tr>
</table>
<div id="nav">
^AssetProxy(flexmenu);
</div>
<table style="width:90%;margin-left:auto;margin-right:auto;background: url('^FileUrl(style02/navbar_bg.jpg);') repeat-x;" cellpadding="0" cellspacing="0" border="0">
<table style="width:90%;margin-left:auto;margin-right:auto;background: url('^FileUrl(style2/navbar_bg.jpg);') repeat-x;" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="background: url('^FileUrl(style02/navbar_left.jpg);') no-repeat left;height:9px;width:10%;" align="left"></td>
<td style="background: url('^FileUrl(style02/navbar_right.jpg);') no-repeat right;height:9px;width:90%;" align="right"></td>
<td style="background: url('^FileUrl(style2/navbar_left.jpg);') no-repeat left;height:9px;width:10%;" align="left"></td>
<td style="background: url('^FileUrl(style2/navbar_right.jpg);') no-repeat right;height:9px;width:90%;" align="right"></td>
</tr>
</table>
<div id="loginStyles">
@ -64,4 +64,4 @@
</table>
</body>
</html>
</html>