(내용을 " →본문 문단: .mw-editsection { float: right; font-weight: 900; } →분류 펼치기: .catlinks { position: relative; } .catlinks .mw-normal-catlinks { overflow: hidden; text-overflow: ellipsis; } .catlinks .catlinks-button-container { position: absolute; top: 0; right: 0; height: 100%; padding: 0 0 0 4rem; background: linear-gradient(90deg, transparent, #fff, #fff); border-radius: 0.5rem; } .catlinks .catlinks-button-containe..."(으)로 바꿈) 태그: 대체됨 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
/* Main Color #4188f1 */ | |||
/* Border Color #e1e8ed */ | |||
/* | :root { | ||
.mw- | --ew-custom-theme-main: #3757C7; | ||
--ew-custom-theme-secondary: #466DFA; | |||
--ew-spec-brand-main: #3757C7; | |||
--ew-spec-brand-secondary: #466DFA; | |||
--ew-spec-overlay-black: #000000; | |||
--ew-spec-overlay-darkgray: #333; | |||
--ew-spec-overlay-ligntgray: #DDD; | |||
--ew-spec-overlay-white: #FFFFFF; | |||
--ew-theme-000: #050508; | |||
--ew-theme-010: #151720; | |||
--ew-theme-020: #262A39; | |||
--ew-theme-030: #3A3F52; | |||
--ew-theme-040: #4F556B; | |||
--ew-theme-050: #666D83; | |||
--ew-theme-060: #7F869C; | |||
--ew-theme-070: #9AA0B5; | |||
--ew-theme-080: #B7BBCE; | |||
--ew-theme-090: #D5D9E6; | |||
--ew-theme-100: #F5F7FF; | |||
--ew-theme-link: #0275d8; | |||
--ew-theme-link-external: #33B733; | |||
--ew-theme-link-external-hover: #2CA02C; | |||
--ew-theme-link-hover: #0263b8; | |||
--ew-theme-link-new: #B73333; | |||
--ew-theme-link-new-hover: #7C2323; | |||
--ew-theme-main: #3757C7; | |||
--ew-theme-secondary: #466DFA; | |||
} | |||
/* HTML Tag */ | |||
* { | |||
outline: none; | |||
} | |||
input:hover, | |||
button:hover, | |||
select:hover { | |||
transition: 0.3s; | |||
} | |||
/* 스크롤바 */ | |||
html, body { | |||
overflow-x: hidden; | |||
overflow-y: overlay; | |||
} | |||
body::-webkit-scrollbar { | |||
display: none; | |||
} | |||
/* body::-webkit-scrollbar { | |||
width: 12px; | |||
transition: 250ms; | |||
} | |||
body::-webkit-scrollbar-thumb { | |||
background: #adb5bdb6; | |||
border-radius: 20px; | |||
border: 3px solid transparent; | |||
background-clip: padding-box; | |||
transition: 250ms; | |||
} | |||
body::-webkit-scrollbar-track { | |||
background: transparent; | |||
transition: 250ms; | |||
} */ | |||
/* 스크롤바 끝 */ | |||
html { | |||
font-size: 16px; | |||
} | |||
body { | |||
font-size: 15px; | |||
font-weight: 400; | |||
color: #212529; | |||
} | |||
body, | |||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6 { | |||
font-family: "Pretendard", "Apple SD Gothic Neo", "Spoqa Han Sans", "SpoqaHanSans", | |||
"Noto Sans KR", "Noto Sans", "Noto Sans CJK KR", "NanumBarunGothic", | |||
"Nanum Gothic", "KoPub Dotum", "Malgun Gothic", "맑은 고딕", sans-serif; | |||
margin: 0; | |||
} | |||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6, | |||
b { | |||
font-family: "Pretendard", "Apple SD Gothic Neo", "Spoqa Han Sans", "SpoqaHanSans", | |||
"Noto Sans KR", "Noto Sans", "Noto Sans CJK KR", "NanumBarunGothic", | |||
"Nanum Gothic", "KoPub Dotum", "Malgun Gothic", "맑은 고딕", sans-serif; | |||
} | |||
input[type="password"] { | |||
font-family: sans-serif; | |||
} | |||
h1 { | |||
font-size: 2em; | |||
} | |||
h2 { | |||
font-size: 1.8em; | |||
} | |||
h3 { | |||
font-size: 1.6em; | |||
} | |||
h4 { | |||
font-size: 1.5em; | |||
} | |||
h5 { | |||
font-size: 1.3em; | |||
} | |||
h6 { | |||
font-size: 1.1em; | |||
} | |||
ol, | |||
ul, | |||
p { | |||
margin: 0; | |||
padding: 0; | |||
} | |||
p { | |||
margin-bottom: 1rem; | |||
} | |||
ol, | |||
.mw-content-ltr ol, | |||
.mw-content-rtl .mw-content-ltr ol { | |||
margin: 0; | |||
margin-left: 2.2rem; | |||
margin-right: 1rem; | |||
list-style-image: none; | |||
} | |||
pre { | |||
display: block; | |||
color: #333; | |||
word-break: break-all; | |||
word-wrap: break-word; | |||
background-color: #f5f8fa; | |||
border: 1px solid #e1e8ed; | |||
border-radius: 0.5rem; | |||
padding: 0.8rem; | |||
} | |||
a:focus { | |||
outline: 0; | |||
} | |||
p { | |||
overflow-wrap: break-word; | |||
} | |||
ul { | |||
list-style-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23373a3c%22%2F%3E%0A%3C%2Fsvg%3E%0A); | |||
} | } | ||
img { | |||
max-width: 100%; | |||
height: auto; | |||
margin: 0; | |||
} | } | ||
th[rowspan], | |||
td[rowspan] { | |||
position: relative; | |||
} | } | ||
th[rowspan]:after, | |||
td[rowspan]:after { | |||
content: ""; | |||
position: absolute; | position: absolute; | ||
top: 0; | top: 0; | ||
right: | right: -1px; | ||
width: 1px; | |||
height: 100%; | height: 100%; | ||
/*background: #e0e0e0;*/ | |||
} | } | ||
input[type="search"] { | |||
-webkit-appearance: none; | |||
appearance: none; | |||
/* Removes some iOS CSS Settings */ | |||
} | } | ||
textarea { | |||
width: 100%; | width: 100%; | ||
border: 1px solid #e1e8ed; | |||
padding: 0.5rem; | |||
} | } | ||
hr { | |||
border-top: 1px solid #e1e8ed; | |||
} | } | ||
html input[type="button"]:hover, | |||
html input[type="submit"]:hover, | |||
button:hover { | |||
background-color: #466DFA; | |||
} | |||
label { | |||
vertical-align: middle; | |||
word-break: keep-all; | |||
} | |||
del, | |||
s, | |||
strike { | |||
color: #808080; | |||
} | } | ||
/* HTML Tag End */ | |||
.Liberty .nav-wrapper .navbar .form-inline .form-control { | |||
. | font-size: 0.75rem; | ||
font-size: | height: 2rem; | ||
width: 10.125rem; | |||
padding: 0.1875rem 0.4rem; | |||
padding-top: 0.28125rem; | |||
padding-left: 0.5625rem; | |||
border-color: #ccc; | |||
border-radius: 0; | |||
border-top-left-radius: 1.0rem; | |||
border-bottom-left-radius: 1.0rem; | |||
border: 0px; | |||
} | } | ||
. | /* Nav */ | ||
.Liberty .nav-wrapper { | |||
min-height: 2.625rem; | |||
z-index: 1001; | |||
box-shadow: 0 3px 9px 1px rgba(0,0,0,.03), 0 9px 8px rgba(0,0,0,.02), 0 1px 6px 4px rgba(0,0,0,.01) | |||
} | |||
. | .Liberty .nav-wrapper .navbar { | ||
padding: 0 0.9375rem; | |||
border: 0; | |||
border-radius: 0; | |||
} | } | ||
. | .Liberty .nav-wrapper .navbar .navbar-brand { | ||
height: 2.625rem; | |||
width: 6.1875rem; | |||
background: transparent url(../img/evewikilogo.svg) no-repeat scroll left center/auto | |||
1.78125rem; | |||
padding: 0; | |||
margin: 0; | |||
background-size: 80px; | |||
} | |||
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item { | |||
margin: 0; | |||
margin-right: 0.5rem; | margin-right: 0.5rem; | ||
} | } | ||
. | |||
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .fa, | |||
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .fas, | |||
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .far { | |||
margin-right: 0.46875rem; | |||
font-size: 1.05rem; | |||
} | |||
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link { | |||
color: #fff; | |||
font-size: 1.05rem; | |||
} | |||
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:hover, | |||
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:focus { | |||
transition: 0.3s; | |||
} | |||
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .dropdown-menu { | |||
margin-top: 0; | |||
} | |||
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .dropdown-toggle::after { | |||
margin-right: 0; | |||
margin-left: 0.328125rem; | |||
} | |||
.Liberty .nav-wrapper .navbar .form-inline { | |||
padding: 0.375rem 0; | |||
border-radius: 2.0rem; | |||
float: right; | |||
} | |||
.Liberty .nav-wrapper .navbar .form-inline .form-control { | |||
font-size: 0.75rem; | |||
height: 2rem; | |||
width: 10.125rem; | |||
padding: 0.1875rem 0.4rem; | |||
padding-top: 0.28125rem; | |||
padding-left: 0.5625rem; | |||
border-color: #ccc; | |||
border-radius: 0; | |||
border-top-left-radius: 1.0rem; | |||
border-bottom-left-radius: 1.0rem; | |||
border: 0px; | |||
} | |||
.Liberty .nav-wrapper .navbar .form-inline .btn { | |||
height: 2rem; | |||
color: #4f5b63; | |||
padding: 0.1875rem 0.4rem; | |||
line-height: 22px; | |||
} | |||
.Liberty .nav-wrapper .navbar .form-inline .btn:hover, | |||
.Liberty .nav-wrapper .navbar .form-inline .btn:focus { | |||
background-color: #fff; | |||
} | |||
.Liberty .nav-wrapper .navbar .form-inline .btn .fa, | |||
.Liberty .nav-wrapper .navbar .form-inline .btn .fas, | |||
.Liberty .nav-wrapper .navbar .form-inline .btn .far { | |||
width: 0.84375rem; | |||
font-size: 0.85rem; | |||
margin-right: 3px; | |||
} | |||
.Liberty .nav-wrapper .navbar .navbar-login { | |||
float: right; | |||
padding-left: 0.75rem; | |||
} | |||
.Liberty .nav-wrapper .navbar .navbar-login .fa, | |||
.Liberty .nav-wrapper .navbar .navbar-login .fas, | |||
.Liberty .nav-wrapper .navbar .navbar-login .far { | |||
color: #fff; | |||
padding: 0.65625rem 0; | |||
font-size: 1.5rem; | |||
} | |||
.Liberty .nav-wrapper .navbar .navbar-login .login-menu { | |||
float: left; | |||
cursor: pointer; | |||
padding: 0.375rem 0; | |||
} | |||
.Liberty .nav-wrapper .navbar .navbar-login .login-menu > a:after { | |||
display: none; | display: none; | ||
} | } | ||
. | .Liberty .nav-wrapper .navbar .navbar-login .profile-img { | ||
. | width: 2rem; | ||
height: 2rem; | |||
border-radius: 9999rem; | |||
border: | margin: 0; | ||
border: none; | |||
} | |||
.Liberty .nav-wrapper .navbar .navbar-login .logout-btn { | |||
margin-left: 0.75rem; | |||
display: inline-block; | |||
} | |||
.Liberty .nav-wrapper .navbar .navbar-login .login-dropdown-menu { | |||
top: 95%; | |||
right: 0; | |||
z-index: 1002; | |||
} | |||
.Liberty .nav-wrappe .navbar .dropdown-menu { | |||
background: #fff; | |||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | |||
border-color: var(--ew-theme-090); | |||
border-radius: 0.5rem; | border-radius: 0.5rem; | ||
font-size: 1em; | |||
} | } | ||
. | .dropdown-submenu { | ||
. | position: relative; | ||
. | min-width: 158px; | ||
} | |||
/* Nav End */ | |||
/* Right menu */ | |||
.Liberty .content-wrapper .liberty-sidebar { | |||
float: right; | |||
position: relative; | |||
margin-left: 16px; | |||
} | |||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper { | |||
z-index: 1; | |||
} | |||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent { | |||
width: 300px; | |||
} | |||
.live-recent-header .a, .live-recent-header .a:hover { | |||
text-decoration: none; /* 밑줄 제거 */ | |||
color: inherit; /* 호버 시 색상 변화 방지 */ | |||
} | |||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav { | |||
border: 0; | |||
} | |||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item { | |||
width: 7.5rem; | |||
border: 1px solid #e1e8ed; | |||
border-top-left-radius: 0.35rem; | |||
background-color: #f5f8fa; | |||
} | } | ||
. | .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item + .nav-item { | ||
margin-left: 0; | |||
border-left: 0; | |||
border-top-left-radius: 0; | |||
border-top-right-radius: 0.35rem; | |||
} | } | ||
.liberty- | .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link { | ||
border: 0; | |||
border-radius: 0; | |||
border-top-left-radius: 0.35rem; | |||
text-align: center; | |||
padding-top: 0.6rem; | |||
padding-bottom: 0.6rem; | |||
color: #6e7478; | |||
position: relative; | |||
} | } | ||
. | .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item + .nav-item .nav-link { | ||
border-top-left-radius: 0; | |||
border-top-right-radius: 0.35rem; | |||
} | } | ||
. | .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active, | ||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:hover, | |||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:focus, | |||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:active { | |||
color: #373a3c; | |||
background-color: #fff; | |||
} | } | ||
. | .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active::before, | ||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:hover::before, | |||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:focus::before, | |||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:active::before { | |||
position: absolute; | |||
left: -1px; | |||
bottom: -1px; | |||
content: " "; | |||
width: 7.5rem; | |||
display: block; | |||
} | } | ||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content { | |||
background-color: #fff; | |||
border-left: 1px solid #e1e8ed; | |||
border-right: 1px solid #e1e8ed; | |||
border-top: 0; | |||
z-index: 1; | |||
} | |||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list { | |||
.Liberty . | list-style: none; | ||
} | } | ||
.Liberty . | .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li { | ||
padding: 0.2rem 1.2rem; | |||
} | } | ||
.Liberty . | .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li:last-child { | ||
border-bottom: none; | |||
} | } | ||
.Liberty . | .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item { | ||
font-size: 15px; | |||
color: #373a3c; | |||
} | } | ||
.Liberty . | .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item .new { | ||
font-size: 15px; | |||
color: #b73333; | |||
} | } | ||
.Liberty . | .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer { | ||
background-color: #f5f8fa; | |||
border: 1px solid #e1e8ed; | |||
border-top: 0; | |||
border-bottom-left-radius: 0.35rem; | |||
border-bottom-right-radius: 0.35rem; | |||
text-align: right; | |||
padding: 0.4rem 0.6rem; | |||
} | } | ||
.Liberty . | .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label { | ||
padding: 0.4rem; | |||
font-size: 0.8rem; | |||
font-weight: 400; | |||
} | } | ||
.Liberty . | .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label:hover { | ||
transition: 0.3s; | |||
} | } | ||
.Liberty . | .Liberty .content-wrapper .liberty-sidebar .right-ads { | ||
position: absolute; | |||
top: 25.73rem; | |||
width: 15rem; | |||
} | } | ||
2025년 2월 22일 (토) 06:46 판
/* Main Color #4188f1 */
/* Border Color #e1e8ed */
:root {
--ew-custom-theme-main: #3757C7;
--ew-custom-theme-secondary: #466DFA;
--ew-spec-brand-main: #3757C7;
--ew-spec-brand-secondary: #466DFA;
--ew-spec-overlay-black: #000000;
--ew-spec-overlay-darkgray: #333;
--ew-spec-overlay-ligntgray: #DDD;
--ew-spec-overlay-white: #FFFFFF;
--ew-theme-000: #050508;
--ew-theme-010: #151720;
--ew-theme-020: #262A39;
--ew-theme-030: #3A3F52;
--ew-theme-040: #4F556B;
--ew-theme-050: #666D83;
--ew-theme-060: #7F869C;
--ew-theme-070: #9AA0B5;
--ew-theme-080: #B7BBCE;
--ew-theme-090: #D5D9E6;
--ew-theme-100: #F5F7FF;
--ew-theme-link: #0275d8;
--ew-theme-link-external: #33B733;
--ew-theme-link-external-hover: #2CA02C;
--ew-theme-link-hover: #0263b8;
--ew-theme-link-new: #B73333;
--ew-theme-link-new-hover: #7C2323;
--ew-theme-main: #3757C7;
--ew-theme-secondary: #466DFA;
}
/* HTML Tag */
* {
outline: none;
}
input:hover,
button:hover,
select:hover {
transition: 0.3s;
}
/* 스크롤바 */
html, body {
overflow-x: hidden;
overflow-y: overlay;
}
body::-webkit-scrollbar {
display: none;
}
/* body::-webkit-scrollbar {
width: 12px;
transition: 250ms;
}
body::-webkit-scrollbar-thumb {
background: #adb5bdb6;
border-radius: 20px;
border: 3px solid transparent;
background-clip: padding-box;
transition: 250ms;
}
body::-webkit-scrollbar-track {
background: transparent;
transition: 250ms;
} */
/* 스크롤바 끝 */
html {
font-size: 16px;
}
body {
font-size: 15px;
font-weight: 400;
color: #212529;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Pretendard", "Apple SD Gothic Neo", "Spoqa Han Sans", "SpoqaHanSans",
"Noto Sans KR", "Noto Sans", "Noto Sans CJK KR", "NanumBarunGothic",
"Nanum Gothic", "KoPub Dotum", "Malgun Gothic", "맑은 고딕", sans-serif;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
font-family: "Pretendard", "Apple SD Gothic Neo", "Spoqa Han Sans", "SpoqaHanSans",
"Noto Sans KR", "Noto Sans", "Noto Sans CJK KR", "NanumBarunGothic",
"Nanum Gothic", "KoPub Dotum", "Malgun Gothic", "맑은 고딕", sans-serif;
}
input[type="password"] {
font-family: sans-serif;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.6em;
}
h4 {
font-size: 1.5em;
}
h5 {
font-size: 1.3em;
}
h6 {
font-size: 1.1em;
}
ol,
ul,
p {
margin: 0;
padding: 0;
}
p {
margin-bottom: 1rem;
}
ol,
.mw-content-ltr ol,
.mw-content-rtl .mw-content-ltr ol {
margin: 0;
margin-left: 2.2rem;
margin-right: 1rem;
list-style-image: none;
}
pre {
display: block;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f8fa;
border: 1px solid #e1e8ed;
border-radius: 0.5rem;
padding: 0.8rem;
}
a:focus {
outline: 0;
}
p {
overflow-wrap: break-word;
}
ul {
list-style-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23373a3c%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
img {
max-width: 100%;
height: auto;
margin: 0;
}
th[rowspan],
td[rowspan] {
position: relative;
}
th[rowspan]:after,
td[rowspan]:after {
content: "";
position: absolute;
top: 0;
right: -1px;
width: 1px;
height: 100%;
/*background: #e0e0e0;*/
}
input[type="search"] {
-webkit-appearance: none;
appearance: none;
/* Removes some iOS CSS Settings */
}
textarea {
width: 100%;
border: 1px solid #e1e8ed;
padding: 0.5rem;
}
hr {
border-top: 1px solid #e1e8ed;
}
html input[type="button"]:hover,
html input[type="submit"]:hover,
button:hover {
background-color: #466DFA;
}
label {
vertical-align: middle;
word-break: keep-all;
}
del,
s,
strike {
color: #808080;
}
/* HTML Tag End */
.Liberty .nav-wrapper .navbar .form-inline .form-control {
font-size: 0.75rem;
height: 2rem;
width: 10.125rem;
padding: 0.1875rem 0.4rem;
padding-top: 0.28125rem;
padding-left: 0.5625rem;
border-color: #ccc;
border-radius: 0;
border-top-left-radius: 1.0rem;
border-bottom-left-radius: 1.0rem;
border: 0px;
}
/* Nav */
.Liberty .nav-wrapper {
min-height: 2.625rem;
z-index: 1001;
box-shadow: 0 3px 9px 1px rgba(0,0,0,.03), 0 9px 8px rgba(0,0,0,.02), 0 1px 6px 4px rgba(0,0,0,.01)
}
.Liberty .nav-wrapper .navbar {
padding: 0 0.9375rem;
border: 0;
border-radius: 0;
}
.Liberty .nav-wrapper .navbar .navbar-brand {
height: 2.625rem;
width: 6.1875rem;
background: transparent url(../img/evewikilogo.svg) no-repeat scroll left center/auto
1.78125rem;
padding: 0;
margin: 0;
background-size: 80px;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item {
margin: 0;
margin-right: 0.5rem;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .fa,
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .fas,
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .far {
margin-right: 0.46875rem;
font-size: 1.05rem;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link {
color: #fff;
font-size: 1.05rem;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:hover,
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:focus {
transition: 0.3s;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .dropdown-menu {
margin-top: 0;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .dropdown-toggle::after {
margin-right: 0;
margin-left: 0.328125rem;
}
.Liberty .nav-wrapper .navbar .form-inline {
padding: 0.375rem 0;
border-radius: 2.0rem;
float: right;
}
.Liberty .nav-wrapper .navbar .form-inline .form-control {
font-size: 0.75rem;
height: 2rem;
width: 10.125rem;
padding: 0.1875rem 0.4rem;
padding-top: 0.28125rem;
padding-left: 0.5625rem;
border-color: #ccc;
border-radius: 0;
border-top-left-radius: 1.0rem;
border-bottom-left-radius: 1.0rem;
border: 0px;
}
.Liberty .nav-wrapper .navbar .form-inline .btn {
height: 2rem;
color: #4f5b63;
padding: 0.1875rem 0.4rem;
line-height: 22px;
}
.Liberty .nav-wrapper .navbar .form-inline .btn:hover,
.Liberty .nav-wrapper .navbar .form-inline .btn:focus {
background-color: #fff;
}
.Liberty .nav-wrapper .navbar .form-inline .btn .fa,
.Liberty .nav-wrapper .navbar .form-inline .btn .fas,
.Liberty .nav-wrapper .navbar .form-inline .btn .far {
width: 0.84375rem;
font-size: 0.85rem;
margin-right: 3px;
}
.Liberty .nav-wrapper .navbar .navbar-login {
float: right;
padding-left: 0.75rem;
}
.Liberty .nav-wrapper .navbar .navbar-login .fa,
.Liberty .nav-wrapper .navbar .navbar-login .fas,
.Liberty .nav-wrapper .navbar .navbar-login .far {
color: #fff;
padding: 0.65625rem 0;
font-size: 1.5rem;
}
.Liberty .nav-wrapper .navbar .navbar-login .login-menu {
float: left;
cursor: pointer;
padding: 0.375rem 0;
}
.Liberty .nav-wrapper .navbar .navbar-login .login-menu > a:after {
display: none;
}
.Liberty .nav-wrapper .navbar .navbar-login .profile-img {
width: 2rem;
height: 2rem;
border-radius: 9999rem;
margin: 0;
border: none;
}
.Liberty .nav-wrapper .navbar .navbar-login .logout-btn {
margin-left: 0.75rem;
display: inline-block;
}
.Liberty .nav-wrapper .navbar .navbar-login .login-dropdown-menu {
top: 95%;
right: 0;
z-index: 1002;
}
.Liberty .nav-wrappe .navbar .dropdown-menu {
background: #fff;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
border-color: var(--ew-theme-090);
border-radius: 0.5rem;
font-size: 1em;
}
.dropdown-submenu {
position: relative;
min-width: 158px;
}
/* Nav End */
/* Right menu */
.Liberty .content-wrapper .liberty-sidebar {
float: right;
position: relative;
margin-left: 16px;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper {
z-index: 1;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent {
width: 300px;
}
.live-recent-header .a, .live-recent-header .a:hover {
text-decoration: none; /* 밑줄 제거 */
color: inherit; /* 호버 시 색상 변화 방지 */
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav {
border: 0;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item {
width: 7.5rem;
border: 1px solid #e1e8ed;
border-top-left-radius: 0.35rem;
background-color: #f5f8fa;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item + .nav-item {
margin-left: 0;
border-left: 0;
border-top-left-radius: 0;
border-top-right-radius: 0.35rem;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link {
border: 0;
border-radius: 0;
border-top-left-radius: 0.35rem;
text-align: center;
padding-top: 0.6rem;
padding-bottom: 0.6rem;
color: #6e7478;
position: relative;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item + .nav-item .nav-link {
border-top-left-radius: 0;
border-top-right-radius: 0.35rem;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:hover,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:focus,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:active {
color: #373a3c;
background-color: #fff;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:hover::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:focus::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:active::before {
position: absolute;
left: -1px;
bottom: -1px;
content: " ";
width: 7.5rem;
display: block;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content {
background-color: #fff;
border-left: 1px solid #e1e8ed;
border-right: 1px solid #e1e8ed;
border-top: 0;
z-index: 1;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list {
list-style: none;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li {
padding: 0.2rem 1.2rem;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li:last-child {
border-bottom: none;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item {
font-size: 15px;
color: #373a3c;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item .new {
font-size: 15px;
color: #b73333;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer {
background-color: #f5f8fa;
border: 1px solid #e1e8ed;
border-top: 0;
border-bottom-left-radius: 0.35rem;
border-bottom-right-radius: 0.35rem;
text-align: right;
padding: 0.4rem 0.6rem;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label {
padding: 0.4rem;
font-size: 0.8rem;
font-weight: 400;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label:hover {
transition: 0.3s;
}
.Liberty .content-wrapper .liberty-sidebar .right-ads {
position: absolute;
top: 25.73rem;
width: 15rem;
}