home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 May / maximum-cd-2009-05.iso / DiscContents / npp.5.2.Installer.exe / NppHelp.chm / html / styles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-01-19  |  2.1 KB  |  106 lines

  1. /* Generated by KompoZer */
  2. img {
  3. border:0;
  4. }
  5. .menu_item {
  6.   border-left: 2px solid #d4d0c8;
  7.   border-right: 2px solid #d4d0c8;
  8.   font-family: Tahoma;
  9.   color: black;
  10.   font-size: 10pt;
  11.   background-color: #d4d0c8;
  12.   white-space: nowrap;
  13. }
  14. .menu_item:hover {
  15.   border-left: 2px solid #0a246a;
  16.   border-right: 2px solid #0a246a;
  17.   font-family: Tahoma;
  18.   font-size: 10pt;
  19.   background-color: #0a246a;
  20.   color: white;
  21.   white-space: nowrap;
  22. }
  23. .shortcut {
  24.   border: 1px solid #cccccc;
  25.   font-family: Tahoma;
  26.   font-size: 10pt;
  27.   color: black;
  28.   white-space: nowrap;
  29. }
  30. .button {
  31.   border-style: solid;
  32.   border-color: white #625f5d #625f5d white;
  33.   border-width: 2px;
  34.   font-family: Tahoma;
  35.   font-size: 10pt;
  36.   color: black;
  37.   background-color: #d4d0c8;
  38.   white-space: nowrap;
  39.   padding-left: 2px;
  40.   padding-right: 2px;
  41. }
  42. .checkbox {
  43.   background-image: url(Images/checkboxoff.png);
  44.   background-repeat: no-repeat;
  45.   padding-left: 16px;
  46.   background-position: left center;
  47.   font-family: Tahoma;
  48.   font-size: 10pt;
  49.   background-color: #d4d0c8;
  50.   color: black;
  51.   white-space: nowrap;
  52. }
  53. .checkbox:hover {
  54.   background-image: url(Images/checkboxon.png);
  55.   background-repeat: no-repeat;
  56.   background-position: left center;
  57.   font-family: Tahoma;
  58.   font-size: 10pt;
  59.   background-color: #d4d0c8;
  60.   padding-left: 16px;
  61.   color: black;
  62.   white-space: nowrap;
  63. }
  64. .radio {
  65.   background-image: url(Images/radiooff.png);
  66.   background-repeat: no-repeat;
  67.   background-position: left center;
  68.   font-family: Tahoma;
  69.   font-size: 10pt;
  70.   background-color: #d4d0c8;
  71.   padding-left: 14px;
  72.   color: black;
  73.   white-space: nowrap;
  74. }
  75. .radio:hover {
  76.   background-image: url(Images/radioon.png);
  77.   background-repeat: no-repeat;
  78.   background-position: left center;
  79.   font-family: Tahoma;
  80.   font-size: 10pt;
  81.   background-color: #d4d0c8;
  82.   padding-left: 14px;
  83.   color: black;
  84.   white-space: nowrap;
  85. }
  86. .label {
  87.   font-family: Tahoma;
  88.   font-size: 10pt;
  89.   color: black;
  90.   background-color: #d4d0c8;
  91. }
  92. a.annotation {
  93.   position: absolute;
  94.   border: 2px groove black;
  95.   padding: 0;
  96.   display: none;
  97. }
  98. a.annotation span {
  99.   display: block;
  100.   width: 100%;
  101.   height: 100%;
  102. }
  103. a.annotation:hover {
  104.   border-color: yellow;
  105. }
  106.