Added in a login box to design 3 for 7.0
This commit is contained in:
parent
bad8616f08
commit
fa71385f55
2 changed files with 149 additions and 143 deletions
|
|
@ -73,6 +73,7 @@
|
||||||
font-size:9pt;
|
font-size:9pt;
|
||||||
padding-bottom:50px;
|
padding-bottom:50px;
|
||||||
}
|
}
|
||||||
|
/*#main > #mainBody h2 { margin-top:0px; }*/
|
||||||
* html #mainBody { height:1%; }
|
* html #mainBody { height:1%; }
|
||||||
#main #mainBody a {
|
#main #mainBody a {
|
||||||
color:#EE963E;
|
color:#EE963E;
|
||||||
|
|
@ -105,7 +106,6 @@
|
||||||
/* END MAIN STYLES */
|
/* END MAIN STYLES */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
width:95%;
|
width:95%;
|
||||||
height:68px;
|
height:68px;
|
||||||
|
|
@ -114,4 +114,12 @@
|
||||||
#footer img {
|
#footer img {
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login {
position:absolute;
font-size:8pt;
top:50%;
right:150px;
color:white;
}
#login a {
color:white;
}
|
||||||
|
.loginBox {
|
||||||
|
font-size:8pt;
margin:0px;
display:inline;
|
||||||
|
}
|
||||||
|
.loginBox input {
|
||||||
|
font-size:8pt;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
<!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>
|
||||||
<head>
|
<head>
|
||||||
<tmpl_var head.tags>
|
<tmpl_var head.tags>
|
||||||
|
|
@ -10,8 +11,7 @@
|
||||||
^AdminBar("PBtmpl0000000000000090");
|
^AdminBar("PBtmpl0000000000000090");
|
||||||
^AssetProxy(coolmenu);
|
^AssetProxy(coolmenu);
|
||||||
|
|
||||||
<div id="header">
|
<div id="header">
<div id="titles">
<div id="login">
^L("","","PBtmpl0000000000000092"); · ^AdminToggle;
</div>
|
||||||
<div id="titles">
|
|
||||||
<h1>^c;</h1><br />
|
<h1>^c;</h1><br />
|
||||||
<h2>^Page(title);</h2>
|
<h2>^Page(title);</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -27,10 +27,8 @@
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
^AssetProxy(style3/footer_right.jpg);
|
^AssetProxy(style3/footer_right.jpg);
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
^AdminToggle;
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
^AssetProxy(css03.css);
|
^AssetProxy(css03.css);
|
||||||
Loading…
Add table
Add a link
Reference in a new issue