Skip to content

Commit 37310e9

Browse files
author
yeun
committed
채용배너 스타일 추가
1 parent 7800caf commit 37310e9

File tree

1 file changed

+82
-9
lines changed

1 file changed

+82
-9
lines changed

css/styles.css

Lines changed: 82 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -566,16 +566,64 @@ a.footnote:hover,
566566
.footer a:hover {
567567
text-decoration: underline;
568568
}
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+
}
569622
/* responsive */
570623
@media only screen and (max-width: 650px) {
571624
body {
572625
width: 100%;
573626
}
574-
.menu .menu-job {
575-
position: absolute;
576-
right: 5%;
577-
top: 50px;
578-
}
579627
.pagination .pages li {
580628
display: none;
581629
}
@@ -615,14 +663,33 @@ a.footnote:hover,
615663
right: 0;
616664
background: rgba(7, 25, 57, 0.8);
617665
border-radius: 3px;
666+
text-align: center;
618667
}
619668
.menu li {
620669
display: block;
621670
}
622671
.menu li a {
623672
padding: 15px 0;
624673
width: 100%;
674+
}
675+
.hiring-banner {
676+
height: 430px;
677+
background-position: 70% center;
678+
}
679+
.hiring-content {
680+
padding-top: 80px;
625681
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%;
626693
}
627694
.post-author-info .portrait {
628695
width: 40%;
@@ -651,11 +718,17 @@ a.footnote:hover,
651718
body {
652719
width: 100%;
653720
}
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;
656729
}
657-
.hiring-box {
658-
padding: 0;
730+
.btn-job {
731+
margin-top: 20px;
659732
}
660733
}
661734

0 commit comments

Comments
 (0)