Updated brushed-metal theme, not as dark now, added rounded corners for menu and appbox. resize mods to menu.

This commit is contained in:
Jerry Ruhe 2007-01-03 04:32:31 +00:00
parent f957bdfa83
commit 8c1d51d369
23 changed files with 222 additions and 55 deletions

View File

@ -3,6 +3,12 @@
allowed attributes: font-family,font-size,color,font-weight allowed attributes: font-family,font-size,color,font-weight
*/ */
.divappbot
{
bottom: 0px;
width: 100%;
}
body,td body,td
{ {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
@ -78,7 +84,7 @@ img
input,button,select input,button,select
{ {
border: solid 1px #bbbbbb; border: solid 1px #9f9f9f;
color: #17202b; color: #17202b;
} }
@ -86,14 +92,14 @@ input[type=submit],input[type=button],input[type=reset],button,.egwbutton
{ {
background-color:#c5c5c5; background-color:#c5c5c5;
border: 1px solid #dddddd; border: 0px solid #dddddd;
background-color:#fbf8f1; background-color:#fbf8f1;
background-image: url(../images/butInactive-bm.png); background-image: url(../images/butInactive-bm.png);
border: solid 1px black; border: solid 1px #9f9f9f;
margin: 1px; margin: 0px;
padding: 1px; padding: 0px;
cursor: pointer; cursor: pointer;
color: white; color: #666666;
} }
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
@ -101,6 +107,7 @@ input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button
background-color:#88b4e1; background-color:#88b4e1;
background-image: url(../images/butHover-bm.png); background-image: url(../images/butHover-bm.png);
border: 1px solid #007205; border: 1px solid #007205;
padding: 0px;
color: white; color: white;
} }
@ -109,7 +116,7 @@ input[type=submit]:active,input[type=button]:active,input[type=reset]:active,but
{ {
background-image: url(../images/butActive-bm.png); background-image: url(../images/butActive-bm.png);
border: 1 solid #a21616; border: 1 solid #a21616;
color: white; color: #257900;
} }
input.egwbutton input.egwbutton
@ -147,14 +154,19 @@ input[type=image]
Sidebox - Loginbox Style ***BEGIN*** Sidebox - Loginbox Style ***BEGIN***
*/ */
#thesideboxcolumn
{
width: 203px;
position:relative;
}
#tdSidebox #tdSidebox
{ {
width:204px; /*width:204px;*/
overflow:visible; overflow:visible;
} }
.divLoginbox,.divSidebox .divLoginbox
{ {
position:relative; position:relative;
width: 370px; width: 370px;
@ -163,8 +175,11 @@ input[type=image]
.divSidebox .divSidebox
{ {
width: 188px; /*width: 188px;*/
position: relative;
border: 0px solid #9f9f9f; border: 0px solid #9f9f9f;
/*background-image: url(../images/bmback2.jpg);*/
background-color: white;
} }
.divLoginboxHeader,.divSideboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar .divLoginboxHeader,.divSideboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar
@ -174,33 +189,83 @@ input[type=image]
.textSideboxStar .textSideboxStar
{ {
width: 20px;
font-size:90%; font-size:90%;
background-color: #e1e1e1; /*background-image: url(../images/rowoff-bm.png);*/
border-right: 0px solid #9f9f9f; /*background-color: white:*/
border-top:1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
border-left: 0px solid #9f9f9f; border-left: 0px solid #9f9f9f;
} }
.divSideboxHeader,.divLoginboxHeader .divSideboxHeader,.divLoginboxHeader
{ {
text-align:center; text-align:center;
background-image:url(../images/menuTitle-bm.png); /*background-image:url(../images/menuTitle-bm.png);*/
color:#666666; color: #666666;
height: 22px; height: 23px;
font-weight:bold; font-weight:bold;
font-size:12px; font-size:12px;
position: relative; position: relative;
left: 0px; left: 0px;
top: 0px; top: 0px;
padding:0px;
border-top: 0px solid #9f9f9f; border-top: 0px solid #9f9f9f;
border-left: 0px solid #9f9f9f; border-left: 0px solid #9f9f9f;
border-right: 0px solid #9f9f9f; border-right: 0px solid #9f9f9f;
} }
.menuHeadLt
{
background-image:url(../images/menuTitleLt-bm.png);
padding:0px;
width: 24px;
height:23px;
}
.menuHeadMid
{
background-image:url(../images/menuTitleMid-bm.png);
width: 100%;
line-height:23px;
}
.menuHeadRt
{
background-image:url(../images/menuTitleRt-bm.png);
width:24px;
padding:0px;
height: 23px;
}
.menuBotLt
{
background-image:url(../images/menuBotLt-bm.png);
padding:0px;
width: 20px;
height:18px;
}
.menuBotMid
{
background-image:url(../images/menuBotMid-bm.png);
width: 100%;
line-height:18px;
}
.menuBotRt
{
background-image:url(../images/menuBotRt-bm.png);
width:20px;
padding:0px;
height: 18px;
}
a.divSideboxEntry, .divSideboxEntry a.divSideboxEntry, .divSideboxEntry
{ {
text-align:left; text-align:left;
height:18px; height:18px;
background-color:#ffffff; /*background-image:url(../images/bmback2.jpg);*/
/*background-color:#ffffff;*/
border-left: 0px solid #9f9f9f; border-left: 0px solid #9f9f9f;
} }
@ -219,13 +284,17 @@ a.textSidebox
{ {
height:18px; height:18px;
padding-left: 2px; padding-left: 2px;
border-top: solid #9f9f9f 0px; border-top: 1px solid #e1e1e1;
} }
.textSideboxHover .textSideboxHover
{ {
background-color: #e1e1e1; /*background-image: url(../images/arrow-rt-grey.png);*/
border-top: 0px solid #9f9f9f; /*background-repeat: no-repeat;*/
/*background-position: top right;*/
background-color: white;
height: 18x;
border-top: 1px solid #e1e1e1;
padding-left: 2px; padding-left: 2px;
font-size: 10px; font-size: 10px;
} }
@ -238,9 +307,10 @@ a.textSidebox
.textSideboxSpacer .textSideboxSpacer
{ {
height:18px; height:19px;
padding-left: 0px; padding-left: 0px;
border-left: solid #9f9f9f 0px; border-left: solid #9f9f9f 0px;
border-top: 1px solid #e1e1e1;
} }
.slideoutBack .slideoutBack
@ -249,6 +319,7 @@ a.textSidebox
border: #17202b 1px solid; border: #17202b 1px solid;
padding:10px; padding:10px;
background-image:url(../images/bmback.jpg); background-image:url(../images/bmback.jpg);
width: 203px;
} }
.sideboxDrop .sideboxDrop
@ -258,7 +329,7 @@ position: relative;
top: 0px; top: 0px;
border-bottom: 0px solid white; border-bottom: 0px solid white;
border-left: 1px solid #9f9f9f; border-left: 1px solid #9f9f9f;
border-right: 1px solid white; border-right: 1px solid #9f9f9f;
} }
.textSidebox:first-letter .textSidebox:first-letter
@ -268,8 +339,8 @@ position: relative;
.sideboxSpace .sideboxSpace
{ {
height:22px; height:29px;
background-image: url(../images/botspacer.png); /*background-image: url(../images/botspacer.png);*/
} }
/* /*
@ -341,7 +412,8 @@ position: relative;
.extraIconsRow .extraIconsRow
{ {
border-top:solid 0px #9f9f9f; border-top: 1px solid #e1e1e1;
height: 19px;
padding:1px; padding:1px;
padding-left: 3px; padding-left: 3px;
font-size: 10px; font-size: 10px;
@ -351,7 +423,7 @@ position: relative;
.extraIconsRow:hover .extraIconsRow:hover
{ {
border-top:solid 0px #9f9f9f; border-top: 1px solid #e1e1e1;
padding:1px; padding:1px;
padding-left: 3px; padding-left: 3px;
font-size: 10px; font-size: 10px;
@ -370,7 +442,7 @@ body {
#divMain #divMain
{ {
background-image:url(../images/bmback.jpg); background-image:url(../images/bmback.jpg);
background-color:white; background-color: #646464;
padding:9px; padding:9px;
margin: 0px; margin: 0px;
border-bottom: 2px solid white; border-bottom: 2px solid white;
@ -380,7 +452,7 @@ body {
{ {
position:absolute; position:absolute;
left:17px; left:17px;
top:2px; top:5px;
z-index:51; z-index:51;
} }
@ -414,8 +486,8 @@ body {
.divAppIconBlock /* this allows the icons and text to be positioned via absolute and requires the iconspacer div */ .divAppIconBlock /* this allows the icons and text to be positioned via absolute and requires the iconspacer div */
{ {
border-top: 1px solid white; border-top: 0px solid #efefef;
background-image: url(../images/SpacerBack.jpg); /*background-image: url(../images/hilitetest-bm.png);*/
background-repeat: repeat-x; background-repeat: repeat-x;
padding: 0px; padding: 0px;
position:absolute; position:absolute;
@ -426,7 +498,7 @@ body {
#divAppIconBar #divAppIconBar
{ {
height: 57px; height: 58px;
position: relative; position: relative;
top: 0px; top: 0px;
left: 0px; left: 0px;
@ -434,7 +506,7 @@ body {
.iconBackFirstCell .iconBackFirstCell
{ {
background-image: url(../images/firstcell-bm.png); /*background-image: url(../images/firstcell-bm.png);*/
background-repeat: no-repeat; background-repeat: no-repeat;
height:58px; height:58px;
} }
@ -442,28 +514,34 @@ body {
.appIconTbl .appIconTbl
{ {
padding:0px; padding:0px;
background-image: url(../images/iconBack-bm.png); background-image: url(../images/bmback2.jpg);
background-repeat: repeat-x; /*background-repeat: repeat-x;*/
vertical-align: top; vertical-align: top;
border-bottom: 1px solid #9f9f9f;
color: white; color: white;
} }
.iconBack .iconBack
{ {
background-image: url(../images/iconBack-bm.png); /*background-image: url(../images/iconBack-bm.png);*/
border-right: 1px solid white; border-right: 0px solid #bfbfbf;
border-left: 0px solid white;
height: 44px;
} }
.iconBackHover .iconBackHover
{ {
background-image: url(../images/iconBackHover-bm.png); background-image: url(../images/pointer.png);
border-right: 1px solid white; background-position: center center;
background-repeat: no-repeat;
border-right: 0px solid #bfbfbf;
border-left: 0px solid white;
} }
.appIconSpacer .appIconSpacer
{ {
height:43px; height:44px;
background-color: white; background-color: #ffffff;
} }
#divAppTextBar #divAppTextBar
@ -480,17 +558,17 @@ body {
position: relative; position: relative;
top:0px top:0px
left:0px; left:0px;
height:36px; height:32px;
vertical-align:bottom; vertical-align:bottom;
border: 0px solid black; border: 0px solid black;
padding-top:0px; padding-top:12px;
} }
.userinfolt .userinfolt
{ {
background-image: url(../images/userbacklt-bm.png); background-image: url(../images/userbacklt-bm.png);
width: 20px; width: 22px;
height: 36px; height: 22px;
} }
.userinfomid .userinfomid
@ -498,12 +576,13 @@ body {
background-image: url(../images/userback-bm.png); background-image: url(../images/userback-bm.png);
background-repeat: repeat-x; background-repeat: repeat-x;
color: #666666; color: #666666;
white-space: nowrap;
} }
.userinfort .userinfort
{ {
background-image: url(../images/userbackrt-bm.png); background-image: url(../images/userbackrt-bm.png);
width: 20px; width: 22px;
} }
@ -513,34 +592,59 @@ body {
#tdAppbox #tdAppbox
{ {
padding-left:5px; padding-left:9px;
width: 100%; width: 100%;
border: 0px solid red;
} }
#divAppboxHeader #divAppboxHeader
{ {
background-image:url(../images/menuTitle-bm.png); background-image:url(../images/menuTitle-bm.png);
height:22px; height:24px;
padding-top: 0px; padding-top: 0px;
font-size:12px; font-size:14px;
font-weight: bold; font-weight: bold;
color: #666666; color: #666666;
text-align:center; text-align:center;
padding-bottom:0px; padding:0px;
border-top:solid 0px #9f9f9f; border-top:solid 0px #9f9f9f;
border-left:solid 0px #9f9f9f; border-left:solid 0px #9f9f9f;
border-right:solid 0px #9f9f9f; border-right:solid 0px #9f9f9f;
border-bottom:solid 0px #9f9f9f;
} }
.appBoxHeadLt
{
background-image:url(../images/abhlt.png);
/*background-image:url(../images/menuTitleLt-bm.png);*/
padding:0px;
width: 24px;
height:24px;
}
.appBoxHeadMid
{
background-image:url(../images/abhmid.png);
/*background-image:url(../images/menuTitleMid-bm.png);*/
padding:0px;
line-height:24px;
}
.appBoxHeadRt
{
background-image:url(../images/abhrt.png);
/*background-image:url(../images/menuTitleRt-bm.png);*/
width:24px;
padding:0px;
height: 24;
}
#divAppbox #divAppbox
{ {
background-image:url(../images/bmback2.jpg); background-image:url(../images/bmback2.jpg);
background-color:#ffffff; background-color:#ffffff;
padding:5px; padding:9px;
border-bottom:solid 3px white; border-bottom:solid 0px #9f9f9f;
border-left:solid 1px #9f9f9f; border-left:solid 1px #9f9f9f;
border-right:solid 1px white; border-right:solid 1px #9f9f9f;
} }
/* /*
@ -571,10 +675,12 @@ body {
.row_on { .row_on {
color: black; color: black;
background-color: #F1F1F1; background-color: #F1F1F1;
background-image: url(../images/rowon-bm.png);
} }
.row_off { .row_off {
color: black; color: black;
background-color: #ffffff; background-color: #ffffff;
background-image: url(../images/rowoff-bm.png);
} }
.narrow_column { width: 1%; white-space: nowrap; } .narrow_column { width: 1%; white-space: nowrap; }

View File

@ -153,7 +153,13 @@ input[type=image]
overflow:visible; overflow:visible;
} }
.divLoginbox,.divSidebox #thesideboxcolumn
{
width: 177px;
position:relative;
}
.divLoginbox
{ {
position:relative; position:relative;
@ -163,7 +169,8 @@ input[type=image]
.divSidebox .divSidebox
{ {
width: 188px; position: relative;
border: 1px solid #9f9f9f;
} }
.divLoginboxHeader,.divSideboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar .divLoginboxHeader,.divSideboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar
@ -176,6 +183,7 @@ input[type=image]
font-size:90%; font-size:90%;
background-color: #a7c4db; background-color: #a7c4db;
border-right: 1px solid #9f9f9f; border-right: 1px solid #9f9f9f;
width: 20px;
} }
.divSideboxHeader,.divLoginboxHeader .divSideboxHeader,.divLoginboxHeader
@ -188,6 +196,26 @@ input[type=image]
font-size:12px; font-size:12px;
} }
.menuHeadLt
{
padding:0px;
width: 24px;
height:18px;
}
.menuHeadMid
{
padding:0px;
margin-left: auto;
margin-right: auto;
}
.menuHeadRt
{
width:24px;
padding:0px;
height: 18px;
}
a.divSideboxEntry, .divSideboxEntry a.divSideboxEntry, .divSideboxEntry
{ {
text-align:left; text-align:left;
@ -237,9 +265,12 @@ a.textSidebox
.slideoutBack .slideoutBack
{ {
background-image: url(../images/divmain-background.jpg);
background-repeat: no-repeat;
background-color:white; background-color:white;
border: #17202b 1px solid; border: #17202b 1px solid;
padding:10px; padding:10px;
width: 203px;
} }
.sideboxDrop .sideboxDrop

View File

@ -0,0 +1,30 @@
</td></tr></table>
</div>
<div class="divappbot">
<table class="menuBotMid" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="menuBotLt"></td>
<td nowrap>&nbsp;</td>
<td class="menuBotRt"></td>
</tr>
</table>
</div>
<!-- Applicationbox Column -->
</td>
</tr>
</table>
</div>
</div>
{page_generation_time}
<div id="divPoweredBy"><br/><span>{powered_by}</span></div>
<!-- enable wz_tooltips -->
{activate_tooltips}
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 903 B

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 B

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 514 B