custom.css 1.86 KB
Newer Older
1
2
3
.wy-table-responsive table td, .wy-table-responsive table th{
    white-space:normal
}
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
111
112
113
114
115

.title {
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
}

.second-title{
    margin-top: 14px;
}
/* command style */
.command {
    background-color: #f8f8f8;
    border: 1px solid #e1e4e5;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding-left: 10px;
}

.command-intro {
    line-height: 40px;
}

.code{
    background-color: #f8f8f8;
    padding: 15px 20px;
}

/* p margin-top: 24 */
.topMargin{
    margin-top: 24px;
}

/* document body width */
.wy-nav-content{
    max-width: 100% !important;
    background-color: #fff;
}

/* nni logo bgcolor */
.wy-side-nav-search{
    background-color: black;
}

/* document body font-family */
.wy-body-for-nav, h1, h2, h3, h4, h5, h6, div, p, ul, li, a{
    font-family: "Lato", segoe ui, "proxima-nova","Helvetica Neue",Arial,sans-serif;
}

.wy-nav-content ul li{
    list-style: disc;
    margin-bottom: 12px;
    margin-left: 24px;
}

.list, .list tr, .list td{
    border: 1px solid #ccc;
}

.column b{
    padding-bottom: 4px;
    border-bottom: 2px solid blue;
}
.column td{
    width: 200px;
    text-align: center;
    line-height: 36px;
}
td.framework{
    width:300px;
    -webkit-width: 220px;
}
.list .circle li{
    list-style-type: circle;
}

.list .firstUl, .circle{
    padding-left: 20px;
}

.list .verticalMiddle{
    vertical-align: middle !important;
    text-align: center;
}

.inline img, .inline h3{
    display: inline-block;
}
  
.ui-img img{
    height: 230px;
}

.wy-side-nav-search>div.version{
    color: #fff !important;
}

.list{
    width: 90%;
    margin: 0 auto;
}

.chinese{
    margin-bottom: 16px;
}

.QR{
    width: 180px;
}

.or{
    vertical-align: middle;
116
117
118
119
120
}

.wy-plain-list-disc li, .rst-content .section ul li, .rst-content .toctree-wrapper ul li, article ul li {
    margin-bottom: 0px;
}