-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgendoc.css
68 lines (55 loc) · 1 KB
/
gendoc.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
code, .name-method {
font-family: Consolas, Monaco, 'Andale Mono', monospace;
}
.name-method{
font-size: 20px;
margin-top: 15px;
}
.area-properties{
border: 1px solid #4a2ded;
padding:
}
.content-internal{
padding: 5px 15px;
}
.details-title {
margin-top: 14px;
border-left: 4px solid #4a2ded;
background-color: #d6d7dd;
border-radius: 0px 18px 18px 0px;
padding: 5px 10px 5px;
display: inline-block;
}
table {
border-spacing: 0;
border: 0;
border-collapse: collapse;
}
thead th{
background-color: #ddd;
font-weight: bold;
}
th {
border-right: 1px solid #aaa;
}
td, th {
border: 1px solid #ddd;
margin: 0px;
text-align: left;
vertical-align: top;
padding: 4px 6px;
display: table-cell;
}
.paramsList thead th{
background-color: #95aee7;
}
.paramsList td{
border: 1px solid #746b6b;
}
a:hover {
text-decoration: underline;
}
a, a:visited, a:active {
color: #0095dd;
text-decoration: none;
}