home *** CD-ROM | disk | FTP | other *** search
- /*
- ' ***
- ' *** ------------------------------------------------------------------------------
- ' *** Filename: hta.css
- ' *** ------------------------------------------------------------------------------
- ' *** Description: The Shared Computer Toolkit for Windows XP default StyleSheet
- ' *** ------------------------------------------------------------------------------
- ' *** Version: 1.0
- ' *** Notes:
- ' *** ------------------------------------------------------------------------------
- ' *** Copyright (C) Microsoft Corporation 2005, All Rights Reserved
- ' *** ------------------------------------------------------------------------------
- ' ***
- */
-
- BODY { color: white;
- font-style: normal; font-variant:normal; font-weight:normal; font-family: verdana;
- font-size: 14px;
- line-height: 14px;
- background-color: #1A4084;
- margin: .63em;
- }
-
- TD
- {
- font-size: 14px;
- line-height: 14px;
- color: white;
- }
-
- TR
- {
- line-height: 14px;
- }
-
- SPAN
- {
- font-size: 14px;
- line-height: 14px;
- }
-
- SPAN.restrict
- {
- font-size: 14px;
- line-height: 14px;
- }
-
- DIV
- {
- padding-top: 0;
- padding-left: 0;
- padding-right: 0;
- }
-
- DIV.div3D
- {
- border: .18em outset snowwhite;
- padding-top: .63em;
- padding-left: .63em;
- padding-right: .63em;
- }
-
- P
- {
- padding-bottom: 0;
- margin-bottom: 0;
- }
-
- BUTTON
- {
- font-size: 16px;
- line-height: 16px;
- color: white;
- background-color: #1A4084;
- filter: light(enabled=false);
- cursor: hand;
- border: thin solid #1A4084;
- padding-left: .32em; padding-top: .32em; padding-bottom: .32em; padding-right: .32em;
- }
-
- BUTTON.help
- {
- padding: 0em;
- }
-
- BUTTON.normal
- {
- font-size: 14px;
- line-height: 14px;
- border: thin outset white;
- background-color: lightsteelblue;
- color: darkblue;
- padding-left: 0; padding-top: 0; padding-bottom: 0; padding-right: 0;
- }
-
- /* begin : panels */
- .main
- {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- padding: .63em;
- border-top: solid white thin;
- border-bottom: solid gray thin;
- display: none;
- }
-
- .page
- {
- position: absolute;
- top: 0;
- left: 0;
- height: 100%;
- padding: .63em;
- padding-right: 1.26em;
- display: none;
- }
-
- .tableborder
- {
- border: thin groove #B8B8B8;
- }
-
- /* end : panels */
-
- /* start : typography */
- H1
- {
- font-style: normal; font-variant:normal; font-weight:normal; font-family: verdana;
- margin: 0;
- font-size: 16px;
- line-height: 16px;
- font-weight: bold;
- color: white;
- }
-
- H2
- {
- font-style: normal; font-variant:normal; font-weight:normal; font-family: verdana;
- margin: 0;
- font-size: 14px;
- line-height: 14px;
- font-weight: bold;
- color: white;
- }
-
- /* end : typography */
-
- /* start : page layout */
- .group
- {
- padding: .32em;
- margin-bottom: .32em;
- border: thin solid white;
- }
-
- .groupentry
- {
- padding: .18em;
- border: thin solid white;
- }
-
- .groupentrydisabled
- {
- padding: .18em;
- border: thin solid gray;
- color: gray;
- }
- .selectuser
- {
- background-color: #234B97;
- color: #F5FFFA;
- }
- .unselectuser
- {
- background-color: #FFFAFA;
- color: #234B97;
- }
-
- /* end : page layout */