@@ -34,10 +34,10 @@ body.small-header .top-nav {
3434 width : fit-content !important;
3535} */
3636
37- /* .mapgis-webclient-logo {
38- margin-left: 79px;
39- height : 38px !important;
40- } */
37+ .mapgis-webclient-logo {
38+ /* margin-left: 79px; */
39+ height : 38px !important ;
40+ }
4141
4242.logo {
4343 float : left !important ;
@@ -46,4 +46,188 @@ body.small-header .top-nav {
4646
4747# main > .core {
4848 padding : 6px !important ;
49+ }
50+
51+
52+ .content h1 ,
53+ .content header .page-title h1 {
54+ font-family : "TT Norms Medium" , sans-serif;
55+ font-size : 17px ;
56+ font-weight : bold;
57+ margin : 8px 0 ;
58+ }
59+
60+
61+ h1 {
62+ font-size : 20px !important ;
63+ }
64+
65+ h2 {
66+ font-size : 18px !important ;
67+ }
68+
69+ h3 {
70+ font-size : 16px !important ;
71+ }
72+
73+ h4 {
74+ font-size : 14px !important ;
75+ }
76+
77+ h5 {
78+ font-size : 12px !important ;
79+ }
80+
81+ .content header p {
82+ font-size : 14px ;
83+ }
84+
85+ .member > .name .code-name {
86+ font-size : 14px ;
87+ }
88+
89+ .member > .description p {
90+ font-size : 14px ;
91+ margin : 25px 0 ;
92+ }
93+
94+ .table {
95+ font-size : 12px ;
96+ }
97+
98+ table .params td .name code ,
99+ table .props td .name code {
100+ background : transparent;
101+ padding : 0 ;
102+ font-size : 12px ;
103+ color : # 211D1A ;
104+ }
105+
106+ table .params thead th ,
107+ table .props thead th {
108+ font-weight : bold;
109+ padding : 6px 12px ;
110+ }
111+
112+ table .params td ,
113+ table .props td {
114+ padding : 6px 12px ;
115+ }
116+
117+ body {
118+ font-size : 12px ;
119+ }
120+
121+ .button {
122+ transition : all 0.2s ;
123+ border-radius : 4px ;
124+ padding : 8px 24px ;
125+ height : 30px ;
126+ border-color : # 4268F6 ;
127+ font-size : 12px ;
128+ color : # 4268F6 ;
129+ }
130+
131+ # main > .core > .content {
132+ background : # fff ;
133+ padding : 20px ;
134+ }
135+
136+ .tag-source span {
137+ display : inline-block;
138+ padding : 6px 14px ;
139+ }
140+
141+ .method-parameter {
142+ font-size : 14px ;
143+ }
144+
145+ .details dt {
146+ font-size : 14px ;
147+ border-left : 2px solid # 008DDF ;
148+ padding-left : 16px ;
149+ }
150+
151+ .top-nav .menu .navigation .link : hover : not (.no-hover ) {
152+ border-bottom : 2px solid # 33dbe8 ;
153+ }
154+
155+ .vertical-section {
156+ border-top : 1px dashed # 252d45 ;
157+ }
158+
159+ .page-title {
160+ margin-bottom : 12px ;
161+ padding-bottom : 12px ;
162+ border-bottom : 1px dashed # 252d45 ;
163+ }
164+
165+ .page-title-name {
166+ margin-left : 12px ;
167+ font-size : 18px ;
168+ }
169+
170+ .page-title-kind {
171+ font-weight : bold;
172+ font-size : 18px !important ;
173+ }
174+
175+ .sidebar a {
176+ font-size : 10px ;
177+ }
178+
179+ .sidebar ::-webkit-scrollbar {
180+ width : 4px ;
181+ height : 1px ;
182+
183+ }
184+
185+ .sidebar ::-webkit-scrollbar-thumb {
186+ border-radius : 4px ;
187+ -webkit-box-shadow : inset 0 0 5px rgba (0 , 0 , 0 , 0.2 );
188+ background : rgba (144 , 147 , 153 , .5 );
189+ }
190+
191+ .sidebar ::-webkit-scrollbar-track {
192+ -webkit-box-shadow : inset 0 0 5px rgba (0 , 0 , 0 , 0.2 );
193+ border-radius : 4px ;
194+ background : transparent;
195+ }
196+
197+ .core ::-webkit-scrollbar {
198+ width : 4px ;
199+ height : 1px ;
200+ }
201+
202+ .core ::-webkit-scrollbar-thumb {
203+ border-radius : 4px ;
204+ background : rgba (144 , 147 , 153 , .5 );
205+ }
206+
207+ .core ::-webkit-scrollbar-track {
208+ border-radius : 4px ;
209+ background : transparent;
210+ }
211+
212+ .side-nav ::-webkit-scrollbar {
213+ width : 4px ;
214+ height : 1px ;
215+ }
216+
217+ .side-nav ::-webkit-scrollbar-thumb {
218+ border-radius : 4px ;
219+ background : rgba (144 , 147 , 153 , .5 );
220+ }
221+
222+ .side-nav ::-webkit-scrollbar-track {
223+ border-radius : 4px ;
224+ background : transparent;
225+ }
226+
227+ .module-list-info {
228+ display : flex !important ;
229+ }
230+
231+ .module-summary .module-classdesc {
232+ margin-left : 20px !important ;
49233}
0 commit comments