@@ -566,16 +566,64 @@ a.footnote:hover,
566
566
.footer a : hover {
567
567
text-decoration : underline;
568
568
}
569
+
570
+ /* hiring banner */
571
+
572
+ .hiring-banner {
573
+ margin-left : auto;
574
+ margin-right : auto;
575
+ padding : 0 5% ;
576
+ height : 500px ;
577
+ background-size : cover;
578
+ background-repeat : no-repeat;
579
+ background-image : url (/images/hiring-imagex1.jpg);
580
+ background-color : # 333b4d ;
581
+ background-position : center center;
582
+ -webkit-transition : 0.2s ease-out all;
583
+ }
584
+ .lt-ie9 .hiring-banner {
585
+ background-image : url (/images/hiring-imagex1.jpg) no-repeat;
586
+ background-position : center center;
587
+ }
588
+ .hiring-content {
589
+ margin : 0 auto;
590
+ padding-top : 100px ;
591
+ max-width : 700px ;
592
+ }
593
+ .hiring-title {
594
+ margin-bottom : 20px ;
595
+ font-size : 48px ;
596
+ font-weight : 100 ;
597
+ line-height : 1.1em ;
598
+ color : white;
599
+ -webkit-transition : 0.2s ease-out all;
600
+ }
601
+ .hiring-subtitle {
602
+ color : # dce0e6 ;
603
+ font-size : 18px ;
604
+ font-weight : normal;
605
+ -webkit-transition : 0.2s ease-out all;
606
+ }
607
+ .btn-job {
608
+ margin-top : 40px ;
609
+ padding : 14px 8% ;
610
+ display : inline-block;
611
+ border : 1px solid # b0b6c2 ;
612
+ border-radius : 2px ;
613
+ color : # fff ;
614
+ font-size : 18px ;
615
+ -webkit-transition : 0.2s ease-out all;
616
+ }
617
+ .btn-job : hover {
618
+ color : # 8ab0e6 ;
619
+ background-color : transparent;
620
+ border : 1px solid # 8ab0e6 ;
621
+ }
569
622
/* responsive */
570
623
@media only screen and (max-width : 650px ) {
571
624
body {
572
625
width : 100% ;
573
626
}
574
- .menu .menu-job {
575
- position : absolute;
576
- right : 5% ;
577
- top : 50px ;
578
- }
579
627
.pagination .pages li {
580
628
display : none;
581
629
}
@@ -615,14 +663,33 @@ a.footnote:hover,
615
663
right : 0 ;
616
664
background : rgba (7 , 25 , 57 , 0.8 );
617
665
border-radius : 3px ;
666
+ text-align : center;
618
667
}
619
668
.menu li {
620
669
display : block;
621
670
}
622
671
.menu li a {
623
672
padding : 15px 0 ;
624
673
width : 100% ;
674
+ }
675
+ .hiring-banner {
676
+ height : 430px ;
677
+ background-position : 70% center;
678
+ }
679
+ .hiring-content {
680
+ padding-top : 80px ;
625
681
text-align : center;
682
+ text-shadow : 0px 0px 5px # 333b4d,
683
+ 0px 0px 5px # 333b4d ;
684
+ }
685
+ .hiring-title {
686
+ font-size : 42px ;
687
+ }
688
+ .hiring-subtitle br {
689
+ display : none;
690
+ }
691
+ .btn-job {
692
+ width : 70% ;
626
693
}
627
694
.post-author-info .portrait {
628
695
width : 40% ;
@@ -651,11 +718,17 @@ a.footnote:hover,
651
718
body {
652
719
width : 100% ;
653
720
}
654
- .menu-job {
655
- display : none;
721
+ .hiring-banner {
722
+ height : 380px ;
723
+ }
724
+ .hiring-content {
725
+ padding-top : 70px ;
726
+ }
727
+ .hiring-title {
728
+ font-size : 36px ;
656
729
}
657
- .hiring-box {
658
- padding : 0 ;
730
+ .btn-job {
731
+ margin-top : 20 px ;
659
732
}
660
733
}
661
734
0 commit comments