Fixes for style 3
This commit is contained in:
parent
4f0727ba40
commit
9d5d723eef
4 changed files with 148 additions and 140 deletions
|
|
@ -158,7 +158,7 @@ coolmenu.construct();
|
||||||
/*border-left:#353535 solid 1px;
|
/*border-left:#353535 solid 1px;
|
||||||
border-right:#353535 solid 2px;
|
border-right:#353535 solid 2px;
|
||||||
border-bottom:#353535 solid 2px;*/
|
border-bottom:#353535 solid 2px;*/
|
||||||
background: url('^FileUrl(style3/main_top_bg.jpg);');
|
background: url('^FileUrl(style3/spacer.gif);');
|
||||||
}
|
}
|
||||||
|
|
||||||
.cLevel0over {
|
.cLevel0over {
|
||||||
|
|
@ -168,7 +168,7 @@ coolmenu.construct();
|
||||||
/*border-left:#353535 solid 1px;
|
/*border-left:#353535 solid 1px;
|
||||||
border-right:#353535 solid 2px;
|
border-right:#353535 solid 2px;
|
||||||
border-bottom:#353535 solid 2px; */
|
border-bottom:#353535 solid 2px; */
|
||||||
background: url('^FileUrl(style3/main_top_bg.jpg);');
|
background: url('^FileUrl(style3/spacer.gif);');
|
||||||
}
|
}
|
||||||
|
|
||||||
.cLevel0border {
|
.cLevel0border {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ body, html {
|
||||||
background-color:#b53018;
|
background-color:#b53018;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
width:98%;
|
width:98%;
|
||||||
/*min-width:790px;*/
|
/*min-width:790px;*/
|
||||||
|
|
@ -17,7 +16,6 @@ body, html {
|
||||||
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%;
|
||||||
|
|
@ -64,11 +62,22 @@ body, html {
|
||||||
#title img {
|
#title img {
|
||||||
z-index:5;
|
z-index:5;
|
||||||
}
|
}
|
||||||
#login {
position:absolute;
font-size:8pt;
top:45%;
right:150px;
color:white;
|
#login {
|
||||||
|
position:absolute;
|
||||||
|
font-size:8pt;
|
||||||
|
top:45%;
|
||||||
|
right:150px;
|
||||||
|
color:white;
|
||||||
z-index:6;
|
z-index:6;
|
||||||
font-family:arial;
}
#login a {
color:white;
}
|
font-family:arial;
|
||||||
|
}
|
||||||
|
#login a {
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
.loginBox {
|
.loginBox {
|
||||||
font-size:8pt;
margin:0px;
display:inline;
|
font-size:8pt;
|
||||||
|
margin:0px;
|
||||||
|
display:inline;
|
||||||
}
|
}
|
||||||
.loginBox input {
|
.loginBox input {
|
||||||
font-size:8pt;
|
font-size:8pt;
|
||||||
|
|
@ -85,7 +94,6 @@ body, html {
|
||||||
height:auto;
|
height:auto;
|
||||||
min-height:500px;
|
min-height:500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contentArea {
|
#contentArea {
|
||||||
z-index:2;
|
z-index:2;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
|
@ -107,7 +115,6 @@ html #main #mainBody #contentArea {
|
||||||
letter-spacing:1px;
|
letter-spacing:1px;
|
||||||
font-size:8pt;
|
font-size:8pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topCorner {
|
#topCorner {
|
||||||
width:100%;
|
width:100%;
|
||||||
height:214px;
|
height:214px;
|
||||||
|
|
@ -144,3 +151,4 @@ html #main #mainBody #contentArea {
|
||||||
left:30px;
|
left:30px;
|
||||||
font-size:8pt;
|
font-size:8pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
BIN
docs/upgrades/7fixup/style3/spacer.gif
Normal file
BIN
docs/upgrades/7fixup/style3/spacer.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 B |
|
|
@ -25,7 +25,7 @@
|
||||||
<h1>^H(^c;);</h1>
|
<h1>^H(^c;);</h1>
|
||||||
<h2>^Page(title);</h2>
|
<h2>^Page(title);</h2>
|
||||||
</div>
|
</div>
|
||||||
<a href="http://www.plainblack.com/weggui">^AssetProxy(style3/wg.jpg);</a><br />
|
<a href="http://www.plainblack.com/webgui">^AssetProxy(style3/wg.jpg);</a><br />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue