-
Notifications
You must be signed in to change notification settings - Fork 5
/
m2html.css
75 lines (64 loc) · 1002 Bytes
/
m2html.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
body {
background: white;
color: black;
font-family: arial,sans-serif;
margin: 0;
padding: 1ex;
}
div.fragment {
width: 98%;
border: 1px solid #CCCCCC;
background-color: #f5f5f5;
padding-left: 4px;
margin: 4px;
}
div.box {
width: 98%;
background-color: #f5f5f5;
border: 1px solid #CCCCCC;
color: black;
padding: 4px;
}
.comment {
color: #228B22;
}
.string {
color: #B20000;
}
.keyword {
color: #0000FF;
}
.keywordtype { color: #604020; }
.keywordflow { color: #e08000; }
.preprocessor { color: #806020; }
.stringliteral { color: #002080; }
.charliteral { color: #008080; }
a {
text-decoration: none;
}
a:hover {
background-color: #006699;
color:#FFFFFF;
}
a.code {
font-weight: normal;
color: #A020F0;
}
a.code:hover {
background-color: #FF0000;
color: #FFFFFF;
}
h1 {
background: transparent;
color: #006699;
font-size: x-large;
text-align: center;
}
h2 {
background: transparent;
color: #006699;
font-size: large;
}
address {
font-size:small;
}