added sidebox view, prep for sysadmin menu stuff
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
|
||||
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
||||
Copyright (C) 2002 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
||||
Copyright (C) 2002-03 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
*#
|
||||
@@ -66,6 +66,13 @@ body td.errorhead, body td.errorbody {
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
body td.sideboxtop, body div.sideboxtop, body p.sideboxtop {
|
||||
font-size: small;
|
||||
voice-family: "\"}\"";
|
||||
voice-family: inherit;
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd {
|
||||
font-size: small; /* be nice to Opera */
|
||||
}
|
||||
@@ -94,6 +101,10 @@ html>body td.errorhead, html>body td.errorbody {
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
html>body td.sideboxtop, html>body div.sideboxtop, html>body p.sideboxtop {
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
## these are styles for inline menu lists
|
||||
div.imenu {
|
||||
padding: 5px;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
|
||||
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
||||
Copyright (C) 2002 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
||||
Copyright (C) 2002-03 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
*#
|
||||
@@ -102,3 +102,23 @@ td.errorbody {
|
||||
color: #3333aa;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.sideboxtop {
|
||||
color: #ffffff;
|
||||
background-color: #6666cc;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
td.sideboxtop {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.sidebox {
|
||||
color: #000000;
|
||||
background-color: #9999ff;
|
||||
}
|
||||
|
||||
td.sidebox {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user