home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 May
/
W2KPRK.iso
/
document.cab
/
rscripts.chm
/
scripts
/
ntrktool.css
< prev
next >
Wrap
Cascading Style Sheet File
|
1999-12-02
|
2KB
|
71 lines
/* Cascading Style Sheet for styles unique to Windows 2000 Resource Kit
Works with coUA_help.css */
/*
These styles specifically for popups
First .popup is for Netscape and IE
Second .popup is for IE only
.nspopup is for Netscape only
*/
.popup {position:absolute; top:200; left:200; width:200; padding:10; visibility:hidden;}
.popup {background:white; border:solid 2 #aaaaaa; z-index:1;}
.nspopup{backgroundColor:white;}
a.poplink {color: #00AA00;}
a:active.poplink {color: #00AAAA;}
a:visited.poplink {color: #00AAAA;}
/* style for browse sequences. */
p.browse {text-align: right;
margin-top: -1em;
margin-bottom: -1em;}
/* styles for syntax listings */
p.syntax { background: #dddddd;
margin-top: 1em;
margin-bottom: 1em;
text-indent : -0.16in;
margin-left : 0.16in;}
/* style for alphabetical tool list */
p.azlist {text-indent : -0.3in;
margin-left : 0.3in;}
dt.SyntaxTerm {font-weight: normal}
li p {margin-top: .6em;
margin-bottom: 0em;}
big {font-weight: bold;
font-size: 105%;}
ol ul {list-style: disc;
margin-top: 1em;}
dl ul {margin-top: 2em;
margin-bottom: 0em;}
/*list item inside a def/term*/
dl {margin-top: -.5em;}
ol dl {margin-top: -.5em;
margin-left: 0em;}
/*term/def list inside a numbered list*/
ol dl dl {margin-top: 0em;
margin-left: .2em;}
/*term/def list inside a term/def list*/
th.center {text-align: center;}
p.dis {font-size: 6pt;}
/* this class style is used to indent and bold text alerts that have the appropriate alert icon -- called with that alert's snippet*/
p.alert
{ margin-left: 1.5em;
margin-top: -1.em; margin-bottom: -.3em; font-weight: bold }