You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
163 lines
2.0 KiB
163 lines
2.0 KiB
/* Cascading Style Sheet for MSDN Content */
|
|
|
|
body
|
|
{
|
|
padding: 0px 0px 0px 26px;
|
|
background: #ffffff;
|
|
color: #555555;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 70%;
|
|
}
|
|
|
|
div
|
|
{
|
|
width: 90%;
|
|
border: 2px solid #999999;
|
|
padding: 4px 8px;
|
|
background: #cccccc;
|
|
}
|
|
|
|
h1, h2, h3, h4
|
|
{
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
margin-left: -26px;
|
|
font-size: 90%;
|
|
}
|
|
|
|
p, h5, h6, h7
|
|
{
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 70%;
|
|
}
|
|
|
|
|
|
ul
|
|
{
|
|
list-style-type: disc;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 90%;
|
|
|
|
}
|
|
ol
|
|
{
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 90%;
|
|
}
|
|
|
|
li
|
|
{
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
pre,code
|
|
{
|
|
font: 100% Courier New, Courier, mono;
|
|
font-size: 90%;
|
|
color: #660000;
|
|
}
|
|
|
|
table
|
|
{
|
|
width: 90%;
|
|
background: #999999;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 70%;
|
|
}
|
|
|
|
th
|
|
{
|
|
padding: 4px 8px;
|
|
background: #cccccc;
|
|
text-align: left;
|
|
vertical-align: bottom;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 70%;
|
|
}
|
|
|
|
td
|
|
{
|
|
padding: 4px 8px;
|
|
background: #ffffff;
|
|
vertical-align: top;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 70%;
|
|
}
|
|
|
|
blockquote
|
|
{
|
|
|
|
}
|
|
|
|
sup
|
|
{
|
|
text-decoration: none;
|
|
font-size: smaller;
|
|
}
|
|
|
|
a:link
|
|
{
|
|
color: #0000FF;
|
|
}
|
|
|
|
a:visited
|
|
{
|
|
color: #660066;
|
|
}
|
|
|
|
A:HOVER
|
|
{
|
|
color: #FF9900;
|
|
}
|
|
|
|
.label
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tl
|
|
{
|
|
margin-bottom: .75em;
|
|
}
|
|
|
|
.atl
|
|
{
|
|
padding-left: 1.5em;
|
|
}
|
|
|
|
.cfe
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.mini
|
|
{
|
|
font-size: smaller;
|
|
}
|
|
|
|
.fineprint
|
|
{
|
|
font-size: 90%;
|
|
}
|
|
|
|
.dt
|
|
{
|
|
margin-bottom: -.6em;
|
|
}
|
|
|
|
.indent
|
|
{
|
|
margin-left: 1.9em;
|
|
margin-right: 1.9em;
|
|
}
|
|
|
|
|
|
div.header
|
|
{
|
|
width: 100%;
|
|
border: none;
|
|
background: #ffffff;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
color: #ff0000;
|
|
text-align: center;
|
|
font-size: 50%;
|
|
}
|