Added in copyright, links to home, and some style corrections to Style 1 for 7.0
This commit is contained in:
parent
0ec1722ac2
commit
622aec0e1b
5 changed files with 240 additions and 213 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
|
@ -5,4 +5,4 @@
|
||||||
#startPoint:2
|
#startPoint:2
|
||||||
#relativesToInclude:descendants
|
#relativesToInclude:descendants
|
||||||
#descendantEndPoint:1
|
#descendantEndPoint:1
|
||||||
#templateId:PBnav000000style01lvl2
|
#templateId:PBnav000000style01lvl2
|
||||||
|
|
@ -1,206 +1,228 @@
|
||||||
#title:style01.css
|
#title:style01.css
|
||||||
#menuTitle:style01.css
|
#menuTitle:style01.css
|
||||||
#url:style01.css
|
#url:style01.css
|
||||||
<style type="text/css">
|
#processAsTemplate:yes
|
||||||
body, html
|
#mimeType:text/css
|
||||||
{
|
body, html
|
||||||
text-align:center;
|
{
|
||||||
margin:0px;
|
text-align:center;
|
||||||
height:100%;
|
margin:0px;
|
||||||
background-color:#494949;
|
height:100%;
|
||||||
}
|
background-color:#494949;
|
||||||
|
}
|
||||||
#main
|
|
||||||
{
|
#main
|
||||||
width:800px;
|
{
|
||||||
background: url('^FileUrl(style1/main_bg.jpg);') repeat-y;
|
width:800px;
|
||||||
height:100%;
|
background: url('^FileUrl(style01/main_bg.jpg);') repeat-y;
|
||||||
margin-left:auto;
|
height:100%;
|
||||||
margin-right:auto;
|
margin-left:auto;
|
||||||
margin-top:0px;
|
margin-right:auto;
|
||||||
margin-bottom:0px;
|
margin-top:0px;
|
||||||
position:relative;
|
margin-bottom:0px;
|
||||||
}
|
position:relative;
|
||||||
body > #main
|
}
|
||||||
{
|
body > #main
|
||||||
height:auto;
|
{
|
||||||
min-height:100%;
|
height:auto;
|
||||||
}
|
min-height:100%;
|
||||||
|
}
|
||||||
#main #mainHeader
|
|
||||||
{
|
#main #mainHeader
|
||||||
width:800px;
|
{
|
||||||
height:133px;
|
width:800px;
|
||||||
background: url('^FileUrl(style1/header.jpg);') no-repeat;
|
height:133px;
|
||||||
margin-bottom:0px;
|
background: url('^FileUrl(style01/header.jpg);') top left no-repeat;
|
||||||
position:relative;
|
margin-bottom:0px;
|
||||||
}
|
position:relative;
|
||||||
#main #mainHeader #title
|
}
|
||||||
{
|
#main #mainHeader #title
|
||||||
position:absolute;
|
{
|
||||||
top:23px;
|
position:absolute;
|
||||||
left:145px;
|
top:23px;
|
||||||
font-size:32pt;
|
left:145px;
|
||||||
font-family:arial;
|
font-size:32pt;
|
||||||
color:white;
|
font-family:arial;
|
||||||
font-weight:bold;
|
color:white;
|
||||||
}
|
font-weight:bold;
|
||||||
|
}
|
||||||
#main #mainContent
|
#main #mainHeader #title a {
|
||||||
{
|
color:white;
|
||||||
background: url('^FileUrl(style1/orange_left01.jpg);') left top no-repeat;
|
text-decoration:none;
|
||||||
width:100%;
|
}
|
||||||
height:100%;
|
|
||||||
margin-top:0px;
|
#main #mainContent
|
||||||
text-align:left;
|
{
|
||||||
}
|
background: url('^FileUrl(style01/orange_left01.jpg);') left top no-repeat;
|
||||||
#main > #mainContent
|
width:100%;
|
||||||
{
|
height:100%;
|
||||||
margin-top:0px;
|
margin-top:0px;
|
||||||
min-height:500px;
|
text-align:left;
|
||||||
}
|
border:solid red 0px;
|
||||||
#main > #mainContent > p {
|
}
|
||||||
margin-top:0px;
|
#main > #mainContent
|
||||||
}
|
{
|
||||||
#main #mainContent #mainText a:link {
|
margin-top:0px;
|
||||||
color:#FF7F23;
|
min-height:500px;
|
||||||
}
|
}
|
||||||
#main #mainContent #mainText a:visited {
|
#main > #mainContent > p {
|
||||||
color:#D25900;
|
margin-top:0px;
|
||||||
}
|
}
|
||||||
|
#main #mainContent #mainText a:link {
|
||||||
/* LEVEL 1 AND 2 NAVIGATION */
|
color:#FF7F23;
|
||||||
#main .mainNav_1, #main .mainNav_2 {
|
}
|
||||||
border-bottom:dashed #DADADA 1px;
|
#main #mainContent #mainText a:visited {
|
||||||
width:621px;
|
color:#D25900;
|
||||||
height:25px;
|
}
|
||||||
text-align:left;
|
|
||||||
position:relative;
|
/* LEVEL 1 AND 2 NAVIGATION */
|
||||||
margin-left:137px;
|
#main .mainNav_1, #main .mainNav_2 {
|
||||||
clear:both;
|
border-bottom:dashed #DADADA 1px;
|
||||||
}
|
width:621px;
|
||||||
#main .mainNav_1 a:link, #main .mainNav_1 a:visited, #main .mainNav_2 a:link, #main .mainNav_2 a:visited {
|
height:25px;
|
||||||
color:white;
|
text-align:left;
|
||||||
text-decoration:none;
|
position:relative;
|
||||||
top:5px;
|
margin-left:137px;
|
||||||
position:relative;
|
clear:both;
|
||||||
-moz-box-sizing:border-box;
|
}
|
||||||
}
|
#main .mainNav_1 a:link, #main .mainNav_1 a:visited, #main .mainNav_2 a:link, #main .mainNav_2 a:visited {
|
||||||
#main .mainNav_1 a:hover,#main .mainNav_2 a:hover {
|
color:white;
|
||||||
color:black;
|
text-decoration:none;
|
||||||
}
|
top:5px;
|
||||||
#main .mainNav_1 div .left, #main .mainNav_2 div .left {
|
position:relative;
|
||||||
width:12px;
|
-moz-box-sizing:border-box;
|
||||||
height:25px;
|
}
|
||||||
display:block;
|
#main .mainNav_1 a:hover,#main .mainNav_2 a:hover {
|
||||||
float:left;
|
color:black;
|
||||||
background: url('^FileUrl(style1/nav1_off_left.jpg);') no-repeat top left;
|
}
|
||||||
}
|
#main .mainNav_1 div .left, #main .mainNav_2 div .left {
|
||||||
#main .mainNav_2 div .left {
|
width:12px;
|
||||||
background: url('^FileUrl(style1/nav2_off_left.jpg);') no-repeat top left;
|
height:25px;
|
||||||
}
|
display:block;
|
||||||
#main .mainNav_1 div .center, #main .mainNav_2 div .center {
|
float:left;
|
||||||
height:25px;
|
background: url('^FileUrl(style01/nav1_off_left.jpg);') no-repeat top left;
|
||||||
display:block;
|
}
|
||||||
float:left;
|
#main .mainNav_2 div .left {
|
||||||
background: url('^FileUrl(style1/nav1_off_center.jpg);') repeat-x top left;
|
background: url('^FileUrl(style01/nav2_off_left.jpg);') no-repeat top left;
|
||||||
color:white;
|
}
|
||||||
font-family:arial, verdana;
|
#main .mainNav_1 div .center, #main .mainNav_2 div .center {
|
||||||
font-size:8pt;
|
height:25px;
|
||||||
}
|
display:block;
|
||||||
#main .mainNav_2 div .center {
|
float:left;
|
||||||
background: url('^FileUrl(style1/nav2_off_center.jpg);') repeat-x top left;
|
background: url('^FileUrl(style01/nav1_off_center.jpg);') repeat-x top left;
|
||||||
}
|
color:white;
|
||||||
#main .mainNav_1 div .right, #main .mainNav_2 div .right {
|
font-family:arial, verdana;
|
||||||
width:10px;
|
font-size:8pt;
|
||||||
height:25px;
|
}
|
||||||
display:block;
|
#main .mainNav_2 div .center {
|
||||||
float:left;
|
background: url('^FileUrl(style01/nav2_off_center.jpg);') repeat-x top left;
|
||||||
background: url('^FileUrl(style1/nav1_off_right.jpg);') no-repeat top left;
|
}
|
||||||
}
|
#main .mainNav_1 div .right, #main .mainNav_2 div .right {
|
||||||
#main .mainNav_2 div .right {
|
width:10px;
|
||||||
background: url('^FileUrl(style1/nav2_off_right.jpg);') no-repeat top left;
|
height:25px;
|
||||||
}
|
display:block;
|
||||||
#main .mainNav_1 div.navOn .left {
|
float:left;
|
||||||
background: url('^FileUrl(style1/nav1_on_left.jpg);') no-repeat top left;
|
background: url('^FileUrl(style01/nav1_off_right.jpg);') no-repeat top left;
|
||||||
}
|
}
|
||||||
#main .mainNav_1 div.navOn .center {
|
#main .mainNav_2 div .right {
|
||||||
background: url('^FileUrl(style1/nav1_on_center.jpg);') repeat-x top left;
|
background: url('^FileUrl(style01/nav2_off_right.jpg);') no-repeat top left;
|
||||||
}
|
}
|
||||||
#main .mainNav_1 div.navOn .right {
|
#main .mainNav_1 div.navOn .left {
|
||||||
background: url('^FileUrl(style1/nav1_on_right.jpg);') no-repeat top left;
|
background: url('^FileUrl(style01/nav1_on_left.jpg);') no-repeat top left;
|
||||||
}
|
}
|
||||||
#main .mainNav_2 div.navOn .left {
|
#main .mainNav_1 div.navOn .center {
|
||||||
background: url('^FileUrl(style1/nav2_on_left.jpg);') no-repeat top left;
|
background: url('^FileUrl(style01/nav1_on_center.jpg);') repeat-x top left;
|
||||||
}
|
}
|
||||||
#main .mainNav_2 div.navOn .center {
|
#main .mainNav_1 div.navOn .right {
|
||||||
background: url('^FileUrl(style1/nav2_center_on.jpg);') repeat-x top left;
|
background: url('^FileUrl(style01/nav1_on_right.jpg);') no-repeat top left;
|
||||||
}
|
}
|
||||||
#main .mainNav_2 div.navOn .right {
|
#main .mainNav_2 div.navOn .left {
|
||||||
background: url('^FileUrl(style1/nav2_on_right.jpg);') no-repeat top left;
|
background: url('^FileUrl(style01/nav2_on_left.jpg);') no-repeat top left;
|
||||||
}
|
}
|
||||||
#main .mainNav_1 div.navOn a:link, #main .mainNav_1 div.navOn a:visited, #main .mainNav_2 div.navOn a:link, #main .mainNav_2 div.navOn a:visited {
|
#main .mainNav_2 div.navOn .center {
|
||||||
color:black;
|
background: url('^FileUrl(style01/nav2_center_on.jpg);') repeat-x top left;
|
||||||
}
|
}
|
||||||
/* ENDOF LEVEL 1 AND 2 NAVIGATION */
|
#main .mainNav_2 div.navOn .right {
|
||||||
|
background: url('^FileUrl(style01/nav2_on_right.jpg);') no-repeat top left;
|
||||||
#main #crumbTrail {
|
}
|
||||||
margin-left:177px;
|
#main .mainNav_1 div.navOn a:link, #main .mainNav_1 div.navOn a:visited, #main .mainNav_2 div.navOn a:link, #main .mainNav_2 div.navOn a:visited {
|
||||||
margin-bottom:0px;
|
color:black;
|
||||||
color:gray;
|
}
|
||||||
font-size:8pt;
|
/* ENDOF LEVEL 1 AND 2 NAVIGATION */
|
||||||
font-weight:bold;
|
|
||||||
}
|
#main #crumbTrail {
|
||||||
#main #crumbTrail a.crumbTrail:visited, #main #crumbTrail a.crumbTrail:link {
|
margin-left:177px;
|
||||||
color:silver;
|
margin-bottom:0px;
|
||||||
font-size:8pt;
|
color:gray;
|
||||||
font-family:arial;
|
font-size:8pt;
|
||||||
text-decoration:none;
|
font-weight:bold;
|
||||||
font-weight:normal;
|
}
|
||||||
}
|
#main #crumbTrail a.crumbTrail:visited, #main #crumbTrail a.crumbTrail:link {
|
||||||
#main #crumbTrail a.crumbTrail:hover {
|
color:silver;
|
||||||
color:gray;
|
font-size:8pt;
|
||||||
}
|
font-family:arial;
|
||||||
|
text-decoration:none;
|
||||||
#main #mainText
|
font-weight:normal;
|
||||||
{
|
}
|
||||||
padding-left:150px;
|
#main #crumbTrail a.crumbTrail:hover {
|
||||||
font-family:verdana;
|
color:gray;
|
||||||
font-size:9pt;
|
}
|
||||||
width:600px;
|
|
||||||
margin-top:0px;
|
#main #mainText
|
||||||
}
|
{
|
||||||
|
padding-left:150px;
|
||||||
#main #gui
|
font-family:verdana;
|
||||||
{
|
font-size:9pt;
|
||||||
bottom:0px;
|
width:600px;
|
||||||
left:0px;
|
margin-top:0px;
|
||||||
position:absolute;
|
}
|
||||||
width:135px;
|
|
||||||
font-size:8pt;
|
#main #gui
|
||||||
color:black;
|
{
|
||||||
font-family:arial;
|
bottom:0px;
|
||||||
text-align:right;
|
left:0px;
|
||||||
}
|
position:absolute;
|
||||||
#main #gui .loginBox {
|
width:135px;
|
||||||
padding-right:12px;
|
font-size:8pt;
|
||||||
-moz-box-sizing:border-box;
|
color:black;
|
||||||
width:100px;
|
font-family:arial;
|
||||||
float:right;
|
text-align:right;
|
||||||
margin-bottom:10px;
|
}
|
||||||
}
|
#main #gui .loginBox {
|
||||||
#main #gui .loginBox .loginBoxField {
|
padding-right:12px;
|
||||||
width:75px;
|
-moz-box-sizing:border-box;
|
||||||
}
|
width:100px;
|
||||||
#main #gui .loginBox .loginBoxButton {
|
float:right;
|
||||||
background-color:#D65501;
|
margin-bottom:10px;
|
||||||
color:white;
|
}
|
||||||
border:solid white 2px;
|
#main #gui .loginBox .loginBoxField {
|
||||||
margin-top:4px;
|
width:75px;
|
||||||
font-variant:small-caps;
|
}
|
||||||
}
|
#main #gui .loginBox .loginBoxButton {
|
||||||
#main #gui a
|
background-color:#D65501;
|
||||||
{
|
color:white;
|
||||||
color:white;
|
border:solid white 2px;
|
||||||
}
|
margin-top:4px;
|
||||||
</style>
|
font-variant:small-caps;
|
||||||
|
}
|
||||||
|
#main #gui a
|
||||||
|
{
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
#copyright {
|
||||||
|
color:#fff;
|
||||||
|
position:absolute;
|
||||||
|
top:110px;
|
||||||
|
right:40px;
|
||||||
|
font-family:verdana;
|
||||||
|
font-size:8pt;
|
||||||
|
font-weight:bold;
|
||||||
|
background-color:#2D2D2D;
|
||||||
|
opacity:0.4;
|
||||||
|
-moz-opacity:0.4;
|
||||||
|
-khtml-opacity:0.4;
|
||||||
|
padding:2px;
|
||||||
|
}
|
||||||
|
* html #copyright {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
@ -4,18 +4,23 @@
|
||||||
#url:style_01
|
#url:style_01
|
||||||
#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>^Page(title);</title>
|
<title>^Page(title);</title>
|
||||||
<tmpl_var head.tags>
|
<tmpl_var head.tags>
|
||||||
|
<link href="/css01.css" rel="stylesheet" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
^AdminBar("PBtmpl0000000000000090");
|
^AdminBar();
|
||||||
<div id="main">
|
<div id="main">
|
||||||
<div id="mainHeader">
|
<div id="mainHeader">
|
||||||
<div id="title">
|
<div id="title">
|
||||||
^c();
|
^H(^c(););
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="copyright">
|
||||||
|
© ^D(%y); ^c;
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="mainContent">
|
<div id="mainContent">
|
||||||
|
|
@ -39,11 +44,9 @@
|
||||||
<div id="gui">
|
<div id="gui">
|
||||||
^L("","","PBtmpl0000000000000044");
|
^L("","","PBtmpl0000000000000044");
|
||||||
<div style="clear:both;padding-right:12px;">^AdminToggle;</div>
|
<div style="clear:both;padding-right:12px;">^AdminToggle;</div>
|
||||||
^AssetProxy(style1/gui_bottom.jpg);<br />
|
^AssetProxy(style01/gui_bottom.jpg);<br />
|
||||||
<a href="http://www.webgui.org"><img src="^FileUrl(style1/webgui_btn.jpg);" style="border:none;" alt="WebGUI Button" /></a>
|
<a href="http://www.plainblack.com/webgui"><img src="^FileUrl(style01/webgui_btn.jpg);" style="border:none;" alt="WebGUI Button" /></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
~~~
|
|
||||||
^AssetProxy(style01.css);
|
|
||||||
|
|
@ -24,4 +24,6 @@
|
||||||
</span>
|
</span>
|
||||||
<span class="right"> </span>
|
<span class="right"> </span>
|
||||||
</div>
|
</div>
|
||||||
</tmpl_loop>
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<div style="clear:both;"></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue