|
|
| (같은 사용자의 중간 판 12개는 보이지 않습니다) |
| 1번째 줄: |
1번째 줄: |
| @font-face {
| |
| font-family: 'Pretendard';
| |
| font-weight: 400;
| |
| font-style: normal;
| |
| font-display: auto;
| |
| src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Regular.woff2') format('woff2'),
| |
| }
| |
| @font-face {
| |
| font-family: 'Pretendard';
| |
| font-weight: 500;
| |
| font-style: normal;
| |
| font-display: auto;
| |
| src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Medium.woff2') format('woff2'),
| |
| }
| |
| @font-face {
| |
| font-family: 'Pretendard';
| |
| font-weight: 600;
| |
| font-style: normal;
| |
| font-display: auto;
| |
| src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-SemiBold.woff2') format('woff2'),
| |
| }
| |
| @font-face {
| |
| font-family: 'Pretendard';
| |
| font-weight: 700;
| |
| font-style: normal;
| |
| font-display: auto;
| |
| src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Bold.woff2') format('woff2'),
| |
| }
| |
| @font-face {
| |
| font-family: 'Pretendard';
| |
| font-weight: 800;
| |
| font-style: normal;
| |
| font-display: auto;
| |
| src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-ExtraBold.woff2') format('woff2'),
| |
| }
| |
| @font-face {
| |
| font-family: 'Pretendard';
| |
| font-weight: 900;
| |
| font-style: normal;
| |
| font-display: auto;
| |
| src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Black.woff2') format('woff2'),
| |
| }
| |
|
| |
|
| html {
| | .liberty-content-header { |
| --ew-spec-brand-main: #3757C7;
| | border-bottom: 0.8px !important; |
| --ew-spec-brand-secondary: #466DFA;
| |
| --ew-spec-overlay-white: #FFFFFF;
| |
| --ew-spec-overlay-ligntgray: #DDD;
| |
| --ew-spec-overlay-darkgray: #333;
| |
| --ew-spec-overlay-black: #000000;
| |
| --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-hover: #0263b8;
| |
| --ew-theme-link-new: #B73333;
| |
| --ew-theme-link-new-hover: #7C2323;
| |
| --ew-theme-link-external: #33B733;
| |
| --ew-theme-link-external-hover: #2CA02C;
| |
| }
| |
| | |
| /* 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;
| |
| }
| |
| | |
| html {
| |
| font-size: 16px;
| |
| }
| |
| | |
| body {
| |
| font-size: 15px;
| |
| }
| |
| | |
| body {
| |
| font-size: 15px;
| |
| color: #000;
| |
| }
| |
| | |
| 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;
| |
| font-weight: 700;
| |
| }
| |
| | |
| input[type="password"] {
| |
| font-family: sans-serif;
| |
| }
| |
| | |
| h1 {
| |
| font-size: 2.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 {
| |
| max-width: 1400px;
| |
| margin: 0 auto;
| |
| }
| |
| | |
| .Liberty .content-wrapper {
| |
| max-width: 1400px;
| |
| width: 100%;
| |
| }
| |
| | |
| /* Nav */
| |
| .Liberty .nav-wrapper {
| |
| box-shadow: none;
| |
| }
| |
| | |
| | |
| .Liberty .nav-wrapper .navbar .navbar-brand {
| |
| height: 3.5rem;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link .fa.fa-bars {
| |
| margin-right: 0;
| |
| }
| |
| | |
| .navbar::after { display: none; }
| |
| | |
| .Liberty .content-wrapper {
| |
| margin-top: 4.5rem;
| |
| margin-bottom: 1rem;
| |
| }
| |
| | |
| | |
| @media (max-width: 1022.4px) {
| |
| .Liberty .content-wrapper {
| |
| margin-top: 6.2rem;
| |
| }
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .form-inline .btn .fa,
| |
| .Liberty .nav-wrapper .navbar .form-inline .btn .fas,
| |
| .Liberty .nav-wrapper .navbar .form-inline .btn .far,
| |
| .Liberty .nav-wrapper .navbar .randompage .fa,
| |
| .Liberty .nav-wrapper .navbar .darkModeToggle .fas {
| |
| font-size: 1em;
| |
| }
| |
| | |
| #pt-notifications-alert, #pt-notifications-notice {
| |
| top: 0;
| |
| margin-right: 0;
| |
| margin-left: 0;
| |
| }
| |
| | |
| | |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .hide-title {
| |
| font-weight: 500;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content {
| |
| margin-bottom: auto;
| |
| margin-right: 335px;
| |
| }
| |
| | |
| @media (max-width: 1022.4px) {
| |
| .Liberty .content-wrapper .liberty-content {
| |
| margin-right: auto !important;
| |
| }
| |
| }
| |
| | |
| #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-notice .mw-echo-notifications-badge {
| |
| margin-right: 8px;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item {
| |
| border-radius: 0.5rem;
| |
| padding: 0.28rem 0.2rem;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link {
| |
| margin-top: 5.7px;
| |
| padding-top: 5.25px;
| |
| padding-bottom: 8px;
| |
| border-top-left-radius: 0.5rem;
| |
| border-bottom-left-radius: 0.5rem;
| |
| border-top-right-radius: 0.5rem;
| |
| border-bottom-right-radius: 0.5rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent {
| |
| border: 3px;
| |
| border-color: #000;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer {
| |
| background-color: #FFF;
| |
| border: none;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label:hover,
| |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:hover,
| |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:focus,
| |
| .dropdown-menu .dropdown-item:hover {
| |
| background-color: #2070fe;
| |
| }
| |
| | |
| | |
| /* 검색창 */
| |
| .Liberty .nav-wrapper .navbar .form-inline {
| |
| padding-top: 8px;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .form-inline .form-control {
| |
| width: 15.0rem;
| |
| height: 2.4rem;
| |
| font-size: 0.85rem;
| |
| padding: 0 0 0 0.75rem;
| |
| border-radius: 2rem;
| |
| border-color: #FFF;
| |
| transition: width .3s cubic-bezier(0, 0.90, 0.50, 0.90);
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .form-inline .form-control:focus {
| |
| width: 20.0rem;
| |
| }
| |
| | |
| .navbar .btn {
| |
| display: none;
| |
| }
| |
| | |
| @media (max-width: 1022.4px) {
| |
| .input-group-btn {
| |
| display: none !important;
| |
| }
| |
| }
| |
| | |
| @media (max-width: 1022.4px) {
| |
| .Liberty .nav-wrapper .navbar .form-inline {
| |
| padding-top: 0px;
| |
| width: 100%; /* 전체 너비 차지 */
| |
| }
| |
| .Liberty .nav-wrapper .navbar .form-inline .form-control {
| |
| width: 100%; /* 검색창을 꽉 차게 */
| |
| }
| |
| .Liberty .nav-wrapper .navbar .form-inline .form-control:focus {
| |
| width: 100% !important; /* focus 시에도 변경되지 않도록 유지 */
| |
| }
| |
| }
| |
| | |
| /* 프로필 */
| |
| .Liberty .nav-wrapper .navbar .navbar-login {
| |
| padding-top: 2px;
| |
| }
| |
| .Liberty .nav-wrapper .navbar .navbar-login .profile-img {
| |
| width: 2.4rem;
| |
| height: 2.4rem;
| |
| border-radius: 9999rem;
| |
| margin: 0;
| |
| border: none;
| |
| }
| |
| | |
| /* 프로필 끝 */
| |
| | |
| | |
| .Liberty .nav-wrapper .navbar .randompage,
| |
| .Liberty .nav-wrapper .navbar .darkModeToggle {
| |
| width: 2.5rem;
| |
| height: 2.5rem;
| |
| display: flex;
| |
| justify-content: center;
| |
| align-items: center;
| |
| color: #4f5b63;
| |
| padding: 0.1875rem 0.45rem;
| |
| line-height: 22px;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .form-inline .btn .fa,
| |
| .Liberty .nav-wrapper .navbar .form-inline .btn .fas,
| |
| .Liberty .nav-wrapper .navbar .form-inline .btn .far,
| |
| .Liberty .nav-wrapper .navbar .randompage .fa,
| |
| .Liberty .nav-wrapper .navbar .darkModeToggle .fas {
| |
| font-size: 1em;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .form-inline .btn {
| |
| height: 2.5rem;
| |
| }
| |
| | |
| #pt-notifications-alert, #pt-notifications-notice {
| |
| top: 0;
| |
| margin-right: 0;
| |
| margin-left: 0;
| |
| }
| |
| | |
| | |
| .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .hide-title {
| |
| font-weight: 500;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content {
| |
| margin-bottom: auto;
| |
| }
| |
| | |
| #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-notice .mw-echo-notifications-badge {
| |
| margin-right: 8px;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-footer {
| |
| border-top: 1px solid var(--ew-theme-090);
| |
| background-color: white;
| |
| padding: 1.5rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn {
| |
| border: 1px solid var(--ew-theme-090);
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active::before {
| |
| border-bottom: 0 !important;
| |
| }
| |
| | |
| | |
| #searchGoButton, #mw-searchButton {
| |
| border: none;
| |
| }
| |
| | |
| .footer-info li {
| |
| list-style: none;
| |
| }
| |
| | |
| .suggestions-result {
| |
| padding: 0.25rem 0.5rem !important;
| |
| }
| |
| | |
| .btn.active.focus,
| |
| .btn.active:focus,
| |
| .btn.focus,
| |
| .btn:active.focus,
| |
| .btn:active:focus,
| |
| .btn:focus {
| |
| outline: 0;
| |
| }
| |
| | |
| .content-tools .tools-btn {
| |
| border-radius: 0.5rem;
| |
| }
| |
| | |
| #pagehistory li.selected {
| |
| outline: 0;
| |
| background-color: transparent;
| |
| }
| |
| | |
| .Liberty .nav-wrapper .navbar .navbar-login {
| |
| display: flex;
| |
| align-items: center;
| |
| }
| |
| | |
| .oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button {
| |
| border-radius: 0.5rem;
| |
| border: 1px solid;
| |
| }
| |
| | |
| .oo-ui-inputWidget {
| |
| margin-right: 0;
| |
| }
| |
| | |
| input#wpSave, input#wpSave:hover {
| |
| background-color: var(--ew-spec-brand-main);
| |
| color: #fff;
| |
| }
| |
| | |
| input#wpPreview, input#wpPreview:hover {
| |
| background-color: var(--ew-theme-060);
| |
| color: #fff;
| |
| }
| |
| | |
| | |
| input#wpDiff, input#wpDiff:hover {
| |
| background-color: var(--ew-theme-060);
| |
| color: #fff;
| |
| }
| |
| | |
| input#wpSave:hover,
| |
| input#wpPreview:hover,
| |
| input#wpDiff:hover {
| |
| filter: saturate(150%)
| |
| }
| |
| | |
| .suggestions {
| |
| border: 1px solid var(--ew-theme-090);
| |
| border-radius: 0.5rem;
| |
| box-shadow: 0 6px 12px rgba(0,0,0,0.175);
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item-timestamp {
| |
| color: black;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item:hover {
| |
| text-decoration: none;
| |
| }
| |
| | |
| | |
| /* Content */
| |
| | |
| /* Bootstrap Custom */
| |
| .form-control {
| |
| font-size: 1em;
| |
| }
| |
| | |
| .form-control:focus {
| |
| border-color: #66afe9;
| |
| outline: 0;
| |
| /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
| |
| 0 0 8px rgba(102, 175, 233, 0.6); */
| |
| transition: 0.3s;
| |
| }
| |
| | |
| .btn {
| |
| box-shadow: none;
| |
| border-radius: 1.0rem;
| |
| }
| |
| | |
| .btn:hover {
| |
| transition: 0.3s;
| |
| }
| |
| | |
| .btn:active,
| |
| .btn:focus {
| |
| outline: 0;
| |
| }
| |
| | |
| .input-group-btn:last-child > .btn,
| |
| .input-group-btn:last-child > .btn-group {
| |
| z-index: 3; /* Firefox, IE border bug fix */
| |
| }
| |
| | |
| .close:focus,
| |
| .close:hover {
| |
| transition: 0.3s;
| |
| }
| |
| | |
| caption {
| |
| color: #000;
| |
| caption-side: top;
| |
| }
| |
| /* Bootstrap Custom End */
| |
| | |
| /* Echo */
| |
| #pt-notifications-alert,
| |
| #pt-notifications-notice {
| |
| position: relative;
| |
| float: right;
| |
| list-style: none;
| |
| top: 0.8rem;
| |
| font-size: 1em;
| |
| margin-right: 0.6rem;
| |
| margin-left: 0.8rem;
| |
| }
| |
| /* Echo End */
| |
| | |
| #shareAPIPolyfill-container button {
| |
| color: inherit;
| |
| white-space: inherit;
| |
| line-height: inherit;
| |
| }
| |
| | |
| div.floatright {
| |
| float: right;
| |
| text-align: right;
| |
| }
| |
| | |
| .mw-changeslist-legend { color: black; }
| |
| .oo-ui-popupWidget-popup { color: black; }
| |
| | |
| dd {
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .wikiEditor-ui .ace_editor {
| |
| font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
| |
| }
| |
| | |
| /* pre */
| |
| pre::-webkit-scrollbar {
| |
| width: 12px;
| |
| transition: 250ms;
| |
| }
| |
| | |
| pre::-webkit-scrollbar-thumb {
| |
| background: #adb5bdb6;
| |
| border-radius: 20px;
| |
| border: 3px solid transparent;
| |
| background-clip: padding-box;
| |
| transition: 250ms;
| |
| }
| |
| | |
| pre::-webkit-scrollbar-track {
| |
| background: transparent;
| |
| transition: 250ms;
| |
| }
| |
| | |
| /* 스크롤 */
| |
| .scrollbar::-webkit-scrollbar {
| |
| width: 12px;
| |
| transition: 250ms;
| |
| }
| |
| | |
| .scrollbar::-webkit-scrollbar-thumb {
| |
| background: #adb5bdb6;
| |
| border-radius: 20px;
| |
| border: 3px solid transparent;
| |
| background-clip: padding-box;
| |
| transition: 250ms;
| |
| }
| |
| | |
| .scrollbar::-webkit-scrollbar-track {
| |
| background: transparent;
| |
| transition: 250ms;
| |
| }
| |
| | |
| /* 목록형(ul li) 펼치기 접기(펼접) */
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main ul.mw-collapsible {
| |
| margin: 0 !important;
| |
| text-align: center;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main .mw-collapsible .mw-collapsible-toggle-li {
| |
| margin: 0 !important;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main .mw-collapsible li {
| |
| list-style: none;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main .mw-collapsible table li {
| |
| list-style: inherit;
| |
| }
| |
| | |
| | |
| /* 펼접 자동 열림 방지 */
| |
| .mw-collapsible .mw-collapsible-toggle-li + li {
| |
| display: none;
| |
| }
| |
| | |
| .mw-collapsible .mw-collapsible-content {
| |
| display: none;
| |
| }
| |
| | |
| | |
| /* 펼접 토글 드래그 방지 */
| |
| .mw-customtoggle, .mw-collapsible-toggle {
| |
| -webkit-user-select:none;
| |
| -moz-user-select:none;
| |
| -ms-user-select:none;
| |
| user-select:none
| |
| }
| |
| | |
| | |
| .btn-group, .btn-group-vertical {
| |
| border-radius: 0.5rem;
| |
| }
| |
| | |
| .btn-secondary {
| |
| border-color: #F5F8FA;
| |
| }
| |
| | |
| | |
| /* 파일 업로드 창 수정 */
| |
| #mw-upload-form fieldset {
| |
| border-radius: 0.5rem;
| |
| overflow-x: auto;
| |
| }
| |
| | |
| #mw-upload-form table {
| |
| width: 100%;
| |
| }
| |
| | |
| #mw-upload-form table td {
| |
| padding: 0.25rem 0;
| |
| }
| |
| | |
| #mw-upload-form .htmlform-tip {
| |
| padding-left: 15%;
| |
| }
| |
| | |
| #mw-upload-form input,
| |
| #mw-upload-form textarea,
| |
| #mw-upload-form select {
| |
| padding: 0.4rem 0.8rem;
| |
| border-radius: 0.5rem;
| |
| border: 1px solid #e1e8ed;
| |
| font-size: 1rem;
| |
| line-height: 1.5;
| |
| color: #55595c;
| |
| }
| |
| | |
| #mw-upload-form textarea#wpUploadDescription {
| |
| margin-bottom: -6px;
| |
| }
| |
| | |
| #mw-upload-form tr:has(.mw-editTools) {
| |
| display: none;
| |
| }
| |
| | |
| #mw-upload-form select::-webkit-scrollbar {
| |
| width: 12px;
| |
| transition: 250ms;
| |
| }
| |
| | |
| #mw-upload-form select::-webkit-scrollbar-thumb {
| |
| background: #adb5bdb6;
| |
| border-radius: 20px;
| |
| border: 3px solid transparent;
| |
| background-clip: padding-box;
| |
| transition: 250ms;
| |
| }
| |
| | |
| #mw-upload-form select::-webkit-scrollbar-track {
| |
| background: transparent;
| |
| transition: 250ms;
| |
| }
| |
| | |
| #mw-upload-form p.mw-upload-editlicenses {
| |
| margin: 0;
| |
| }
| |
| | |
| #mw-upload-form input.mw-htmlform-submit {
| |
| color: #fff;
| |
| }
| |
| | |
| #mw-upload-form .mw-destfile-warning {
| |
| border: none;gp
| |
| border-radius: 0.5rem;
| |
| padding: 1rem;
| |
| box-shadow: 0px 4px 20px rgba(0,0,0,.05);
| |
| }
| |
| | |
| #mw-upload-form table:has(.mw-destfile-warning) {
| |
| margin-bottom: 0.5rem;
| |
| }
| |
| | |
| /* 내비게이션바 수정 */
| |
| .Liberty .nav-wrapper {
| |
| min-height: 3.5rem;
| |
| box-shadow: none;
| |
| }
| |
| | |
| | |
| /* 이름공간 */
| |
| .mw-page-title-namespace {
| |
| box-shadow: inset 0 -0.5rem 0 #005bfe50;
| |
| }
| |
| | |
| | |
| /* 위키편집기 스크롤바 */
| |
| textarea#wpTextbox1::-webkit-scrollbar {
| |
| display: contents;
| |
| width: 12px;
| |
| transition: 250ms;
| |
| }
| |
| | |
| textarea#wpTextbox1::-webkit-scrollbar-thumb {
| |
| background: #adb5bdb6;
| |
| border-radius: 20px;
| |
| border: 3px solid transparent;
| |
| background-clip: padding-box;
| |
| transition: 250ms;
| |
| }
| |
| | |
| textarea#wpTextbox1::-webkit-scrollbar-track {
| |
| background: transparent;
| |
| transition: 250ms;
| |
| }
| |
| | |
| .CodeMirror-vscrollbar::-webkit-scrollbar {
| |
| display: contents;
| |
| width: 12px;
| |
| transition: 250ms;
| |
| }
| |
| | |
| .CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
| |
| background: #adb5bdb6;
| |
| border-radius: 20px;
| |
| border: 3px solid transparent;
| |
| background-clip: padding-box;
| |
| transition: 250ms;
| |
| }
| |
| | |
| .CodeMirror-vscrollbar::-webkit-scrollbar-track {
| |
| background: transparent;
| |
| transition: 250ms;
| |
| }
| |
| | |
| | |
| /* 본문 문단 */
| |
| .mw-editsection {
| |
| float: right;
| |
| }
| |
| | |
| | |
| /* 제목부 수정 */
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main {
| |
| padding-top: 22.500px;
| |
| padding-bottom: 22.500px;
| |
| padding-left: 22.500px;
| |
| padding-right: 22.500px;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .title {
| |
| padding-top: 22.500px;
| |
| padding-bottom: 22.500px;
| |
| padding-left: 22.500px;
| |
| padding-right: 22.500px;
| |
| }
| |
| | |
| @media (max-width: 1022.4px) {
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main {
| |
| padding-top: 12px;
| |
| padding-bottom: 12px;
| |
| padding-left: 12px;
| |
| padding-right: 12px;
| |
| }
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-header .title {
| |
| padding-top: 12px;
| |
| padding-bottom: 12px;
| |
| padding-left: 12px;
| |
| padding-right: 12px;
| |
| }
| |
| }
| |
| | |
| .title h1 {
| |
| font-size: 2.25rem;
| |
| }
| |
| | |
| /* 사이트노티스 */
| |
| .alert-info {
| |
| color: #0b3574;
| |
| background-color: #cee2fd;
| |
| }
| |
| .alert-info hr {
| |
| border-top-color: #7eaaed
| |
| }
| |
| .alert-info .alert-link {
| |
| color: #0b3574
| |
| }
| |
| | |
| .toctitle {
| |
| padding-top : 14px !important; | |
| }
| |
| | |
| #mw-toc-heading {
| |
| border-bottom: none !important; /* 하단 점선 제거 */
| |
| }
| |
| | |
| /* 분류칸 그림자 제거 */
| |
| .skin-liberty .catlinks {
| |
| box-shadow: none !important; /* 그림자 제거 */
| |
| border: 1px solid #ddd; /* 필요 시 테두리 스타일을 정의 */
| |
| }
| |
| | |
| /* 실선 */
| |
| .mw-parser-output h2,
| |
| .mw-parser-output h3,
| |
| .mw-parser-output h4 {
| |
| border-bottom: 0.8px solid #e1e8ed !important; /* 0.8px 두께의 #e1e8ed 색상 실선 */
| |
| }
| |
| | |
| /* 분류 */
| |
| /* 분류 목록 한 줄로 나열하고 줄바꿈 방지 */
| |
| #catlinks {
| |
| white-space: nowrap; /* 텍스트 줄바꿈 방지 */
| |
| overflow: hidden; /* 넘치는 텍스트 숨기기 */
| |
| }
| |
| | |
| #catlinks ul {
| |
| display: inline; /* 목록을 인라인 요소로 설정 */
| |
| padding-left: 0;
| |
| }
| |
| | |
| #catlinks li {
| |
| display: inline; /* 각 항목을 인라인 요소로 설정 */
| |
| margin-right: 5px; /* 항목 간 간격 */
| |
| list-style-type: none; /* 기본 점 제거 */
| |
| }
| |
| | |
| #catlinks li::after {
| |
| content: "|"; /* 각 항목 뒤에 '|' 추가 */
| |
| margin-left: 5px;
| |
| color: #5a5d60;
| |
| }
| |
| | |
| #catlinks li:last-child::after {
| |
| content: ""; /* 마지막 항목에서 '|' 제거 */
| |
| }
| |
| | |
| .custom-line-height {
| |
| line-height: 1.5; /* 줄 간격을 2배로 설정 */
| |
| }
| |
| | |
| .toc + .mw-body-content {
| |
| line-height: 1.5; /* 줄 간격을 1.5로 설정 */
| |
| }
| |
| | |
| /* 본문에 들어가는 제목의 위쪽 간격을 늘리기 */
| |
| .mw-parser-output h2,
| |
| .mw-parser-output h3,
| |
| .mw-parser-output h4 {
| |
| margin-top: 30px !important; /* 제목 위쪽 간격 */
| |
| }
| |
| | |
| .mw-headline id {
| |
| color: #212529 !important;
| |
| }
| |
| | |
| .mw-headline a[href="#toc"] {
| |
| margin-right: 3px !important;
| |
| color: #0275d8 !important;
| |
| }
| |
| | |
| .mw-editsection {
| |
| float: right !important; /* 오른쪽 정렬 */
| |
| font-size: 14px !important; /* 글씨 크기 작게 */
| |
| color: #0275d8 !important; /* 글씨 색상 변경 */
| |
| }
| |
| | |
| a {
| |
| color: var(--ew-theme-link);
| |
| }
| |
| | |
| a.new {
| |
| color: var(--ew-theme-link-new);
| |
| }
| |
| | |
| a:hover,
| |
| a:focus {
| |
| color: var(--ew-theme-link-hover);
| |
| text-decoration: underline;
| |
| transition: 0.3s;
| |
| }
| |
| | |
| a.new:hover,
| |
| a.new:focus {
| |
| color: var(--ew-theme-link-new-hover);
| |
| text-decoration: underline;
| |
| transition: 0.3s;
| |
| }
| |
| | |
| a.external {
| |
| color: var(--ew-theme-link-external);
| |
| }
| |
| | |
| a.external:hover,
| |
| a.external:focus {
| |
| color: var(--ew-theme-link-external-hover);
| |
| text-decoration: underline;
| |
| transition: 0.3s;
| |
| }
| |
| | |
| a.external:before {
| |
| font-family: 'Font Awesome 5 Free';
| |
| font-weight: 600;
| |
| text-align: center;
| |
| color: var(--ew-theme-link-external);
| |
| content: '\f0c1';
| |
| }
| |
| | |
| .plainlinks a.external {
| |
| color: var(--ew-theme-link);
| |
| }
| |
| | |
| .plainlinks a.external:hover,
| |
| .plainlinks a.external:focus {
| |
| color: var(--ew-theme-link-hover);
| |
| text-decoration: underline;
| |
| transition: 0.3s;
| |
| }
| |
| | |
| .plainlinks a.external:before {
| |
| content: '';
| |
| }
| |
| | |
| .selflink {
| |
| font-weight: bold;
| |
| }
| |
| | |
| .selflink:hover,
| |
| .selflink:focus {
| |
| text-decoration: none;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main .liberty-table-wrapper {
| |
| overflow-x: auto;
| |
| overflow-y: hidden;
| |
| max-width: 100%;
| |
| display: block;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main .table-right {
| |
| float: right;
| |
| }
| |
| | |
| /* List that inside table margin remove */
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main .liberty-table-wrapper table ul {
| |
| margin: 0.28125rem 0 0.28125rem 0.1875rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
| |
| width: auto;
| |
| background: #fff;
| |
| border: none;
| |
| border-radius: 0.328125rem;
| |
| border-collapse: separate;
| |
| border-spacing: 0;
| |
| float: none;
| |
| margin: 0.75rem 0;
| |
| padding: 0;
| |
| /*color: #373a3c;*/
| |
| color: #000;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
| |
| float: right;
| |
| margin-left: 0.75rem;
| |
| margin-bottom: 2rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table caption {
| |
| font-size: 1.125rem;
| |
| padding: 0.1875rem 0;
| |
| font-weight: bold;
| |
| text-align: center;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main .mw-collapsed caption {
| |
| display: inline-block;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.jquery-tablesorter th.headerSort {
| |
| padding-right: 1.40625rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
| |
| width: auto;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable th {
| |
| background-color: #f5f8fa;
| |
| text-align: center;
| |
| word-break: keep-all;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
| |
| border-collapse: collapse;
| |
| border-radius: 0.328125rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td {
| |
| border: 1px solid #e1e8ed;
| |
| padding: 0.28125rem 0.5625rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
| |
| border-collapse: separate;
| |
| border-radius: 0.328125rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td {
| |
| border: 0;
| |
| padding: 0.28125rem 0.5625rem;
| |
| border-top: 1px solid #e1e8ed;
| |
| border-right: 1px solid #e1e8ed;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th:first-child,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td:first-child {
| |
| border-left: 1px solid #e1e8ed;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th:last-child,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td:last-child {
| |
| border-right: 1px solid #e1e8ed;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td {
| |
| border-bottom: 1px solid #e1e8ed;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:nth-child( 1 ),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:nth-child( 1 ) {
| |
| border-radius: 0.328125rem 0 0 0;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:nth-last-child( 1 ),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:nth-last-child( 1 ) {
| |
| border-radius: 0 0.328125rem 0 0;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:only-child,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:only-child {
| |
| border-radius: 0.328125rem 0.328125rem 0 0;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:nth-child( 1 ),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:nth-child( 1 ) {
| |
| border-radius: 0 0 0 0.328125rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:nth-last-child( 1 ),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:nth-last-child( 1 ) {
| |
| border-radius: 0 0 0.328125rem 0;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:only-child,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:only-child {
| |
| border-radius: 0 0 0.328125rem 0.328125rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:nth-child( 1 ),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:nth-child( 1 ) {
| |
| border-radius: 0.328125rem 0 0 0.328125rem
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:nth-last-child( 1 ),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:nth-last-child( 1 ) {
| |
| border-radius: 0 0.328125rem 0.328125rem 0
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:only-child,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:only-child {
| |
| border-radius: 0.328125rem 0.328125rem 0.328125rem 0.328125rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox th {
| |
| background-color: #f5f8fa;
| |
| text-align: center;
| |
| word-break: keep-all;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child {
| |
| border-right: 0;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child + td,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child + th,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child + td,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child + th {
| |
| border-left: 1px solid #e1e8ed;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td {
| |
| border: 0;
| |
| border-right: 1px solid #e1e8ed;
| |
| border-bottom: 1px solid #e1e8ed;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th:first-child,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td:first-child {
| |
| border-left: 0;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th:last-child,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td:last-child {
| |
| border-right: 0;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:first-child > th:only-child,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:first-child > td:only-child {
| |
| border-radius: 0;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > th,
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > td {
| |
| border-bottom: 0;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > th:nth-child( 1 ),
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > td:nth-child( 1 ) {
| |
| border-radius: 0;
| |
| }
| |
| | |
| /* 최근 변경 */
| |
| | |
| /* Right menu End */
| |
| .nav .nav-item .nav-link {
| |
| padding: 0;
| |
| }
| |
| | |
| | |
| .Liberty .content-wrapper .liberty-sidebar {
| |
| float: right;
| |
| width: 20rem;
| |
| position: relative;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent, .Liberty .content-wrapper .liberty-sidebar .everest-rss {
| |
| width: 100%;
| |
| padding: 1.5rem;
| |
| background-color: transparent;
| |
| border: 1px solid;
| |
| border-color: #e1e8ed;
| |
| border-radius: 0.5rem;
| |
| overflow: hidden;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .everest-rss {
| |
| margin-top: 1rem;
| |
| }
| |
| | |
| | |
| .Liberty .content-wrapper .liberty-sidebar .everest-rss {
| |
| margin-top: 1rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav,
| |
| .Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-header .nav {
| |
| border: 0;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link,
| |
| .Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-header .nav {
| |
| padding-bottom: 1.125rem;
| |
| text-align: left;
| |
| font-size: 1.1rem;
| |
| color: #000;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item {
| |
| width: 8.03125rem;
| |
| border: 0 solid transparent;
| |
| background-color: transparent;
| |
| }
| |
| | |
| .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.5rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link {
| |
| border: 0;
| |
| color: #6e7478;
| |
| position: relative;
| |
| border-radius: 0;
| |
| }
| |
| | |
| .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.5rem;
| |
| }
| |
| | |
| .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: #000;
| |
| background-color: transparent;
| |
| }
| |
| | |
| .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: 8.03125rem;
| |
| display: block;
| |
| }
| |
| | |
| .Liberty
| |
| .content-wrapper
| |
| .liberty-sidebar
| |
| .live-recent-wrapper
| |
| .live-recent
| |
| .live-recent-content,
| |
| .Liberty
| |
| .content-wrapper
| |
| .liberty-sidebar
| |
| .everest-rss
| |
| .Rssfeed-content {
| |
| border: 0 solid transparent;
| |
| border-top: 0;
| |
| z-index: 1;
| |
| }
| |
| | |
| .Liberty
| |
| .content-wrapper
| |
| .liberty-sidebar
| |
| .live-recent-wrapper
| |
| .live-recent
| |
| .live-recent-content
| |
| .live-recent-list,
| |
| .Liberty
| |
| .content-wrapper
| |
| .liberty-sidebar
| |
| .everest-rss
| |
| .Rssfeed-content
| |
| .Rssfeed-list {
| |
| display: block;
| |
| list-style: none;
| |
| }
| |
| | |
| .Liberty
| |
| .content-wrapper
| |
| .liberty-sidebar
| |
| .live-recent-wrapper
| |
| .live-recent
| |
| .live-recent-content
| |
| .live-recent-list
| |
| li,
| |
| .Liberty
| |
| .content-wrapper
| |
| .liberty-sidebar
| |
| .everest-rss
| |
| .Rssfeed-content
| |
| .Rssfeed-list
| |
| li {
| |
| margin: 0 0 .4rem;
| |
| }
| |
| | |
| .Liberty
| |
| .content-wrapper
| |
| .liberty-sidebar
| |
| .live-recent-wrapper
| |
| .live-recent
| |
| .live-recent-content
| |
| .live-recent-list
| |
| li:last-of-type,
| |
| .Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-content .Rssfeed-list li:last-of-type {
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li:last-child,
| |
| .Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-content .Rssfeed-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,
| |
| .Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-content .Rssfeed-list .Rssfeed-item {
| |
| font-size: 1em;
| |
| display: flex;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item-timestamp {
| |
| font-size: 0.75rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item.new {
| |
| font-size: 0.75rem;
| |
| color: #b73333;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label,
| |
| .Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-footer .label {
| |
| padding: 0.375rem 0.6rem;
| |
| font-size: 0.75rem;
| |
| font-weight: 400;
| |
| border-radius: 1.0rem;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label:hover,
| |
| .Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-footer .label:hover {
| |
| transition: 0.3s;
| |
| }
| |
| | |
| .Liberty .content-wrapper .liberty-sidebar .right-ads {
| |
| position: absolute;
| |
| top: 24.121875rem;
| |
| width: 14.0625rem;
| |
| }
| |
| | |
| | |
| #liberty-recent-tab2 {
| |
| display: none;
| |
| }
| |
| | |
| .recent-item {
| |
| display: flex;
| |
| justify-content: space-between; /* 양쪽 끝 정렬 */
| |
| align-items: center; /* 수직 중앙 정렬 */
| |
| }
| |
| | |
| .recent-item-timestamp {
| |
| margin-left: auto; /* 자동으로 오른쪽 정렬 */
| |
| white-space: nowrap; /* 줄바꿈 방지 */
| |
| } | | } |