-
Notifications
You must be signed in to change notification settings - Fork 6
/
htpataic.css
110 lines (90 loc) · 1.25 KB
/
htpataic.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
th {
vertical-align: bottom;
}
img.mockmap {
border: thin solid grey;
float: right;
margin: 0 0 8px 8px;
width: 384px;
}
img.genmap {
float: right;
margin: 0 0 8px 8px;
}
.intro {
font-style: italic;
}
.download {
float: right;
}
.button {
font-family: sans-serif;
text-decoration: none;
background-color: #66F;
color: white;
padding: 2px 6px;
border: 1px outset grey;
border-radius: 4px;
}
.contents {
border: thin solid grey;
float: right;
padding: 8px;
margin: 0 0 8px 8px;
}
.contents h4 {
margin: 0;
text-transform: uppercase;
}
.explanation {
background-color: #dfc;
}
.demo {
float: right;
margin: 0 0 8px 8px;
}
.demo th {
background-color: aqua;
}
.demo td {
border: thin solid grey;
font-family: monospace;
padding: 8px;
}
.snippet {
border: thin solid grey;
font-family: monospace;
padding: 8px;
white-space: pre;
}
.code th {
background-color: blue;
color: white;
font-weight: bold;
text-align: left;
}
.code td {
border: thin solid grey;
}
.code td ol {
list-style-type: decimal;
margin-top: 8px;
margin-bottom: 8px;
}
.code td ol li {
font-family: monospace;
padding: 0 1em;
white-space: pre;
}
.comment {
background-color: #DDD;
}
.old {
color: grey;
}
.new {
color: black;
}
.red {
color: red;
}