home *** CD-ROM | disk | FTP | other *** search
/ ftp6.securdisc.net / ftp6.securdisc.net.tar / ftp6.securdisc.net / SecurDiscViewer_Plk.chm / css / core.production.css < prev    next >
Cascading Style Sheet File  |  2010-08-08  |  3KB  |  198 lines

  1. body {
  2.     border: 0px;
  3.     color: #000000;
  4.     font-family: arial unicode ms, arial, helvetica, sans-serif;
  5.     font-size: 10pt;
  6.     margin: 0px;
  7.     padding: 0px;
  8. }
  9.  
  10.  
  11.  
  12. a:visited, a:link, a
  13. {
  14.   color: #000000;
  15.   text-decoration: none;
  16. }
  17.  
  18.  
  19. a:hover, a:active
  20. {
  21.   color: #FF0000;
  22.   text-decoration: none;
  23. }
  24.  
  25.  
  26. .content a, .content a:link, .content a:visited {
  27.     color: #0000FF;
  28.     text-decoration: none;
  29. }
  30.  
  31. .content a:hover {
  32.     color: #FF0000;
  33.     text-decoration: none;
  34. }
  35.  
  36.  
  37. /* ========================================================= */
  38. /* LEXICON REFERENCES / GLOSSARY                             */
  39. /* ========================================================= */
  40.  
  41.  
  42. span.lexiconEntryLink, {
  43.     cursor: help;
  44. }
  45.  
  46. .tooltip {
  47.     display: none;
  48.     position: absolute;
  49.     background-color: #FFFFFF;
  50.     border-color: #000000;
  51.     font-size: 12px;
  52.     padding: 2px;
  53.     border-width: 1px;
  54.     border-style: solid;
  55.     width: 300px;
  56. }
  57.  
  58.  
  59. .tooltip .head {
  60.     color: white;
  61.     background-color: #006666;
  62.     padding: 2px;
  63.     text-align: left;
  64. }
  65.  
  66. .tooltip .head table {
  67.     margin: 2px;
  68.     padding: 0px 1px 0px 1px;
  69. }
  70.  
  71. .tooltip .head table tr td {
  72.     color: white;
  73.     padding: 1px 0 1px 0;
  74. }
  75.  
  76. .tooltipContent {
  77.     color: #000086;
  78.     padding: 2px 4px 2px 4px;
  79.     text-align: left;
  80. }
  81.  
  82. .tooltipContent * {
  83.     margin: 0;
  84.     padding: 0;
  85. }
  86.  
  87.  
  88. /* ========================================================= */
  89. /* HEADER STYLES (HTML and HTMLHelp only)                    */
  90. /* ========================================================= */
  91. div.company {
  92.     font-size: 15px;
  93.     font-weight: bold;
  94.     background-color: #E1EAFB;
  95.     width: 100%;
  96.     padding: 5px 0px 5px 0;
  97.     margin: 0px;
  98.     overflow: hidden;
  99. }
  100.  
  101. div.company p {
  102.     vertical-align: middle;
  103. }
  104.  
  105. td.project {
  106.     font-weight: bold;
  107.     font-size: 12px !important;
  108.     color: #F5F5F5;
  109.     vertical-align: middle;
  110.     padding: 3px 5px 3px 5px;
  111.     padding-left: 5px;
  112.     width: 100%;
  113. }
  114.  
  115. td.project a, td.project a:link, td.project a:visited {
  116.     color: #F5F5F5;
  117.     text-decoration: none;
  118. }
  119.  
  120. div.logo_company {
  121.   padding: 2px 0 2px 0;
  122. }
  123.  
  124. div.logo_company img {
  125.     margin-right: 10px;
  126.     padding: 3px;
  127. }
  128.  
  129. table.metatable {
  130.     background-color: #4179D6;
  131.     width: 100%;
  132.     vertical-align: middle;
  133.     margin: 0px; 
  134.     padding: 0px;
  135.     border: none;
  136.     height: 25px;
  137. }
  138.  
  139. .metatable {
  140.     border-left: 2px solid #E1EAFB;
  141.     padding-left: 7px;
  142.     padding-right: 7px;
  143.     vertical-align: middle;
  144. }
  145.  
  146. td.metatable a, td.metatable a:link, td.metatable a:visited {
  147.     color: white;
  148.     vertical-align: middle;
  149.     font-size: 12px;
  150. }
  151.  
  152. .titlePageContent {
  153.     text-align: center;
  154. }
  155.  
  156.  
  157. /* ========================================================= */
  158. /* BREADCRUMB NAVIGATION (HTML and HTMLHelp only)            */
  159. /* ========================================================= */
  160. .breadcrumb {
  161.     margin-top: 8px;
  162.     margin-bottom: 10px;
  163.     padding: 2px;
  164.     font-weight: bold;
  165.     background-color: #F8F8F8;
  166.     border: 1px solid #D8D8D8;
  167.     font-size: 11px;
  168.     line-height: 130%;
  169. }
  170.  
  171. .breadcrumb img {
  172.     margin-left: 7px;
  173.     margin-right: 7px;
  174. }
  175.  
  176. .breadcrumbArea {
  177.     font-weight: normal;
  178.     margin-right: 7px;
  179. }
  180.  
  181.  
  182. .breadcrumb a, .breadcrumb a a:link, .breadcrumb a:visited {
  183.     color: #000000;
  184. }
  185.  
  186. .breadcrumb a:hover {
  187.     color: #FF0000;
  188. }
  189.  
  190. .indexentry {
  191.     cursor: help;
  192.     border-bottom: 1px dotted #000000;
  193. }
  194.  
  195.  
  196. dd {
  197.     overflow: hidden;
  198. }