windows-nt/Source/XPSP1/NT/shell/cpls/nusrmgr/html/homestead.css

58 lines
3.9 KiB
CSS
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
BODY {font-family:Tahoma, Arial, sans-serif; font-size:8pt;}
TABLE {font-family:Tahoma, Arial, sans-serif; font-size:8pt;}
INPUT {font-family:Tahoma; font-size:8pt;}
BUTTON {font-family:Tahoma; font-size:8pt;}
H1 {font-family:'Franklin Gothic Medium'; font-size:21pt; font-weight:normal; font-style:normal; margin-top:0.5em; margin-bottom:0.5em;}
H2 {font-family:'Franklin Gothic Medium'; font-size:18pt; font-weight:normal; font-style:normal; margin-top:0.5em; margin-bottom:0.5em;}
H3 {font-family:Tahoma; font-size:8pt; font-weight:bold; font-style:normal; margin:0;}
H4 {font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; margin:0;}
/* Horizontal divider lines */
.HorzLine1 {width:100%; font-size:1pt; border-top:'1px solid'; filter:alpha(style=1 startX=0 finishX=100 opacity=0 finishOpacity=100);}
.HorzLine2 {width:100%; font-size:1pt; border-top:'1px solid'; filter:alpha(style=1 startX=0 finishX=100 opacity=100 finishOpacity=0);}
/* Links are dark-green with underline only on rollover */
A {font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; text-decoration:none; color:#56662D}
A:hover {text-decoration:underline; color:#72921D}
A:active {color:#72921D}
/* Page1 is a white background with green text. Link color is default. */
.Page1 {background-color:white; color:black;}
.Page1 TABLE {color:black}
.Page1 TD {border-color:#56662D}
.Page1 H1 {color:#9DAA83}
.Page1 H2 {color:#9DAA83}
.Page1 H3 {color:#56662D}
.Page1 H4 {color:#56662D}
.Page1 .HorzLine1 {color:#56662D}
.Page1 .HorzLine2 {color:#56662D}
/* Page2 is a green background with white or light-green text */
.Page2 {background-color:#A5BD84; color:white;}
.Page2 TABLE {color:white}
.Page2 TD {border-color:white}
.Page2 H1 {color:#E0E7B8}
.Page2 H2 {color:#E0E7B8}
.Page2 H3 {color:white}
.Page2 H4 {color:white}
.Page2 A {color:white}
.Page2 A:hover {color:white}
.Page2 A:active {color:white}
.Page2 .HorzLine1 {color:#E0E7B8}
.Page2 .HorzLine2 {color:#E0E7B8}
.CategoryTitle {color:white; height:3em; padding:'0 1em'; font-family:Tahoma; font-size:8pt; font-weight:bold; font-style:normal; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#FF96A867',EndColorStr='#FFA5BD84');}
/* Left pane */
.SecondaryPane {width:200px; font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFCCD9AD',EndColorStr='#FFA5BD84'); color:#000080; background-color:#CCD9AD; display:expression( (document.body.clientWidth > 400) ? 'block' : 'none' );}
.SecondaryPane TABLE {color:#000080;}
/* Used for Related Tasks and Learn About in the left pane */
.LearnAboutBox {border:'1px solid white'; background-color:white; margin-bottom:1em;}
.LearnAboutCaption {height:2em; padding:'0.3em 1em'; font-family:Tahoma; font-size:8pt; font-weight:bold; font-style:normal; color:#56662D; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#FFFFFCEC',EndColorStr='#FFE0E7B8'); border-bottom:'1px solid #E0E7B8';}
.LearnAboutBody {padding:'1mm 2mm'; font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; background-color:#F6F6EC;}
/* Bullets for lists of links on the "Pick a task" and "What do you want to do?" pages */
UL.TaskList {list-style-type:square; list-style-image:url(taskbullet.gif);}