-
Notifications
You must be signed in to change notification settings - Fork 126
RML: HTML4 Style Sheet
Victor Luchits edited this page Jan 8, 2018
·
1 revision
This sample style sheet is based on the recommended CSS 2.0 style sheet found here. It introduces default rules that we recommend you use as a basis for your own style sheet.
body, div,
h1, h2, h3, h4,
h5, h6, p,
hr, pre, datagrid,
tabset tabs
{
display: block;
}
h1
{
font-size: 2em;
margin: .67em 0;
}
h2
{
font-size: 1.5em;
margin: .83em 0;
}
h3
{
font-size: 1.17em;
margin: 1em 0;
}
h4, p
{
margin: 1.33em 0;
}
h5
{
font-size: .83em;
line-height: 1.17em;
margin: 1.67em 0;
}
h6
{
font-size: .67em;
margin: 2.33em 0;
}
h1, h2, h3, h4,
h5, h6, strong
{
font-weight: bold;
}
em
{
font-style: italic;
}
pre
{
white-space: pre;
}
hr
{
border-width: 1px;
}