|
@@ -1,125 +0,0 @@
|
|
|
-/*
|
|
|
- Inno Setup
|
|
|
- Copyright (C) 1997-2024 Jordan Russell
|
|
|
- Portions by Martijn Laan
|
|
|
- For conditions of distribution and use, see LICENSE.TXT.
|
|
|
-
|
|
|
- Style sheet used by contents.htm
|
|
|
-*/
|
|
|
-
|
|
|
-BODY {
|
|
|
- font-family: "Segoe UI", Tahoma, sans-serif;
|
|
|
- font-size: 75%; /* 9pt (12px/16px) */
|
|
|
- margin: 0;
|
|
|
- background-color: #1f1f1f;
|
|
|
- color:#d6d6d6;
|
|
|
-}
|
|
|
-INPUT {
|
|
|
- font: inherit;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-#tabbar {
|
|
|
- background-color: #403E41;
|
|
|
- color: #d6d6d6;
|
|
|
- padding-top: 6px;
|
|
|
- cursor: default;
|
|
|
- -moz-user-select: none;
|
|
|
-}
|
|
|
-#tabbar TD {
|
|
|
- padding: 0;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-#tabbar TD.selectedtab {
|
|
|
- background-color: #1f1f1f;
|
|
|
- padding: 2px 6px 3px 6px;
|
|
|
- border-bottom: none;
|
|
|
-}
|
|
|
-#tabbar TD.unselectedtab {
|
|
|
- padding: 3px 7px 2px 7px;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-#tabbar A {
|
|
|
- background-color: transparent;
|
|
|
- color: #d6d6d6;
|
|
|
- text-decoration: none;
|
|
|
- outline: none;
|
|
|
-}
|
|
|
-#tabbar TD.selectedtab A {
|
|
|
- cursor: default;
|
|
|
-}
|
|
|
-#tabbar TD.unselectedtab:hover A {
|
|
|
- color: #0078D4;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-#tabbody-contents A {
|
|
|
- /* Using inline-block because otherwise, second line of wrapped text
|
|
|
- doesn't line up with first, and on IE6, the focus rect doesn't extend
|
|
|
- all the way to the edges of Highlight area */
|
|
|
- display: inline-block;
|
|
|
- padding: 1px 2px;
|
|
|
-}
|
|
|
-#tabbody-contents A:link,
|
|
|
-#tabbody-contents A:visited,
|
|
|
-#tabbody-contents A:active {
|
|
|
- color: #d6d6d6;
|
|
|
- background-color: transparent;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-#tabbody-contents A:hover {
|
|
|
- color: #0078D4;
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-#tabbody-contents A.selectedlink:link,
|
|
|
-#tabbody-contents A.selectedlink:visited {
|
|
|
- color: #d6d6d6;
|
|
|
- background-color: #403E41;
|
|
|
-}
|
|
|
-/* It would be cleaner to use :focus, but IE<8 doesn't support it */
|
|
|
-#tabbody-contents A.focusedlink:link,
|
|
|
-#tabbody-contents A.focusedlink:visited {
|
|
|
- color: HighlightText;
|
|
|
- background-color: Highlight;
|
|
|
- outline-color: #d6d6d6; /* needed for focus rect to appear on Firefox (3.5) */
|
|
|
-}
|
|
|
-#tabbody-contents TABLE {
|
|
|
- border-collapse: collapse;
|
|
|
-}
|
|
|
-#tabbody-contents TD {
|
|
|
- padding: 0 0 1px 0;
|
|
|
-}
|
|
|
-#tabbody-contents IMG {
|
|
|
- width: 16px;
|
|
|
- height: 16px;
|
|
|
- border-style: none;
|
|
|
- padding-right: 2px;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-#tabbody-index {
|
|
|
- padding: 4px 2px;
|
|
|
- white-space: nowrap;
|
|
|
- -moz-user-select: none;
|
|
|
-}
|
|
|
-#tabbody-index A {
|
|
|
- display: inline-block;
|
|
|
- min-width: 100%;
|
|
|
- overflow: visible;
|
|
|
-}
|
|
|
-#tabbody-index A:link,
|
|
|
-#tabbody-index A:visited,
|
|
|
-#tabbody-index A:active {
|
|
|
- color: #d6d6d6;
|
|
|
- background-color: transparent;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-#tabbody-index A:hover {
|
|
|
- color: #0078D4;
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-#tabbody-index A:focus {
|
|
|
- color: HighlightText;
|
|
|
- background-color: Highlight;
|
|
|
- outline-color: #d6d6d6; /* needed for focus rect to appear on Firefox (3.5) */
|
|
|
-}
|