@@ -185,15 +185,13 @@ html * {
185185
186186.container {
187187 padding-top : 50px ;
188- min-width : 960 px ;
188+ min-width : 1160 px ;
189189}
190190
191191.wrap {
192- width : 960px ;
193- margin-left : auto;
194- margin-right : auto;
195- padding-left : 20px ;
196- padding-right : 20px ;
192+ max-width : 1260px ;
193+ margin : 0 auto;
194+ padding : 0 20px ;
197195}
198196
199197.skinnyWrap {
@@ -363,7 +361,7 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
363361 font-size : 14px ;
364362 float : left;
365363 width : 210px ;
366- margin-top : 5px ;
364+ margin : 5px 48 px 0 0 ;
367365}
368366
369367.nav-docs ul {
@@ -550,7 +548,7 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
550548 float : right;
551549}
552550
553- footer {
551+ footer . wrap {
554552 font-size : 13px ;
555553 font-weight : 600 ;
556554 padding-top : 36px ;
@@ -699,7 +697,7 @@ figure {
699697}
700698
701699.inner-content {
702- float : right ;
700+ float : left ;
703701 width : 650px ;
704702}
705703
@@ -845,6 +843,91 @@ small code, li code, p code {
845843 text-decoration : none !important ;
846844}
847845
846+ .column-left , .column-left * {
847+ box-sizing : border-box;
848+ }
849+
850+ .column-left p {
851+ text-align : center;
852+ color : # 999 ;
853+ }
854+
855+ .column-left {
856+ float : left;
857+ padding : 20px ;
858+ width : 210px ;
859+ }
860+
861+ /* Modal */
862+ .modal-backdrop {
863+ background : rgba (0 , 0 , 0 , .4 );
864+ display : none;
865+ height : 100% ;
866+ left : 0 ;
867+ overflow : auto;
868+ position : fixed;
869+ top : 0 ;
870+ width : 100% ;
871+ z-index : 9900 ;
872+ }
873+
874+ .modal {
875+ background : # F6F6F6 ;
876+ bottom : 0 ;
877+ box-shadow : 2px 2px 4px 0 rgba (0 , 0 , 0 , .11 );
878+ display : none;
879+ border-radius : 10px ;
880+ height : 95% ;
881+ left : 0 ;
882+ margin : auto;
883+ max-height : 620px ;
884+ max-width : 460px ;
885+ overflow : auto;
886+ position : fixed;
887+ right : 0 ;
888+ top : 0 ;
889+ width : 80% ;
890+ z-index : 9999 ;
891+ }
892+
893+ .modal-open {
894+ display : block;
895+ }
896+
897+ .modal-content {
898+ padding : 40px 24px 24px 24px ;
899+ position : relative;
900+ }
901+
902+ .modal-content iframe {
903+ margin : 0 auto;
904+ }
905+
906+ .modal-button-open {
907+ text-align : center;
908+ }
909+
910+ .modal-button-close {
911+ background : transparent;
912+ border-radius : 0 0 0 4px ;
913+ border : 0 ;
914+ color : # 555 ;
915+ font-size : 1.2em ;
916+ font-weight : bolder;
917+ line-height : 32px ;
918+ margin : 0 ;
919+ padding : 0 12px ;
920+ position : absolute;
921+ right : 0 ;
922+ top : 0 ;
923+ }
924+ .modal-button-close : active ,
925+ .modal-button-close : focus ,
926+ .modal-button-close : hover {
927+ background : # EAF8FD ;
928+ outline : none;
929+ }
930+
848931@media screen and (max-width : 960px ) {
849932 .nav-main {
850933 position : static;
0 commit comments