summaryrefslogtreecommitdiffstats
path: root/docs/html/ndk/reference/doxygen-dac.css
blob: 96b6d84378c0f4c84e1b7a26b5330f59384c99dc (plain)
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
#jd-content td {
}

#jd-content table {
    background-color: transparent;
    width: 100%;
}

#jd-content tr.heading td {
    background-color: #999;
    padding: 0px 12px;
}

#jd-content tr.heading h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    margin: 0px;
    color: #fff;
}

#jd-content tr.heading hr, #jd-content td.memSeparator, #jd-content div.headertitle {
    display: none;
}


#jd-content table td.memItemLeft {
    text-align: right;
    width: 20%;
}

#jd-content table td.memItemRight {
}

#jd-content div.memproto {
    font-size: 1.15em;
    background-color: #e2e2e2;
    padding: 3px;    
}

#jd-content div.memproto table {
    margin: 0px;
    width: auto;
}

#jd-content table.memname td {
    border: none;
    padding: 2px;
}

#jd-content div.memdoc {
    margin: 7px 18px;
}