|
From: <sta...@us...> - 2003-02-26 00:26:08
|
Update of /cvsroot/popfile/engine/skins
In directory sc8-pr-cvs1:/tmp/cvs-serv24364
Modified Files:
SimplyBlue.css
Log Message:
skin code cleanup by D. Smith -- see forum msg. # 1899204 for details -- fonts relatively-sized
Index: SimplyBlue.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/SimplyBlue.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SimplyBlue.css 19 Feb 2003 21:31:08 -0000 1.4
--- SimplyBlue.css 26 Feb 2003 00:26:04 -0000 1.5
***************
*** 1,158 ****
body {
! background-color: #FFFFFF;
! font-family: sans-serif;
! margin: 10px 20px 20px 20px;
! color: #000000;
}
! .shell, .shellTop {
! background-color: #bcd5ea;
! border: 3px #88b5dd solid;
! border-style: groove;
! border-color: #FFFFFF;
! border-width: 2px;
! margin: 0px 0px 0px 0px;
! color: #000000;
}
! table.head {
! width: 100%;
}
! td.head {
! font-weight: normal;
! font-size: 22pt;
}
! .menu {
! font-size: 14pt;
! font-weight: bold;
! width: 100%;
}
! .menuSelected {
! background-color: #88b5dd;
! width: 14%;
! border-color: #ffffff;
! border-style: groove groove none groove;
! border-width: 2px;
! color: #000000;
}
! .menuStandard {
! background-color: #bcd5ea;
! width: 14%;
! border-color: #ffffff;
! border-style: groove groove none groove;
! border-width: 2px;
! color: #000000;
}
! .menuIndent {
! width: 8%;
}
! hr {
! color: #88b5dd;
! background-color: transparent;
}
! a.changeSettingLink {
! background-color: transparent;
! color: blue;
}
! a:link {
! color: #000000;
! background-color: transparent;
! text-decoration: underline;
! }
! a:visited {
! color: #333333;
! background-color: transparent;
! text-decoration: underline;
! }
! a:hover {
! color: #000000;
! background-color: transparent;
! text-decoration: none;
! }
! tr.rowEven {
! background-color: #bcd5ea;
! color: #000000;
}
! tr.rowOdd {
! background-color: #88b5dd;
! color: #000000;
}
! tr.rowHighlighted {
! background-color: #29abff;
! color: #eeeeee;
}
! table.footer {
! width: 100%;
}
table.settingsTable {
! border: 1px solid #88b5dd;
}
! table.openMessageTable, table.lookupResultsTable {
! border: 3px solid #88b5dd;
}
td.openMessageCloser {
! text-align: right;
}
td.openMessageBody {
! text-align: left;
}
! td.settingsPanel {
! border: 1px solid #88b5dd;
}
! td.naked {
! padding: 0px;
! margin: 0px;
! border: none
}
td.accuracy0to49 {
! background-color: red;
! color: black;
}
td.accuracy50to93 {
! background-color: yellow;
! color: black;
}
!
td.accuracy94to100 {
! background-color: green;
! color: black;
}
! div.error01 {
! background-color: transparent;
! color: red;
! font-size: larger;
! }
!
! div.error02 {
! background-color: transparent;
! color: red;
}
! span.graphFont {
! font-size: x-small;
! }
.historyLabel {
--- 1,174 ----
+ /*********************************************************/
+ /* Main Body */
+
body {
! color: #000000;
! background-color: #ffffff;
! font-family: sans-serif;
! font-size: 100%;
! margin: 10px 20px 20px 20px;
}
! /*********************************************************/
! /* General element settings */
!
! hr {
! color: #88b5dd;
! background-color: transparent;
}
! a:link {
! color: #000000;
! background-color: transparent;
! text-decoration: underline;
}
! a:visited {
! color: #333333;
! background-color: transparent;
! text-decoration: underline;
}
! a:hover {
! color: #000000;
! background-color: transparent;
! text-decoration: none;
}
! /*********************************************************/
! /* Shell structure */
!
! .shell, .shellTop {
! color: #000000;
! background-color: #bcd5ea;
! /*order: 3px #88b5dd solid; */
! border: 2px #ffffff groove;
! margin: 0;
}
! td.naked {
! padding: 0px;
! margin: 0px;
! border: none
}
! table.head {
! width: 100%;
}
! td.head {
! font-weight: normal;
! font-size: 1.8em;
}
! table.footer {
! width: 100%;
}
! td.footerBody {
! text-align: center;
! }
! td.logo2menuSpace {
! height: 0.8em;
! }
! /*********************************************************/
! /* Menu Settings */
! .menu {
! font-size: 1.2em;
! font-weight: bold;
! width: 100%;
}
! .menuSelected {
! color: #000000;
! background-color: #88b5dd;
! width: 14%;
! border-color: #ffffff;
! border-style: groove groove none groove;
! border-width: 2px;
}
! .menuStandard {
! color: #000000;
! background-color: #bcd5ea;
! width: 14%;
! border-color: #ffffff;
! border-style: groove groove none groove;
! border-width: 2px;
}
! .menuIndent {
! width: 8%;
}
+ /*********************************************************/
+ /* Table Settings */
+
table.settingsTable {
! border: 1px solid #88b5dd;
}
! td.settingsPanel {
! border: 1px solid #88b5dd;
! }
!
! table.openMessageTable {
! border: 3px solid #88b5dd;
}
td.openMessageCloser {
! text-align: right;
}
td.openMessageBody {
! text-align: left;
}
! tr.rowEven {
! background-color: #bcd5ea;
! color: #000000;
}
! tr.rowOdd {
! background-color: #88b5dd;
! color: #000000;
}
+ tr.rowHighlighted {
+ background-color: #29abff;
+ color: #eeeeee;
+ }
+
+ table.lookupResultsTable {
+ border: 3px solid #88b5dd;
+ }
+
+ /*********************************************************/
+ /* Graphics */
+
td.accuracy0to49 {
! background-color: red;
! color: black;
}
td.accuracy50to93 {
! background-color: yellow;
! color: black;
}
!
td.accuracy94to100 {
! background-color: green;
! color: black;
}
! span.graphFont {
! font-size: x-small;
}
! /*********************************************************/
! /* Form Labels */
.historyLabel {
***************
*** 166,234 ****
.bucketsLabel {
! font-weight: bold;
}
.magnetsLabel {
! font-weight: bold;
}
.securityLabel {
! font-weight: bold;
}
.configurationLabel {
! font-weight: bold;
}
-
.advancedLabel {
! font-weight: bold;
}
!
.passwordLabel {
! font-weight: bold;
}
.sessionLabel {
! font-weight: bold;
}
! td.logo2menuSpace {
! height: 0.8em;
}
! td.footerBody {
! text-align: center;
! }
!
table.historyWidgetsTop {
! width: 100%;
! margin-left: 1.5em;
! margin-top: 0.6em;
! margin-bottom: 1.0em;
}
table.historyWidgetsBottom {
! width: 100%;
! margin-top: 0.6em;
}
td.historyNavigatorTop {
! text-align: right;
}
td.historyNavigatorBottom {
! text-align: right;
}
! span.bucketsWidgetState {
! font-weight: bold;
}
! span.configWidgetState {
! font-weight: bold;
}
- span.securityWidgetState {
- font-weight: bold;
- }
\ No newline at end of file
--- 182,259 ----
.bucketsLabel {
! font-weight: bold;
}
.magnetsLabel {
! font-weight: bold;
}
.securityLabel {
! font-weight: bold;
}
.configurationLabel {
! font-weight: bold;
}
.advancedLabel {
! font-weight: bold;
}
!
.passwordLabel {
! font-weight: bold;
}
.sessionLabel {
! font-weight: bold;
}
! .bucketsWidgetStateOn, .bucketsWidgetStateOff {
! font-weight: bold;
}
! .configWidgetStateOn, .configWidgetStateOff {
! font-weight: bold;
! }
!
! .securityWidgetStateOn, .securityWidgetStateOff {
! font-weight: bold;
! }
!
! /*********************************************************/
! /* Positioning */
!
table.historyWidgetsTop {
! width: 100%;
! margin-left: 1.5em;
! margin-top: 0.6em;
! margin-bottom: 1.0em;
}
table.historyWidgetsBottom {
! width: 100%;
! margin-top: 0.6em;
}
td.historyNavigatorTop {
! text-align: right;
}
td.historyNavigatorBottom {
! text-align: right;
}
! /*********************************************************/
! /* Errors */
!
! div.error01 {
! background-color: transparent;
! color: red;
! font-size: larger;
}
! div.error02 {
! background-color: transparent;
! color: red;
}
|