custom.css 3.11 KB
Newer Older
qianyj's avatar
qianyj committed
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
.wy-table-responsive table td, .wy-table-responsive table th{
    white-space:normal
}

.gap{
    margin-top: 24px; 
}

.gap2{
    margin-top: 12px; 
}

.rowHeight{
    line-height: 24px;
}

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

.second-title{
    margin-top: 24px;
}
/* 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: 48px;
}

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

/* 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 h2{
    display: inline-block;
    margin-bottom: 0px;
}

inline hr{
    margin-top: 0px;
}

.inline img {
    margin-top: -20px;
}

.ui-img img{
    height: 350px;
}

.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;
}

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

.wy-nav-content .emotion li {
    width: 300px;
    height: 300px;
    float: left;
    margin-left: 15px;
    margin-bottom: 60px;
    background: #f5f5f5;
    box-sizing: border-box;
    list-style: none;
}

.emotion li div{
    transition: 0.2s;
    text-align: center;
    vertical-align: middle;
}

.emotion li div:hover{
    transform: translate(1.1);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
}

.center{
    line-height: 54px;
    text-align: center;
}

.emotion img{
    width: 250px;
}

.emotion .first img {
    margin: 50px 24px;
}

.emotion .second .working{
    margin: 67px 24px;
}

.emotion .second .sign{
    margin: 77px 24px;
}

.emotion .second .crying{
    margin: 80px 24px;
}

.emotion .three img{
    margin: 66px 24px;
}

.emotion .three .weaving{
    margin: 75px 24px;
}

.three .comfort img{
    margin: 92px 24px;
}

.emotion .four img{
    margin: 81px 24px;
}

.details-container{
    text-align: center;
}

.clear{
    clear: both;
}

.whatNew{
    margin-top: 6px;
}

.pipeline tr, .pipeline td, .pipeline th{
    width: 248px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #ccc;
}