mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-26 05:41:46 +00:00
23 lines
No EOL
782 B
CSS
23 lines
No EOL
782 B
CSS
body { font: 12pt "Times New Roman";
|
|
margin-left: 5mm;
|
|
margin-right: 5mm;
|
|
text-align: justify;
|
|
background: #ffffff;
|
|
color: #000000 }
|
|
h1 { font: bold 24pt Arial, Helvetica }
|
|
h2 { font: bold italic 18pt Arial, Helvetica }
|
|
.subheading { font: bold 16pt Arial, Helvetica }
|
|
:link {color: blue;
|
|
text-decoration: none; }
|
|
:visited {color: purple;
|
|
text-decoration: none; }
|
|
h6 { font: 10pt "Times New Roman" }
|
|
.MsoToc2 { font: bold small-caps 12pt "Times New Roman" }
|
|
.MsoTitle { text-align:center;
|
|
font: bold 24pt "BankGothic Md BT";
|
|
letter-spacing:2.5pt }
|
|
.heading { font: italic 10pt "Times New Roman" }
|
|
.subcontents { font: 10pt "Times New Roman" }
|
|
.tip { font: 10pt "Comic Sans MS" }
|
|
.type { font: 10pt "Courier New" }
|
|
.menu { font: 10pt Arial, Helvetica } |