mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
하단 LANG 삭제, 서브 Header 높이 조정, XEICON소개페이지 CSS수정, 로그인 페이지 너비문제 해결
This commit is contained in:
parent
6a1307a3c3
commit
e4cd56f46d
3 changed files with 23 additions and 6 deletions
|
|
@ -964,6 +964,9 @@ a:hover, a:active, a:focus {
|
||||||
.content > :first-child {
|
.content > :first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
.body.fixed-width.none .content {
|
||||||
|
width:auto;
|
||||||
|
}
|
||||||
.content img {
|
.content img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto
|
height: auto
|
||||||
|
|
@ -1121,7 +1124,7 @@ a:hover, a:active, a:focus {
|
||||||
}
|
}
|
||||||
.footer .f_cr_area .mobile-footer-member li {
|
.footer .f_cr_area .mobile-footer-member li {
|
||||||
float: left;
|
float: left;
|
||||||
width: 33.3%;
|
width: 50%;
|
||||||
border-left: 1px solid #444;
|
border-left: 1px solid #444;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
@ -1177,6 +1180,9 @@ a:hover, a:active, a:focus {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
.onepage .gnb {
|
||||||
|
margin-top:0;
|
||||||
|
}
|
||||||
.gnb a {
|
.gnb a {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
@ -1215,6 +1221,12 @@ a:hover, a:active, a:focus {
|
||||||
color: #555;
|
color: #555;
|
||||||
line-height: normal
|
line-height: normal
|
||||||
}
|
}
|
||||||
|
.onepage .gnb > ul > li > a:hover,
|
||||||
|
.onepage .gnb > ul > li > a:focus,
|
||||||
|
.onepage .gnb > ul > li > a:focus,
|
||||||
|
.onepage .gnb > ul > li.on > a {
|
||||||
|
color:#555;
|
||||||
|
}
|
||||||
.gnb > ul .depth2 {
|
.gnb > ul .depth2 {
|
||||||
display: block;
|
display: block;
|
||||||
position: static;
|
position: static;
|
||||||
|
|
@ -1335,8 +1347,8 @@ a:hover, a:active, a:focus {
|
||||||
.visual.sub .sub_title {
|
.visual.sub .sub_title {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
width:;
|
width:auto;
|
||||||
margin: 0 auto
|
margin:0;
|
||||||
}
|
}
|
||||||
.visual.sub .sub_title h1 {
|
.visual.sub .sub_title h1 {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -1383,7 +1395,7 @@ a:hover, a:active, a:focus {
|
||||||
background: none
|
background: none
|
||||||
}
|
}
|
||||||
.visual.sub.sub_type3 {
|
.visual.sub.sub_type3 {
|
||||||
padding: 100px 0 90px;
|
padding: 80px 0 0;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
|
|
@ -1392,8 +1404,11 @@ a:hover, a:active, a:focus {
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: auto auto
|
background-size: auto auto
|
||||||
}
|
}
|
||||||
|
.visual.sub.sub_type3 .sub_title {
|
||||||
|
padding:100px 0 70px 0;
|
||||||
|
}
|
||||||
.visual.sub.sub_type3 .sub_title h1 {
|
.visual.sub.sub_type3 .sub_title h1 {
|
||||||
font-size: 39px;
|
font-size: 23px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
letter-spacing: 2px
|
letter-spacing: 2px
|
||||||
|
|
|
||||||
|
|
@ -246,6 +246,9 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 0 0 0 70px;
|
padding: 0 0 0 70px;
|
||||||
}
|
}
|
||||||
|
.XEicon .feature h2 {
|
||||||
|
padding-top:10px;
|
||||||
|
}
|
||||||
.XEicon .get_started {
|
.XEicon .get_started {
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 80px 14px 20px 14px;
|
padding: 80px 14px 20px 14px;
|
||||||
|
|
|
||||||
|
|
@ -430,7 +430,6 @@
|
||||||
<li><a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a></li>
|
<li><a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a></li>
|
||||||
<li><a href="{getUrl('act','dispMemberInfo')}">{$lang->cmd_view_member_info}</a></li>
|
<li><a href="{getUrl('act','dispMemberInfo')}">{$lang->cmd_view_member_info}</a></li>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<li><a href="{getUrl('act','dispModuleChangeLang','oldact',$act)}">LANG</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue