Warning, /sdk/codevis/thirdparty/soci/www/style.css is written in an unsupported language. File is not indexed.
0001 body
0002 {
0003 background-color: white;
0004 color: black;
0005 margin-left: 100px;
0006 margin-right: 100px;
0007 /* font-family: arial, sans-serif; */
0008 }
0009
0010 table.banner
0011 {
0012 width: 100%;
0013 border-bottom-color: black;
0014 border-bottom-style: solid;
0015 border-bottom-width: 1px;
0016 padding-top: 16px;
0017 padding-right: 16px;
0018 padding-bottom: 5px;
0019 }
0020
0021 td.banner_left
0022 {
0023 font-size: x-large;
0024 font-weight: bold;
0025 font-stretch: expanded;
0026 }
0027
0028 td.banner_right
0029 {
0030 text-align: right;
0031 }
0032
0033 table.footer
0034 {
0035 width: 100%;
0036 border-top-color: black;
0037 border-top-style: solid;
0038 border-top-width: 1px;
0039 padding-bottom: 16px;
0040 padding-top: 5px;
0041 }
0042
0043 table.main
0044 {
0045 width: 60%;
0046 padding-top: 25px;
0047 }
0048
0049 td.main_navigator
0050 {
0051 vertical-align: top;
0052 }
0053
0054 td.main_text
0055 {
0056 vertical-align: top;
0057 padding-left: 20px;
0058 }
0059
0060 span.bold
0061 {
0062 font-weight: bold;
0063 }
0064
0065 span.literal
0066 {
0067 font-weight: bold;
0068 background-color: white;
0069 color: #8B0000;
0070 }
0071
0072 div.indent
0073 {
0074 margin-left: 40px;
0075 }
0076
0077 div.column-left
0078 {
0079 width: 50%;
0080 float: left;
0081 }
0082
0083 div.column-right
0084 {
0085 width: 50%;
0086 float: right;
0087 }