@@ -197,7 +197,7 @@ a.footnote:hover,
197
197
}
198
198
.blog-title {
199
199
font-size : 15px ;
200
- color : # fff ;
200
+ color : # b0b6c2 ;
201
201
}
202
202
.atom-img {
203
203
display : inline-block;
@@ -225,12 +225,12 @@ a.footnote:hover,
225
225
z-index : 2 ;
226
226
}
227
227
.toggle : hover : after {
228
- border-bottom : 3 px solid # 8ab0e6 ;
228
+ border-bottom : 2 px solid # 8ab0e6 ;
229
229
}
230
230
.toggle : after {
231
- content : 'Menu ' ;
231
+ content : '메뉴 ' ;
232
232
display : inline-block;
233
- padding : 16px 20px 12 px ;
233
+ padding : 16px 20px 13 px ;
234
234
background : transparent;
235
235
text-align : center;
236
236
font-size : 15px ;
@@ -243,10 +243,10 @@ a.footnote:hover,
243
243
-webkit-box-sizing : border-box;
244
244
-moz-box-sizing : border-box;
245
245
box-sizing : border-box;
246
- border-bottom : 3 px solid transparent;
246
+ border-bottom : 2 px solid transparent;
247
247
}
248
248
# toggle : checked + .toggle : after {
249
- border-bottom : 3 px solid # 8ab0e6 ;
249
+ border-bottom : 2 px solid # 8ab0e6 ;
250
250
}
251
251
252
252
.menu {
@@ -258,18 +258,21 @@ a.footnote:hover,
258
258
display : inline-block;
259
259
}
260
260
.menu li a {
261
- padding : 16px 20px 12 px ;
261
+ padding : 16px 20px 13 px ;
262
262
color : # fff ;
263
263
line-height : 19px ;
264
264
display : inline-block;
265
- border-bottom : 3 px solid transparent;
265
+ border-bottom : 2 px solid transparent;
266
266
}
267
267
.menu li a : active ,
268
- .menu li a : focus ,
269
- .menu li a : hover ,
270
268
.menu li a .selected {
271
269
-webkit-transition : 0.2s ease-out all;
272
- border-bottom : 3px solid # 8ab0e6 ;
270
+ border-bottom : 2px solid # 8ab0e6 ;
271
+ }
272
+ .menu li a : focus ,
273
+ .menu li a : hover {
274
+ -webkit-transition : 0.2s ease-out all;
275
+ border-bottom : 2px solid # b0b6c2 ;
273
276
}
274
277
.logo-img {
275
278
margin-top : 10px ;
@@ -282,15 +285,6 @@ a.footnote:hover,
282
285
color : white;
283
286
display : inline-block;
284
287
}
285
- .menu .menu-job {
286
- padding : 8px 30px ;
287
- border : 1px solid # fff ;
288
- border-radius : 3px ;
289
- background-color : # 719add ;
290
- }
291
- .menu-job : hover {
292
- background-color : # 5e89d6 ;
293
- }
294
288
295
289
/* post-authot-info (post-info로 수정하는게 의미상 맞을 듯) */
296
290
@@ -572,16 +566,64 @@ a.footnote:hover,
572
566
.footer a : hover {
573
567
text-decoration : underline;
574
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
+ }
575
622
/* responsive */
576
623
@media only screen and (max-width : 650px ) {
577
624
body {
578
625
width : 100% ;
579
626
}
580
- .menu .menu-job {
581
- position : absolute;
582
- right : 5% ;
583
- top : 50px ;
584
- }
585
627
.pagination .pages li {
586
628
display : none;
587
629
}
@@ -593,7 +635,7 @@ a.footnote:hover,
593
635
}
594
636
}
595
637
596
- @media only screen and (max-width : 480 px ) {
638
+ @media only screen and (max-width : 580 px ) {
597
639
body {
598
640
width : 100% ;
599
641
}
@@ -621,14 +663,33 @@ a.footnote:hover,
621
663
right : 0 ;
622
664
background : rgba (7 , 25 , 57 , 0.8 );
623
665
border-radius : 3px ;
666
+ text-align : center;
624
667
}
625
668
.menu li {
626
669
display : block;
627
670
}
628
671
.menu li a {
629
672
padding : 15px 0 ;
630
673
width : 100% ;
674
+ }
675
+ .hiring-banner {
676
+ height : 430px ;
677
+ background-position : 70% center;
678
+ }
679
+ .hiring-content {
680
+ padding-top : 80px ;
631
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% ;
632
693
}
633
694
.post-author-info .portrait {
634
695
width : 40% ;
@@ -657,11 +718,17 @@ a.footnote:hover,
657
718
body {
658
719
width : 100% ;
659
720
}
660
- .menu-job {
661
- display : none;
721
+ .hiring-banner {
722
+ height : 380px ;
723
+ }
724
+ .hiring-content {
725
+ padding-top : 70px ;
726
+ }
727
+ .hiring-title {
728
+ font-size : 36px ;
662
729
}
663
- .hiring-box {
664
- padding : 0 ;
730
+ .btn-job {
731
+ margin-top : 20 px ;
665
732
}
666
733
}
667
734
0 commit comments