11html , body {
2- font-weight : 300 ;
3- margin : 0 ;
4- padding : 0 ;
2+ font-weight : 300 ;
3+ margin : 0 ;
4+ padding : 0 ;
5+ background : # 141414 ;
6+ color : # CFD3DC ;
57}
68
79.title {
8- text-align : center;
9- font-size : 16px ;
10- background : # 3b8dbb ;
11- color : white;
12- margin : 0 ;
13- padding : 1rem ;
10+ text-align : center;
11+ color : white;
12+ margin : 0 ;
13+ width : calc (100% - 20px );
14+ padding : 10px 10px 20px 10px ;
15+ position : fixed;
16+ top : 0 ;
17+ left : 0 ;
18+ overflow : hidden;
19+ backdrop-filter : saturate (50% ) blur (4px );
20+ background-image : radial-gradient (transparent 1px , # 141414 1px );
21+ background-size : 4px 4px ;
22+ border-bottom : 1px solid # 333 ;
23+ }
24+
25+ .title > .brand {
26+ height : 80px ;
27+ width : auto;
28+ filter : invert (100% ) sepia (100% ) saturate (10% ) hue-rotate (221deg ) brightness (100% ) contrast (50% );
29+ }
30+
31+ .title > .tips {
32+ font-size : 18px ;
33+ color : # c6c6c6 ;
34+ }
35+
36+ .title > .fork {
37+ width : 40px ;
38+ height : 40px ;
39+ background-image : url ("https://skillnull.com/wp-content/themes/basepress/assets/images/icon/github.png" );
40+ background-repeat : no-repeat;
41+ background-size : calc (100% - 5px ) calc (100% - 5px );
42+ position : absolute;
43+ right : 0 ;
44+ top : 0 ;
45+ background-position : right 5px top 5px ;
46+ cursor : pointer;
47+ filter : invert (100% ) sepia (100% ) saturate (10% ) hue-rotate (221deg ) brightness (100% ) contrast (50% );
48+ }
49+
50+ .title > .fork > .text {
51+ font-size : 12px ;
52+ position : absolute;
53+ left : -50% ;
54+ top : 40% ;
55+ transform : rotate (45deg ) translateY (-50% );
56+ background : white;
57+ width : 180% ;
58+ color : black;
59+ text-shadow : 0px 0px 1px # 000000 ;
60+ }
61+
62+ .content {
63+ margin-bottom : 20px ;
1464}
1565
1666.keyTipBox {
17- margin : 5px ;
18- word-break : break-all;
67+ word-break : break-all;
68+ }
69+
70+ .keyTipBox > ul > li > .comment {
71+ color : # 3d8dbc ;
1972}
2073
2174.getInfoBox {
22- display : flex;
23- flex : 1 ;
24- justify-content : flex-start;
25- align-items : center;
26- margin : 25px ;
75+ display : flex;
76+ flex : 1 ;
77+ justify-content : flex-start;
78+ align-items : center;
79+ margin : 25px ;
2780}
2881
2982.getInfoBox textarea {
30- display : flex;
31- flex : 4 ;
32- height : 35px ;
33- outline : none;
34- border-radius : 3px ;
35- padding : 5px ;
83+ display : flex;
84+ flex : 4 ;
85+ height : 35px ;
86+ outline : none;
87+ border-radius : 3px ;
88+ padding : 5px ;
89+ box-shadow : 0 0 0 1px # 3d8dbc61 inset;
90+ background : transparent;
91+ border : none;
92+ color : # 3d8dbc ;
93+ font-family : auto;
3694}
3795
3896.getInfoBox button {
39- margin : 0 10px ;
40- width : 60px ;
41- text-align : center;
42- justify-content : center;
43- align-items : center;
44- height : 45px ;
45- border-radius : 3px ;
46- outline : none;
47- border : 1px solid # 3c8dbc ;
48- font-size : 14px ;
49- cursor : pointer;
50- background-color : # 3c8dbc ;
51- color : # fff ;
52- font-weight : 300 ;
97+ margin : 0 10px ;
98+ width : 60px ;
99+ text-align : center;
100+ justify-content : center;
101+ align-items : center;
102+ height : 45px ;
103+ border-radius : 3px ;
104+ outline : none;
105+ border : 1px solid # 3d8dbc61 ;
106+ font-size : 14px ;
107+ cursor : pointer;
108+ background-color : transparent ;
109+ color : # 3d8dbc ;
110+ font-weight : 400 ;
53111}
54112
55113.getInfoBox button : hover {
56- background -color: # 387ca8 ;
114+ border -color: # 3d8dbc ;
57115}
58116
59117# info_box {
60- word-break : break-all;
118+ word-break : break-all;
61119}
62120
63121textarea ::placeholder {
64- padding : 8px ;
65- font-weight : 300 ;
122+ padding : 8px ;
123+ font-weight : 300 ;
124+ color : # 3d8dbc61 ;
66125}
67126
68127/*========= start loading =========*/
69128
70129.ball-pulse {
71- transform : scale (1 );
130+ transform : scale (1 );
72131}
73132
74133.ball-pulse > div : nth-child (1 ) {
75- -webkit-animation : ball-pulse-scale 0.75s -0.24s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
76- animation : ball-pulse-scale 0.75s -0.24s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
134+ -webkit-animation : ball-pulse-scale 0.75s -0.24s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
135+ animation : ball-pulse-scale 0.75s -0.24s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
77136}
78137
79138.ball-pulse > div : nth-child (2 ) {
80- -webkit-animation : ball-pulse-scale 0.75s -0.12s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
81- animation : ball-pulse-scale 0.75s -0.12s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
139+ -webkit-animation : ball-pulse-scale 0.75s -0.12s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
140+ animation : ball-pulse-scale 0.75s -0.12s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
82141}
83142
84143.ball-pulse > div : nth-child (3 ) {
85- -webkit-animation : ball-pulse-scale 0.75s 0s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
86- animation : ball-pulse-scale 0.75s 0s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
144+ -webkit-animation : ball-pulse-scale 0.75s 0s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
145+ animation : ball-pulse-scale 0.75s 0s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
87146}
88147
89148.ball-pulse > div {
90- background-color : # 0FB560 ;
91- width : 15px ;
92- height : 15px ;
93- border-radius : 100% ;
94- margin : 2px ;
95- -webkit-animation-fill-mode : both;
96- animation-fill-mode : both;
97- display : inline-block;
149+ background-color : # 0FB560 ;
150+ width : 15px ;
151+ height : 15px ;
152+ border-radius : 100% ;
153+ margin : 2px ;
154+ -webkit-animation-fill-mode : both;
155+ animation-fill-mode : both;
156+ display : inline-block;
98157}
99158
100159@keyframes ball-pulse-scale {
101- 0% {
102- -webkit-transform : scale (1 );
103- transform : scale (1 );
104- opacity : 1 ;
105- }
106- 45% {
107- -webkit-transform : scale (0.1 );
108- transform : scale (0.1 );
109- opacity : 0.7 ;
110- }
111- 80% {
112- -webkit-transform : scale (1 );
113- transform : scale (1 );
114- opacity : 1 ;
115- }
116- }
117-
118- /*========= end loading =========*/
160+ 0% {
161+ -webkit-transform : scale (1 );
162+ transform : scale (1 );
163+ opacity : 1 ;
164+ }
165+ 45% {
166+ -webkit-transform : scale (0.1 );
167+ transform : scale (0.1 );
168+ opacity : 0.7 ;
169+ }
170+ 80% {
171+ -webkit-transform : scale (1 );
172+ transform : scale (1 );
173+ opacity : 1 ;
174+ }
175+ }
176+
177+ /*========= end loading =========*/
178+
179+
180+ ::-webkit-scrollbar {
181+ width : 2px !important ;
182+ height : 2px !important ;
183+ }
184+
185+ ::-webkit-scrollbar-track {
186+ background-color : # 000000 !important ;
187+ border-radius : 2px !important ;
188+ }
189+
190+ ::-webkit-scrollbar-track-piece {
191+ background-color : # 000000 !important ;
192+ border-radius : 2px !important ;
193+ }
194+
195+ ::-webkit-scrollbar-thumb {
196+ background : # 3d8dbc61 !important ;
197+ border-radius : 2px !important ;
198+ }
199+
200+ ::-webkit-scrollbar-thumb : hover {
201+ background : # 3d8dbc61 !important ;
202+ width : 2px !important ;
203+ }
204+
205+ ::-webkit-scrollbar-corner {
206+ display : none !important ;
207+ }
208+
209+ ::-webkit-scrollbar-button {
210+ display : none !important ;
211+ }
0 commit comments