-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2d95b6
commit 017ac8c
Showing
13 changed files
with
5,209 additions
and
5,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,106 +1,106 @@ | ||
BODY {background:#FFFFFF} | ||
|
||
.menuItem { | ||
font-family:sans-serif; font-size:small; | ||
width:220;padding-left:20; | ||
background-color:menu; | ||
color:black | ||
} | ||
|
||
.highlightItem { | ||
font-family:sans-serif; font-size:small; | ||
width:220; padding-left:20; | ||
background-Color:highlight; color:white; | ||
} | ||
|
||
.navBar { | ||
background-Color:buttonface; | ||
} | ||
|
||
.oldNavBar { | ||
background-Color:black; | ||
} | ||
|
||
.pageView { | ||
background-Color:white; | ||
} | ||
|
||
.propViewer { | ||
background-Color:white; | ||
color: black; | ||
font-family: Verdana; | ||
font-style: italic; | ||
font-weight: bold; | ||
font-size: medium; | ||
text-align: center; | ||
} | ||
|
||
.propViewerTABLE { | ||
background-Color: black; | ||
font-weight: medium; | ||
border-width: 1pt; | ||
border-color: black; | ||
} | ||
|
||
.propViewerTHEAD { | ||
background-Color: rgb(230,230,230); | ||
color: black; | ||
font-family: Verdana; | ||
font-style: italic; | ||
font-weight: medium; | ||
font-size: small; | ||
} | ||
|
||
.propViewerHeaderSep { | ||
background-Color: black; | ||
height: 0pt; | ||
} | ||
|
||
.propViewerLines { | ||
background-Color: black; | ||
height: 2pt; | ||
} | ||
|
||
.propViewerTD { | ||
font-family: Verdana; | ||
color: black; | ||
font-size: x-small; | ||
font-style: normal; | ||
align: center; | ||
} | ||
|
||
.propViewerEvenRow { | ||
background-Color: rgb(253,254,238); | ||
} | ||
|
||
.propViewerOddRow { | ||
background-Color: rgb(254,254,247); | ||
} | ||
|
||
.clTab { | ||
cursor:hand; | ||
background:buttonface; | ||
font: 0.7em Arial; | ||
padding-left:3px; | ||
padding-right:3px; | ||
text-align:center; | ||
} | ||
|
||
.clBorder { | ||
background:windowframe; | ||
font:1pt; | ||
} | ||
|
||
.clScroll { | ||
font:8pt Courier New; | ||
color:threeddarkshadow; | ||
cursor:default; | ||
line-height:10pt; | ||
} | ||
|
||
.clScroll2 { | ||
font:10pt Arial; | ||
color:threeddarkshadow; | ||
cursor:default; | ||
line-height:11pt; | ||
} | ||
BODY {background:#FFFFFF} | ||
|
||
.menuItem { | ||
font-family:sans-serif; font-size:small; | ||
width:220;padding-left:20; | ||
background-color:menu; | ||
color:black | ||
} | ||
|
||
.highlightItem { | ||
font-family:sans-serif; font-size:small; | ||
width:220; padding-left:20; | ||
background-Color:highlight; color:white; | ||
} | ||
|
||
.navBar { | ||
background-Color:buttonface; | ||
} | ||
|
||
.oldNavBar { | ||
background-Color:black; | ||
} | ||
|
||
.pageView { | ||
background-Color:white; | ||
} | ||
|
||
.propViewer { | ||
background-Color:white; | ||
color: black; | ||
font-family: Verdana; | ||
font-style: italic; | ||
font-weight: bold; | ||
font-size: medium; | ||
text-align: center; | ||
} | ||
|
||
.propViewerTABLE { | ||
background-Color: black; | ||
font-weight: medium; | ||
border-width: 1pt; | ||
border-color: black; | ||
} | ||
|
||
.propViewerTHEAD { | ||
background-Color: rgb(230,230,230); | ||
color: black; | ||
font-family: Verdana; | ||
font-style: italic; | ||
font-weight: medium; | ||
font-size: small; | ||
} | ||
|
||
.propViewerHeaderSep { | ||
background-Color: black; | ||
height: 0pt; | ||
} | ||
|
||
.propViewerLines { | ||
background-Color: black; | ||
height: 2pt; | ||
} | ||
|
||
.propViewerTD { | ||
font-family: Verdana; | ||
color: black; | ||
font-size: x-small; | ||
font-style: normal; | ||
align: center; | ||
} | ||
|
||
.propViewerEvenRow { | ||
background-Color: rgb(253,254,238); | ||
} | ||
|
||
.propViewerOddRow { | ||
background-Color: rgb(254,254,247); | ||
} | ||
|
||
.clTab { | ||
cursor:hand; | ||
background:buttonface; | ||
font: 0.7em Arial; | ||
padding-left:3px; | ||
padding-right:3px; | ||
text-align:center; | ||
} | ||
|
||
.clBorder { | ||
background:windowframe; | ||
font:1pt; | ||
} | ||
|
||
.clScroll { | ||
font:8pt Courier New; | ||
color:threeddarkshadow; | ||
cursor:default; | ||
line-height:10pt; | ||
} | ||
|
||
.clScroll2 { | ||
font:10pt Arial; | ||
color:threeddarkshadow; | ||
cursor:default; | ||
line-height:11pt; | ||
} |
Oops, something went wrong.