Marius Burkard
2016-07-08 9bcd2fd54728b9e634442f584268da03acaea633
commit | author | age
413d3b 1 .command {
T 2     padding: 1em;
3     border: 1px dashed #2f6fab;
4     color: black;
5     background-color: #f9f9f9;
6     line-height: 1.1em;
7         font-family: Courier New, Courier, mono;
8         font-size: 12px;
9         font-style: italic;
10 }
11
12 .system {
13     color: black;
14         font-family: Courier New, Courier, mono;
15         font-size: 12px;
16         font-style: italic;
17 }
18
19 .highlight {
20     color: #FF0000;
21     font-family: Georgia, "Times New Roman", Times, serif;
22     font-size: 12px;
23     text-decoration: underline;
24 }
25
26 .headdescr {
27     color: black;
28     font-weight: bold;
29 }
30
31 .headinput {
32     color: black;
33     font-weight: bold;
34 }
35
36 .headparams {
37     color: black;
38     font-weight: bold;
39 }
40
41 .headoutput {
42     color: black;
43     font-weight: bold;
44 }
45
46 .headgrp {
47     color: black;
48     font-weight: bold;
49 }
50
51 .var {
52     color: #A17FFF;
53 }
54
55 .margin {
56     margin-left: 100px;
57 }
58
59 .paratype {
60     color: #2B8A60;
61 }