11@font-face {
22 font-family : emoticons;
3- src : url(../ resources /fonts/emoticons.eot?5zh0vu);
4- src : url(../ resources /fonts/emoticons.eot?#iefix5zh0vu) for mat('embedded-opentype' ), url(../ resources /fonts/emoticons.woff?5zh0vu) for mat('woff' ), url(../ resources /fonts/emoticons.ttf?5zh0vu) for mat('truetype' ), url(../ resources /fonts/emoticons.svg?5zh0vu#icomoon) for mat('svg' );
3+ src : url(../ assets /fonts/emoticons.eot?5zh0vu);
4+ src : url(../ assets /fonts/emoticons.eot?#iefix5zh0vu) for mat('embedded-opentype' ), url(../ assets /fonts/emoticons.woff?5zh0vu) for mat('woff' ), url(../ assets /fonts/emoticons.ttf?5zh0vu) for mat('truetype' ), url(../ assets /fonts/emoticons.svg?5zh0vu#icomoon) for mat('svg' );
55 font-weight : 400 ;
66 font-style : normal
77}
3030.ejs-embed iframe {
3131 border : 0 ;
3232 background-color : # 3498db ;
33- background-image : url(../ resources /images/loader.svg);
33+ background-image : url(../ assets /images/loader.svg);
3434 background-repeat : no-repeat;
3535 background-position : center;
3636 width : 100%
@@ -166,7 +166,7 @@ code.has-numbering {
166166}
167167
168168.ejs-audio audio {
169- width : 100%
169+ width : 100% ;
170170}
171171
172172.ejs-doc ,
@@ -207,7 +207,7 @@ code.has-numbering {
207207 width : 200px ;
208208 float : left;
209209 cursor : pointer;
210- color : hsla (0 , 0% , 100% , .6 )
210+ color : hsla (0 , 0% , 100% , .6 );
211211}
212212
213213.ejs-video-thumb : hover {
@@ -261,7 +261,7 @@ code.has-numbering {
261261
262262.ejs-video-player {
263263 background-color : # 3498db ;
264- background-image : url(../ resources /images/loader.svg);
264+ background-image : url(../ assets /images/loader.svg);
265265 background-repeat : no-repeat;
266266 background-position : center;
267267}
@@ -286,7 +286,7 @@ code.has-numbering {
286286 margin : 5px ;
287287 margin-bottom : 0 ;
288288 background-color : # 3498db ;
289- background-image : url(../ resources /images/loader.svg);
289+ background-image : url(../ assets /images/loader.svg);
290290 background-repeat : no-repeat;
291291 background-position : center;
292292 height : 100% ;
@@ -444,12 +444,12 @@ code.has-numbering {
444444}
445445
446446.err {
447- border : 1px solid red
447+ border : 1px solid red;
448448}
449449
450450.k {
451451 color : green;
452- font-weight : 700
452+ font-weight : 700 ;
453453}
454454
455455.o {
@@ -458,72 +458,72 @@ code.has-numbering {
458458
459459.cm {
460460 color : # 408080 ;
461- font-style : italic
461+ font-style : italic;
462462}
463463
464464.cp {
465- color : # bc7a00
465+ color : # bc7a00;
466466}
467467
468468.c1 ,
469469.cs {
470470 color : # 408080 ;
471- font-style : italic
471+ font-style : italic;
472472}
473473
474474.gd {
475- color : # a00000
475+ color : # a00000;
476476}
477477
478478.ge {
479- font-style : italic
479+ font-style : italic;
480480}
481481
482482.gr {
483- color : red
483+ color : red;
484484}
485485
486486.gh {
487487 color : navy;
488- font-weight : 700
488+ font-weight : 700 ;
489489}
490490
491491.gi {
492- color : # 00a000
492+ color : # 00a000;
493493}
494494
495495.go {
496- color : gray
496+ color : gray;
497497}
498498
499499.gp {
500- color : navy
500+ color : navy;
501501}
502502
503503.gp ,
504504.gs ,
505505.gu {
506- font-weight : 700
506+ font-weight : 700 ;
507507}
508508
509509.gu {
510- color : purple
510+ color : purple;
511511}
512512
513513.gt {
514- color : # 0040d0
514+ color : # 0040d0;
515515}
516516
517517.kc ,
518518.kd ,
519519.kn {
520520 color : green;
521- font-weight : 700
521+ font-weight : 700 ;
522522}
523523
524524.kp ,
525525.kr {
526- color : green
526+ color : green;
527527}
528528
529529.kr {
@@ -703,22 +703,22 @@ all and (min--moz-device-pixel-ratio: 1),
703703all and (min-device-pixel-ratio : 1 ),
704704all and (min-resolution : 96dpi ) {
705705 .emoticon {
706- background : transparent url(../ resources /images/emojis.png) 0 0 no-repeat
706+ background : transparent url(../ assets /images/emojis.png) 0 0 no-repeat
707707 }
708708}
709709
710710@media all and (-webkit-min-device-pixel-ratio : 1.5 ),
711711all and (min-device-pixel-ratio : 1.5 ),
712712all and (min-resolution : 144dpi ) {
713713 .emoticon {
714- background : transparent url(../ resources /images/emojis@2x.png) 0 0 no-repeat;
714+ background : transparent url(../ assets /images/emojis@2x.png) 0 0 no-repeat;
715715 background-size : 1736pc 22px
716716 }
717717}
718718
719719@-moz-document url-prefix() {
720720 .emoticon {
721- background : transparent url(../ resources /images/emojis.png) 0 0 no-repeat
721+ background : transparent url(../ assets /images/emojis.png) 0 0 no-repeat
722722 }
723723}
724724
0 commit comments