mirror of
https://github.com/DxWnd/DxWnd.reloaded
synced 2024-12-30 09:25:35 +01:00
148 lines
2.7 KiB
CSS
148 lines
2.7 KiB
CSS
/* ========== Text Styles ========== */
|
|
hr { color: #000000}
|
|
body, table, span.rvts0 /* Normal text */
|
|
{
|
|
font-size: 10pt;
|
|
font-family: 'Arial', 'Helvetica', sans-serif;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
span.rvts1 /* Heading */
|
|
{
|
|
font-weight: bold;
|
|
color: #0000ff;
|
|
}
|
|
span.rvts2 /* Subheading */
|
|
{
|
|
font-weight: bold;
|
|
color: #000080;
|
|
}
|
|
span.rvts3 /* Keywords */
|
|
{
|
|
font-style: italic;
|
|
color: #800000;
|
|
}
|
|
a.rvts4, span.rvts4 /* Jump 1 */
|
|
{
|
|
color: #008000;
|
|
text-decoration: underline;
|
|
}
|
|
a.rvts5, span.rvts5 /* Jump 2 */
|
|
{
|
|
color: #008000;
|
|
text-decoration: underline;
|
|
}
|
|
span.rvts6
|
|
{
|
|
}
|
|
span.rvts7
|
|
{
|
|
font-weight: bold;
|
|
color: #0000ff;
|
|
}
|
|
span.rvts8
|
|
{
|
|
font-weight: bold;
|
|
color: #000080;
|
|
}
|
|
span.rvts9
|
|
{
|
|
font-style: italic;
|
|
color: #800000;
|
|
}
|
|
a.rvts10, span.rvts10
|
|
{
|
|
color: #008000;
|
|
text-decoration: underline;
|
|
}
|
|
span.rvts11
|
|
{
|
|
font-size: 13pt;
|
|
font-weight: bold;
|
|
}
|
|
span.rvts12 /* Font Style */
|
|
{
|
|
font-family: 'Tahoma', 'Geneva', sans-serif;
|
|
font-style: italic;
|
|
color: #c0c0c0;
|
|
}
|
|
a.rvts13, span.rvts13 /* Font Style */
|
|
{
|
|
font-family: 'Tahoma', 'Geneva', sans-serif;
|
|
font-style: italic;
|
|
color: #6666ff;
|
|
text-decoration: underline;
|
|
}
|
|
a.rvts14, span.rvts14
|
|
{
|
|
color: #0000ff;
|
|
text-decoration: underline;
|
|
}
|
|
span.rvts15
|
|
{
|
|
font-family: 'Courier New', 'Courier', monospace;
|
|
}
|
|
span.rvts16
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
span.rvts17
|
|
{
|
|
}
|
|
span.rvts18
|
|
{
|
|
font-family: 'Courier New', 'Courier', monospace;
|
|
font-style: italic;
|
|
}
|
|
/* ========== Para Styles ========== */
|
|
p,ul,ol /* Paragraph Style */
|
|
{
|
|
text-align: left;
|
|
text-indent: 0px;
|
|
padding: 0px 0px 0px 0px;
|
|
margin: 0px 0px 0px 0px;
|
|
}
|
|
.rvps1 /* Centered */
|
|
{
|
|
text-align: center;
|
|
}
|
|
.rvps2
|
|
{
|
|
}
|
|
.rvps3
|
|
{
|
|
text-align: center;
|
|
}
|
|
.rvps4
|
|
{
|
|
text-align: left;
|
|
text-indent: 0px;
|
|
page-break-after: avoid;
|
|
padding: 0px 0px 0px 0px;
|
|
margin: 16px 0px 4px 0px;
|
|
}
|
|
.rvps5 /* Paragraph Style */
|
|
{
|
|
text-align: center;
|
|
border-color: #c0c0c0;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-right: none;
|
|
border-left: none;
|
|
padding: 2px 0px 2px 0px;
|
|
margin: 7px 0px 7px 0px;
|
|
}
|
|
.rvps6
|
|
{
|
|
margin: 0px 0px 0px 24px;
|
|
}
|
|
/* ========== Lists ========== */
|
|
.list0 {text-indent: 0px; margin-left: 24px; list-style-position: outside; list-style-type: decimal;}
|
|
.list1 {text-indent: 0px; margin-left: 48px; list-style-position: outside; list-style-type: decimal;}
|
|
.list2 {text-indent: 0px; margin-left: 24px; list-style-position: outside; list-style-type: disc;}
|
|
.list3 {text-indent: 0px; margin-left: 48px; list-style-position: outside; list-style-type: circle;}
|
|
.list4 {text-indent: 0px; margin-left: 48px; list-style-position: outside; list-style-type: square;}
|
|
.list5 {text-indent: 0px; margin-left: 48px; list-style-position: outside; list-style-type: disc;}
|