Added in links to PB and WG, as well as other subtle style changes to Style 2 for 7.0

This commit is contained in:
Steve Swanson 2006-04-21 20:42:00 +00:00
parent 8f78f92071
commit 712efa3e18
6 changed files with 134 additions and 132 deletions

View file

@ -1,120 +1,122 @@
#title:css02.css #title:css02.css
#menuTitle:css02.css #menuTitle:css02.css
#url:css02.css #url:css02.css
<style type="text/css"> body, html {
body, html { height:100%;
height:100%; }
} body {
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;
margin:0px; }
} .rightColumn {
.rightColumn { width:20%;
width:20%; height:100%;
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;
text-align:center; }
} .rightColumn #pb_wg_bg {
.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%;
width:100%; text-align:left;
text-align:left; }
} .rightColumn #pb_wg {
.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;
height:53px; }
} .leftColumn {
.leftColumn { width:80%;
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 {
.leftColumn #header { width:100%;
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;
height:86px; position:relative;
position:relative; }
} .leftColumn #header #title, .leftColumn #header #title_bg {
.leftColumn #header #title, .leftColumn #header #title_bg { color:white;
color:white; font-size:36pt;
font-size:36pt; font-weight:bold;
font-weight:bold; font-family:arial;
font-family:arial; font-variant:small-caps;
font-variant:small-caps; letter-spacing:12px;
letter-spacing:12px; top:15px;
top:15px; left:5px;
left:5px; position:absolute;
position:absolute; z-index:10;
z-index:10; }
} .leftColumn #header #title a {
.leftColumn #header #title_bg { color:white;
color:black; text-decoration:none;
z-index:5; }
top:17px; .leftColumn #header #title_bg {
left:7px; color:black;
} z-index:5;
.leftColumn #context { top:17px;
/*background: #fff url('^FileUrl(style2/context_bg.jpg);') repeat-y right; */ left:7px;
width:95%; }
font-family:verdana; .leftColumn #context {
font-size:9pt; /*background: #fff url('^FileUrl(style02/context_bg.jpg);') repeat-y right; */
color:#242424; width:95%;
-moz-box-sizing:border-box; font-family:verdana;
position:relative; font-size:9pt;
padding-left:1%; color:#242424;
padding-right:1%; -moz-box-sizing:border-box;
} position:relative;
.leftColumn #pageTitleBG { padding-left:1%;
background: url('^FileUrl(style2/page_title_bg.jpg);') repeat-x; padding-right:1%;
width:100%; }
} .leftColumn #pageTitleBG {
.leftColumn #pageTitleBG #pageTitle { background: url('^FileUrl(style02/page_title_bg.jpg);') repeat-x;
background: url('^FileUrl(style2/page_title.jpg);') right no-repeat; width:100%;
width:100%; }
height:50px; .leftColumn #pageTitleBG #pageTitle {
} background: url('^FileUrl(style02/page_title.jpg);') right no-repeat;
.leftColumn #pageTitleBG #pageTitle h2 { width:100%;
font-size:14pt; height:50px;
color:#696969; }
font-family:arial; .leftColumn #pageTitleBG #pageTitle h2 {
font-weight:normal; font-size:14pt;
margin:0px; color:#696969;
padding-top:2px; font-family:arial;
padding-left:25px; font-weight:normal;
letter-spacing:3px; margin:0px;
} padding-top:2px;
.rightColumn #nav { padding-left:25px;
width:85%; letter-spacing:3px;
background: #b5b5b5 url('^FileUrl(style2/nav_bg.jpg);') repeat-x top; }
border-right:solid #848484 1px; .rightColumn #nav {
margin-left:auto; width:85%;
margin-right:auto; background: #b5b5b5 url('^FileUrl(style02/nav_bg.jpg);') repeat-x top;
text-align:left; border-right:solid #848484 1px;
padding-left:3px; margin-left:auto;
padding-top:7px; margin-right:auto;
padding-bottom:7px; text-align:left;
} padding-left:3px;
.rightColumn #nav a { padding-top:7px;
color:white; padding-bottom:7px;
font-size:8pt; }
font-weight:bold; .rightColumn #nav a {
text-decoration:none; color:white;
font-family:arial; font-size:8pt;
line-height:8pt; font-weight:bold;
} text-decoration:none;
.rightColumn #nav .selectedMenuItem { font-family:arial;
color:yellow; line-height:8pt;
} }
#loginStyles { .rightColumn #nav .selectedMenuItem {
font-size:8pt; color:yellow;
font-family:arial; }
} #loginStyles {
#loginStyles a { font-size:8pt;
color:#89ACCF; font-family:arial;
font-weight:bold; }
border-bottom:solid transparent 2px; #loginStyles a {
text-decoration:none; color:#89ACCF;
} font-weight:bold;
#loginStyles a:hover { border-bottom:solid transparent 2px;
border-bottom:dotted #B2C9D9 2px; text-decoration:none;
} }
</style> #loginStyles a:hover {
border-bottom:dotted #B2C9D9 2px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Before After
Before After

View file

@ -4,18 +4,20 @@
#url:style_02 #url:style_02
#namespace:style #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>
<html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>^c(); - ^Page(title);</title> <tmpl_var head.tags>
<tmpl_var head.tags> <title>^c; - ^Page(title);</title>
<link href="/css02.css" rel="stylesheet" type="text/css" />
</head> </head>
<body> <body>
^AdminBar("PBtmpl0000000000000090"); ^AdminBar();
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="height:100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" style="height:100%">
<tr> <tr>
<td class="leftColumn" valign="top"> <td class="leftColumn" valign="top">
<div id="header"> <div id="header">
<div id="title">^c;</div> <div id="title">^H(^c;);</div>
<div id="title_bg">^c;</div> <div id="title_bg">^c;</div>
</div> </div>
<div id="pageTitleBG"> <div id="pageTitleBG">
@ -29,23 +31,23 @@
<td class="rightColumn" valign="top"> <td class="rightColumn" valign="top">
<div id="pb_wg_bg"> <div id="pb_wg_bg">
<div id="pb_wg"> <div id="pb_wg">
&#160; <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>
</div> </div>
<br /> <br />
<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"> <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">
<tr> <tr>
<td style="background: url('^FileUrl(style2/navbar_left.jpg);') no-repeat left;height:9px;width:10%;" align="left"></td> <td style="background: url('^FileUrl(style02/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> <td style="background: url('^FileUrl(style02/navbar_right.jpg);') no-repeat right;height:9px;width:90%;" align="right"></td>
</tr> </tr>
</table> </table>
<div id="nav"> <div id="nav">
^AssetProxy(flexmenu); ^AssetProxy(flexmenu);
</div> </div>
<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"> <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">
<tr> <tr>
<td style="background: url('^FileUrl(style2/navbar_left.jpg);') no-repeat left;height:9px;width:10%;" align="left"></td> <td style="background: url('^FileUrl(style02/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> <td style="background: url('^FileUrl(style02/navbar_right.jpg);') no-repeat right;height:9px;width:90%;" align="right"></td>
</tr> </tr>
</table> </table>
<div id="loginStyles"> <div id="loginStyles">
@ -57,6 +59,4 @@
</table> </table>
</body> </body>
</html> </html>
~~~
^AssetProxy(css02.css);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB